@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");@import url("https://api.fontshare.com/v2/css?f[]=switzer@400,500,600&display=swap");:root{--color-cream:#f4f2eb;--color-cream-paper:#fffdf8;--color-surface-sage:#e9efe9;--color-surface-sage-soft:#f0f4ef;--color-surface-warm:#f8f5ee;--color-brand-green:#1c4532;--color-brand-green-hover:#143427;--color-text-primary:#1a1a18;--color-text-secondary:#55534c;--color-text-muted:#8a877d;--color-border:#dfe3dc;--color-border-strong:#ccd4cb;--color-shadow:rgba(24,59,42,0.08);--color-shadow-strong:rgba(24,59,42,0.13);--color-critical:#d64545;--color-serious:#e08a3c;--color-moderate:#e0b93c;--color-minor:#3c5ee0;--font-serif:"Newsreader",Georgia,"Times New Roman",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--max-width:1280px;--header-height:84px;--color-badge-bg:#e5eee6;--color-badge-border:rgba(28,69,50,0.14);--color-badge-dot:#2f9e58;--color-icon-muted:#8a877d;--color-gauge-track:#e2e5de;--color-paper-back-1:#e4e8df;--color-paper-back-2:#cbd4c9;--color-divider:#dfe3dc}:focus-visible{outline:2px solid var(--color-brand-green);outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Switzer,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-cream);color:#121212;line-height:1.6;-webkit-font-smoothing:antialiased;max-width:100%}.motion-ready [data-reveal]{opacity:0;transform:translateY(34px);filter:blur(3px);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .62s ease;will-change:opacity,transform}.motion-ready [data-reveal].is-revealed{opacity:1;transform:translateY(0);filter:blur(0)}.motion-ready [data-reveal] [data-reveal-item]{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transition-delay:calc(90ms + (var(--reveal-index, 0) * 75ms));will-change:opacity,transform}.motion-ready [data-reveal].is-revealed [data-reveal-item]{opacity:1;transform:translateY(0)}.motion-ready [data-reveal=hero] [data-hero-copy]{transform:translateX(-28px)}.motion-ready [data-reveal=hero] [data-report-preview]{transform:translate3d(34px,16px,0) rotate(1deg)}.motion-ready [data-reveal=hero].is-revealed [data-hero-copy],.motion-ready [data-reveal=hero].is-revealed [data-report-preview]{transform:translateZ(0) rotate(0)}.motion-ready [data-report-bar]{transform:scaleX(0);transform-origin:left center}.motion-ready .is-revealed [data-report-bar]{animation:report-bar-in .8s cubic-bezier(.22,1,.36,1) .62s forwards}.motion-ready [data-report-row]{opacity:0;transform:translateX(12px)}.motion-ready .is-revealed [data-report-row]{animation:report-row-in .52s ease forwards}.motion-ready .is-revealed [data-report-row]:first-child{animation-delay:.68s}.motion-ready .is-revealed [data-report-row]:nth-child(2){animation-delay:.75s}.motion-ready .is-revealed [data-report-row]:nth-child(3){animation-delay:.82s}.motion-ready .is-revealed [data-report-row]:nth-child(4){animation-delay:.89s}@keyframes report-bar-in{to{transform:scaleX(1)}}@keyframes report-row-in{to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){[data-report-bar],[data-report-row],[data-reveal-item],[data-reveal]{opacity:1!important;transform:none!important;filter:none!important;animation:none!important;transition:none!important}}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:transparent;padding:24px 32px;display:flex;justify-content:center}.nav-inner{width:800px;max-width:100%;height:60px;background:var(--color-cream-paper);border-radius:18px;border:1px solid var(--color-border);box-shadow:0 10px 30px var(--color-shadow);padding:0 24px;justify-content:space-between;position:relative}.logo,.nav-inner{display:flex;align-items:center}.logo{font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#121212;text-decoration:none;gap:8px}.nav-links{display:flex;gap:28px;margin-left:auto}.nav-links a{font-family:Switzer,sans-serif;font-size:14px;font-weight:400;color:#4b4b4b;text-decoration:none;transition:color .2s}.nav-links a.active,.nav-links a:hover{color:#121212;font-weight:500}.nav-actions{display:flex;align-items:center;gap:8px}.nav-signin{color:#121212;background:none;border:none;height:auto;padding:6px 12px}.nav-signin,.nav-signup{font-family:Switzer,sans-serif;font-size:14px;cursor:pointer}.nav-signup{color:#fff;background:#121212;border:1px solid #515151;border-radius:14px;height:36px;padding:0 16px;box-shadow:inset 0 1px 2px rgba(255,255,255,.15);transition:opacity .2s}.nav-signup:hover{opacity:.85}.back-to-report-mobile{display:none}@media (max-width:767px){.back-to-report-mobile{display:flex!important;width:100%;margin-top:12px;justify-content:center;align-items:center;text-align:center}.dashboard-topbar{flex-direction:column;align-items:flex-start}.dashboard-grid{grid-template-columns:1fr}.scan-history-item{flex-direction:column;align-items:flex-start}}.hamburger-icon{font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-backdrop.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.15);z-index:1000;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-menu.open{transform:translateX(0)}.mobile-menu-nav{padding:100px 24px 40px;display:flex;flex-direction:column;gap:4px}.mobile-menu-link{display:block;padding:16px 12px;font-family:Switzer,sans-serif;font-size:18px;font-weight:500;color:#121212;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background .2s,color .2s;display:flex;align-items:center}.mobile-menu-link:active,.mobile-menu-link:hover{background:var(--color-surface-sage-soft);color:#000}.mobile-menu-link:last-child{border-bottom:none}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:radial-gradient(circle at 18% 12%,rgba(28,69,50,.1),transparent 34%),linear-gradient(135deg,var(--color-cream) 0,var(--color-surface-sage) 100%)}.auth-card{width:min(100%,460px);background:var(--color-cream-paper);border:1px solid var(--color-border-strong);border-radius:24px;box-shadow:0 18px 48px var(--color-shadow);padding:32px}.auth-header{margin-bottom:24px}.auth-eyebrow{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--color-brand-green)}.auth-eyebrow,.auth-header h1{margin-bottom:8px;font-weight:600}.auth-header h1{font-size:28px;color:#121212}.auth-header p{color:#5e6b7a;font-size:15px}.auth-form{gap:14px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:8px;font-size:14px;font-weight:500;color:#243447}.auth-field input{width:100%;border:1px solid var(--color-border-strong);border-radius:14px;padding:12px 14px;font-size:15px;color:#121212;background:var(--color-surface-warm)}.auth-field input:focus{outline:none;border-color:var(--color-brand-green);box-shadow:0 0 0 3px rgba(28,69,50,.14)}.auth-button{margin-top:6px;border:none;border-radius:14px;padding:13px 16px;background:#121212;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.auth-button-secondary{background:var(--color-cream-paper);color:#121212;border:1px solid #d8e0e8}.auth-divider{margin:8px 0 2px;text-align:center;color:#7a8797;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.auth-link{color:var(--color-brand-green);text-decoration:none;font-weight:600}.dashboard-shell{width:min(100%,1100px);display:flex;flex-direction:column;gap:20px}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0 4px}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:20px;gap:20px}.dashboard-card{padding:24px}.scan-history-list{display:flex;flex-direction:column;gap:12px}.scan-history-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e5ebf2;border-radius:14px;background:#fcfdff}.scan-history-url{font-weight:600;color:#121212;word-break:break-all}.scan-history-meta{font-size:13px;color:#5e6b7a;margin-top:4px}.scan-history-badge{font-size:12px;font-weight:600;color:#3555c7;background:#eef4ff;border-radius:999px;padding:6px 10px;white-space:nowrap}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-message{font-size:14px;padding:10px 12px;border-radius:12px}.auth-error{background:#fff2f2;color:#b42318}.auth-success{background:#f2fbf5;color:#067647}.auth-switch{margin-top:18px;text-align:center;color:#5e6b7a;font-size:14px}.auth-switch a{color:var(--color-brand-green);text-decoration:none;font-weight:600}.container{max-width:1280px;margin:0 auto;padding:0 32px;min-height:100vh;display:flex;align-items:center}.hero{width:100%;max-width:640px;margin:0 auto;padding:40px 0 60px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(0,0,0,.06);border-radius:999px;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;color:#121212;margin-bottom:24px}.dot{width:6px;height:6px;background:#121212;border-radius:50%}.headline{font-family:Switzer,sans-serif;font-size:clamp(26px,7vw,48px);font-weight:500;line-height:1.15;color:#121212;margin-bottom:20px;letter-spacing:-.02em}.highlight,.subheadline{color:#4b4b4b}.subheadline{font-family:Switzer,sans-serif;font-size:17px;line-height:1.6;margin-bottom:36px}.scanner{background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:24px;padding:24px;margin-bottom:32px}.input-label{display:block;font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b;margin-bottom:12px;font-weight:500;text-align:left}.input-row{display:flex;gap:12px}input{flex:1 1;height:48px;padding:0 16px;background:var(--color-surface-warm);border:1px solid var(--color-border);border-radius:12px;color:#121212;font-family:Switzer,sans-serif;font-size:14px;transition:border-color .2s}input:focus{outline:none;border-color:#121212}input:focus-visible{outline:2px solid #121212;outline-offset:2px}button:focus-visible{outline:2px solid #121212;outline-offset:2px}input.shake{animation:shake .4s;border-color:#ef4444}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-4px)}20%,40%,60%,80%{transform:translateX(4px)}}input::placeholder{color:#aaa}button{height:48px;padding:0 28px;background:linear-gradient(135deg,#000,#2e2e2e);border:none;border-radius:12px;color:#fff;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap}button:hover:not(:disabled){opacity:.85}button:disabled{opacity:.6;cursor:not-allowed}.scanner-note{margin-top:16px;font-size:11px;color:#4b4b4b}.input-error-message,.scanner-note{text-align:center;font-family:Switzer,sans-serif}.input-error-message{margin-top:14px;font-size:13px;color:#d32f2f}.progress-wrapper{margin-top:20px}.progress-bar{height:3px;background:#ededed;border-radius:999px;overflow:hidden;margin-bottom:12px}.progress-fill{height:100%;background:#121212;border-radius:999px;transition:width .3s ease}.progress-text{font-family:Switzer,sans-serif;color:#4b4b4b}.error-message,.progress-text{font-size:13px;text-align:center}.error-message{margin-top:16px;padding:12px 16px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444}.trust-row{display:flex;justify-content:center;align-items:center;gap:28px;margin-bottom:40px;flex-wrap:wrap}.trust-item{font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b}.trust-item:before{content:"✓ ";color:#121212;font-weight:600;margin-right:4px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:60px}.stat{text-align:center}.stat-number{font-size:24px;font-weight:500;color:#121212;margin-bottom:4px}.stat-label,.stat-number{font-family:Switzer,sans-serif}.stat-label{font-size:11px;color:#4b4b4b;line-height:1.4}.scroll-hint{text-align:center;opacity:.4;animation:fadeOut .5s ease forwards;animation-delay:3s}.scroll-hint p{font-family:Switzer,sans-serif;font-size:11px;color:#4b4b4b;margin-bottom:6px}.scroll-hint svg{color:#4b4b4b}@keyframes fadeOut{0%{opacity:.4}to{opacity:0}}@media (max-width:767px){.nav-hamburger{display:flex}.nav-inner{padding:0 16px;height:56px}.logo{font-size:16px}.nav-links{display:none}.container{padding:40px 20px;min-height:auto}.hero{padding:32px 0 48px}.scanner{padding:20px}.subheadline{font-size:15px}input,select,textarea{font-size:16px!important}.input-row{flex-direction:column}.input-row button{width:100%}.trust-row{gap:10px}.stats-row{grid-template-columns:repeat(2,1fr);gap:12px}}.section{padding:96px 32px;max-width:1280px;margin:0 auto}.section-wrap{background:var(--color-surface-sage-soft)}.section-content{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out;will-change:transform,opacity}.section-content.visible{opacity:1;transform:translateY(0);will-change:auto}.section-label{display:inline-block;padding:5px 14px;background:rgba(0,0,0,.08);border-radius:999px;font-size:12px;letter-spacing:.72px;text-transform:uppercase;margin-bottom:20px}.section-headline,.section-label{font-family:Switzer,sans-serif;font-weight:500;color:#121212}.section-headline{font-size:clamp(24px,5vw,40px);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em;max-width:800px}.section-subheadline{font-family:Switzer,sans-serif;font-size:16px;line-height:1.6;color:#4b4b4b;margin-bottom:56px;max-width:680px}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:32px;gap:32px;margin-bottom:48px}.step{position:relative;padding:32px;background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:24px}.step-number{position:absolute;top:24px;left:24px;font-size:64px;font-weight:600;color:rgba(0,0,0,.06);line-height:1}.step-title{position:relative;font-size:18px;font-weight:500;color:#121212;margin-bottom:12px;margin-top:48px}.step-body,.step-title{font-family:Switzer,sans-serif}.step-body{font-size:14px;line-height:1.6;color:#4b4b4b;margin:0}.step-arrow{display:flex;align-items:center;font-size:24px;color:rgba(0,0,0,.2)}.section-cta{text-align:center;font-family:Switzer,sans-serif;font-size:15px;color:#4b4b4b;line-height:1.6}.section-cta a{color:#121212;text-decoration:none;font-weight:500}.section-cta a:hover{text-decoration:underline}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media (max-width:767px){.feature-grid{grid-template-columns:1fr;gap:16px}}.feature-card{padding:32px;background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:24px;display:flex;flex-direction:column}.feature-symbol{font-size:28px;color:#121212;margin-bottom:16px;display:block}.feature-title{font-size:18px;font-weight:500;color:#121212;margin-bottom:12px;line-height:1.3}.feature-body,.feature-title{font-family:Switzer,sans-serif}.feature-body{font-size:14px;line-height:1.6;color:#4b4b4b;margin:0}.pricing-section-wrap{background:var(--color-surface-sage-soft);padding:32px}.pricing-section-inner{max-width:1280px;margin:0 auto}.pricing-section-inner .section-content{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out}.pricing-section-inner .section-content.visible{opacity:1;transform:translateY(0)}.pricing-badge{display:inline-block;padding:5px 14px;background:rgba(0,0,0,.08);border-radius:999px;font-size:12px;letter-spacing:.72px;text-transform:uppercase;margin-bottom:20px}.pricing-badge,.pricing-headline{font-family:Switzer,sans-serif;font-weight:500;color:#121212}.pricing-headline{font-size:clamp(28px,6vw,56px);letter-spacing:-1.12px;line-height:1.15;margin-bottom:16px;text-align:center}.pricing-subtext{font-family:Switzer,sans-serif;font-size:16px;font-weight:400;color:#4b4b4b;text-align:center;margin-bottom:40px}.billing-toggle{display:inline-flex;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:4px;margin-bottom:56px}.billing-toggle-wrap{display:flex;justify-content:center}.toggle-tab{font-family:Switzer,sans-serif;font-size:14px;font-weight:400;color:#121212;background:none;border:none;border-radius:10px;padding:8px 20px;cursor:pointer;height:auto;transition:all .2s}.toggle-tab.active{background:linear-gradient(135deg,#000,#2e2e2e);color:#fff;font-weight:500;box-shadow:inset 0 1px 2px rgba(255,255,255,.1)}.save-badge{display:inline-block;padding:2px 8px;background:rgba(29,158,117,.15);border-radius:4px;color:#1D9E75;font-size:11px;font-weight:600;margin-left:6px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.pricing-card{position:relative;padding:40px;background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:32px;display:flex;flex-direction:column}.pricing-card.featured{background:linear-gradient(145deg,#000,#333);border:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4),0 4px 24px rgba(0,0,0,.2)}.plan-icon{width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.plan-icon img{width:100%;height:100%;object-fit:cover}.pricing-card.featured .plan-icon{background:linear-gradient(135deg,#fff,#cdcdcd)}.plan-name{font-family:Switzer,sans-serif;font-size:18px;font-weight:500;color:#121212;margin-bottom:6px}.pricing-card.featured .plan-name{color:#fff}.plan-tagline{font-family:Switzer,sans-serif;font-size:14px;font-weight:400;color:#4b4b4b;margin-bottom:24px}.pricing-card.featured .plan-tagline{color:rgba(255,255,255,.8)}.plan-price{display:flex;align-items:baseline;gap:6px;margin-bottom:24px}.price-amount{font-family:Switzer,sans-serif;font-size:48px;font-weight:500;color:#121212;line-height:1;transition:opacity .3s}.pricing-card.featured .price-amount{color:#fff}.price-period{font-family:Switzer,sans-serif;font-size:14px;color:rgba(0,0,0,.8)}.pricing-card.featured .price-period{color:rgba(255,255,255,.8)}.plan-cta{width:100%;height:48px;padding:0 24px;background:#fff;border:1px solid #ddd;border-radius:12px;color:#121212;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;margin-bottom:28px}.pricing-card.featured .plan-cta{background:#fff;color:#121212;border:none;box-shadow:inset 0 2px 6px rgba(0,0,0,.15)}.plan-cta:hover:not(:disabled){opacity:.85}.plan-features{list-style:none;margin:0;padding:0;flex:1 1}.plan-features li{position:relative;padding-left:22px;margin-bottom:12px;font-family:Switzer,sans-serif;font-size:14px;line-height:1.5;color:#4b4b4b}.pricing-card.featured .plan-features li{color:rgba(255,255,255,.85)}.plan-features li:before{content:"✓";position:absolute;left:0;color:#121212;font-weight:600}.pricing-card.featured .plan-features li:before{color:rgba(255,255,255,.7)}.plan-note{margin-top:12px;font-size:12px;color:#666;text-align:center;line-height:1.4}.pricing-trust{display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;color:#4b4b4b;flex-wrap:wrap}.faq-list{max-width:640px;margin:0 auto}.faq-item{border-bottom:1px solid #ededed}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;background:none;border:none;color:#121212;font-family:Switzer,sans-serif;font-size:16px;font-weight:500;text-align:left;cursor:pointer;height:auto;transition:color .2s;white-space:normal}.faq-question>span:first-child{flex:1 1;min-width:0;word-break:break-word}.faq-icon{font-size:20px;transition:transform .3s,color .2s;flex-shrink:0;line-height:1;width:20px;text-align:center}.faq-icon,.faq-question:hover{color:#4b4b4b}.faq-item.open .faq-icon{color:#121212}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding-top:0;padding-bottom:20px;margin:0;font-family:Switzer,sans-serif;font-size:14px;line-height:1.7;color:#4b4b4b}.contact-layout{display:grid;grid-template-columns:45% 55%;grid-gap:64px;gap:64px;margin-top:48px}.contact-left .section-headline{font-size:32px;margin-bottom:12px}.contact-left .section-subheadline{margin-bottom:32px}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-detail-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.contact-detail-label,.contact-detail-value{font-family:Switzer,sans-serif;color:#4b4b4b}.contact-detail-value{font-size:15px;text-decoration:none;transition:color .2s}a.contact-detail-value:hover{color:#121212}.contact-form{gap:16px}.contact-form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.contact-form input,.contact-form textarea{padding:12px 14px;background:#fff;border:1px solid #ededed;border-radius:12px;color:#121212;font-size:14px;font-family:Switzer,sans-serif;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#121212}.contact-form input.error,.contact-form textarea.error{border-color:#ef4444}.contact-form textarea{min-height:120px;resize:vertical;width:100%;box-sizing:border-box}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aaa}.field-error{font-size:11px;color:#ef4444}.submit-error{font-size:13px;color:#ef4444;text-align:center;margin:0}.contact-submit{width:100%;height:48px;padding:0 24px;background:linear-gradient(135deg,#000,#2e2e2e);border:none;border-radius:12px;color:#fff;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.contact-submit:hover:not(:disabled){opacity:.85}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-success{padding:32px;background:rgba(0,0,0,.04);border:1px solid #ededed;border-radius:24px;text-align:center}.contact-success p{font-family:Switzer,sans-serif;font-size:15px;color:#121212;margin:0;line-height:1.6}.footer{background:#f7f9fc;width:100%;position:relative}.footer-content{max-width:1440px;margin:0 auto;padding:64px 80px 0}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px}.footer-brand-block{display:flex;flex-direction:column;gap:12px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo-icon{width:40px;height:40px;object-fit:contain}.footer-brand{font-family:Switzer,sans-serif;font-size:24px;font-weight:600;color:#040505;margin:0}.footer-contact{display:flex;flex-direction:column;gap:6px}.footer-contact a,.footer-contact span{font-family:Switzer,sans-serif;font-size:16px;color:#040505;text-decoration:none;transition:opacity .2s}.footer-contact a:hover{opacity:.7}.footer-nav{display:flex;flex-direction:column;gap:14px}.footer-nav a{font-family:Switzer,sans-serif;font-size:15px;color:#4b4b4b;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#121212}.footer-cta-block{display:flex;flex-direction:column;gap:16px}.footer-cta-heading{font-family:Switzer,sans-serif;font-size:24px;font-weight:600;color:#121212;line-height:1.3;margin:0}.footer-cta-buttons{display:flex;gap:12px;flex-wrap:wrap}.footer-btn-primary{padding:10px 20px;background:linear-gradient(135deg,#000,#2e2e2e);color:#fff;font-family:Switzer,sans-serif;font-size:16px;font-weight:500;border:none;border-radius:10px;cursor:pointer;height:auto;transition:opacity .2s}.footer-btn-primary:hover{opacity:.85}.footer-btn-secondary{padding:10px 20px;background:none;color:#121212;font-family:Switzer,sans-serif;font-size:16px;font-weight:500;border:1px solid rgba(4,5,5,.24);border-radius:10px;cursor:pointer;height:auto;transition:opacity .2s}.footer-btn-secondary:hover{opacity:.7}.footer-platforms{display:flex;gap:10px;flex-wrap:wrap;padding:24px 0;border-top:1px solid #e8eaed}.footer-platform-pill{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #dedede;border-radius:10px;font-family:Switzer,sans-serif;font-size:13px;color:#4b4b4b;background:none;height:auto;cursor:default}.footer-bottom{background:#000;height:8px;width:100%}.footer-row-2{display:flex;justify-content:space-between;align-items:center;padding:20px 0 28px;font-size:12px;color:#666;gap:24px;border-top:1px solid #e8eaed}.footer-copyright,.footer-mission{margin:0;font-family:Switzer,sans-serif}.footer-mission{text-align:right}@media (max-width:767px){.section{padding:60px 20px}.section-headline{font-size:28px}.section-subheadline{font-size:15px;margin-bottom:32px}.steps{grid-template-columns:1fr;gap:24px}.step-arrow{display:none}.step{padding:24px}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:28px 24px;border-radius:24px}.footer-content{padding:48px 20px 0}.footer-main{grid-template-columns:1fr;gap:32px}.footer-cta-buttons{flex-direction:column}.footer-btn-primary,.footer-btn-secondary{width:100%;text-align:center}.footer-row-2{flex-direction:column;align-items:flex-start;gap:12px}.footer-mission{text-align:left}}.page-container{max-width:860px;margin:0 auto;padding:40px 32px 80px}.free-hero-card{background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:32px;padding:40px;margin-bottom:24px}.free-hero-card .eyebrow{display:inline-block;padding:5px 14px;background:rgba(0,0,0,.08);border-radius:999px;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;letter-spacing:.72px;color:#121212;text-transform:uppercase;margin-bottom:20px;text-align:left}.score-layout{display:flex;align-items:flex-start;gap:32px}.score-layout h1{font-family:Switzer,sans-serif;font-size:28px;font-weight:500;color:#121212;letter-spacing:-.02em;line-height:1.2;margin:12px 0 8px}.hero-subtitle{font-family:Switzer,sans-serif;font-size:15px;color:#4b4b4b;line-height:1.6;margin-bottom:8px}.risk-alert-bar{display:flex;align-items:stretch;background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-radius:14px;padding:16px 24px;margin-top:16px;gap:0}.risk-alert-item{display:flex;flex-direction:column;gap:3px;flex:1 1;padding:0 20px}.risk-alert-item:first-child{padding-left:0}.risk-alert-label{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#b91c1c}.risk-alert-label,.risk-alert-value{font-family:Switzer,sans-serif;font-weight:600}.risk-alert-value{font-size:16px;color:#121212}.risk-alert-divider{width:1px;align-self:stretch;background:rgba(239,68,68,.2);flex-shrink:0}.hero-section{background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:32px;padding:40px;margin-bottom:24px;text-align:center}.hero-section .eyebrow{display:inline-block;padding:5px 14px;background:rgba(0,0,0,.08);border-radius:999px;font-size:12px;letter-spacing:.72px;text-transform:uppercase;margin-bottom:20px}.hero-section .eyebrow,.hero-section h1{font-family:Switzer,sans-serif;font-weight:500;color:#121212}.hero-section h1{font-size:32px;letter-spacing:-.02em;margin-bottom:12px}.risk-pill{display:inline-block;padding:4px 12px;border-radius:999px;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;text-transform:capitalize;margin-bottom:8px}.risk-pill.critical{background:rgba(239,68,68,.1);color:#dc2626}.risk-pill.serious{background:rgba(249,115,22,.1);color:#ea580c}.risk-pill.moderate{background:rgba(234,179,8,.1);color:#ca8a04}.risk-pill.minor{background:rgba(0,0,0,.06);color:#4b4b4b}.report-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.report-summary-grid>div{background:#fff;border:1px solid #ededed;box-shadow:0 4px 16px rgba(0,0,0,.05);border-radius:20px;padding:24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:140px}.report-summary-grid span{font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px;max-width:85px;text-align:center;line-height:1.4}.report-summary-grid strong{font-family:Switzer,sans-serif;font-size:32px;font-weight:500;color:#121212;line-height:1}.paid-tools-panel{background:#fff;border:1px solid #ededed;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:24px;padding:32px;margin-bottom:24px;display:flex;flex-direction:column;gap:20px}.badge-code span{display:block;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.section-row,.trailer-section{margin-bottom:24px}.section-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-row .eyebrow{display:inline-block;padding:5px 14px;background:rgba(0,0,0,.08);border-radius:999px;font-size:12px;letter-spacing:.72px;text-transform:uppercase;margin-bottom:8px}.section-row .eyebrow,.section-row h2{font-family:Switzer,sans-serif;font-weight:500;color:#121212}.section-row h2{font-size:22px;letter-spacing:-.02em;margin:0}.locked-cta,.locked-note{font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b;white-space:nowrap}.locked-cta{border:0;background:transparent;padding:0;cursor:pointer;text-decoration:none;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.locked-cta:focus-visible,.locked-cta:hover{color:var(--color-brand-green);text-decoration:underline;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.free-violation-list{display:flex;flex-direction:column;gap:16px}.report-violation-card{background:var(--color-cream-paper);border:1px solid var(--color-border);box-shadow:0 8px 24px var(--color-shadow);border-radius:24px;padding:32px}.violation-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.violation-index{font-size:11px;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.violation-card-header h3,.violation-index{font-family:Switzer,sans-serif;font-weight:500}.violation-card-header h3{font-size:17px;color:#121212;margin:0 0 4px;line-height:1.3}.wcag-line{font-size:12px;margin:0}.violation-description,.wcag-line{font-family:Switzer,sans-serif;color:#4b4b4b}.violation-description{font-size:14px;line-height:1.6;margin-bottom:20px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.detail-grid>div{background:var(--color-surface-sage-soft);border:1px solid var(--color-border);border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.detail-grid span{font-family:Switzer,sans-serif;font-size:11px;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px}.detail-grid strong{font-family:Switzer,sans-serif;font-size:13px;color:#121212;font-weight:500}.code-block,.fix-preview{background:var(--color-surface-sage-soft);border:1px solid var(--color-border);border-radius:16px;padding:20px;margin-bottom:16px}.code-block>span,.fix-preview>strong{display:block;font-family:Switzer,sans-serif;font-size:12px;font-weight:500;color:#121212;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}code,pre{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;color:#121212;background:none;white-space:pre-wrap;word-break:break-all;margin:0;line-height:1.6}.fix-code-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px}.fix-code-grid>div{background:#fff;border:1px solid #ededed;border-radius:10px;padding:14px}.fix-code-grid span{display:block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.fix-code-grid span,.fix-preview>p{font-family:Switzer,sans-serif;color:#4b4b4b}.fix-preview>p{font-size:13px;line-height:1.6;margin:0}.scan-form{display:flex;gap:12px;margin-top:20px;justify-content:center}.site-input{flex:1 1;max-width:360px;height:48px;padding:0 16px;background:var(--color-surface-warm);border:1px solid var(--color-border);border-radius:12px;color:#121212;font-family:Switzer,sans-serif;font-size:14px;transition:border-color .2s}.site-input:focus{outline:none;border-color:#121212}.scan-button{height:48px;padding:0 24px;background:linear-gradient(135deg,#000,#2e2e2e);border:none;border-radius:12px;color:#fff;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap}.scan-button:hover:not(:disabled){opacity:.85}.scan-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{height:48px;padding:0 24px;background:#fff;border:1px solid #ededed;border-radius:12px;color:#121212;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.secondary-button:hover{opacity:.7}.scan-another-button{height:48px;padding:0 28px;background:linear-gradient(135deg,#000,#2e2e2e);border:none;border-radius:12px;color:#fff;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.scan-another-button:hover{opacity:.85}.message{font-family:Switzer,sans-serif;font-size:13px;padding:12px 16px;border-radius:10px;margin-top:12px}.message.error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#dc2626}.message.success{background:rgba(0,0,0,.04);border:1px solid #ededed;color:#121212}.gate-blurred-section{position:relative;filter:blur(6px);opacity:0;transition:opacity .4s ease;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gate-blurred-section.visible{opacity:1}.ss-backdrop{position:fixed;inset:0;z-index:2000;background:rgba(248,250,253,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.ss-modal{background:#fff;border:1px solid #ededed;box-shadow:0 8px 48px rgba(0,0,0,.12);border-radius:32px;display:grid;grid-template-columns:1fr 1fr;max-width:760px;width:100%;overflow:hidden}.ss-modal-left{padding:48px 40px;display:flex;flex-direction:column;gap:16px}.ss-headline{font-size:24px;font-weight:500;color:#121212;letter-spacing:-.02em;line-height:1.3}.ss-desc,.ss-headline{font-family:Switzer,sans-serif;margin:0}.ss-desc{font-size:14px;color:#4b4b4b;line-height:1.6}.ss-form{display:flex;flex-direction:column;gap:10px}.ss-input{height:48px;padding:10px 16px;background:var(--color-surface-warm);border:1px solid var(--color-border);border-radius:12px;color:#121212;font-family:Switzer,sans-serif;font-size:14px;transition:border-color .2s;width:100%}.ss-input:focus{outline:none;border-color:#121212}.ss-cta{height:48px;padding:0 24px;background:linear-gradient(135deg,#000,#2e2e2e);border:none;border-radius:12px;color:#fff;font-family:Switzer,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;width:100%}.ss-cta:hover:not(:disabled){opacity:.85}.ss-cta:disabled{opacity:.6;cursor:not-allowed}.ss-trust{font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b;margin:0}.ss-modal-right{background:var(--color-surface-sage-soft);border-left:1px solid var(--color-border);padding:48px 40px;display:flex;flex-direction:column;gap:20px}.ss-right-headline{font-family:Switzer,sans-serif;font-size:18px;font-weight:500;color:#121212;letter-spacing:-.01em;line-height:1.3;margin:0}.ss-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.ss-bullets li{font-family:Switzer,sans-serif;font-size:14px;color:#4b4b4b;display:flex;align-items:center;gap:10px}.ss-check{width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,.08);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#121212;flex-shrink:0}.ss-social-proof{font-family:Switzer,sans-serif;font-size:13px;color:#4b4b4b;margin:0}.page-breakdown{background:#fff;border:1px solid #ededed;box-shadow:0 4px 16px rgba(0,0,0,.05);border-radius:24px;padding:32px;margin-bottom:24px}.page-breakdown h2{font-family:Switzer,sans-serif;font-size:18px;font-weight:500;color:#121212;margin-bottom:20px}table{width:100%;border-collapse:collapse}th{font-size:11px;font-weight:500;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px;text-align:left;padding:10px 12px}td,th{font-family:Switzer,sans-serif;border-bottom:1px solid #ededed}td{font-size:13px;color:#121212;padding:12px}tr:last-child td{border-bottom:none}.paid-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:32px}.paid-summary-grid>div{background:var(--color-surface-sage-soft);border:1px solid var(--color-border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:4px}.paid-summary-grid span{font-family:Switzer,sans-serif;font-size:11px;color:#4b4b4b;text-transform:uppercase;letter-spacing:.5px}.paid-summary-grid strong{font-size:24px}.paid-report-shell h2,.paid-summary-grid strong{font-family:Switzer,sans-serif;font-weight:500;color:#121212}.paid-report-shell h2{font-size:20px;letter-spacing:-.01em;margin:32px 0 16px}.priority-list{display:flex;flex-direction:column;gap:10px;padding-left:20px;margin-bottom:16px}.priority-list li{font-family:Switzer,sans-serif;font-size:14px;color:#4b4b4b;line-height:1.5;display:flex;gap:12px;align-items:baseline}.priority-list li strong{color:#121212;font-weight:500}.priority-list li span{font-size:12px;color:#4b4b4b}.paid-violations{display:flex;flex-direction:column;gap:16px}.paid-violation-card{background:#fff;border:1px solid #ededed;border-radius:24px;padding:32px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.paid-violation-card h3{font-family:Switzer,sans-serif;font-size:17px;font-weight:500;color:#121212;margin:8px 0 4px}.paid-violation-card>p{font-family:Switzer,sans-serif;font-size:12px;color:#4b4b4b;margin-bottom:16px}.paywall-modal{background:#fff;transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}@media (max-width:767px){.page-container{padding:24px 16px 60px}.free-hero-card,.hero-section{padding:24px 20px;border-radius:24px}.score-layout{flex-direction:column;gap:20px}.paid-summary-grid,.report-summary-grid{grid-template-columns:repeat(2,1fr)}.detail-grid,.fix-code-grid{grid-template-columns:1fr}@media (max-width:767px){.ss-backdrop{align-items:center;padding:24px 16px}.ss-modal{grid-template-columns:1fr;border-radius:24px;max-height:calc(100vh - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch}.ss-modal-right{border-left:none;border-top:1px solid #ededed;padding:24px 20px}.ss-back-divider{margin:0 24px 20px 20px}.ss-modal-left{padding:24px 20px}}.risk-alert-bar{flex-wrap:wrap;gap:12px;padding:16px}.risk-alert-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);min-width:120px;padding:0}.risk-alert-divider{display:none}.scan-form{flex-direction:column;align-items:stretch}.site-input{max-width:100%}.code-block,.fix-preview{overflow-x:auto;-webkit-overflow-scrolling:touch}code,pre{white-space:pre;word-break:normal}.page-breakdown-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.report-violation-card{padding:24px 16px}.violation-card-header{flex-direction:column;gap:8px}.section-row{flex-direction:column;align-items:flex-start}}.fix-list-wrap{position:relative}.blur-gate-cards{filter:blur(5px);opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:16px;margin-top:16px}.blur-gate-overlay{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,var(--color-cream));pointer-events:none;z-index:1}.paywall-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:50;opacity:0;transition:opacity .3s ease;pointer-events:none}.paywall-backdrop.open{opacity:1;pointer-events:auto}@media (max-width:768px){.paywall-modal{padding:20px 16px 24px;border-radius:20px 20px 0 0;top:auto;bottom:0;left:0;right:0;width:100%;transform:translateY(100%);max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff}.paywall-modal.open{transform:translateY(0);opacity:1}.paywall-cards-grid{display:flex;flex-direction:column;gap:10px}.paywall-cards-grid .pricing-drawer-card{display:flex!important;opacity:1!important;transform:none!important;width:100%}.paywall-modal.open .paywall-cards-grid .pricing-drawer-card.featured{transform:none!important}.paywall-modal-title{font-size:18px;margin-bottom:4px}.paywall-modal-sub{font-size:13px;margin-bottom:0}.paywall-modal-eyebrow{margin-bottom:6px}.price-amount{font-size:36px}}.paywall-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,calc(-50% + 60px));z-index:51;background:transparent;border-radius:16px;padding:40px;width:min(900px,calc(100vw - 48px));opacity:0;transition:opacity .4s cubic-bezier(.34,1.56,.64,1),transform .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.paywall-modal.open{opacity:1;transform:translate(-50%,-50%);pointer-events:auto}.paywall-modal-eyebrow{display:inline-flex;padding:4px 12px;background:rgba(0,0,0,.06);border-radius:999px;font-size:11px;font-weight:500;color:#4b4b4b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px}.paywall-modal-title{font-family:Switzer,sans-serif;font-size:22px;font-weight:500;color:#121212;letter-spacing:-.02em;margin-bottom:6px}.paywall-modal-sub{font-family:Switzer,sans-serif;font-size:14px;color:#4b4b4b;margin-bottom:28px}.paywall-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;align-items:start}.paywall-cards-grid .pricing-drawer-card{opacity:0;transform:scale(.82) translateY(80px);transition:opacity .5s cubic-bezier(.34,1.56,.64,1),transform .5s cubic-bezier(.34,1.56,.64,1)}.paywall-modal.open .paywall-cards-grid .pricing-drawer-card{opacity:1;transform:scale(1) translateY(0)}.paywall-modal.open .paywall-cards-grid .pricing-drawer-card.featured{transform:scale(1.05) translateY(0)}.pricing-drawer-card{border:1px solid #ededed;border-radius:20px;padding:20px 18px;display:flex;flex-direction:column;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.12)}.pricing-drawer-card.featured{background:linear-gradient(145deg,#000,#333);border:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15),0 -4px 24px rgba(0,0,0,.2)}.pricing-drawer-card.featured .plan-name,.pricing-drawer-card.featured .price-amount{color:#fff}.pricing-drawer-card.featured .plan-tagline,.pricing-drawer-card.featured .price-period{color:rgba(255,255,255,.7)}.pricing-drawer-card.featured .plan-cta{background:#fff;color:#121212;border:none}.pricing-drawer-card.featured .plan-features li{color:rgba(255,255,255,.85)}.pricing-drawer-card.featured .plan-features li:before{color:rgba(255,255,255,.6)}@media (max-width:768px){.paywall-modal{padding:28px 20px;border-radius:16px 16px 0 0;top:auto;bottom:0;left:0;right:0;width:100%;transform:translateY(60px)}.paywall-modal.open{transform:translateY(0)}.paywall-cards-grid{grid-template-columns:1fr}}.scan-footer{display:flex;justify-content:center;padding-top:16px}@media (max-width:768px){.trust-item{min-height:44px;display:flex;align-items:center}.section-content{will-change:transform,opacity}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box}.section{padding:60px 20px}.section-subheadline{font-size:15px;margin-bottom:36px}.pricing-section-wrap{padding:48px 20px}.contact-layout{grid-template-columns:1fr;gap:32px;margin-top:32px}}@media (min-width:768px) and (max-width:1023px){.nav-hamburger{display:none}.section{padding:72px 32px}.feature-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.footer-content{padding:48px 32px 0}.footer-main{grid-template-columns:1fr 1fr;gap:32px}}@media (min-width:1024px){.nav-hamburger{display:none}.mobile-menu,.mobile-menu-backdrop{display:none!important}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #121212;outline-offset:2px;border-radius:4px}.faq-question,.mobile-menu-link,.nav-hamburger{min-height:44px}.nav-hamburger{min-width:44px;display:none;align-items:center;justify-content:center;border-radius:8px}@media (max-width:480px){.nav{padding:12px 16px}.stats-row{gap:8px}.stat-number{font-size:clamp(18px,5vw,24px)}.save-badge{font-size:10px;padding:1px 6px}.footer-copyright,.footer-mission,.footer-row-2{font-size:13px}.ss-modal-left,.ss-modal-right{padding:24px 16px}.ss-headline{font-size:20px}}@media (max-width:767px){.trust-item{min-height:44px;display:flex;align-items:center}.section-content{will-change:transform,opacity}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box}.pricing-section-wrap{padding:48px 20px}.contact-layout{grid-template-columns:1fr;gap:32px;margin-top:32px}}@media (min-width:768px) and (max-width:1023px){.nav-hamburger{display:none}.section{padding:72px 32px}.steps{grid-template-columns:1fr;gap:20px}.step-arrow{display:none}.feature-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.mobile-menu,.mobile-menu-backdrop{display:none!important}}button.nav-hamburger{height:44px!important;width:44px!important;min-width:44px!important;padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:8px!important;color:#121212!important;cursor:pointer!important;flex-shrink:0!important}@media (max-width:767px){button.nav-hamburger{display:flex!important;align-items:center!important;justify-content:center!important}}@media (min-width:768px){button.nav-hamburger{display:none!important}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 1.5s linear infinite;border-radius:6px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_39d0e4{font-family:Newsreader}.__variable_39d0e4{--font-serif:"Newsreader"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_c59ed5{font-family:Inter;font-style:normal}.__variable_c59ed5{--font-sans:"Inter"}