:root {
  --funnel-bg: #0a0e14;
  --funnel-surface: rgba(17, 22, 29, 0.78);
  --funnel-surface-2: rgba(255, 255, 255, 0.04);
  --funnel-border: rgba(255, 255, 255, 0.09);
  --funnel-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --funnel-radius: 22px;
  --danger: #ff7878;
  --success: #6dffb8;
  --warning: #ffd86b;
}
html { scroll-padding-top: 88px; }
body.funnel-body { overflow-x: hidden; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--primary), #d96df1); z-index: 2000; transition: width 0.14s linear; }
.funnel-navbar { background: rgba(5, 8, 12, 0.72); backdrop-filter: blur(18px); }
.funnel-navbar .nav-container { justify-content: space-between; gap: 18px; }
.funnel-navbar .logo-area, .funnel-navbar .nav-links, .funnel-navbar .nav-actions { position: static; margin: 0; }
.brand-link { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta, .nav-install { white-space: nowrap; }
.funnel-section { position: relative; padding-inline: 0; }
.section-shell { position: relative; z-index: 1; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.center-heading { text-align: center; margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--warning); font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.section-heading h2, .final-card h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.06; }
.section-heading p, .final-card p { margin: 0; font-size: 1.04rem; line-height: 1.7; color: var(--text-muted); }
.funnel-hero { min-height: calc(100vh - 70px); display: flex; align-items: center; padding-block: 48px 36px; }
.hero-wrapper { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 42px; align-items: center; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(40px); opacity: 0.56; }
.orb-1 { width: 440px; height: 440px; top: -80px; left: -100px; background: radial-gradient(circle, rgba(175, 48, 202, 0.36), rgba(175, 48, 202, 0)); animation: floatOrb 8s ease-in-out infinite; }
.orb-2 { width: 360px; height: 360px; right: -70px; bottom: 0; background: radial-gradient(circle, rgba(109, 255, 184, 0.2), rgba(109, 255, 184, 0)); animation: floatOrb 10s ease-in-out infinite reverse; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at center, black 28%, transparent 80%); opacity: 0.35; }
.hero-pill, .hero-social-inline span, .hero-guarantees span, .compat-row .chip, .offer-banner, .counter-card, .solution-card, .problem-card, .step-card, .value-card, .pricing-card, .compare-table-wrap, .final-card, .testimonial-shell, .support-fab, .sticky-bottom-cta, .offer-timer-card, .guarantee-strip { border: 1px solid var(--funnel-border); background: var(--funnel-surface); box-shadow: var(--funnel-shadow); backdrop-filter: blur(18px); }
.hero-copy h1 { margin: 18px 0 16px; font-size: clamp(2.9rem, 4vw, 5rem); line-height: 0.98; letter-spacing: -0.03em; }
.hero-lead { max-width: 640px; margin: 0; font-size: 1.06rem; line-height: 1.75; color: var(--text-muted); }
.hero-pill { width: max-content; max-width: 100%; padding: 10px 16px; border-radius: 999px; color: var(--text); font-size: 0.92rem; font-weight: 600; }
.hero-pill i, .hero-social-inline i, .hero-guarantees i, .value-icon i, .solution-icon i, .step-card i, .support-fab i { color: var(--primary); }
.hero-social-inline { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 0; }
.hero-social-inline span, .hero-guarantees span { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 999px; font-size: 0.92rem; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 20px; }
.pulse-cta { animation: pulseCta 2.1s ease-in-out infinite; }
.hero-guarantees { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.hero-metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hero-metric-grid article { border-radius: 18px; padding: 20px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.hero-metric-grid strong { display: block; margin-bottom: 6px; font-size: 1.55rem; color: var(--success); }
.hero-metric-grid span { color: var(--text-muted); line-height: 1.55; }
.device-stage { position: relative; display: grid; gap: 18px; }
.device-card { border-radius: 28px; padding: 18px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 90px rgba(0,0,0,.45); }
.device-topbar { display: flex; gap: 7px; margin-bottom: 14px; }
.device-topbar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.22); }
.device-display { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.06); background: #0b0f15; }
.device-screen { width: 100%; display: block; }
.device-floating { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 210px; max-width: 240px; padding: 14px; border-radius: 18px; background: rgba(10, 14, 20, 0.82); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.device-floating i { color: var(--success); font-size: 1.1rem; }
.device-floating strong, .device-floating span { display: block; }
.device-floating strong { font-size: 0.96rem; }
.device-floating span { margin-top: 3px; font-size: 0.82rem; line-height: 1.45; color: var(--text-muted); }
.floating-one { top: 24px; right: -32px; }
.floating-two { bottom: 26px; left: -30px; }
.compat-row { display: flex; flex-wrap: wrap; gap: 12px; }
.subtle-chip { opacity: 0.78; }
.hero-scroll-hint { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); display: inline-flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--text-muted); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-scroll-hint span { width: 34px; height: 54px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; position: relative; }
.hero-scroll-hint span::after { content: ""; position: absolute; width: 6px; height: 12px; border-radius: 999px; background: var(--primary); left: 50%; top: 11px; transform: translateX(-50%); animation: bounceDot 1.6s ease-in-out infinite; }
.problem-section, .steps-section, .compare-section, .faq-section { background: linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,0)); }
.problem-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 26px; align-items: stretch; }
.pain-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.pain-list li { display: flex; gap: 12px; align-items: flex-start; padding: 18px 18px; border-radius: 18px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); }
.pain-list i { color: var(--danger); margin-top: 2px; }
.problem-carousel { display: grid; grid-template-columns: repeat(5, minmax(240px, 1fr)); gap: 14px; overflow-x: auto; padding: 2px 4px 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.problem-carousel::-webkit-scrollbar, .testimonial-track::-webkit-scrollbar { display: none; }
.problem-card, .testimonial-card { border-radius: 22px; padding: 24px; scroll-snap-align: start; }
.problem-card i { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 16px; background: rgba(175,48,202,.12); font-size: 1.25rem; }
.problem-card h3, .value-title, .pricing-card h3, .solution-card h3, .step-card h3, .counter-card strong { margin: 14px 0 10px; }
.problem-card p, .solution-card p, .step-card p, .pricing-copy, .value-body p, .faq-answer p, .counter-card span, .testimonial-card p, .guarantee-strip span, .compare-scroll-hint { color: var(--text-muted); line-height: 1.6; }
.carousel-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.2); padding: 0; cursor: pointer; }
.carousel-dot.active { background: var(--primary); box-shadow: 0 0 0 6px rgba(175,48,202,.14); }
.solution-section { overflow: hidden; }
.solution-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.solution-card { border-radius: 24px; padding: 24px; min-height: 250px; position: relative; transform-style: preserve-3d; transition: transform .18s ease, border-color .18s ease; }
.solution-card::before, .pricing-card-featured::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(140deg, rgba(175,48,202,.45), rgba(255,255,255,.04)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.solution-icon, .value-icon { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 16px; background: rgba(175,48,202,.12); font-size: 1.2rem; }
.solution-card strong { display: inline-flex; margin-top: 14px; color: var(--success); }
.social-section .section-shell { display: grid; gap: 28px; }
.counter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.counter-card { border-radius: 22px; padding: 22px; }
.counter-card strong { display: block; font-size: clamp(1.9rem, 3vw, 2.8rem); color: var(--success); }
.testimonial-shell { border-radius: 28px; padding: 18px; }
.testimonial-track { display: grid; grid-template-columns: repeat(4, minmax(280px, 1fr)); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
.testimonial-top { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(175,48,202,.9), rgba(109,255,184,.45)); font-weight: 700; }
.testimonial-top small, .final-social { color: var(--text-muted); }
.stars { color: var(--warning); letter-spacing: 0.12em; margin-bottom: 10px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.step-card { border-radius: 24px; padding: 28px 24px; position: relative; }
.step-card i { font-size: 1.35rem; }
.step-number { position: absolute; top: 18px; right: 18px; font-size: 0.88rem; font-weight: 700; color: var(--warning); }
.section-cta { display: flex; justify-content: center; margin-top: 28px; }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.value-card { border-radius: 22px; overflow: hidden; }
.value-toggle { width: 100%; border: 0; background: none; color: inherit; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; font: inherit; cursor: pointer; text-align: left; }
.value-card .fa-plus, .faq-question i { transition: transform .22s ease; }
.value-card.is-open .fa-plus, .faq-item.is-open .faq-question i { transform: rotate(45deg); }
.value-body { max-height: 0; overflow: hidden; transition: max-height .28s ease, padding .28s ease; padding: 0 18px; }
.value-card.is-open .value-body { max-height: 160px; padding: 0 18px 18px; }
.compare-table-wrap { border-radius: 28px; padding: 18px; overflow: hidden; }
.compare-scroll-hint { font-size: 0.84rem; margin-bottom: 12px; }
.compare-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
.compare-table th { color: var(--text-muted); font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.08em; }
.compare-table tbody td:first-child, .compare-table thead th:first-child { position: sticky; left: 0; background: rgba(10,14,20,.96); z-index: 2; }
.compare-table td.is-highlight, .compare-table th.is-highlight { color: var(--text); }
.compare-table tbody td:nth-child(2), .compare-table thead th:nth-child(2) { background: rgba(175,48,202,.13); }
.compare-table i.fa-check { color: var(--success); }
.compare-table i.fa-xmark { color: var(--danger); }
.offer-banner { border-radius: 28px; padding: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; margin-bottom: 22px; }
.offer-banner h2 { margin: 6px 0 10px; font-size: clamp(2rem, 4vw, 3rem); }
.offer-banner p { margin: 0; color: var(--text-muted); }
.offer-timer-card { min-width: 240px; border-radius: 22px; padding: 18px; }
.offer-timer-card small { display: block; color: var(--text-muted); margin-bottom: 4px; }
.offer-timer-card strong { display: block; font-size: clamp(2rem, 4vw, 2.7rem); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: 0.05em; }
.timer-progress { width: 100%; height: 8px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.08); margin-top: 12px; }
.timer-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--warning), var(--primary)); transition: width .2s linear; }
.pricing-grid-funnel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pricing-card { position: relative; border-radius: 28px; padding: 28px; overflow: hidden; }
.pricing-card-featured { border-color: rgba(175,48,202,.35); transform: translateY(-6px); }
.featured-glow { position: absolute; inset: -20% -20% auto auto; width: 220px; height: 220px; background: radial-gradient(circle, rgba(175,48,202,.35), rgba(175,48,202,0)); pointer-events: none; }
.pricing-badge { display: inline-flex; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.07); color: var(--warning); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; }
.pricing-badge.recommended { background: rgba(175,48,202,.2); color: #fff; }
.price-block { display: grid; gap: 2px; margin: 18px 0; }
.price-block .old { color: var(--text-muted); text-decoration: line-through; }
.price-block strong { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1; }
.price-block small { color: var(--text-muted); }
.pricing-card ul, .guarantee-strip { display: grid; gap: 12px; }
.pricing-card ul { list-style: none; margin: 0 0 24px; padding: 0; }
.pricing-card li { display: flex; gap: 10px; align-items: flex-start; }
.pricing-card li i { color: var(--success); margin-top: 4px; }
.guarantee-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 24px; padding: 18px 20px; margin-top: 18px; }
.faq-shell { max-width: 980px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border-radius: 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.faq-question { width: 100%; min-height: 56px; border: 0; background: none; color: inherit; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; font: inherit; font-weight: 600; cursor: pointer; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .26s ease, padding .26s ease; padding: 0 20px; }
.faq-item.is-open .faq-answer { max-height: 170px; padding: 0 20px 18px; }
.final-card { border-radius: 34px; padding: clamp(26px, 4vw, 54px); text-align: center; }
.final-social { margin-top: 16px; font-weight: 600; }
.compact-guarantees { justify-content: center; margin-top: 10px; }
.support-fab { position: fixed; right: 18px; bottom: 96px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 999px; text-decoration: none; color: var(--text); }
.sticky-bottom-cta { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); width: min(980px, calc(100% - 28px)); z-index: 110; border-radius: 22px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-bottom-cta div { display: grid; gap: 2px; }
.sticky-bottom-cta strong { font-size: 1rem; }
.sticky-bottom-cta span { font-size: 0.92rem; color: var(--text-muted); }
.toast-stack { position: fixed; left: 18px; bottom: 96px; display: grid; gap: 10px; z-index: 95; }
.toast { min-width: 240px; max-width: 300px; border-radius: 16px; padding: 14px 16px; background: rgba(17,22,29,.92); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--funnel-shadow); transform: translateY(12px); opacity: 0; animation: toastIn .35s ease forwards; }
.toast strong, .toast span { display: block; }
.toast span { color: var(--text-muted); margin-top: 4px; line-height: 1.45; }
.animate-on-scroll { opacity: 0; transform: translateY(26px); transition: opacity .66s ease, transform .66s ease; }
.animate-on-scroll.in-view { opacity: 1; transform: translateY(0); }
@keyframes floatOrb { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, 24px, 0); } }
@keyframes pulseCta { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(175, 48, 202, 0.28); } 50% { transform: scale(1.02); box-shadow: 0 0 0 14px rgba(175, 48, 202, 0); } }
@keyframes bounceDot { 0%, 100% { transform: translate(-50%, 0); opacity: 0.55; } 50% { transform: translate(-50%, 16px); opacity: 1; } }
@keyframes toastIn { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .pulse-cta, .orb-1, .orb-2, .hero-scroll-hint span::after { animation: none !important; } .animate-on-scroll { opacity: 1; transform: none; transition: none; } }
@media (max-width: 1180px) { .solution-cards, .counter-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero-wrapper, .problem-layout, .offer-banner, .pricing-grid-funnel { grid-template-columns: 1fr; } .offer-timer-card { min-width: 0; } .device-floating { position: static; max-width: none; margin-top: 12px; } .guarantee-strip { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .funnel-navbar .nav-container { height: 64px; } .nav-actions { margin-left: auto; margin-right: 8px; } .nav-install { display: none !important; } .nav-cta { display: none; } .hero-copy h1 { font-size: clamp(2.3rem, 8vw, 3.4rem); } .hero-wrapper { gap: 26px; } .hero-metric-grid, .steps-grid, .solution-cards, .counter-grid, .value-grid { grid-template-columns: 1fr; } .testimonial-track, .problem-carousel { grid-template-columns: repeat(4, minmax(82%, 1fr)); } .problem-carousel { grid-template-columns: repeat(5, minmax(82%, 1fr)); } .support-fab { bottom: 104px; } }
@media (max-width: 640px) { .navbar { padding-inline: 14px; } .funnel-hero { min-height: auto; padding-top: 24px; } .hero-pill, .hero-social-inline span, .hero-guarantees span, .support-fab { width: 100%; justify-content: center; } .hero-actions, .final-actions { flex-direction: column; } .hero-actions .btn, .final-actions .btn, .sticky-bottom-cta .btn, .section-cta .btn { width: 100%; justify-content: center; min-height: 56px; } .section-heading p, .hero-lead { font-size: 0.98rem; } .hero-scroll-hint { display: none; } .problem-carousel, .testimonial-track { padding-bottom: 4px; } .compare-table-wrap, .testimonial-shell, .offer-banner, .pricing-card, .final-card, .solution-card, .counter-card, .step-card, .problem-card, .value-card { border-radius: 22px; } .faq-question { padding: 16px; } .support-fab { right: 14px; left: auto; bottom: 106px; width: auto; justify-content: center; padding-inline: 14px; } .support-fab span { display: none; } .sticky-bottom-cta { width: calc(100% - 18px); bottom: 8px; padding: 10px; border-radius: 18px; grid-template-columns: 1fr; display: grid; } .sticky-bottom-cta div { gap: 0; } .sticky-bottom-cta strong { font-size: 0.95rem; } .sticky-bottom-cta span { font-size: 0.82rem; } .toast-stack { left: 10px; right: 10px; bottom: 176px; } .toast { min-width: 0; max-width: none; } }
