﻿:root {
    --bg-dark: #050505;
    --text-main: #FFFFFF;
    --text-muted: #A0A0A0;
    --accent-1: #FF2E63;
    --accent-2: #FF0844;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    display: flex;
    flex-direction: column;
}

/* Background Glow Effect */
.background-glow {
    position: fixed;
    top: -20%;
    left: 50%;
    width: 80vw;
    height: 80vw;
    max-width: 800px;
    max-height: 800px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(255, 46, 99, 0.15) 0%, rgba(5, 5, 5, 0) 70%);
    z-index: -1;
    pointer-events: none;
}

/* Navigation */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5rem 5%;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

.logo-img {
    width: 40px;
    height: 40px;
    /* Use clip-path to crop 14% from edges to remove hairline white border */
    clip-path: inset(14% round 25%);
    box-shadow: 0 4px 15px rgba(255, 46, 99, 0.3);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--text-main);
}

/* Buttons */
.btn-primary-small, .btn-primary, .btn-secondary {
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
}

.btn-primary-small {
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
    color: white;
    font-size: 0.9rem;
}

.btn-primary-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 46, 99, 0.4);
}

.btn-primary {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
    color: white;
    font-size: 1.1rem;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 46, 99, 0.5);
}

.btn-secondary {
    padding: 1rem 2rem;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    color: var(--text-main);
    font-size: 1.1rem;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

/* Hero Section */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    max-width: 100%;
    margin: auto;
    flex-grow: 1;
    position: relative;
    height: calc(100vh - 100px); /* Fill remaining height */
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px; /* Let it be wider if needed */
    text-align: center;
    z-index: 10;
    position: relative;
    padding: 2rem;
}

.hero-title {
    font-size: 5.5rem; /* Increased size */
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
}

