/* ===== LANDING PAGE CSS ===== */
/* This file contains styles for all landing pages including best-crypto-presales-2025 */

/* ===== WELCOME SECTION ===== */
.welcome {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.welcome-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #8b6914;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.badge-icon {
    font-size: 1.2rem;
}

.badge-text {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero Title */
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    text-align: left;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Logo Section */
.hero-logo-section {
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-light);
    text-align: left;
}

.avalon-logo {
    max-width: 280px;
    height: auto;
    margin-top: 0.5rem;
}

/* Hero Description */
.hero-description {
    margin-bottom: 2.5rem;
}

.hero-main-text {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* Security Highlight */
.security-highlight {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.security-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.security-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin: 0;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-audit, .btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--transition);
    text-align: center;
    min-width: 160px;
    justify-content: center;
}

.btn-audit {
    background: var(--primary-color);
    color: var(--text-white);
}

.btn-audit:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-learn-more {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-learn-more:hover {
    background: var(--primary-color);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.welcome-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
}

/* ===== WHY BEST PRESALE SECTION ===== */
.why-best-presale {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.why-best-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.why-best-header {
    text-align: center;
    margin-bottom: 4rem;
}

.why-best-header h2 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.why-best-subtitle {
    font-size: 1.3rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.hero-stat {
    background: var(--bg-light);
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.hero-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.hero-stat:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--secondary-color);
}

.hero-stat .stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.hero-stat .stat-label {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.feature-card {
    background: var(--bg-light);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(149, 149, 129, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
    opacity: 0;
    transition: var(--transition);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-white);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.feature-highlight {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(149, 149, 129, 0.1);
    border-radius: 20px;
    display: inline-block;
}

.feature-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.feature-benefits {
    list-style: none;
    padding: 0;
}

.feature-benefits li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.feature-benefits li i {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.why-best-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 25px;
    padding: 3rem;
    text-align: center;
    color: var(--text-white);
    box-shadow: var(--shadow-lg);
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-white);
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    background: var(--text-white);
    color: var(--primary-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn:hover {
    background: var(--text-white);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-btn i {
    transition: var(--transition);
}

.cta-btn:hover i {
    transform: translateX(5px);
}

/* ===== INVESTMENT TIERS SECTION ===== */
.investment-tiers {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.tiers-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.tiers-header {
    text-align: center;
    margin-bottom: 4rem;
}

.tiers-header h2 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.tiers-subtitle {
    font-size: 1.3rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.tiers-comparison {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.tier-card {
    background: var(--bg-light);
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.tier-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0;
    transition: var(--transition);
}

.tier-card:hover::before {
    opacity: 1;
}

.tier-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.tier-card.featured {
    border-color: var(--primary-color);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(149, 149, 129, 0.2);
}

.tier-card.featured::before {
    opacity: 1;
}

.tier-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--primary-color);
    color: var(--text-white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tier-header {
    text-align: center;
    margin-bottom: 2rem;
}

.tier-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-white);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1rem;
    transition: var(--transition);
}

.tier-card:hover .tier-icon {
    transform: scale(1.1) rotate(5deg);
}

.tier-name {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.tier-price {
    margin-bottom: 1rem;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.price-range {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 500;
}

.tier-tokens {
    background: rgba(149, 149, 129, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.token-amount {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
}

.token-label {
    font-size: 0.9rem;
    color: var(--text-light);
}

.tier-benefits {
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.tier-card:hover .benefit-icon {
    transform: scale(1.05);
}

.benefit-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--text-dark);
}

.benefit-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-light);
    margin-bottom: 0;
}

.tier-cta {
    text-align: center;
}

.btn-gold, .btn-diamond, .btn-platinum {
    background: var(--primary-color);
    color: var(--text-white);
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(149, 149, 129, 0.3);
}

.btn-gold:hover, .btn-diamond:hover, .btn-platinum:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(149, 149, 129, 0.4);
}

.btn-diamond {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.tiers-footer {
    text-align: center;
    margin-top: 2rem;
}

.footer-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(149, 149, 129, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.footer-note i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.footer-note p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ===== NEW VISION SECTION DESIGN ===== */
.vision-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

.vision-header {
    text-align: center;
    margin-bottom: 3rem;
}

.vision-header h2 {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.vision-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.vision-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.vision-stat {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.vision-stat:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.vision-stat .stat-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.vision-stat .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.vision-stat .stat-label {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 500;
}

.vision-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.vision-text-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vision-point {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.point-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.point-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.point-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 0;
}

.vision-image-container {
    position: relative;
    text-align: center;
}

.vision-main-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

.vision-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: var(--text-white);
    padding: 2rem;
    border-radius: 0 0 10px 10px;
}

.overlay-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-white);
}

.overlay-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--text-white);
    opacity: 0.9;
}

.overlay-content .btn {
    background: var(--primary-color);
    color: var(--text-white);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.overlay-content .btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */
/* Responsive Design for Why Best Presale Section */
@media (max-width: 1024px) {
    .hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }
    
    .tiers-comparison {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .tier-card {
        padding: 2rem;
    }
    
    .tier-card.featured {
        transform: scale(1.02);
    }
}

@media (max-width: 768px) {
    .why-best-header h2,
    .tiers-header h2,
    .vision-header h2 {
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }
    
    .why-best-subtitle,
    .tiers-subtitle,
    .vision-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .hero-stats,
    .tiers-comparison {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hero-stat,
    .tier-card {
        padding: 2rem;
        border-radius: 15px;
    }
    
    .hero-stat .stat-number {
        font-size: 2.8rem;
        line-height: 1;
        margin-bottom: 0.5rem;
    }
    
    .hero-stat .stat-label {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-card {
        padding: 2.5rem;
        border-radius: 18px;
    }
    
    .feature-card h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .feature-highlight {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        border-radius: 20px;
    }
    
    .tier-card.featured {
        transform: none;
        order: -1;
    }
    
    .tier-name {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .price-amount {
        font-size: 2.2rem;
        margin-bottom: 0.5rem;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        border-radius: 12px;
    }
    
    .benefit-icon {
        margin: 0 auto 1rem;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .benefit-content h4 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }
    
    .why-best-cta {
        padding: 3rem 2rem;
        border-radius: 25px;
        margin-top: 2rem;
    }
    
    .cta-content h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .cta-content p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }
    
    .cta-btn {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        min-height: 50px;
    }
    
    .vision-content-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .vision-point {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        border-radius: 15px;
    }
    
    .point-icon {
        margin: 0 auto 1.5rem;
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .point-content h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .point-content p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .vision-image-container {
        margin-top: 1.5rem;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .vision-overlay {
        padding: 1.5rem;
        border-radius: 0 0 15px 15px;
    }
    
    .overlay-content h3 {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }
    
    .overlay-content p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .overlay-content .btn {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        min-height: 50px;
    }
    
    .footer-note {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 2rem;
        border-radius: 15px;
    }
    
    .footer-note p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Welcome Section Mobile Refinements */
    .welcome-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
        padding: 0 1.5rem;
    }
    
    .hero-badge {
        padding: 1rem 2rem;
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }
    
    .hero-title {
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 2rem;
    }
    
    .hero-subtitle {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    
    .avalon-logo {
        max-width: 250px;
        margin: 1rem auto 0;
    }
    
    .hero-main-text {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 2.5rem;
    }
    
    .security-highlight {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
        border-radius: 15px;
        margin-bottom: 2.5rem;
    }
    
    .security-icon {
        margin: 0 auto 1rem;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .security-text p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .hero-actions {
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    
    .btn-audit, .btn-learn-more {
        min-width: 160px;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        min-height: 50px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .why-best-header h2,
    .tiers-header h2,
    .vision-header h2 {
        font-size: 2.5rem;
        line-height: 1.1;
        padding: 0 1rem;
    }
    
    .why-best-subtitle,
    .tiers-subtitle,
    .vision-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .hero-stat,
    .tier-card,
    .feature-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .hero-stat .stat-number {
        font-size: 2.2rem;
    }
    
    .hero-stat .stat-label {
        font-size: 0.9rem;
    }
    
    .tier-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .tier-name {
        font-size: 1.6rem;
    }
    
    .price-amount {
        font-size: 1.8rem;
    }
    
    .benefit-item {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .benefit-content h4 {
        font-size: 1.1rem;
    }
    
    .point-content h3 {
        font-size: 1.2rem;
    }
    
    .point-content p {
        font-size: 1rem;
    }
    
    .btn-gold, .btn-diamond, .btn-platinum {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-height: 48px;
        width: 100%;
        justify-content: center;
    }
    
    .cta-btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-height: 48px;
        width: 100%;
    }
    
    .why-best-cta {
        padding: 2rem 1.5rem;
        margin: 2rem 0.5rem;
    }
    
    .cta-content h3 {
        font-size: 1.4rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    /* Welcome Section Extra Small Mobile */
    .welcome-container {
        padding: 0 1rem;
        gap: 2.5rem;
    }
    
    .hero-badge {
        padding: 0.875rem 1.75rem;
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
    .avalon-logo {
        max-width: 220px;
    }
    
    .hero-main-text {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .security-highlight {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .security-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .security-text p {
        font-size: 1rem;
    }
    
    .hero-actions {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }
    
    .btn-audit, .btn-learn-more {
        min-width: 140px;
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
        min-height: 45px;
        width: 100%;
        max-width: 200px;
    }
    
    /* Vision Section Extra Small Mobile */
    .vision-point {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .point-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .vision-overlay {
        padding: 1.25rem;
    }
    
    .overlay-content h3 {
        font-size: 1.4rem;
    }
    
    .overlay-content p {
        font-size: 1rem;
    }
    
    .overlay-content .btn {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
        min-height: 45px;
        width: 100%;
        max-width: 180px;
    }
    
    /* Footer Note Extra Small Mobile */
    .footer-note {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .footer-note p {
        font-size: 0.95rem;
    }
}

/* ===== MOBILE COUNTDOWN & METRICS REFINEMENTS ===== */
@media (max-width: 768px) {
    /* Countdown Timer Mobile Optimization */
    .countdown {
        gap: 1rem;
        margin: 2rem 0;
    }
    
    .countdown-item {
        min-width: 70px;
        padding: 1rem 0.5rem;
        border-radius: 12px;
    }
    
    .countdown-number {
        font-size: 1.8rem;
        line-height: 1;
        margin-bottom: 0.25rem;
    }
    
    .countdown-label {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
    
    /* Metrics Mobile Optimization */
    .metrics-row {
        gap: 1rem;
        margin: 1.5rem 0;
    }
    
    .metric-item {
        padding: 1.25rem;
        border-radius: 12px;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .metric-label {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        text-align: center;
        line-height: 1.2;
    }
    
    .metric-value {
        font-size: 1.3rem;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }
    
    /* Token Price Container Mobile */
    .token-price-container {
        margin-bottom: 1.5rem;
    }
    
    .token-price-container .metric-item {
        padding: 1.5rem;
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .token-price-container .metric-label {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .token-price-container .metric-value {
        font-size: 1.8rem;
        color: var(--text-white);
    }
    
    /* Progress Section Mobile */
    .progress-section {
        margin: 2rem 0;
        padding: 0 0.5rem;
    }
    
    .progress-info {
        margin-bottom: 1rem;
    }
    
    .progress-label {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .progress-numbers {
        font-size: 0.9rem;
    }
    
    .progress-bar {
        height: 10px;
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    
    .text-center {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }
    
    /* Bonus Period Mobile */
    .bonus-text-simple {
        margin: 1.5rem 0;
        padding: 1rem;
        border-radius: 12px;
        background: linear-gradient(135deg, #ffd700, #ffed4e);
        color: #8b6914;
        text-align: center;
    }
    
    .bonus-label {
        font-size: 1.1rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    /* Payment Buttons Mobile */
    .payment-buttons {
        gap: 0.75rem;
        margin: 2rem 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .payment-btn {
        min-width: 80px;
        padding: 1rem 0.75rem;
        font-size: 0.9rem;
        border-radius: 10px;
        min-height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .payment-btn svg {
        width: 20px;
        height: 20px;
    }
    
    /* Buy Now Section Mobile */
    .buy-now-section {
        margin: 2rem 0;
    }
    
    .btn-buy-now {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 1.25rem 2rem;
        font-size: 1.2rem;
        min-height: 60px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    
    .buy-text {
        font-size: 1.1rem;
        font-weight: 700;
    }
    
    .minimum-buy-info {
        font-size: 0.9rem;
        margin-top: 1rem;
        text-align: center;
        opacity: 0.8;
    }
    
    /* Section Headers Mobile */
    .section-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    /* Steps Grid Mobile */
    .steps-grid {
        gap: 1.5rem;
        margin: 2rem 0;
    }
    
    .step-card {
        padding: 2rem 1.5rem;
        border-radius: 15px;
        text-align: center;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin: 0 auto 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-color);
        color: var(--text-white);
        font-weight: 700;
    }
    
    .step-card h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .step-card p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile Countdown */
    .countdown {
        gap: 0.75rem;
        margin: 1.5rem 0;
    }
    
    .countdown-item {
        min-width: 60px;
        padding: 0.875rem 0.375rem;
    }
    
    .countdown-number {
        font-size: 1.5rem;
    }
    
    .countdown-label {
        font-size: 0.65rem;
    }
    
    /* Extra Small Mobile Metrics */
    .metrics-row {
        gap: 0.75rem;
        margin: 1.25rem 0;
    }
    
    .metric-item {
        padding: 1rem;
        min-height: 70px;
    }
    
    .metric-label {
        font-size: 0.85rem;
    }
    
    .metric-value {
        font-size: 1.2rem;
    }
    
    /* Extra Small Mobile Token Price */
    .token-price-container .metric-item {
        padding: 1.25rem;
    }
    
    .token-price-container .metric-label {
        font-size: 0.9rem;
    }
    
    .token-price-container .metric-value {
        font-size: 1.6rem;
    }
    
    /* Extra Small Mobile Progress */
    .progress-section {
        margin: 1.5rem 0;
    }
    
    .progress-label,
    .progress-numbers {
        font-size: 0.85rem;
    }
    
    .progress-bar {
        height: 8px;
    }
    
    .text-center {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    /* Extra Small Mobile Bonus */
    .bonus-text-simple {
        margin: 1.25rem 0;
        padding: 0.875rem;
    }
    
    .bonus-label {
        font-size: 1rem;
    }
    
    /* Extra Small Mobile Payment Buttons */
    .payment-buttons {
        gap: 0.5rem;
        margin: 1.5rem 0;
    }
    
    .payment-btn {
        min-width: 70px;
        padding: 0.875rem 0.5rem;
        font-size: 0.85rem;
        min-height: 45px;
    }
    
    .payment-btn svg {
        width: 18px;
        height: 18px;
    }
    
    /* Extra Small Mobile Buy Now */
    .btn-buy-now {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
        min-height: 55px;
        max-width: 280px;
    }
    
    .buy-text {
        font-size: 1rem;
    }
    
    .minimum-buy-info {
        font-size: 0.85rem;
    }
    
    /* Extra Small Mobile Steps */
    .steps-grid {
        gap: 1.25rem;
        margin: 1.5rem 0;
    }
    
    .step-card {
        padding: 1.5rem 1.25rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 0.875rem;
    }
    
    .step-card h3 {
        font-size: 1.2rem;
        margin-bottom: 0.875rem;
    }
    
    .step-card p {
        font-size: 0.95rem;
    }
}
