/* ===== Base & Reset ===== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --red: #FB696F;
    --red-light: #ff8a8e;
    --blue: #62B3FE;
    --blue-light: #84c5ff;
    --blue-dark: #4a9be8;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-600: #4b5563;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --font: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    color: var(--gray-800);
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--white);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Cloud Base Styles ===== */
.cloud {
    position: absolute;
    background: white;
    border-radius: 100px;
}

.cloud::before,
.cloud::after {
    content: '';
    position: absolute;
    background: white;
    border-radius: 50%;
}

@keyframes float-cloud {
    from { left: -300px; }
    to { left: calc(100% + 300px); }
}

/* ===== Hero Clouds ===== */
.hero-clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.cloud-h1 {
    width: 200px; height: 50px; top: 6%;
    opacity: 0.5;
    animation: float-cloud 35s linear infinite;
    animation-delay: -5s;
}
.cloud-h1::before { width: 80px; height: 80px; top: -40px; left: 30px; }
.cloud-h1::after { width: 60px; height: 60px; top: -30px; left: 90px; }

.cloud-h2 {
    width: 160px; height: 40px; top: 18%;
    opacity: 0.35;
    animation: float-cloud 45s linear infinite;
    animation-delay: -15s;
}
.cloud-h2::before { width: 60px; height: 60px; top: -30px; left: 20px; }
.cloud-h2::after { width: 50px; height: 50px; top: -25px; left: 70px; }

.cloud-h3 {
    width: 240px; height: 55px; top: 35%;
    opacity: 0.4;
    animation: float-cloud 50s linear infinite;
    animation-delay: -25s;
}
.cloud-h3::before { width: 90px; height: 90px; top: -50px; left: 40px; }
.cloud-h3::after { width: 70px; height: 70px; top: -35px; left: 120px; }

.cloud-h4 {
    width: 140px; height: 35px; top: 10%;
    opacity: 0.25;
    animation: float-cloud 40s linear infinite;
    animation-delay: -10s;
}
.cloud-h4::before { width: 50px; height: 50px; top: -25px; left: 20px; }
.cloud-h4::after { width: 40px; height: 40px; top: -20px; left: 60px; }

.cloud-h5 {
    width: 180px; height: 45px; top: 55%;
    opacity: 0.3;
    animation: float-cloud 55s linear infinite;
    animation-delay: -30s;
}
.cloud-h5::before { width: 70px; height: 70px; top: -35px; left: 25px; }
.cloud-h5::after { width: 55px; height: 55px; top: -28px; left: 85px; }

.cloud-h6 {
    width: 120px; height: 30px; top: 70%;
    opacity: 0.2;
    animation: float-cloud 38s linear infinite;
    animation-delay: -20s;
}
.cloud-h6::before { width: 45px; height: 45px; top: -22px; left: 15px; }
.cloud-h6::after { width: 35px; height: 35px; top: -18px; left: 55px; }

.cloud-h7 {
    width: 260px; height: 60px; top: 25%;
    opacity: 0.35;
    animation: float-cloud 60s linear infinite;
    animation-delay: -35s;
}
.cloud-h7::before { width: 100px; height: 100px; top: -55px; left: 50px; }
.cloud-h7::after { width: 75px; height: 75px; top: -40px; left: 140px; }

.cloud-h8 {
    width: 150px; height: 38px; top: 80%;
    opacity: 0.18;
    animation: float-cloud 42s linear infinite;
    animation-delay: -8s;
}
.cloud-h8::before { width: 55px; height: 55px; top: -28px; left: 18px; }
.cloud-h8::after { width: 42px; height: 42px; top: -22px; left: 68px; }