.gradient-text {
    background: linear-gradient(135deg, #FF6B8B, var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════════
   WAITLIST SECTION
   ═══════════════════════════════════════════ */
.waitlist-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    margin-bottom: 3rem;
}

/* ── Countdown ── */
.countdown-wrapper {
    text-align: center;
}

.countdown-label-top {
    color: rgba(255,255,255,0.45);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.65rem;
}

.countdown {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 0.55rem 0.85rem;
    min-width: 54px;
}

.countdown-num {
    color: #ff2e63;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    font-variant-numeric: tabular-nums;
}

.countdown-lbl {
    color: rgba(255,255,255,0.28);
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.countdown-sep {
    color: rgba(255,255,255,0.2);
    font-size: 1.2rem;
    font-weight: 800;
    padding-bottom: 18px;
    flex-shrink: 0;
}

/* ── Email form ── */
.waitlist-form {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 460px;
}

.waitlist-input {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.12);
    border-radius: 50px;
    padding: 0.85rem 1.3rem;
    color: #ffffff;
    font-size: 0.95rem;
    font-family: 'Outfit', sans-serif;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    min-width: 0;
}

.waitlist-input::placeholder { color: rgba(255,255,255,0.3); }

.waitlist-input:focus {
    border-color: rgba(255,46,99,0.5);
    box-shadow: 0 0 0 3px rgba(255,46,99,0.1);
}

.waitlist-input.input-error {
    border-color: rgba(255,100,100,0.6);
}

.btn-waitlist {
    background: linear-gradient(135deg, #ff2e63, #c41649);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.85rem 1.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
    box-shadow: 0 4px 20px rgba(255,46,99,0.35);
    flex-shrink: 0;
}

.btn-waitlist:hover  { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,46,99,0.5); }
.btn-waitlist:active { transform: translateY(0); }
.btn-waitlist:disabled { opacity: 0.6; cursor: not-allowed; transform: none !important; }

.waitlist-hint {
    color: rgba(255,255,255,0.25);
    font-size: 0.76rem;
    margin: 0;
    letter-spacing: 0.3px;
}

.waitlist-hint.hint-error { color: #ff8888; }

/* ── Success state ── */
.waitlist-success {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    padding: 1.1rem 2rem;
    background: rgba(255,46,99,0.08);
    border: 1px solid rgba(255,46,99,0.22);
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    animation: fadeInUp 0.4s ease;
}

.waitlist-success.show { display: flex; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.success-icon  { font-size: 1.5rem; margin-bottom: 0.15rem; }

.success-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.success-pos { color: #ff2e63; }

.success-sub {
    color: rgba(255,255,255,0.38);
    font-size: 0.8rem;
    margin: 0;
}

.social-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.avatars {
    display: flex;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--bg-dark);
    background-size: cover;
    background-position: center;
    margin-left: -12px;
}

.avatar:first-child {
    margin-left: 0;
}

.social-proof p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.social-proof span {
    font-weight: 600;
    color: var(--text-main);
}

/* Hero Visual (Radar Background) */
.hero-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none; /* Let clicks pass through to content */
}

/* Radar pulses covering the whole screen */
.radar-pulse {
    position: absolute;
    width: 80vh;
    height: 80vh;
    border-radius: 50%;
    border: 2px solid rgba(255, 46, 99, 0.2);
    animation: pulse 6s infinite linear;
    opacity: 0;
}

.delay-1 { animation-delay: 1.3s; }
.delay-2 { animation-delay: 2.6s; }

@keyframes pulse {
    0% { transform: scale(0.2); opacity: 0.8; border-width: 2px; }
    100% { transform: scale(1.2); opacity: 0; border-width: 1px; }
}

.center-user {
    position: relative; /* Normal flow */
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: transparent;
    box-shadow: 0 0 30px rgba(255, 46, 99, 0.4);
    z-index: 2;
    animation: float 6s ease-in-out infinite;
    margin-bottom: 2rem; /* Separation from title */
}

.center-user img {
    width: 100%;
    height: 100%;
    /* Use clip-path to crop 14% from edges to remove hairline white border */
    clip-path: inset(14% round 25%);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.radar-person {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--glass-bg);
    backdrop-filter: blur(5px);
    border: 1px solid var(--glass-border);
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.radar-person:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    z-index: 10;
}

.radar-person img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-info {
    position: absolute;
    bottom: -40px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
    transform: translateY(10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.radar-person:hover .user-info {
    opacity: 1;
    transform: translateY(0);
    bottom: -45px;
}

.user-info .name {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-main);
}

.user-info .distance {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--accent-1);
}

/* Positions for radar people - Safe bounds to prevent overflowing */
.p1 { top: 15%; left: 15%; animation: float 5s ease-in-out infinite 1s; width: 100px; height: 100px; }
.p2 { top: 60%; left: 10%; animation: float 7s ease-in-out infinite 2s; width: 120px; height: 120px; }
.p3 { top: 70%; left: 82%; animation: float 6s ease-in-out infinite 0.5s; width: 90px; height: 90px; }
.p4 { top: 14%; left: 80%; animation: float 6s ease-in-out infinite 1.5s; width: 110px; height: 110px; }
.p5 { top: 72%; left: 25%; animation: float 8s ease-in-out infinite 0.2s; width: 80px; height: 80px; }
.p6 { top: 45%; left: 85%; animation: float 5.5s ease-in-out infinite 2.5s; width: 95px; height: 95px; }


@media (max-width: 768px) {
    .navbar {
        padding-top: max(env(safe-area-inset-top, 0.75rem), 0.75rem);
    }

    /* Scale logo down on mobile so navbar fits */
    .logo {
        font-size: clamp(1rem, 3.2vw, 1.5rem);
        gap: 0.5rem;
    }

    .nav-links {
        gap: 0.8rem;
    }
    
    .nav-link {
        font-size: clamp(0.78rem, 2.2vw, 0.85rem);
    }
    
    .btn-primary-small {
        padding: 0.4rem 0.85rem;
        font-size: clamp(0.78rem, 2.2vw, 0.85rem);
        white-space: nowrap;
    }

    .hero-title {
        font-size: 4.5rem; /* Massive size */
        line-height: 1.1;
        letter-spacing: -1.5px;
    }
    
    .hero-title .gradient-text {
        display: block; /* Forces GotYou into a new line */
        margin-top: 0.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .hero-content {
        padding: 0.5rem 1rem 2rem 1rem;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .hero-title {
        order: 1;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .center-user {
        width: 80px;
        height: 80px;
        margin-top: 2rem;
        margin-bottom: 2rem;
        order: 2;
    }
    
    .hero-subtitle {
        order: 3;
        margin-bottom: 5.5rem; /* Push buttons much lower */
        font-size: 1.1rem;
        line-height: 1.4;
    }
    
    .cta-group, .waitlist-section {
        order: 4;
        margin-bottom: 0;
    }
    
    .social-proof {
        order: 5;
        margin-top: 1rem !important; /* Move closer to buttons */
        justify-content: center;
        width: 100%;
        transform: scale(0.9); /* Makes it fit better on mobile screens */
    }

    nav {
        padding: 1rem;
    }
    
    .logo-img {
        width: 35px;
        height: 35px;
    }

    /* Keep avatars strictly in the corners on mobile, make them smaller and push them higher */
    .p1 { top: 5%; left: 5%; width: 50px; height: 50px; }
    .p2 { top: 58%; left: 5%; width: 60px; height: 60px; }
    .p3 { top: 66%; left: 75%; width: 55px; height: 55px; }
    .p4 { top: 8%; left: 78%; width: 65px; height: 65px; }
    .p5 { top: 32%; left: 18%; width: 45px; height: 45px; }
    .p6 { top: 36%; left: 82%; width: 50px; height: 50px; }
    
    /* Restore user info tags on mobile, scale them down to fit */
    .radar-person .user-info {
        transform: scale(0.7);
        bottom: -30px;
    }

    .social-proof {
        margin-top: 1rem;
    }
    .social-proof p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 3.4rem; /* 3.4rem: "Missed your" fits on 1 line at 390px (saves ~90px) */
        line-height: 1.1;
    }
    
    .cta-group {
        flex-direction: column;
        width: 100%;
        padding: 0; /* No side padding — button fills full hero-content width */
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
        padding-left: 1.2rem;   /* Reduce from 2.5rem — more room for text */
        padding-right: 1.2rem;
        white-space: nowrap;    /* Never wrap button text */
    }
}


/* ── iPhone XS / SE (375px) — tölti ki a teljes képernyőt ── */
@media (max-width: 375px) {
    /* Navbar: prevent logo+links crowding */
    .navbar {
        padding: env(safe-area-inset-top, 0.75rem) 0.75rem 0.5rem 0.75rem;
        gap: 0.4rem;
    }
    .logo {
        font-size: 1rem;
        gap: 0.3rem;
        flex-shrink: 0;
    }
    .logo-img {
        width: 28px;
        height: 28px;
    }
    .nav-links {
        gap: 0.4rem;
        flex-shrink: 0;
    }
    .nav-link {
        font-size: 0.72rem;
    }
    .btn-primary-small {
        padding: 0.4rem 0.75rem;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    /* Hero: távolítjuk a min-height:100svh-t, a flex-grow:1 veszi át
       → hero magassága = body (100svh) - navbar */
    .hero {
        min-height: 0;
    }

    /* hero-content: tölti ki az egész hero-t */
    .hero-content {
        flex: 1;
        padding-bottom: 1.5rem;
    }

    /* Kisebb title */
    .hero-title {
        font-size: 3.4rem;
        margin-bottom: 0.5rem;
    }

    /* Ikon margin: svh-alapú → arányosan skálázódik minden képernyőmagasságra
       SE (~550px svh): 10svh=55px=3.4rem | XS (~698px svh): 10svh=70px=4.4rem */
    .center-user {
        margin-top: clamp(2rem, 10svh, 5rem);
        margin-bottom: 0.8rem;
    }

    /* Auto margin: minden maradék helyet megeszi → button lekerül az aljára */
    .hero-subtitle {
        margin-bottom: auto;
    }

    /* Social proof */
    .social-proof p {
        font-size: 0.82rem;
        white-space: nowrap;
    }
}

/* Responsive */
@media (max-width: 968px) {
    /* Lock viewport: prevents vibration from keyboard/address bar resize */
    html, body {
        position: fixed;
        width: 100%;
        height: 100svh;
        overflow: hidden;
        overscroll-behavior: none;
    }

    /* Allow the main hero section to scroll internally */
    .hero {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        flex: 1;          /* fills body - navbar; no overflow */
        min-height: 0;    /* override any min-height from base CSS */
        padding-top: 0;
    }
    
    .hero-content {
        flex: 1;           /* fills the hero completely */
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; /* Needed for absolute social-proof */
    }

    /* Anchor social proof absolutely to the bottom so it's ALWAYS visible
       regardless of svh calculation differences across Android browsers */
    .social-proof {
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        right: 0;
        justify-content: center;
        margin-top: 0 !important;
        transform: scale(0.9);
    }

    /* Give cta-group/waitlist-section bottom padding so content clears the
       absolute-positioned social-proof (height ~40px + 1.5rem gap) */
    .cta-group, .waitlist-section {
        justify-content: center;
        padding-bottom: calc(40px + 2.5rem);
        margin-bottom: 0;
    }

    /* Compact countdown on mobile */
    .countdown-unit  { min-width: 46px; padding: 0.45rem 0.6rem; }
    .countdown-num   { font-size: 1.35rem; }
    .countdown-sep   { font-size: 1rem; padding-bottom: 14px; }
    .countdown-lbl   { font-size: 0.55rem; }

    /* Full-width form on mobile */
    .waitlist-form   { max-width: 100%; }
    .waitlist-input  { font-size: 16px; padding: 0.8rem 1.1rem; } /* 16px prevents iOS auto-zoom */
    .btn-waitlist    { padding: 0.8rem 1.2rem; font-size: 0.9rem; }
    
    .hero-visual {
        width: 100%;
        height: 400px;
    }
}

/* ── XS hero height fix — MUST be after 968px block to override min-height:100svh ── */
@media (max-width: 375px) {
    .hero {
        min-height: 0; /* Let flex-grow:1 control height = body - navbar */
    }
    .hero-content {
        flex: 1; /* Fill the hero completely */
    }
    /* Shift radar circles down proportionally to match icon position on all heights
       SE (~550px svh): 6svh=33px | XS (~698px svh): 6svh=42px | Android (~640px): 6svh=38px */
    .hero-visual {
        top: calc(50% + 6svh);
    }
}

/* (OS button hiding rules removed — download buttons replaced by waitlist form) */

/* Premium Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 10, 15, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    padding: 2rem 1rem;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-content {
    margin: auto;
    background: var(--surface-light);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 3rem 2rem;
    width: 100%;
    max-width: 800px;
    position: relative;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
}

.modal-overlay.active .modal-content {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.2s;
}

.modal-close:hover {
    color: var(--text-light);
}

.modal-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.modal-subtitle {
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

.pricing-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    text-align: left;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

.pricing-card.premium-tier {
    background: linear-gradient(180deg, rgba(255,46,99,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-color: rgba(255, 46, 99, 0.3);
    box-shadow: 0 10px 30px rgba(255, 46, 99, 0.1);
}

.pricing-card.premium-tier:hover {
    border-color: var(--accent-primary);
    box-shadow: 0 10px 40px rgba(255, 46, 99, 0.2);
}

.card-header h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.premium-tier .card-header h3 {
    color: var(--accent-primary);
}

.price {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.price span {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 400;
}

.feature-list {
    list-style: none;
    margin-bottom: 2rem;
    flex-grow: 1;
}

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

.feature-list li svg {
    color: var(--accent-primary);
    flex-shrink: 0;
}

.card-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .modal-content {
        padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    }

    .modal-close {
        top: 0.5rem;
        right: 0.75rem;
    }
    
    .modal-title {
        font-size: 2rem;
    }
}
