:root {
    --sky: #0EA5E9;
    --sky-dark: #0284C7;
    --sky-glow: rgba(14, 165, 233, 0.4);
    --emerald: #10B981;
    --emerald-glow: rgba(16, 185, 129, 0.4);
    --amber: #F59E0B;
    --rose: #F43F5E;
    
    --bg-base: #F8FAFC;
    --bg-surface: #FFFFFF;
    --card-bg: rgba(255, 255, 255, 0.7);
    --card-border: rgba(14, 165, 233, 0.15);
    
    --text-main: #0F172A;
    --text-sub: #475569;
    --text-muted: #94A3B8;
    
    --ease-overshoot: cubic-bezier(0.34, 1.56, 0.64, 1);
    
    --font-main: 'Pretendard', sans-serif;
    --font-num: 'Space Grotesk', 'Pretendard', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { 
    background-color: var(--bg-base); 
    color: var(--text-main); 
    font-family: var(--font-main); 
    overflow-x: hidden;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 120px 0; position: relative; z-index: 2; }
.text-center { text-align: center; }

/* Global Mesh Glow Background (Light Version) */
.mesh-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; overflow: hidden; background: #F8FAFC; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(140px); opacity: 0.6; mix-blend-mode: multiply; }
.orb-1 { width: 800px; height: 800px; background: #E0F2FE; top: -200px; left: -100px; }
.orb-2 { width: 600px; height: 600px; background: #DBEAFE; top: 40%; right: -200px; }
.orb-3 { width: 500px; height: 500px; background: #FEF3C7; bottom: -100px; left: 20%; opacity: 0.5; }

/* Universal Glass Card Component */
.glass-card {
    background: var(--card-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--card-border);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(14, 165, 233, 0.05), inset 0 0 0 1px rgba(255,255,255,0.5);
    transition: transform 0.4s var(--ease-overshoot), box-shadow 0.4s, border-color 0.4s;
}
.glass-card:hover { border-color: rgba(14, 165, 233, 0.3); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(14, 165, 233, 0.1); }
.glass-card-solid { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border: 1px solid var(--card-border); border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

/* Text Utils */
.text-gradient { background: linear-gradient(90deg, var(--sky), #6366F1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-yellow { color: var(--amber); }
.text-red { color: var(--rose); }

/* Navbar */
.navbar {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    transition: 0.4s var(--ease-overshoot);
    background: transparent; padding: 25px 0;
}
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px); padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.nav-inner { display: flex; justify-content: space-between; align-items: center; height: 50px; }
.brand { display: flex; align-items: center; gap: 8px; font-size: 1.5rem; font-weight: 800; color: var(--text-main); letter-spacing: -0.02em; }
.brand i { color: var(--sky); filter: drop-shadow(0 4px 6px var(--sky-glow)); }
.nav-links { display: flex; gap: 36px; }
.nav-links a { color: var(--text-sub); font-weight: 600; font-size: 0.95rem; transition: 0.3s; }
.nav-links a:hover { color: var(--sky); }
.btn-primary-sm { 
    background: var(--text-main); color: #fff; 
    padding: 12px 24px; border-radius: 30px; font-weight: 700; font-size: 0.95rem;
    transition: 0.3s var(--ease-overshoot);
}
.btn-primary-sm:hover { background: var(--sky); transform: translateY(-2px); box-shadow: 0 8px 16px var(--sky-glow); }

/* Buttons */
.btn-primary { 
    background: var(--sky); color: #fff; 
    height: 60px; padding: 0 32px; border-radius: 16px; font-weight: 700; font-size: 1.1rem;
    transition: 0.3s var(--ease-overshoot); border: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px var(--sky-glow); white-space: nowrap; flex-shrink: 0;
}
.btn-primary:hover { background: var(--sky-dark); transform: translateY(-4px); box-shadow: 0 12px 24px var(--sky-glow); }

/* Hero */
.hero { position: relative; padding-top: 180px; padding-bottom: 120px; z-index: 1; display: flex; align-items: center; min-height: 85vh; }
.sky-radar-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; opacity: 0.6; }
.plane-anim { position: absolute; color: rgba(14, 165, 233, 0.1); font-size: 2.5rem; animation: fly linear infinite; }
.plane-1 { top: 20%; left: -5%; transform: rotate(15deg); animation-duration: 40s; }
.plane-2 { top: 60%; left: -5%; transform: rotate(-10deg); animation-duration: 55s; animation-delay: 5s; }
.plane-3 { top: 40%; left: 105%; transform: rotate(170deg); animation-duration: 42s; animation-delay: 2s; }

@keyframes fly { 0% { margin-left: 0; } 100% { margin-left: 120vw; } }

.hero-content { width: 100%; text-align: center; max-width: 1000px; margin: 0 auto; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: var(--sky); border: 1px solid var(--card-border);
    padding: 8px 18px; border-radius: 30px; font-weight: 700; font-size: 0.85rem; margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.1);
}
.hero-badge i { font-size: 1.1rem; }
.hero h1 { font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.04em; }
.hero-desc { font-size: 1.2rem; color: var(--text-sub); line-height: 1.6; margin-bottom: 50px; font-weight: 500; word-break: keep-all; }

/* V3 Style Search Box */
.search-box { max-width: 800px; margin: 0 auto 50px; padding: 8px; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(20px); border-radius: 28px; box-shadow: 0 20px 40px rgba(14, 165, 233, 0.1), inset 0 0 0 1px rgba(255,255,255,0.8); border: 1px solid rgba(14, 165, 233, 0.1); }
.search-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 20px; border-bottom: 1px dashed rgba(14, 165, 233, 0.2); }
.tab-btn {
    background: transparent; border: none; color: var(--text-sub); font-size: 0.95rem; font-weight: 700;
    padding: 10px 20px; border-radius: 12px; cursor: pointer; transition: 0.3s var(--ease-overshoot);
}
.tab-btn:hover { color: var(--sky); background: rgba(14, 165, 233, 0.05); }
.tab-btn.active { color: var(--sky); background: rgba(14, 165, 233, 0.1); box-shadow: 0 4px 10px rgba(14, 165, 233, 0.1); }

.search-input-area { display: flex; gap: 12px; padding: 20px; position: relative; }
.input-icon { position: absolute; left: 44px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--sky); z-index: 2; }
.search-input-area input {
    flex: 1; height: 64px; background: #fff; border: 1px solid rgba(14, 165, 233, 0.2);
    border-radius: 16px; padding: 0 20px 0 60px; font-size: 1.1rem; color: var(--text-main); font-weight: 600; outline: none; transition: 0.3s;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.search-input-area input:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1); }
.search-input-area input::placeholder { color: var(--text-muted); font-weight: 400; }
.search-input-area .btn-search {
    background: var(--text-main); color: #fff; font-weight: 700; font-size: 1.05rem;
    border: none; border-radius: 16px; padding: 0 32px; cursor: pointer; transition: 0.3s var(--ease-overshoot); display: flex; align-items: center; gap: 8px; height: 64px;
}
.search-input-area .btn-search:hover { background: var(--sky); transform: translateX(4px); box-shadow: 0 8px 16px var(--sky-glow); }

/* Hero Stats */
.hero-stats { display: flex; justify-content: center; gap: 20px; flex-wrap: nowrap; }
.hero-stats .stat { padding: 20px 40px; display: flex; flex-direction: column; align-items: center; min-width: 200px; }
.stat strong { font-size: 2.5rem; font-weight: 800; color: var(--sky); font-family: var(--font-num); line-height: 1; margin-bottom: 8px; }
.stat span { font-size: 0.95rem; color: var(--text-sub); font-weight: 600; }

/* Section Headers */
.sub-heading { color: var(--sky); font-size: 0.9rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.section-header { margin-bottom: 60px; }
.section-header h2 { font-size: clamp(2rem, 4vw, 2.5rem); font-weight: 800; color: var(--text-main); line-height: 1.25; letter-spacing: -0.03em; }

/* Bento Grid */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; auto-rows: minmax(300px, auto); }
.bento-card { padding: 40px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.bento-card.span-2 { grid-column: span 2; }
.bento-content { position: relative; z-index: 1; }
.feat-icon { width: 64px; height: 64px; margin-bottom: 30px; border-radius: 16px; background: rgba(14, 165, 233, 0.05); border: 1px solid rgba(14, 165, 233, 0.1); display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--sky); }
.feat-icon.alert-icon { color: var(--amber); background: rgba(245, 158, 11, 0.05); border-color: rgba(245, 158, 11, 0.1); }
.bento-card h3 { font-size: 1.4rem; font-weight: 800; color: var(--text-main); margin-bottom: 16px; }
.bento-card p { font-size: 1.05rem; color: var(--text-sub); line-height: 1.6; word-break: keep-all; }

/* App Banner & Radar Teaser */
.app-banner { display: flex; align-items: center; justify-content: space-between; gap: 80px; padding: 80px; overflow: hidden; position: relative; background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(240, 249, 255, 0.5)); }
.app-content { flex: 1; position: relative; z-index: 1; }
.app-content h2 { font-size: clamp(2.5rem, 4vw, 3rem); font-weight: 800; line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.04em; }
.app-content p { font-size: 1.15rem; color: var(--text-sub); line-height: 1.7; margin-bottom: 40px; }