/* ===== CTA Clouds ===== */
.cta-clouds {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.cloud-cta-1 {
    width: 200px; height: 50px; top: 15%;
    opacity: 0.2;
    animation: float-cloud 30s linear infinite;
}
.cloud-cta-1::before { width: 80px; height: 80px; top: -40px; left: 30px; }
.cloud-cta-1::after { width: 60px; height: 60px; top: -30px; left: 90px; }

.cloud-cta-2 {
    width: 160px; height: 40px; top: 60%;
    opacity: 0.15;
    animation: float-cloud 40s linear infinite;
    animation-delay: -15s;
}
.cloud-cta-2::before { width: 60px; height: 60px; top: -30px; left: 20px; }
.cloud-cta-2::after { width: 50px; height: 50px; top: -25px; left: 70px; }

.cloud-cta-3 {
    width: 140px; height: 35px; top: 35%;
    opacity: 0.18;
    animation: float-cloud 35s linear infinite;
    animation-delay: -25s;
}
.cloud-cta-3::before { width: 50px; height: 50px; top: -25px; left: 20px; }
.cloud-cta-3::after { width: 40px; height: 40px; top: -20px; left: 60px; }

/* ===== Navigation ===== */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--white);
    transition: color 0.3s;
}

.navbar.scrolled .nav-logo {
    color: var(--gray-900);
}

.nav-logo img {
    width: 36px; height: 36px;
    border-radius: 8px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-weight: 600;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: var(--red);
    transition: width 0.3s;
    border-radius: 1px;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.navbar.scrolled .nav-links a {
    color: var(--gray-600);
}

.navbar.scrolled .nav-links a:hover {
    color: var(--gray-900);
}

.nav-cta {
    background: var(--red);
    color: white !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(251, 105, 111, 0.4);
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-btn span {
    width: 24px; height: 2px;
    background: white;
    transition: all 0.3s;
    border-radius: 2px;
}

.navbar.scrolled .mobile-menu-btn span {
    background: var(--gray-800);
}

.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
    display: none;
    position: fixed;
    top: 60px; left: 0; right: 0;
    background: white;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu a {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--gray-800);
    padding: 8px 0;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    font-family: var(--font);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: var(--red);
    color: white;
    box-shadow: 0 4px 20px rgba(251, 105, 111, 0.35);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(251, 105, 111, 0.45);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

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

.btn-outline {
    background: transparent;
    color: var(--red);
    border: 2px solid var(--red);
}

.btn-outline:hover {
    background: var(--red);
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.1rem;
}

/* ===== Hero Section ===== */
.hero {
    position: relative;
    background: linear-gradient(135deg, #62B3FE 0%, #84c5ff 30%, #62B3FE 60%, #4a9be8 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: white;
    line-height: 1.15;
    margin-bottom: 24px;
}

.hero h1 .highlight {
    color: #FFD700;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 24px;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

.stat-divider {
    width: 1px; height: 40px;
    background: rgba(255, 255, 255, 0.25);
}

/* Phone Mockup */
.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup {
    position: relative;
    z-index: 2;
}

.phone-frame {
    width: 280px;
    height: 580px;
    background: #000;
    border-radius: 44px;
    padding: 10px;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1),
        inset 0 0 0 2px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.phone-screen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

/* Floating cards */
.floating-card {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 3;
    white-space: nowrap;
}

.card-1 {
    top: 15%; right: -20px;
    animation: float-card 6s ease-in-out infinite;
}

.card-2 {
    bottom: 30%; left: -30px;
    animation: float-card 6s ease-in-out infinite 2s;
}

.card-3 {
    bottom: 12%; right: 0;
    animation: float-card 6s ease-in-out infinite 4s;
}

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

.hero-wave {
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    z-index: 2;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ===== Social Proof ===== */
.social-proof {
    padding: 60px 0;
    background: white;
    position: relative;
    z-index: 2;
}

.social-proof-text {
    text-align: center;
    color: var(--gray-400);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.platform-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.platform:hover { opacity: 1; }

.platform span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-600);
}

/* ===== Section Headers ===== */
.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 64px;
}

.section-badge {
    display: inline-block;
    background: rgba(251, 105, 111, 0.08);
    color: var(--red);
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gray-900);
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-header h2 .highlight {
    color: var(--red);
}

.section-header p {
    color: var(--gray-600);
    font-size: 1.1rem;
}

/* ===== Features ===== */
.features {
    padding: 100px 0;
    background: white;
    position: relative;
    z-index: 2;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--gray-50);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--gray-200);
}

.feature-large {
    grid-column: span 3;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
    background: linear-gradient(135deg, #fff5f5, #fff);
    padding: 40px;
}

.feature-large h3 { grid-column: 2; grid-row: 1; }
.feature-large p { grid-column: 2; grid-row: 2; max-width: 600px; }
.feature-large .feature-icon { grid-row: span 2; }

.feature-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-large .feature-icon {
    width: 72px; height: 72px;
    margin-bottom: 0;
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.feature-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ===== How it Works ===== */
.how-it-works {
    padding: 100px 0;
    background: var(--gray-50);
    position: relative;
    z-index: 2;
}

.steps {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 24px;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.step-number {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--red), var(--red-light));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 6px;
}

.step-content p {
    color: var(--gray-600);
    font-size: 0.95rem;
}

.step-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-circle {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--gray-50);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--gray-200);
}

