.landing{--bg:#09090b;--bg2:#0f0f11;--bg3:#111113;--card:#0f0f11;--card-border:#ffffff0d;--card-border-hover:#ffffff14;--text:#fafafa;--text2:#a1a1aa;--text3:#71717a;--text4:#52525b;--text5:#3f3f46;--text6:#27272a;--border:#ffffff0f;--border-light:#ffffff0a;--danger:#ef4444;--warn:#f59e0b;--success:#22c55e;--glow-indigo:#6366f10d;--glow-violet:#8b5cf60a;--font:var(--font-jakarta),"Plus Jakarta Sans",system-ui,sans-serif;--mono:var(--font-geist-mono),"Geist Mono",ui-monospace,monospace;--radius:12px;--radius-sm:7px;--transition:.2s ease;font-family:var(--font);background:var(--bg);color:var(--text2);-webkit-font-smoothing:antialiased;line-height:1.6;position:relative;overflow-x:hidden}.landing:before{content:"";opacity:.035;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");position:fixed;inset:0}.landing>*{z-index:1;position:relative}.landing *,.landing :before,.landing :after{box-sizing:border-box;margin:0;padding:0}.landing h1,.landing h2,.landing h3,.landing h4{font-family:var(--font);color:var(--text);letter-spacing:-.025em;font-weight:700;line-height:1.2}.landing a{color:var(--text2);transition:var(--transition);text-decoration:none}.landing a:hover{color:var(--text)}.landing .container{max-width:1100px;margin:0 auto;padding:0 24px}.landing .reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.landing .reveal.visible{opacity:1;transform:translateY(0)}.landing .reveal-delay-1{transition-delay:.1s}.landing .reveal-delay-2{transition-delay:.2s}.landing .reveal-delay-3{transition-delay:.3s}.landing .reveal-delay-4{transition-delay:.4s}.landing .reveal-delay-5{transition-delay:.5s}.landing section{padding:100px 0}.landing .section-label{color:var(--text5);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:.7rem;font-weight:500}.landing .section-title{letter-spacing:-.03em;color:var(--text);margin-bottom:14px;font-size:clamp(1.6rem,3vw,2rem)}.landing .section-desc{color:var(--text4);max-width:440px;margin-bottom:56px;font-size:.92rem;line-height:1.7}.landing nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#09090bd9;padding:14px 0;position:fixed;top:0;left:0;right:0}.landing nav .container{justify-content:space-between;align-items:center;display:flex}.landing .logo{font-family:var(--font);color:var(--text);letter-spacing:-.02em;align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.landing .logo-icon{width:22px;height:22px;color:var(--text2)}.landing .nav-links{align-items:center;gap:32px;display:flex}.landing .nav-links a{color:var(--text3);font-size:.82rem;font-weight:400}.landing .nav-links a:hover{color:var(--text)}.landing .nav-separator{background:var(--border);width:1px;height:16px}.landing .nav-cta{border-radius:6px;padding:7px 18px;background:var(--text)!important;color:var(--bg)!important;font-size:.82rem!important;font-weight:500!important}.landing .nav-cta:hover{opacity:.9!important}.landing .mobile-toggle{color:var(--text3);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.landing .hero{align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.landing .hero:before{content:"";background:radial-gradient(ellipse,var(--glow-indigo)0%,transparent 70%);filter:blur(40px);pointer-events:none;width:600px;height:500px;position:absolute;top:-10%;left:15%}.landing .hero:after{content:"";background:radial-gradient(ellipse,var(--glow-violet)0%,transparent 70%);filter:blur(40px);pointer-events:none;width:500px;height:400px;position:absolute;bottom:0;right:10%}.landing .hero-split{align-items:center;gap:64px;max-width:1100px;margin:0 auto;padding:0 24px;display:flex;position:relative}.landing .hero-left{flex:1.1}.landing .hero-right{flex:.7}.landing .hero-label{color:var(--text4);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:.72rem;font-weight:500}.landing .hero h1{letter-spacing:-.035em;color:var(--text);margin-bottom:20px;font-size:clamp(2.2rem,4.5vw,2.8rem);line-height:1.1}.landing .hero-sub{color:var(--text4);max-width:420px;margin-bottom:36px;font-size:.95rem;line-height:1.7}.landing .scan-form{background:var(--bg3);border:1px solid var(--border);border-radius:10px;max-width:460px;padding:5px;display:flex}.landing .scan-form input{color:var(--text);font-size:.88rem;font-family:var(--font);background:0 0;border:none;outline:none;flex:1;padding:12px 16px}.landing .scan-form input::placeholder{color:var(--text5)}.landing .btn-primary{border-radius:var(--radius-sm);background:var(--text);color:var(--bg);font-family:var(--font);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;padding:12px 28px;font-size:.88rem;font-weight:600}.landing .btn-primary:hover{opacity:.9;transform:scale(1.02)}.landing .hero-trust{color:var(--text5);gap:16px;margin-top:14px;font-size:.75rem;display:flex}.landing .report-preview{background:var(--bg2);border:1px solid var(--card-border);border-radius:var(--radius);padding:28px;position:relative}.landing .report-preview-header{justify-content:space-between;align-items:baseline;margin-bottom:24px;display:flex}.landing .report-preview-title{color:var(--text);font-size:.82rem;font-weight:600}.landing .report-preview-domain{color:var(--text5);margin-top:2px;font-size:.7rem}.landing .report-preview-time{color:var(--text5);font-size:.65rem}.landing .report-preview-score{text-align:center;margin-bottom:24px;padding:20px 0}.landing .report-preview-score .score-value{color:var(--text);letter-spacing:-2px;font-size:3rem;font-weight:700;line-height:1}.landing .report-preview-score .score-label{color:var(--text5);letter-spacing:.5px;margin-top:6px;font-size:.7rem}.landing .report-preview-divider{background:var(--border-light);height:1px;margin-bottom:18px}.landing .report-preview-rows{flex-direction:column;gap:12px;display:flex}.landing .report-preview-row{justify-content:space-between;align-items:center;display:flex}.landing .report-preview-row .dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing .report-preview-row .row-label{color:var(--text2);flex:1;margin-left:10px;font-size:.82rem}.landing .report-preview-row .row-count{color:var(--text);font-size:.82rem;font-weight:600}.landing .social-proof{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:56px 0}.landing .proof-stats{justify-content:center;gap:80px;display:flex}.landing .proof-stat{text-align:center}.landing .proof-stat .stat-value{color:var(--text);letter-spacing:-1px;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700}.landing .proof-stat .stat-value .counter{color:var(--text)}.landing .proof-stat .stat-label{color:var(--text5);letter-spacing:.5px;margin-top:6px;font-size:.75rem}.landing .testimonials-section{padding:100px 0}.landing .testimonial-panels{background:var(--border-light);border-radius:var(--radius);gap:1px;margin-top:48px;display:flex;overflow:hidden}.landing .testimonial-panel{background:var(--bg2);flex:1;padding:28px}.landing .testimonial-text{color:var(--text3);margin-bottom:24px;font-size:.82rem;line-height:1.7}.landing .testimonial-name{color:var(--text);font-size:.82rem;font-weight:500}.landing .testimonial-role{color:var(--text5);margin-top:2px;font-size:.75rem}.landing .steps-row{align-items:flex-start;gap:32px;display:flex;position:relative}.landing .steps-row:before{content:"";background:var(--border-light);height:1px;position:absolute;top:36px;left:60px;right:60px}.landing .step-item{text-align:center;flex:1;position:relative}.landing .step-icon{width:40px;height:40px;color:var(--text4);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.landing .step-num{color:var(--text6);margin-bottom:12px;font-size:3rem;font-weight:700;line-height:1}.landing .step-item h3{color:var(--text);margin-bottom:8px;font-size:1rem}.landing .step-item p{color:var(--text3);max-width:280px;margin:0 auto;font-size:.82rem;line-height:1.6}.landing .report-section{position:relative}.landing .report-section:before{content:"";background:radial-gradient(ellipse,var(--glow-indigo)0%,transparent 70%);filter:blur(60px);pointer-events:none;width:500px;height:400px;position:absolute;top:10%;left:30%}.landing .report-mock{background:var(--bg2);border:1px solid var(--card-border);border-radius:var(--radius);max-width:840px;margin:0 auto;position:relative;overflow:hidden}.landing .report-header{background:var(--bg);border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:12px 18px;display:flex}.landing .report-dots{gap:5px;display:flex}.landing .report-dots span{background:var(--text6);border-radius:50%;width:9px;height:9px}.landing .report-url{color:var(--text5);text-align:center;font-size:.72rem;font-family:var(--mono);flex:1}.landing .report-body{grid-template-columns:1fr 1fr;gap:28px;padding:28px;display:grid}.landing .gauge-wrap{text-align:center}.landing .gauge{width:140px;height:140px;margin:0 auto 14px;position:relative}.landing .gauge svg{transform:rotate(-90deg)}.landing .gauge-bg{fill:none;stroke:var(--text6);stroke-width:8px}.landing .gauge-fill{fill:none;stroke:var(--text);stroke-width:8px;stroke-linecap:round;stroke-dasharray:408;stroke-dashoffset:408px;transition:stroke-dashoffset 2s}.landing .gauge.animated .gauge-fill{stroke-dashoffset:163px}.landing .gauge-score{color:var(--text);letter-spacing:-.03em;flex-direction:column;justify-content:center;align-items:center;font-size:2.2rem;font-weight:700;display:flex;position:absolute;inset:0}.landing .gauge-score small{color:var(--text5);font-size:.72rem;font-weight:400}.landing .gauge-label{color:var(--text3);font-size:.78rem}.landing .cookie-bars{flex-direction:column;gap:12px;display:flex}.landing .cookie-bar-item{flex-direction:column;gap:4px;display:flex}.landing .cookie-bar-label{color:var(--text3);justify-content:space-between;font-size:.75rem;display:flex}.landing .cookie-bar{background:var(--text6);border-radius:2px;height:4px;overflow:hidden}.landing .cookie-bar-fill{border-radius:2px;width:0;height:100%;transition:width 1.5s}.landing .cookie-bar-fill.animated{width:var(--w)}.landing .bar-analytics{background:var(--danger)}.landing .bar-marketing{background:var(--warn)}.landing .bar-functional{background:var(--text2)}.landing .bar-necessary{background:var(--success)}.landing .violations{grid-column:1/-1;margin-top:20px}.landing .violations h4{color:var(--text3);margin-bottom:12px;font-size:.82rem;font-weight:600}.landing .violation-item{border-radius:var(--radius-sm);color:var(--text2);background:#ef44440a;border:1px solid #ef444414;align-items:center;gap:10px;margin-bottom:6px;padding:10px 14px;font-size:.78rem;display:flex}.landing .violation-item.warn{background:#f59e0b0a;border-color:#f59e0b14}.landing .v-icon{border-radius:50%;flex-shrink:0;width:7px;height:7px}.landing .stats-grid{text-align:center;justify-content:center;gap:80px;display:flex}.landing .stat-card{flex:1;max-width:280px}.landing .stat-number{color:var(--text);letter-spacing:-.03em;margin-bottom:6px;font-size:clamp(2.4rem,4vw,3rem);font-weight:700}.landing .stat-number .counter{color:var(--text)}.landing .stat-label{color:var(--text3);font-size:.85rem;line-height:1.5}.landing .features-section{position:relative}.landing .features-section:before{content:"";background:radial-gradient(ellipse,var(--glow-violet)0%,transparent 70%);filter:blur(60px);pointer-events:none;width:500px;height:400px;position:absolute;bottom:10%;right:20%}.landing .features-grid{background:var(--border-light);border-radius:var(--radius);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;position:relative;overflow:hidden}.landing .feature-card{background:var(--bg2);transition:var(--transition);padding:28px}.landing .feature-card:hover{background:var(--bg3)}.landing .feature-icon{color:var(--text4);margin-bottom:14px}.landing .feature-card h3{color:var(--text);letter-spacing:-.01em;margin-bottom:6px;font-size:.92rem}.landing .feature-card p{color:var(--text3);font-size:.82rem;line-height:1.6}.landing .pricing-section{padding:100px 0}.landing .pricing-toggle{color:var(--text3);justify-content:center;align-items:center;gap:12px;margin-bottom:48px;font-size:.85rem;display:flex}.landing .toggle-switch{background:var(--text6);cursor:pointer;width:44px;height:24px;transition:var(--transition);border:none;border-radius:12px;position:relative}.landing .toggle-switch.active{background:var(--text4)}.landing .toggle-switch:after{content:"";background:var(--text);width:18px;height:18px;transition:var(--transition);border-radius:50%;position:absolute;top:3px;left:3px}.landing .toggle-switch.active:after{left:23px}.landing .pricing-grid{background:var(--border-light);border-radius:var(--radius);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.landing .price-card{background:var(--bg2);text-align:center;transition:var(--transition);padding:36px 28px;position:relative}.landing .price-card:hover{background:var(--bg3)}.landing .price-card.featured{background:var(--bg3);box-shadow:inset 0 0 0 1px #ffffff1a}.landing .price-card.featured:before{content:"Popular";color:var(--text2);letter-spacing:1px;text-transform:uppercase;font-size:.65rem;font-weight:500;position:absolute;top:16px;right:16px}.landing .price-name{color:var(--text3);margin-bottom:8px;font-size:.85rem;font-weight:500}.landing .price-amount{color:var(--text);letter-spacing:-.03em;margin-bottom:2px;font-size:2.4rem;font-weight:700}.landing .price-amount span{color:var(--text4);font-size:.85rem;font-weight:400}.landing .price-period{color:var(--text5);margin-bottom:28px;font-size:.75rem}.landing .price-features{text-align:left;flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.landing .price-features li{color:var(--text3);align-items:center;gap:8px;font-size:.82rem;display:flex}.landing .price-features li:before{content:"✓";color:var(--text4);font-size:.75rem;font-weight:500}.landing .btn-outline{border:1px solid var(--border);width:100%;color:var(--text2);font-family:var(--font);cursor:pointer;transition:var(--transition);background:0 0;border-radius:6px;padding:11px;font-size:.85rem;font-weight:500}.landing .btn-outline:hover{border-color:var(--card-border-hover);color:var(--text)}.landing .price-card.featured .btn-outline{background:var(--text);color:var(--bg);border-color:var(--text)}.landing .price-card.featured .btn-outline:hover{opacity:.9}.landing .faq-list{max-width:640px;margin:0 auto}.landing .faq-item{border-bottom:1px solid var(--border-light);overflow:hidden}.landing .faq-q{cursor:pointer;color:var(--text);transition:var(--transition);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:22px 0;font-size:.92rem;font-weight:500;display:flex}.landing .faq-q:hover{color:var(--text2)}.landing .faq-q .arrow{transition:var(--transition);color:var(--text4);font-size:1rem;font-weight:400}.landing .faq-item.open .faq-q .arrow{color:var(--text2);transform:rotate(45deg)}.landing .faq-a{max-height:0;color:var(--text3);font-size:.85rem;line-height:1.7;transition:max-height .35s,padding .35s;overflow:hidden}.landing .faq-item.open .faq-a{max-height:300px;padding-bottom:22px}.landing .cta-section{text-align:center;padding:120px 0;position:relative}.landing .cta-section:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(#6366f112 0%,#0000 70%);width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.landing .cta-section h2{color:var(--text);letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(1.6rem,3vw,2rem);position:relative}.landing .cta-section>.container>p{color:var(--text4);max-width:400px;margin:0 auto 36px;font-size:.92rem;position:relative}.landing .cta-form{flex-direction:column;gap:8px;max-width:440px;margin:0 auto;display:flex;position:relative}.landing .cta-row{background:var(--bg3);border:1px solid var(--border);border-radius:10px;gap:0;padding:5px;display:flex}.landing .cta-form input{color:var(--text);font-size:.88rem;font-family:var(--font);background:0 0;border:none;outline:none;flex:1;padding:12px 16px}.landing .cta-form input::placeholder{color:var(--text5)}.landing .cta-footnote{color:var(--text5);margin-top:16px;font-size:.75rem;position:relative}.landing footer{border-top:1px solid var(--border-light);padding:56px 0 32px}.landing .footer-top{justify-content:space-between;gap:48px;margin-bottom:40px;display:flex}.landing .footer-brand{max-width:200px}.landing .footer-brand .logo{margin-bottom:8px;display:inline-flex}.landing .footer-tagline{color:var(--text5);font-size:.75rem;line-height:1.5}.landing .footer-columns{gap:48px;display:flex}.landing .footer-col{flex-direction:column;gap:8px;display:flex}.landing .footer-col-title{color:var(--text3);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.72rem;font-weight:500}.landing .footer-col a{color:var(--text5);font-size:.78rem}.landing .footer-col a:hover{color:var(--text3)}.landing .footer-bottom{border-top:1px solid var(--border-light);padding-top:20px}.landing .footer-copy{color:var(--text5);font-size:.72rem}@media (max-width:1024px){.landing .pricing-grid{border-radius:var(--radius);grid-template-columns:1fr;gap:12px;max-width:400px;margin-left:auto;margin-right:auto}.landing .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.landing .nav-links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#09090bf7;flex-direction:column;gap:14px;padding:20px 24px;display:none;position:absolute;top:100%;left:0;right:0}.landing .nav-links.open{display:flex}.landing .nav-separator{display:none}.landing .mobile-toggle{display:block}.landing .hero{min-height:auto;padding:120px 0 60px}.landing .hero-split{flex-direction:column;gap:40px}.landing .hero-right{width:100%;max-width:360px;margin:0 auto}.landing .scan-form{flex-direction:column;max-width:100%;padding:8px}.landing .btn-primary{text-align:center;width:100%}.landing .proof-stats{flex-direction:column;gap:24px}.landing .testimonial-panels{flex-direction:column}.landing .steps-row{flex-direction:column;gap:40px}.landing .steps-row:before{display:none}.landing .report-body{grid-template-columns:1fr;padding:20px}.landing .stats-grid{flex-direction:column;gap:32px}.landing .features-grid{grid-template-columns:1fr}.landing section{padding:72px 0}.landing .container{padding:0 20px}.landing .cta-row{flex-direction:column;padding:8px}.landing .footer-top{flex-direction:column;gap:32px}.landing .footer-columns{flex-wrap:wrap;gap:32px}.landing .footer-bottom{text-align:center}}@media (max-width:480px){.landing .hero h1{font-size:1.8rem}.landing .section-title,.landing .cta-section h2{font-size:1.4rem}.landing .stat-number,.landing .price-amount{font-size:2rem}}