.app-checklist { list-style: none; margin-bottom: 40px; }
.app-checklist li { display: flex; align-items: center; gap: 12px; color: var(--text-main); font-size: 1.05rem; margin-bottom: 16px; font-weight: 700; }
.app-checklist i { color: var(--sky); font-size: 1.4rem; }

/* Advanced Radar Mockup (V3 Light Style) */
.app-visual { flex-shrink: 0; width: 340px; position: relative; z-index: 1; perspective: 1200px; display: flex; justify-content: flex-end; }
.glow-phone {
    width: 320px; height: 660px; background: #fff; border: 12px solid #E2E8F0; border-radius: 44px;
    box-shadow: -30px 30px 60px rgba(0,0,0,0.1), inset 0 0 0 2px #CBD5E1;
    position: relative; overflow: hidden; transform: rotateY(-15deg) rotateX(5deg);
    transition: 0.6s var(--ease-overshoot);
}
.glow-phone:hover { transform: rotateY(0deg) rotateX(0deg) translateY(-10px); }
.radar-screen { background: #F8FAFC; width: 100%; height: 100%; position: relative; overflow: hidden; }

/* Linear Radar Grid Light */
.radar-screen::before { content: ''; position: absolute; width: 100%; height: 100%; background-image: radial-gradient(rgba(14, 165, 233, 0.1) 1px, transparent 1px); background-size: 20px 20px; }
.radar-circle { position: absolute; top: 40%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 280px; height: 280px; border: 1px dashed rgba(14, 165, 233, 0.2); border-radius: 50%; }
.radar-circle.circle-2 { width: 180px; height: 180px; }
.radar-circle.circle-3 { width: 80px; height: 80px; background: rgba(14, 165, 233, 0.05); border: 1px solid rgba(14, 165, 233, 0.2); }
.radar-sweep {
    position: absolute; top: 40%; left: 50%; width: 140px; height: 140px; transform-origin: 0 0;
    background: conic-gradient(from 0deg, transparent 70%, rgba(14, 165, 233, 0.4) 100%);
    border-radius: 0 100% 0 0; animation: radar-spin 3s linear infinite; z-index: 2;
}
@keyframes radar-spin { 100% { transform: rotate(360deg); } }

/* Plane Pins */
.radar-pin { position: absolute; color: var(--sky); font-size: 1.6rem; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 4px; filter: drop-shadow(0 4px 6px rgba(14,165,233,0.3)); }
.radar-pin span { font-size: 0.7rem; background: #fff; color: var(--text-main); padding: 4px 8px; border-radius: 6px; font-weight: 800; font-family: var(--font-num); box-shadow: 0 2px 5px rgba(0,0,0,0.1); border: 1px solid rgba(14,165,233,0.2); }
.p1 { top: 25%; left: 35%; transform: rotate(45deg); }
.p2 { top: 50%; left: 65%; transform: rotate(120deg); color: var(--amber); }
.p2 span { border-color: rgba(245, 158, 11, 0.3); }
.p3 { top: 60%; left: 25%; transform: rotate(-45deg); }
.alert-pin { animation: alert-pulse 2s infinite; }
@keyframes alert-pulse { 0% { transform: scale(1) rotate(120deg); } 50% { transform: scale(1.2) rotate(120deg); } 100% { transform: scale(1) rotate(120deg); } }

/* Glass Panel Inside App */
.radar-panel { position: absolute; bottom: 20px; left: 16px; right: 16px; padding: 20px; z-index: 10; background: rgba(255,255,255,0.85); border-color: #fff; }
.panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.flight-no { font-size: 1.3rem; font-family: var(--font-num); font-weight: 800; color: var(--text-main); }
.on-time-badge { background: rgba(16, 185, 129, 0.1); color: var(--emerald); font-size: 0.75rem; font-weight: 800; padding: 4px 10px; border-radius: 20px; }
.panel-route { font-size: 1.1rem; color: var(--text-main); font-weight: 800; display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.panel-route i { color: var(--sky); font-size: 1rem; }
.panel-stats { display: flex; justify-content: space-between; border-top: 1px dashed rgba(0,0,0,0.1); padding-top: 16px; }
.panel-stats div { display: flex; flex-direction: column; }
.panel-stats span { font-size: 0.75rem; color: var(--text-sub); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; font-weight: 700; }
.panel-stats strong { font-size: 1.2rem; color: var(--text-main); font-family: var(--font-num); font-weight: 800; }

/* Subscribe Form */
.subscribe-form { position: relative; display: flex; gap: 12px; max-width: 450px; }
.form-icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 1.2rem; color: var(--text-muted); }
.subscribe-form input { flex: 1; height: 60px; background: #fff; border: 1px solid var(--card-border); border-radius: 16px; padding: 0 20px 0 55px; font-size: 1.05rem; color: var(--text-main); font-weight: 600; outline: none; transition: 0.3s; }
.subscribe-form input:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1); }

/* Vercel Marquee (Light Mode) */
.marquee-section { padding: 60px 0; border-top: 1px solid var(--card-border); border-bottom: 1px solid var(--card-border); overflow: hidden; background: #fff; }
.marquee-title { display: block; text-align: center; color: var(--text-muted); font-size: 0.8rem; font-weight: 700; margin-bottom: 30px; letter-spacing: 0.15em; text-transform: uppercase; }
.marquee-wrap { display: flex; width: max-content; animation: scroll 60s linear infinite; }
.marquee-content { display: flex; align-items: center; justify-content: space-around; padding: 0 40px; }
.marquee-content span { font-size: 1.1rem; font-weight: 700; color: var(--text-sub); transition: 0.3s; white-space: nowrap; margin: 0 15px; }
.marquee-content span:not(.dot):hover { color: var(--text-main); transform: scale(1.05); }
.marquee-content .dot { font-size: 0.9rem; color: var(--text-muted); opacity: 0.3; margin: 0; }

/* Route Grid */
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.route-card { padding: 30px; display: flex; flex-direction: column; background: #fff; }
.route-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.airport-code { font-size: 1.5rem; font-weight: 800; color: var(--text-main); font-family: var(--font-num); }
.route-header i { color: var(--sky); font-size: 1.4rem; }
.route-name { font-size: 0.95rem; color: var(--text-sub); margin-bottom: 24px; font-weight: 600; }
.status-indicator { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: rgba(0,0,0,0.02); border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); font-size: 0.9rem; font-weight: 700; width: max-content; }

/* FAQ */
.faq-list { max-width: 800px; margin: 50px auto 0; }
.faq-item { margin-bottom: 16px; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--card-border); border-radius: 20px; transition: 0.3s; }
.faq-item:hover { border-color: var(--sky); box-shadow: 0 10px 20px rgba(14, 165, 233, 0.05); }
.faq-question { padding: 24px 30px; font-size: 1.15rem; font-weight: 700; color: var(--text-main); cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; outline: none; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question i { color: var(--sky); transition: 0.3s var(--ease-overshoot); font-size: 1.2rem; }
details[open] .faq-question { border-bottom: 1px dashed rgba(14, 165, 233, 0.2); }
details[open] .faq-question i { transform: rotate(180deg); color: var(--text-main); }
.faq-answer { padding: 24px 30px; color: var(--text-sub); line-height: 1.7; font-size: 1.05rem; }

/* SEO Grid (V3 Add) */
.seo-text-section { border-top: 1px solid var(--card-border); padding: 100px 0; background: transparent; transform: translateZ(0); will-change: transform; }
.seo-header { text-align: center; margin-bottom: 60px; }
.seo-header-icon { display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background: rgba(14, 165, 233, 0.1); color: var(--sky); border-radius: 20px; font-size: 2rem; margin-bottom: 24px; box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.2); }
.seo-header h2 { font-size: 2.2rem; font-weight: 800; color: var(--text-main); margin-bottom: 12px; letter-spacing: -0.02em; }
.seo-header p { font-size: 1.1rem; color: var(--text-sub); font-weight: 500; }

.seo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 1000px; margin: 0 auto; }
.seo-column { background: #fff; border: 1px solid var(--card-border); border-radius: 20px; padding: 30px; box-shadow: 0 4px 24px rgba(14, 165, 233, 0.05); transition: 0.4s var(--ease-overshoot); transform: translateZ(0); display: flex; flex-direction: column; }
.seo-column:hover { transform: translateY(-6px) translateZ(0); box-shadow: 0 20px 40px rgba(14, 165, 233, 0.12); border-color: var(--sky); }
.seo-column h4 { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; color: var(--text-main); margin-bottom: 28px; font-weight: 800; padding-bottom: 16px; border-bottom: 1px dashed rgba(0,0,0,0.06); }
.seo-column h4 i { font-size: 1.6rem; color: var(--sky); padding: 8px; background: rgba(14, 165, 233, 0.08); border-radius: 12px; }
.seo-links { display: flex; flex-direction: column; flex: 1; }
.seo-column a { display: flex; align-items: flex-start; gap: 12px; color: var(--text-sub); margin-bottom: 16px; font-size: 0.95rem; transition: 0.3s; font-weight: 500; padding: 10px 14px; border-radius: 12px; line-height: 1.5; border: 1px solid transparent; opacity: 1 !important; visibility: visible !important; }
.seo-column a::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--sky); flex-shrink: 0; margin-top: 8px; transition: 0.3s; }
.seo-column a:hover { background: #fff; color: var(--sky-dark); transform: translateX(4px); box-shadow: 0 4px 12px rgba(0,0,0,0.03); border-color: rgba(14, 165, 233, 0.15); }
.seo-column a:hover::before { transform: scale(1.2); background: var(--sky-dark); box-shadow: 0 0 8px rgba(14, 165, 233, 0.5); }

/* Footer */
.footer { padding: 80px 0 40px; border-top: 1px solid var(--card-border); position: relative; z-index: 2; background: #fff; }
.footer-grid { display: flex; justify-content: space-between; margin-bottom: 60px; flex-wrap: wrap; gap: 40px; }
.footer-info p { color: var(--text-sub); margin-top: 20px; font-size: 0.95rem; line-height: 1.7; font-weight: 500; }
.footer-links { display: flex; gap: 80px; }
.link-column strong { color: var(--text-main); font-size: 1.1rem; font-weight: 800; display: block; margin-bottom: 24px; }
.link-column a { display: block; color: var(--text-sub); margin-bottom: 12px; transition: 0.2s; font-size: 0.95rem; font-weight: 500; }
.link-column a:hover { color: var(--sky); }
.copyright { border-top: 1px solid var(--card-border); padding-top: 30px; color: var(--text-muted); font-size: 0.9rem; text-align: center; font-weight: 500; }

/* Responsive V3 */
@media (max-width: 992px) {
    .bento-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 12px 24px 40px; margin-right: -24px; margin-left: -24px; gap: 16px; scrollbar-width: none; }
    .bento-grid::-webkit-scrollbar { display: none; }
    .bento-card { min-width: 85%; scroll-snap-align: center; }
    .bento-card.span-2 { grid-column: auto; }
    .route-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 12px 24px 40px; margin-right: -24px; margin-left: -24px; gap: 16px; scrollbar-width: none; }
    .route-grid::-webkit-scrollbar { display: none; }
    .route-card { min-width: 75%; scroll-snap-align: center; }

    .app-banner { flex-direction: column; text-align: center; padding: 60px 40px; border-radius: 32px; }
    .app-checklist { display: flex; flex-direction: column; align-items: center; }
    .subscribe-form { margin: 0 auto; }
    .app-visual { perspective: none; transform: none; width: 100%; display: flex; justify-content: center; margin-top: 40px; }
    .glow-phone { transform: none; }
    .glow-phone:hover { transform: none; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .container { padding: 0 24px; }
    .hero { min-height: auto; padding-top: 140px; padding-bottom: 60px; }
    .hero h1 { font-size: clamp(2.2rem, 6vw, 2.8rem); }
    .search-input-area { flex-direction: column; gap: 12px; }
    .input-icon { top: 50%; transform: translateY(-50%); margin-top: -38px; } /* Adjust for search button height */
    .search-input-area input { width: 100%; border-radius: 16px; padding: 0 15px 0 50px; }
    .search-input-area .btn-search { width: 100%; border-radius: 16px; justify-content: center; }
    
    .hero-stats { overflow-x: auto; scroll-snap-type: x mandatory; justify-content: flex-start; padding-bottom: 20px; margin-bottom: -20px; scrollbar-width: none; }
    .hero-stats::-webkit-scrollbar { display: none; }
    .hero-stats .stat { scroll-snap-align: center; min-width: 60%; padding: 20px; background: #fff; border-radius: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

    .app-banner { padding: 40px 20px; border-radius: 24px; }
    .subscribe-form { flex-direction: column; }
    .subscribe-form .btn-primary { width: 100%; }
    .footer-links { flex-direction: column; gap: 40px; }
    
    .seo-grid { grid-template-columns: 1fr; gap: 16px; }
    .seo-column { padding: 24px; border-radius: 16px; }
    .seo-column h4 { font-size: 1.1rem; margin-bottom: 16px; padding-bottom: 12px; }
    .seo-column a { font-size: 0.95rem; margin-bottom: 8px; padding: 12px 14px; }
    .seo-text-section { padding: 60px 0; }
    
    .glow-orb { opacity: 0.2; filter: blur(80px); }
}