.step-connector {
    display: flex;
    justify-content: center;
    padding: 0;
}

/* ===== CTA Section ===== */
.cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #62B3FE 0%, #4a9be8 100%);
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 16px;
}

.cta p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    margin-bottom: 36px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Footer ===== */
.footer {
    background: var(--gray-900);
    color: var(--gray-400);
    padding: 64px 0 24px;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-logo img {
    width: 32px; height: 32px;
    border-radius: 8px;
}

.footer-logo span {
    font-weight: 800;
    font-size: 1.2rem;
    color: white;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-links h4 {
    color: white;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.footer-links a,
.footer-links p {
    display: block;
    font-size: 0.9rem;
    color: var(--gray-400);
    margin-bottom: 8px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    text-align: center;
    font-size: 0.85rem;
}

/* ===== Animations ===== */
.animate-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-card.animate-in:nth-child(2) { transition-delay: 0.1s; }
.feature-card.animate-in:nth-child(3) { transition-delay: 0.2s; }
.feature-card.animate-in:nth-child(4) { transition-delay: 0.3s; }
.feature-card.animate-in:nth-child(5) { transition-delay: 0.4s; }
.feature-card.animate-in:nth-child(6) { transition-delay: 0.5s; }
.feature-card.animate-in:nth-child(7) { transition-delay: 0.6s; }

/* ===== Privacy Page ===== */
.privacy-page {
    background: var(--gray-50);
}

.privacy-content {
    padding: 120px 0 80px;
    position: relative;
    z-index: 2;
}

.privacy-header {
    margin-bottom: 48px;
}

.privacy-header h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gray-900);
    margin-bottom: 8px;
}

.privacy-date {
    color: var(--gray-400);
    font-weight: 600;
}

.privacy-body {
    background: white;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 16px;
}

.privacy-section p {
    color: var(--gray-600);
    margin-bottom: 12px;
    line-height: 1.7;
}

.privacy-section ul {
    padding-left: 24px;
    margin-bottom: 12px;
}

.privacy-section li {
    color: var(--gray-600);
    margin-bottom: 8px;
    line-height: 1.6;
}

.privacy-section a {
    color: var(--blue);
    text-decoration: underline;
}

.privacy-section address {
    font-style: normal;
    color: var(--gray-600);
    line-height: 1.8;
    background: var(--gray-50);
    padding: 16px 20px;
    border-radius: 12px;
    margin-top: 12px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero h1 { font-size: 2.8rem; }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions { justify-content: center; }
    .hero-stats { justify-content: center; }

    .hero-visual { order: -1; }

    .phone-frame {
        width: 220px;
        height: 456px;
    }

    .floating-card { display: none; }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-large { grid-column: span 2; }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .nav-links, .nav-cta { display: none; }
    .mobile-menu-btn { display: flex; }
    .mobile-menu { display: flex; }

    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero h1 { font-size: 2.2rem; }
    .section-header h2 { font-size: 2rem; }

    .features-grid { grid-template-columns: 1fr; }

    .feature-large {
        grid-column: span 1;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-large .feature-icon {
        margin: 0 auto 16px;
        grid-row: auto;
    }

    .feature-large h3,
    .feature-large p {
        grid-column: 1;
        grid-row: auto;
    }

    .step {
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .step-visual { display: none; }

    .cta h2 { font-size: 2rem; }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .privacy-body { padding: 24px; }
    .platform-logos { gap: 32px; }

    .hero-stats {
        flex-wrap: wrap;
        gap: 16px;
    }

    .stat-divider { display: none; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 1.8rem; }

    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .btn-large {
        padding: 14px 28px;
    }

    .phone-frame {
        width: 180px;
        height: 374px;
    }
}
