:root{--bg-page:#0a0a0a;--bg-card:#0f0f0f;--bg-input:#141414;--border-input:#191919;--border-list:#191919;--text-primary:#fff;--text-muted:#9b9b9b;--btn-primary-bg:#fff;--btn-primary-text:#000;--check-icon-filter:invert(1)}[data-theme=light]{--bg-page:#fff;--bg-card:#fafafa;--bg-input:#fff;--border-input:#f5f5f5;--border-list:#e6e6e6;--text-primary:#000;--text-muted:#878787;--btn-primary-bg:#000;--btn-primary-text:#fff;--check-icon-filter:invert(1)}@font-face{font-family:Acid Grotesk;src:url(/fonts/acid-grotesk/FFF-AcidGrotesk-Light-TRIAL.woff2)format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Acid Grotesk;src:url(/fonts/acid-grotesk/FFF-AcidGrotesk-Medium-TRIAL.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Acid Grotesk;src:url(/fonts/acid-grotesk/FFF-AcidGrotesk-Bold-TRIAL.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/Inter-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/Inter-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter/Inter-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Instrument Serif;src:url(/fonts/instrument-serif/InstrumentSerif-Italic.woff2)format("woff2");font-style:italic;font-weight:400;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;line-height:1.5;overflow-x:clip}body{background:var(--bg-page);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .3s,color .3s;overflow-x:clip}.header{z-index:1000;background:var(--bg-page);width:100%;padding:16px 48px;position:-webkit-sticky;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.header-logo{flex:none}.header-logo img{filter:invert();width:auto;height:28px;display:block}[data-theme=light] .header-logo img{filter:none}.header-nav{letter-spacing:-.05em;align-items:center;gap:32px;font-weight:500;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header-nav-link{color:var(--text-primary);letter-spacing:-.2px;font-family:Acid Grotesk,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.header-nav-link:hover,.header-nav-link.active{background:linear-gradient(90deg,#06b6d4,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header-cta{color:var(--btn-primary-text);background:var(--btn-primary-bg);letter-spacing:-.05em;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:10px 20px;font-family:Acid Grotesk,sans-serif;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:opacity .2s;display:inline-flex}.header-cta:hover{opacity:.9}.header-mobile-actions{align-items:center;gap:12px;display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:8px;display:flex}.hamburger-line{background:var(--text-primary);border-radius:1px;width:24px;height:2px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.hamburger.is-open .hamburger-line:first-child{transform:translateY(4px)rotate(45deg)}.hamburger.is-open .hamburger-line:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu{background:var(--bg-page);z-index:2000;opacity:0;visibility:hidden;pointer-events:none;overscroll-behavior:contain;flex-direction:column;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}body.menu-open{width:100%;position:fixed;overflow:hidden}.mobile-menu-header{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-menu-close{cursor:pointer;width:40px;height:40px;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.mobile-menu-close svg,.mobile-menu-close svg line{stroke:var(--text-primary)}.mobile-menu-nav{flex-direction:column;flex:1;padding:40px 24px;display:flex}.mobile-menu-link{color:var(--text-primary);letter-spacing:-.03em;padding:12px 0;font-family:Acid Grotesk,sans-serif;font-size:26px;font-weight:400;text-decoration:none;transition:opacity .2s}.mobile-menu-link:hover{opacity:.7}.mobile-menu-footer{padding:24px 24px 40px;padding-bottom:env(safe-area-inset-bottom,40px)}.mobile-menu-cta{color:var(--btn-primary-text);background:var(--btn-primary-bg);letter-spacing:-.03em;text-align:center;border-radius:9999px;padding:16px 32px;font-family:Acid Grotesk,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:opacity .2s;display:block}.mobile-menu-cta:hover{opacity:.9}@media (width<=768px){.header{padding:16px 20px}.header-nav,.header-cta-desktop{display:none}.header-mobile-actions{display:flex}}.hero{text-align:center;max-width:1300px;margin:0 auto;padding:0 24px 16px}.intro-badge{color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--border-list);border-radius:4px;align-items:center;gap:12px;margin-bottom:32px;padding:12px 24px;font-family:Acid Grotesk,sans-serif;font-size:1.2rem;font-weight:500;display:inline-flex}.intro-badge svg{width:24px;height:24px}.badge-icon{flex-shrink:0;width:24px;height:24px}.badge-icon-dark{display:block}.badge-icon-light,[data-theme=light] .badge-icon-dark{display:none}[data-theme=light] .badge-icon-light,.actions-graphic-dark{display:block}.actions-graphic-light,[data-theme=light] .actions-graphic-dark{display:none}[data-theme=light] .actions-graphic-light,.ads-graphic-dark{display:block}.ads-graphic-light,[data-theme=light] .ads-graphic-dark{display:none}[data-theme=light] .ads-graphic-light{display:block}.funnels-graphic{position:relative}.funnels-svg-dark{display:block}.funnels-svg-light,[data-theme=light] .funnels-svg-dark{display:none}[data-theme=light] .funnels-svg-light,.copywriting-graphic-dark{display:block}.copywriting-graphic-light,[data-theme=light] .copywriting-graphic-dark{display:none}[data-theme=light] .copywriting-graphic-light,.automations-svg-dark{display:block}.automations-svg-light,[data-theme=light] .automations-svg-dark{display:none}[data-theme=light] .automations-svg-light{display:block}.copywriting-card .feature-graphic{height:auto;padding:24px 0}.copy-toggle-bg,.copy-toggle-knob{transition:all .3s cubic-bezier(.4,0,.2,1)}.copy-cursor{transition:transform .1s ease-out}.copy-generate-btn{transition:transform .15s,filter .15s}.copy-loading-progress{transition:width 50ms linear}.funnels-lottie-check,.funnels-lottie-blue,.funnels-lottie-cross{aspect-ratio:1;justify-content:center;align-items:center;width:9%;display:flex;position:absolute;right:calc(3% - 5px)}.funnels-lottie-check{top:11%}.funnels-lottie-blue{top:41%}.funnels-lottie-cross{top:72%}.funnels-lottie-check svg,.funnels-lottie-check svg path{fill:#22c55e!important}.funnels-lottie-blue svg,.funnels-lottie-blue svg path{fill:#818cf8!important;stroke:#818cf8!important}.funnels-lottie-cross svg,.funnels-lottie-cross svg path{fill:#ef4444!important}.funnel-card-left-dark,.funnel-card-right-dark,.funnel-card-left-light,.funnel-card-right-light{stroke:#0000;stroke-width:0;transition:filter .3s,stroke .3s,stroke-width .3s}.funnel-card-left-dark:hover,.funnel-card-right-dark:hover{filter:url(#funnel-shadow-dark-hover);stroke:#fff3;stroke-width:1px}.funnel-card-left-light:hover,.funnel-card-right-light:hover{filter:url(#funnel-shadow-light-hover);stroke:#0003;stroke-width:1px}.content-carousel-graphic{justify-content:flex-start;align-items:center;width:100%;max-width:100%;height:280px;display:flex;position:relative;overflow:hidden;background:0 0!important;padding:0!important}@media (width>=768px){.content-carousel-graphic:after{content:"";-webkit-backdrop-filter:blur(8px);pointer-events:none;z-index:10;width:120px;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}}.content-carousel{align-items:center;gap:12px;width:max-content;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.creative-card{background:#e5e5e5;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:250px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}[data-theme=dark] .creative-card{background:#3a3a3c}.creative-image{object-fit:cover;border-radius:16px;width:100%;height:100%}.creative-label{color:#0000004d;text-align:center;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}[data-theme=dark] .creative-label{color:#ffffff4d}@media (width<=767px){.creative-card{width:200px;height:200px}}.roi-gauge{transition:stroke-dasharray 1.5s cubic-bezier(.4,0,.2,1)}.toggle-bg{transition:fill .4s ease-out}.toggle-knob{transition:cx .4s ease-out}.campaign-text{transition:fill .4s ease-out}.google-logo{transition:filter .4s ease-out}.pre-video-headline{letter-spacing:-.05em;text-align:center;text-transform:uppercase;color:#000;border-radius:24px;max-width:1600px;margin-bottom:32px;margin-left:auto;margin-right:auto;padding:8px 16px;font-family:Acid Grotesk,sans-serif;font-size:1.35rem;font-weight:600;line-height:1.5;display:inline-block;position:relative}.pre-video-headline:before{content:"";z-index:-1;background-image:url(/assets/images/19.webp);background-position:50%;background-size:cover;border-radius:24px;position:absolute;inset:0}[data-theme=light] .pre-video-headline:before{background-image:url(/assets/images/19.webp);background-position:50%;background-size:cover}.video-wrapper{box-sizing:border-box;background-image:url(/assets/images/7.webp);background-position:50%;background-size:cover;border-radius:8px;width:100%;max-width:1364px;margin:60px auto 32px;padding:32px}@media (width<=600px){.video-wrapper{background:0 0;max-width:100%;padding:0}}.video-container{aspect-ratio:16/9;cursor:pointer;background:0 0;border-radius:24px;width:100%;max-width:1300px;margin:0 auto;position:relative;overflow:hidden}.video-poster{object-fit:cover;width:100%;height:100%}.play-button{cursor:pointer;background:0 0;border:2px solid #3b82f6cc;border-radius:4px;justify-content:center;align-items:center;width:72px;height:72px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-button:hover{background:#3b82f61a;border-color:#3b82f6}.play-button svg{fill:#3b82f6;width:24px;height:24px;margin-left:4px}.headline{letter-spacing:-.05em;color:var(--text-primary);margin-top:32px;margin-bottom:48px;font-family:Acid Grotesk,sans-serif;font-size:6rem;font-weight:600;line-height:.9}.subheadline{letter-spacing:-.07em;color:#a0a0a0;max-width:900px;margin:0 auto 48px;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.4}.subheadline strong{color:var(--text-primary);font-weight:700}.results-section{text-align:center;max-width:1300px;margin:40px auto;padding:80px 24px}.results-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin:0 0 16px;font-family:Inter,sans-serif;font-size:24px;font-weight:600}[data-theme=light] .results-eyebrow{color:#0009}.results-amount{letter-spacing:-.03em;color:#fff;margin:0 0 16px;font-family:Acid Grotesk,sans-serif;font-size:8rem;font-weight:700;line-height:1}[data-theme=light] .results-amount{color:#000}.results-amount-desktop{letter-spacing:-.03em;-webkit-text-fill-color:transparent;color:#0000;background-image:radial-gradient(circle,#fff 0%,#89fff3 15%,#32a98b 50%,#166865 80%,#003326 100%);-webkit-background-clip:text;background-clip:text;font-size:192px;font-weight:400;display:inline}.results-amount-mobile{-webkit-text-fill-color:transparent;color:#0000;background-image:radial-gradient(circle,#fff 0%,#89fff3 15%,#32a98b 50%,#166865 80%,#003326 100%);-webkit-background-clip:text;background-clip:text;font-size:7rem;display:none}.results-plus{-webkit-text-fill-color:transparent;color:#0000;background-image:radial-gradient(circle,#fff 0%,#89fff3 15%,#32a98b 50%,#166865 80%,#003326 100%);-webkit-background-clip:text;background-clip:text}.results-tagline{letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}[data-theme=light] .results-tagline{color:#0009}@media (width<=768px){.results-section{padding:64px 24px}.results-amount{font-size:6rem}.results-amount-desktop{display:none}.results-amount-mobile{display:inline}.results-tagline{margin-top:21px;font-size:1.25rem}}@media (width<=480px){.results-section{padding:32px 16px}.results-amount{font-size:4.5rem}.results-eyebrow{font-size:1.125rem}.results-tagline{margin-top:8px;font-size:1.125rem}}.risk-reversal{color:#10b981;text-align:center;background:#10b98126;border-radius:24px;max-width:700px;margin:32px auto 0;padding:16px 24px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5}.cta-button{letter-spacing:-.02em;color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:12px 32px;font-family:Acid Grotesk,sans-serif;font-size:20px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block;box-shadow:0 20px 50px #0000004d}[data-theme=light] .cta-button{color:#fff;background:#000}.cta-button:hover{opacity:.9}.social-proof{max-width:1300px;margin:0 auto;padding:80px 24px}.social-proof-title{letter-spacing:-.05em;color:var(--text-primary);text-align:center;margin-bottom:48px;font-family:Acid Grotesk,sans-serif;font-size:3.75rem;font-weight:500}.social-proof-bento{background:0 0;padding:80px 48px}.testimonial-bento-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:0 auto;display:grid}.testimonial-bento-card{background:#ffffff08;border:none;border-radius:16px;flex-direction:column;padding:32px;display:flex}[data-theme=light] .testimonial-bento-card{background:#00000005;border:none}.testimonial-bento-card-wide{grid-column:1/-1}.testimonial-bento-quote-mark{color:#9b9b9b66;margin-bottom:12px;font-family:Acid Grotesk,sans-serif;font-size:3rem;font-weight:700;line-height:1}.testimonial-bento-quote{letter-spacing:-.04em;color:var(--text-primary);flex-grow:1;margin:0 0 24px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4}.testimonial-bento-card-wide .testimonial-bento-quote{font-size:1.5rem}[data-theme=light] .testimonial-bento-quote{color:#111827}.testimonial-bento-author{align-items:center;gap:16px;display:flex}.testimonial-bento-image{object-fit:cover;border-radius:4px;flex-shrink:0;width:56px;height:56px}.testimonial-bento-divider{background:#9b9b9b66;width:1px;height:32px}[data-theme=light] .testimonial-bento-divider{background:#d1d5db}.testimonial-bento-info{text-align:left;flex-direction:column;gap:2px;display:flex}.testimonial-bento-name{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:500}[data-theme=light] .testimonial-bento-name{color:#111827}.testimonial-bento-position{background:linear-gradient(90deg,#06b6d4,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}@media (width<=768px){.social-proof-bento{padding:0 24px}.testimonial-bento-grid{grid-template-columns:1fr}.testimonial-bento-card{padding:24px}.testimonial-bento-quote-mark{font-size:2.5rem}.testimonial-bento-quote,.testimonial-bento-card-wide .testimonial-bento-quote{font-size:1.125rem}.testimonial-bento-image{width:48px;height:48px}.testimonial-bento-name{font-size:1.125rem}}.footer{text-align:center;padding:48px 24px;overflow:hidden}.footer-logo{margin-bottom:24px}.footer-logo img{width:32px;height:32px}.footer-logo .logo-dark{margin:0 auto;display:block}.footer-logo .logo-light,[data-theme=light] .footer-logo .logo-dark{display:none}[data-theme=light] .footer-logo .logo-light{margin:0 auto;display:block}.footer-links{justify-content:center;gap:24px;display:flex}.footer-links a{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.75rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.footer-olympus-ghost{letter-spacing:-.05em;background:linear-gradient(#ffffff14 0%,#0000 100%);-webkit-text-fill-color:transparent;user-select:none;pointer-events:auto;cursor:default;-webkit-background-clip:text;background-clip:text;margin-top:40px;font-family:Acid Grotesk,sans-serif;font-size:clamp(5rem,20vw,320px);font-weight:600;line-height:1;transition:background .3s;position:relative}.footer-olympus-ghost:hover{background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #fff6 0%, #ffffff14 30%, #0000 70%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .footer-olympus-ghost{background:linear-gradient(#00000014 0%,#fff0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .footer-olympus-ghost:hover{background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #0006 0%, #00000014 30%, #fff0 70%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.video-container.loading .play-button{display:none}.video-container.loading:after{content:"";border:3px solid var(--border-input);border-top-color:var(--text-primary);border-radius:50%;width:48px;height:48px;margin:-24px 0 0 -24px;animation:.8s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{to{transform:rotate(360deg)}}wistia-player{width:100%;height:100%;display:block}wistia-player:not(:defined){filter:blur(5px);background:url(https://fast.wistia.com/embed/medias/aoew9eahbl/swatch) 50%/contain no-repeat}@media (width>=601px){.video-container{max-width:1300px;margin-left:auto;margin-right:auto}}@media (width<=600px){.hero{padding:16px}.pre-video-headline{margin-bottom:16px;padding:6px 12px;font-size:1rem;line-height:1.2}.headline{margin-top:16px;margin-bottom:24px;font-size:3.5rem}.subheadline{letter-spacing:-.07em;margin-bottom:24px;font-size:20px;line-height:1.4}.video-wrapper{margin-top:32px}.description{font-size:1.25rem}.testimonial-grid{grid-template-columns:1fr;gap:24px}.testimonial-card{padding:36px}.testimonial-image{width:96px;height:96px;margin-bottom:16px}.footer-olympus-ghost{font-size:5rem}}.agents-section{max-width:1300px;margin:0 auto;padding:120px 24px}.agents-section-inner{margin-top:240px}.agents-header{text-align:center;margin-bottom:64px}.agents-headline{letter-spacing:-.05em;color:var(--text-primary);max-width:1000px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:1.1}.agents-subheadline{letter-spacing:-.07em;color:#a0a0a0;max-width:700px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.agents-container{grid-template-columns:1fr 2fr;align-items:start;gap:12px;display:grid}.agents-master-card{text-align:left;background:url(assets/images/7.webp) 50%/cover no-repeat;border-radius:24px;flex-direction:column;align-items:flex-start;height:100%;padding:48px 40px 24px;display:flex}[data-theme=light] .agents-master-card{background:url(assets/images/7.webp) 50%/cover no-repeat}.agents-master-logo{width:100%;max-width:320px;height:auto;margin-bottom:24px}.agents-master-title{letter-spacing:.1em;color:#fff;margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600}.agents-master-desc{letter-spacing:-.05em;color:#fff9;margin-bottom:32px;font-family:Inter,sans-serif;font-size:32px;font-weight:700;line-height:1.2}.agents-master-count{color:#fff;opacity:.7;margin-top:auto;margin-bottom:-16px;font-family:Acid Grotesk,sans-serif;font-size:420px;font-weight:700;line-height:1}.agents-master-label{letter-spacing:-.06em;color:#fff;margin-bottom:0;font-family:Acid Grotesk,sans-serif;font-size:24px;font-weight:500}.agents-master-pricing{flex-direction:column;gap:12px;width:100%;margin-top:auto;display:flex}.agents-price-row{justify-content:space-between;align-items:center;display:flex}.agents-price-label{color:#ffffff80;font-family:Inter,sans-serif;font-size:.875rem}.agents-price-old{color:#ef4444;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:500;text-decoration:line-through}.agents-price-new{color:#10b981;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:500}.agents-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.agent-card{background:#1c1c1e;border-radius:24px;flex-direction:column;gap:4px;padding:32px;display:flex}[data-theme=light] .agent-card{background:var(--bg-card)}.agent-icon{margin:0;font-size:1.5rem;line-height:0}.agent-icon-dark{display:block}.agent-icon-dark,.agent-icon-dark svg,.agent-icon-dark svg path{filter:brightness(0)invert()}.agent-icon-light{display:none}.agent-icon-light,.agent-icon-light svg,.agent-icon-light svg path{filter:brightness(0)}[data-theme=light] .agent-icon-dark{display:none}[data-theme=light] .agent-icon-light{display:block}.agent-icon-dark.lottie-container,.agent-icon-light.lottie-container{width:36px;height:36px}.agent-title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:40px;font-weight:500}.agent-subtitle{letter-spacing:-.07em;color:var(--text-muted);margin:0;font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.4}.agent-role{color:var(--text-muted);opacity:.6;margin-top:12px;font-family:Inter,sans-serif;font-size:.75rem}.agent-card-tagline{background:#fff;justify-content:center;align-items:center;display:flex}.agents-tagline-text{text-align:left;letter-spacing:-.05em;color:#000;margin:0;font-family:Acid Grotesk,sans-serif;font-size:40px;font-weight:500;line-height:1}.agents-tagline-highlight{color:#000000b3;margin-top:.25em;display:inline-block}[data-theme=light] .agent-card-tagline{background:#000}[data-theme=light] .agents-tagline-text{color:#fff}[data-theme=light] .agents-tagline-highlight{color:#ffffffb3}@media (width<=1024px){.agents-container{grid-template-columns:1fr;gap:32px}.agents-master-card{max-width:600px;margin:0 auto 32px;padding:40px}.agents-master-count{font-size:320px}.agents-master-desc{font-size:24px}}@media (width<=768px){.agents-master-card{max-width:100%}.agents-master-count{font-size:240px}}@media (width<=640px){.agents-grid{grid-template-columns:1fr}.agents-tagline{grid-column:span 1;font-size:1.25rem}.agents-master-count{font-size:180px}.agent-subtitle{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}}@media (width<=768px){.agents-section-inner{margin-top:120px}}.features-section{max-width:1300px;margin:0 auto;padding:80px 24px}.features-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;width:100%;max-width:700px;margin-bottom:24px;margin-left:auto;margin-right:auto;padding:0 24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.features-headline-gradient{background:radial-gradient(circle at 0 100%,#fff 0%,#ffd87e 15%,#ff6a00 40%,red 70%,#4a0000 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Acid Grotesk,sans-serif;font-weight:600}.features-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 64px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.features-subheadline-highlight{color:var(--text-primary);font-weight:700}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.feature-card{background:#9b9b9b1a;border-radius:24px;min-width:0;padding:36px}[data-theme=light] .feature-card{background:#9b9b9b1a}.feature-graphic{background:#9b9b9b1a;border-radius:24px;width:100%;height:300px;margin-bottom:20px}[data-theme=light] .feature-graphic{background:#9b9b9b1a}.feature-title{letter-spacing:-.06em;color:var(--text-primary);margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:2rem;font-weight:500}.feature-description{letter-spacing:-.06em;color:var(--text-muted);font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.5}@media (width<=600px){.features-headline{padding:0 16px;font-size:2.5rem}.features-subheadline{font-size:1.125rem}.feature-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.features-grid{grid-template-columns:1fr}.feature-graphic{height:200px;overflow:hidden}.analytics-gauges{flex-wrap:nowrap;justify-content:center;gap:8px;max-width:100%;overflow:hidden}.stat-gauge{flex:none;max-width:60px}.gauge-container{width:38px;height:38px}.gauge-value{font-size:.7rem}.gauge-label{font-size:.4rem}}@media (width<=768px){.features-section{padding-top:80px}}.analytics-stats{flex-direction:column;gap:8px;height:100%;display:flex}.stat-card{background:var(--bg-card);border-radius:24px;flex:1;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.stat-info{flex-direction:column;gap:2px;display:flex}.stat-label{color:var(--text-muted);align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;display:flex}.stat-change{color:#10b981;font-weight:600}.stat-value{color:var(--text-primary);letter-spacing:-.02em;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600}.stat-sparkline{width:80px;height:32px}.sparkline-path{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.sparkline-fill{opacity:.3}.sparkline-green .sparkline-path{stroke:#10b981}.sparkline-green .sparkline-fill{fill:url(#gradient-green)}.sparkline-blue .sparkline-path{stroke:#3b82f6}.sparkline-blue .sparkline-fill{fill:url(#gradient-blue)}.sparkline-purple .sparkline-path{stroke:#8b5cf6}.sparkline-purple .sparkline-fill{fill:url(#gradient-purple)}.stat-change.green{color:#10b981}.stat-change.blue{color:#3b82f6}.stat-change.purple{color:#8b5cf6}.analytics-gauges{justify-content:space-around;align-items:center;width:100%;padding:8px 0;display:flex}.stat-gauge{flex-direction:column;align-items:center;gap:8px;display:flex}.gauge-container{width:160px;height:160px;position:relative}.gauge-svg{width:100%;height:100%}.gauge-bg{fill:none;stroke:#9b9b9b4d;stroke-width:12px;stroke-linecap:round}.gauge-progress{fill:none;stroke-width:12px;stroke-linecap:round;transform-origin:50%;stroke-dasharray:0 402;transition:stroke-dasharray 1.5s cubic-bezier(.4,0,.2,1);transform:rotate(-90deg)}.gauge-value{color:var(--text-primary);letter-spacing:-.03em;font-family:Acid Grotesk,sans-serif;font-size:2.75rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gauge-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}@media (width<=768px){.analytics-gauges{flex-wrap:nowrap;justify-content:center;gap:8px}.stat-gauge{flex:none;max-width:100px}.gauge-container{width:80px;height:80px}.gauge-value{font-size:1.25rem}.gauge-label{letter-spacing:.05em;font-size:.6rem}}.how-it-works-section{max-width:1300px;margin:120px auto 0;padding:80px 24px}.how-it-works-header{text-align:center;margin-bottom:64px}.how-it-works-headline{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.how-it-works-headline .smaller-text{font-family:Instrument Serif,serif;font-size:.56em;font-style:italic;font-weight:400;display:block}.how-it-works-headline-gradient{background:radial-gradient(circle at 100% 0,#fff 0%,#7effff 20%,#07f 40%,#40c 67%,#540081 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.how-it-works-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 24px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.how-it-works-steps{flex-direction:column;gap:64px;display:flex}.step-row{align-items:center;gap:48px;display:flex}.step-content{flex:0 0 25%;position:relative}.step-card{background:#9b9b9b1a;border-radius:24px;align-items:center;gap:48px;margin-bottom:64px;padding:32px;display:flex}.step-card .step-content{flex:0 0 25%}.step-card .step-image{flex:1}.how-it-works-steps>.step-card:nth-child(2){flex-direction:row-reverse}[data-theme=light] .step-card{background:#9b9b9b1a}.step-number{color:#9b9b9b14;pointer-events:none;z-index:0;font-family:Acid Grotesk,sans-serif;font-size:12rem;font-weight:500;line-height:1;position:absolute;top:-20px;right:0}.step-title{color:var(--text-primary);letter-spacing:-.05em;z-index:1;margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;position:relative}.step-tagline{letter-spacing:-.02em;color:var(--text-primary);z-index:1;margin-bottom:16px;font-family:Instrument Serif,serif;font-size:1.6875rem;font-style:italic;font-weight:400;position:relative}.step-description{letter-spacing:-.06em;color:var(--text-muted);z-index:1;max-width:400px;font-family:Inter,sans-serif;font-size:22px;font-weight:500;line-height:1.6;position:relative}.step-image{aspect-ratio:8/7;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex:1}[data-theme=dark] .step-image{box-shadow:0 10px 40px #0006}.step-image.step-point{background-image:url(/assets/images/19.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:24px;display:flex}.step-image.step-build{background-image:url(/assets/images/26D.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:24px;display:flex}.step-image.step-launch{background-image:url(/assets/images/34.webp);background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:24px;display:flex}.browser-frame{background:var(--bg-card);border-radius:8px;width:100%;max-width:100%;margin:30px 29px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.browser-header{background:#9b9b9b1a;border-bottom:1px solid #9b9b9b1a;justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:flex;position:relative}.browser-dots{gap:8px;display:flex;position:absolute;left:16px}.browser-title{color:#ffffffb3;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.browser-dot{border-radius:50%;width:12px;height:12px}.browser-dot.red{background:#ff5f57}.browser-dot.yellow{background:#febc2e}.browser-dot.green{background:#28c840}.browser-content{aspect-ratio:16/10;width:100%;position:relative}.browser-content img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.browser-screenshot-dark{display:block}.browser-screenshot-light,[data-theme=light] .browser-screenshot-dark{display:none}[data-theme=light] .browser-screenshot-light{display:block}@media (width<=768px){.how-it-works-section{margin-top:120px}.how-it-works-subheadline{font-size:1.375rem}.how-it-works-steps{gap:48px}.step-row{flex-direction:column;gap:24px}.step-content{flex:1;width:100%}.step-card{flex-direction:column;gap:24px;margin-bottom:48px;padding:24px;overflow:hidden}.how-it-works-steps>.step-card:nth-child(2){flex-direction:column}.step-card .step-content{flex:1;width:100%}.step-card .step-image{width:800px;min-width:800px;height:600px;margin:0 auto;padding:0}.step-number{font-size:8rem;top:-10px}.step-description{letter-spacing:-.07em;max-width:100%;font-size:1.125rem;line-height:1.4}.step-card .step-image{aspect-ratio:auto}.browser-frame{margin:30px 29px}}.faq-section{max-width:1300px;margin:120px auto 0;padding:80px 24px}.faq-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.faq-subheadline{letter-spacing:-.04em;text-align:center;color:var(--text-muted);max-width:700px;margin:0 auto 48px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.6}.faq-categories{background:#9b9b9b14;border-radius:16px;flex-direction:column;gap:0;padding:8px 24px;display:flex}.faq-cta{text-align:center;margin-top:48px}.faq-cta p{color:var(--text-muted);margin-top:16px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.faq-category{border-bottom:1px solid #9b9b9b33;overflow:hidden}.faq-category-button{cursor:pointer;text-align:left;letter-spacing:-.05em;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;font-family:Acid Grotesk,sans-serif;font-size:1.75rem;font-weight:700;transition:opacity .2s,color .4s ease-out;display:flex}.faq-category-button:hover{opacity:.8}.faq-category-chevron{color:var(--text-muted);flex-shrink:0;transition:color .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.faq-category.open .faq-category-chevron{color:var(--text-primary);transform:rotate(180deg)}.faq-category-content{background:#9b9b9b08;max-height:0;padding-left:24px;transition:max-height .6s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-category.open .faq-category-content{max-height:5000px}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid #9b9b9b26;overflow:hidden}.faq-category-content .faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;text-align:left;letter-spacing:-.06em;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:700;transition:opacity .2s,color .4s ease-out;display:flex}.faq-question:hover{opacity:.8}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:color .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.faq-chevron .vertical-line{opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-chevron{color:#ef4444;transform:rotate(90deg)}.faq-item.open .faq-chevron .vertical-line{opacity:1}.faq-answer{max-height:0;transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.open .faq-answer{max-height:1000px}.faq-answer p{letter-spacing:-.06em;color:var(--text-muted);margin-bottom:16px;padding:0 24px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.7}.faq-answer p:first-child{padding-top:4px}.faq-answer p:last-child{margin-bottom:24px}@media (width<=600px){.faq-subheadline{font-size:1rem}.faq-categories{padding:4px 16px}.faq-category-button{padding:20px;font-size:1.35rem}.faq-category-content{padding-left:12px}.faq-question{letter-spacing:-.06em;padding:16px;font-size:1rem}.faq-answer p{margin-bottom:14px;padding:0 16px;font-size:1rem}.faq-answer p:last-child{margin-bottom:20px}.solution-cards-subheadline{font-size:1.375rem}.problem-bento-subheadline{font-size:18px}.agents-subheadline{font-size:1.375rem}}@media (width<=768px){.faq-section{margin-top:120px}}.faq-video-section{max-width:1300px;margin:0 auto;padding:80px 24px}.faq-video-container{max-width:1000px;margin:0 auto}.faq-video-headline{letter-spacing:-.05em;color:var(--text-primary);text-align:center;margin-bottom:12px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2rem,4vw + .5rem,3rem);font-weight:600;line-height:1}.faq-video-subheadline{letter-spacing:-.02em;color:var(--text-muted);text-align:center;margin-bottom:48px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500}.faq-video-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.faq-video-card{background:#9b9b9b1a;border-radius:24px;padding:24px;overflow:hidden}[data-theme=light] .faq-video-card{background:#00000005}.faq-video-title{letter-spacing:-.03em;color:var(--text-primary);text-align:center;margin:0 0 8px;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2}.faq-video-subtitle{letter-spacing:-.07em;color:var(--text-muted);text-align:center;margin:0 0 16px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.4}.faq-video-player{border-radius:24px;overflow:hidden}@media (width<=768px){.faq-video-grid{grid-template-columns:1fr}.faq-video-headline{font-size:2rem}}.founder-section{background:var(--bg-page);padding:120px 24px}.founder-container{align-items:flex-start;gap:40px;max-width:1000px;margin:0 auto;display:flex}.founder-photo{flex-shrink:0}.founder-photo img{object-fit:cover;border-radius:8px;width:234px;height:234px}.founder-divider{background:linear-gradient(180deg, var(--accent-blue) 0%, var(--accent-purple) 100%);flex-shrink:0;align-self:stretch;width:2px}.founder-content{flex:1}.founder-headline{letter-spacing:-.03em;color:#fff;margin:0 0 24px;font-family:Acid Grotesk,sans-serif;font-size:40px;font-weight:700;line-height:1}[data-theme=light] .founder-headline{color:#000}.founder-quote{margin:0 0 32px;padding:0}.founder-quote p{letter-spacing:-.07em;color:var(--text-muted);margin:0 0 16px;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:1.6}.founder-quote p:last-child{margin-bottom:0}.founder-attribution{flex-direction:column;gap:4px;display:flex}.founder-name{letter-spacing:-.02em;color:var(--text-primary);font-family:Acid Grotesk,sans-serif;font-size:28px;font-weight:700}.founder-title{letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(90deg,#6366f1 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.founder-title .gradient-text{background:linear-gradient(90deg, var(--accent-blue) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=768px){.founder-section{padding:80px 20px}.founder-container{text-align:center;flex-direction:column;align-items:center;gap:32px}.founder-photo img{width:195px;height:195px}.founder-divider{align-self:center;width:60px;height:2px}.founder-headline{font-size:40px;line-height:1}.founder-quote p{font-size:18px}.founder-name{font-size:20px}.founder-title{letter-spacing:.05em;font-size:1rem;font-weight:700}.founder-attribution{align-items:center}}.pricing-section{max-width:1300px;margin:0 auto;padding:240px 24px 80px}.pricing-container{width:100%}.pricing-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.pricing-headline-gradient{background:url(/assets/images/28.jpg) 50%/cover no-repeat;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pricing-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:800px;margin:0 auto 64px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.revenue-calculator{text-align:center;max-width:500px;margin:0 auto 80px}.revenue-label{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600;display:block}.revenue-label-muted{color:var(--text-muted)}.revenue-label-primary{color:var(--text-primary)}.revenue-input-wrapper{align-items:center;display:flex;position:relative}.revenue-currency-symbol{color:#a0a0a0;pointer-events:none;z-index:1;font-family:Inter,sans-serif;font-size:22px;font-weight:600;position:absolute;left:20px}.revenue-input{letter-spacing:-.02em;width:100%;color:var(--text-primary);border:2px solid var(--border-input);background:#141414;border-radius:4px;outline:none;padding:16px 20px 16px 40px;font-family:Acid Grotesk,sans-serif;font-size:24px;font-weight:300;transition:border-color .2s}[data-theme=light] .revenue-input{background:#fafafa}.revenue-input:focus{border-color:#10b981}.revenue-input::placeholder{color:#a0a0a0;opacity:.5}.revenue-input-row{align-items:center;gap:12px;display:flex}.revenue-input-row .revenue-input-wrapper{flex:1}.revenue-check-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;height:60px;padding:0 24px;font-family:Inter,sans-serif;font-size:18px;font-weight:600;transition:opacity .15s,transform .1s;display:flex}.revenue-check-btn:hover{opacity:.9}.revenue-check-btn:active{transform:scale(.98)}[data-theme=light] .revenue-check-btn{color:#fff;background:#000}.revenue-check-icon{width:24px;height:24px;filter:var(--check-icon-filter)}[data-theme=light] .revenue-check-icon{filter:var(--check-icon-filter)}.revenue-input.error{border-color:#f87171}.revenue-input.error::placeholder{color:#f87171;opacity:1}[data-theme=light] .revenue-input.error{border-color:#f87171}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:24px;display:grid}.pricing-card{background:var(--bg-card);border:none;border-radius:24px;flex-direction:column;min-height:600px;padding:48px 40px;transition:all .3s;display:flex;position:relative}[data-theme=light] .pricing-card{background:var(--bg-card)}.pricing-card.highlighted{background:#fff}.pricing-card.highlighted:after{content:"";opacity:.8;pointer-events:none;z-index:0;background-image:url(/assets/images/7.webp);background-position:50%;background-size:cover;width:800px;height:800px;position:absolute;bottom:-300px;right:-300px;transform:rotate(90deg);-webkit-mask-image:radial-gradient(#000 0%,#0000 70%);mask-image:radial-gradient(#000 0%,#0000 70%)}.pricing-card.highlighted>*{z-index:1;position:relative}.pricing-card.highlighted .pricing-card-title,.pricing-card.highlighted .pricing-card-description,.pricing-card.highlighted .price-amount,.pricing-card.highlighted .price-period,.pricing-card.highlighted .pricing-features-header,.pricing-card.highlighted .pricing-feature,.pricing-card.highlighted .implementation-amount{color:#000}.pricing-card.highlighted .pricing-card-description,.pricing-card.highlighted .price-period,.pricing-card.highlighted .pricing-card-implementation{color:#646464}[data-theme=light] .pricing-card.highlighted{background:#000}[data-theme=light] .pricing-card.highlighted .pricing-card-title,[data-theme=light] .pricing-card.highlighted .pricing-card-description,[data-theme=light] .pricing-card.highlighted .price-amount,[data-theme=light] .pricing-card.highlighted .price-period,[data-theme=light] .pricing-card.highlighted .pricing-features-header,[data-theme=light] .pricing-card.highlighted .pricing-feature,[data-theme=light] .pricing-card.highlighted .implementation-amount{color:#fff}[data-theme=light] .pricing-card.highlighted .pricing-card-description,[data-theme=light] .pricing-card.highlighted .price-period,[data-theme=light] .pricing-card.highlighted .pricing-card-implementation{color:#b4b4b4}.pricing-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.pricing-card-title-wrapper{align-items:center;gap:12px;display:flex}.pricing-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pricing-card-icon img,.pricing-card-icon svg{width:100%;height:100%;display:block}.pricing-icon{filter:none}[data-theme=light] .pricing-icon,.pricing-card.highlighted .pricing-icon{filter:invert()}[data-theme=light] .pricing-card.highlighted .pricing-icon{filter:none}.pricing-card-title{letter-spacing:-.05em;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:1.75rem;font-weight:600}.pricing-card-badge{letter-spacing:.08em;text-transform:uppercase;color:#000;background:0 0;border:1px solid #000;border-radius:2px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;display:none}[data-theme=light] .pricing-card-badge{color:#fff;border-color:#fff}.pricing-card.highlighted .pricing-card-badge{z-index:1;display:block;position:relative}.pricing-card-description{letter-spacing:-.02em;color:#a0a0a0;margin-bottom:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.6}.pricing-card-price{align-items:baseline;gap:8px;margin-bottom:24px;display:flex}.price-amount{letter-spacing:-.05em;color:var(--text-primary);font-family:Acid Grotesk,sans-serif;font-size:4rem;font-weight:300}.price-period{letter-spacing:-.05em;color:#a0a0a0;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.pricing-card-implementation{letter-spacing:-.04em;color:#a0a0a0;margin-bottom:32px;font-family:Acid Grotesk,sans-serif;font-size:20px;font-weight:400;line-height:1.35}.implementation-amount{color:var(--text-primary);font-size:20px;font-weight:400}.pricing-features-header{color:#a0a0a0;margin-top:0;margin-bottom:16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.pricing-card-features{flex-grow:1;margin:0 0 32px;padding:0;list-style:none}.pricing-feature{letter-spacing:-.06em;color:var(--text-primary);justify-content:flex-start;align-items:flex-start;gap:12px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.5;display:flex}.pricing-feature>span{flex:none}.feature-icon{color:#10b981;flex-shrink:0;margin-top:2px}[data-theme=light] .feature-icon,.pricing-card.highlighted .feature-icon,[data-theme=light] .pricing-card.highlighted .feature-icon{color:#10b981}.pricing-feature:last-child{margin-bottom:0}.pricing-feature[data-tooltip]{cursor:help;position:relative}.tooltip-icon{color:#888;flex-shrink:0;align-self:center;width:14px;height:14px;margin-left:2px;transition:color .2s;display:inline-flex}.pricing-feature[data-tooltip]:hover .tooltip-icon{color:#fff}[data-theme=light] .tooltip-icon{color:#999}[data-theme=light] .pricing-feature[data-tooltip]:hover .tooltip-icon{color:#fff}.pricing-feature[data-tooltip]:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:1000;pointer-events:none;background:#1a1a1a;border-radius:8px;max-width:280px;margin-top:8px;padding:10px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.4;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000040}.pricing-feature[data-tooltip]:hover:after{opacity:1;visibility:visible}[data-theme=light] .pricing-feature[data-tooltip]:after{color:#fff;background:#222;box-shadow:0 4px 16px #0003}.pricing-card-button{letter-spacing:-.02em;text-align:center;color:#000;cursor:pointer;z-index:1;background:#fff;border:none;border-radius:9999px;width:100%;margin-top:auto;padding:16px 32px;font-family:Acid Grotesk,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:block;position:relative}[data-theme=light] .pricing-card-button{color:#fff;background:#000}.pricing-card-button:hover{opacity:.8}.pricing-card.highlighted .pricing-card-button{color:#fff;background:#000}[data-theme=light] .pricing-card.highlighted .pricing-card-button{color:#000;background:#fff}.pricing-card-enterprise{box-sizing:border-box;background:var(--bg-card);border-radius:24px;grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;gap:32px;min-height:auto;padding:96px 40px;display:grid;position:relative;overflow:hidden}[data-theme=light] .pricing-card-enterprise{background:var(--bg-card)}.pricing-card-enterprise:after{content:"";opacity:.8;pointer-events:none;z-index:0;background-image:url(/assets/images/7.webp);background-position:50%;background-size:cover;width:800px;height:800px;position:absolute;bottom:-300px;right:-300px;transform:rotate(90deg);-webkit-mask-image:radial-gradient(#000 0%,#0000 70%);mask-image:radial-gradient(#000 0%,#0000 70%)}.enterprise-left{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.pricing-card-enterprise .pricing-card-title{margin-bottom:0;font-size:1.5rem}.enterprise-description{letter-spacing:-.07em;color:var(--text-primary);max-width:600px;margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.4}.pricing-card-enterprise .pricing-card-button{width:fit-content;min-width:200px;max-width:100%}.enterprise-right{z-index:1;align-items:center;max-width:100%;display:flex;position:relative}.enterprise-price{letter-spacing:-.02em;color:var(--text-primary);white-space:nowrap;font-family:Acid Grotesk,sans-serif;font-size:2rem;font-weight:300}[data-theme=light] .pricing-card-enterprise.highlighted .enterprise-price,[data-theme=light] .pricing-card-enterprise.highlighted .enterprise-description{color:#fff}@media (width<=900px){.pricing-subheadline{font-size:1.125rem}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card:nth-child(3){grid-column:1/-1;max-width:none}.pricing-card-enterprise{text-align:left;grid-template-columns:1fr;gap:32px;padding:32px 24px}.enterprise-right{width:100%}.enterprise-price{font-size:2.5rem}.pricing-card-enterprise .pricing-card-button{box-sizing:border-box;width:100%;max-width:100%}}@media (width<=600px){.pricing-section{padding:120px 24px 60px}.pricing-subheadline{margin-bottom:48px;font-size:1.375rem}.revenue-calculator{margin-bottom:60px}.revenue-label{font-size:20px}.revenue-input{padding:14px 16px 14px 36px;font-size:20px}.revenue-currency-symbol{font-size:18px;left:16px}.pricing-grid{grid-template-columns:1fr;gap:16px}.pricing-card:nth-child(3){max-width:none}.pricing-card{padding:32px 24px}.pricing-card-title{font-size:2rem}.price-amount{font-size:2.5rem}.pricing-card-enterprise .pricing-card-title{font-size:1.75rem}.enterprise-price{font-size:2rem}}@media (width<=768px){.pricing-section{padding-top:120px}}.cta-section{text-align:center;background-image:url(/assets/images/7.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.375rem;max-width:1250px;margin:0 auto;padding:240px 24px 160px;overflow:visible}.cta-headline{letter-spacing:-.05em;color:var(--text-primary);white-space:nowrap;margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9;overflow:visible}[data-theme=light] .cta-headline{color:#fff}.cta-headline-italic{color:#000;padding-right:.1em;font-family:Acid Grotesk,sans-serif;font-weight:600;display:inline-block}[data-theme=light] .cta-headline-italic{color:#000}.cta-subheadline{letter-spacing:-.07em;color:#000;margin-bottom:40px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2}.cta-section-button{letter-spacing:-.02em;color:#fff;cursor:pointer;background:#000;border:none;border-radius:9999px;padding:16px 32px;font-family:Acid Grotesk,sans-serif;font-size:1.125rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}[data-theme=light] .cta-section-button{color:#fff;background:#000}.cta-section-button:hover{opacity:.9}@media (width<=600px){.cta-headline{white-space:normal}.cta-subheadline{font-size:1.125rem}.cta-section-button{padding:14px 28px;font-size:1rem}}@media (width<=768px){.cta-section{padding-top:120px}}.problem-bento-section{max-width:1300px;margin:0 auto;padding:80px 24px}#problem{padding-top:80px}.problem-bento-container{max-width:1300px;margin:0 auto}.problem-bento-header{text-align:center;margin-bottom:48px}.problem-bento-headline{letter-spacing:-.05em;color:var(--text-primary);max-width:800px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Acid Grotesk,sans-serif;font-size:5.5rem;font-weight:600;line-height:.9}.problem-bento-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:800px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.problem-bento-subheadline-highlight{color:#fff;font-weight:700}[data-theme=light] .problem-bento-subheadline-highlight{color:#000;font-weight:700}.problem-bento-headline-red{color:#ef4444}.problem-bento-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:16px;display:grid}.problem-bento-card{background:#9b9b9b1a;border-radius:24px;flex-direction:column;padding:48px;display:flex}[data-theme=light] .problem-bento-card{background:#9b9b9b1a}.problem-bento-card-wide{flex-direction:row;grid-column:span 2;justify-content:space-between;align-items:center;min-height:280px;display:flex;overflow:hidden}.problem-bento-card-content{flex:2;max-width:66.67%}.problem-bento-card-image{background:0 0;flex:1;justify-content:center;align-items:center;max-width:33.33%;height:300px;padding:0;display:flex}.toggle-container{border-radius:12px;flex-direction:column;gap:0;width:100%;max-width:480px;display:flex;box-shadow:0 16px 40px -8px #00000040,0 6px 16px -4px #00000026}.toggle-row{background:#9b9b9b26;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:24px 32px;transition:opacity .3s;display:flex}[data-theme=light] .toggle-row{background:#9b9b9b1a;border-bottom:1px solid #0000000d}.toggle-row:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.toggle-row:last-child{border-bottom:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.toggle-row.disabled{opacity:.4}.toggle-row-header{justify-content:flex-start}.toggle-label-text{color:var(--text-primary);user-select:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:1.5rem;font-weight:500}.toggle-header{font-size:1.5rem;font-weight:700}.toggle-switch{cursor:pointer;width:76px;height:46px;display:inline-block;position:relative}.toggle-input{opacity:0;width:0;height:0}.toggle-slider{background-color:#78788052;border-radius:46px;transition:background-color .3s;position:absolute;inset:0}[data-theme=light] .toggle-slider{background-color:#78788029}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:40px;height:40px;transition:transform .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f}.toggle-input:checked+.toggle-slider{background-color:#34c759}.toggle-input:checked+.toggle-slider:before{transform:translate(30px)}@media (width<=600px){.toggle-header{font-size:20px}}.problem-bento-card-dark{background:#000;border-radius:24px}[data-theme=light] .problem-bento-card-dark{background:#000}.problem-bento-card-tall{justify-content:space-between;min-height:450px}.problem-bento-right-stack{flex-direction:column;gap:16px;display:flex}.problem-bento-card-blue{background:#ef4444;border-radius:24px;flex:1;min-height:300px;position:relative;overflow:hidden}[data-theme=light] .problem-bento-card-blue{background:#ef4444}.problem-bento-card-blue .problem-bento-card-title{color:#fff;z-index:1;max-width:75%;padding-right:20px;position:relative}.problem-bento-warning-icon{opacity:.3;width:180px;height:180px;position:absolute;bottom:-20px;right:-20px}.problem-bento-warning-icon svg{stroke:#ffffff80;stroke-width:1px;width:100%;height:100%}.problem-bento-lock-icon{opacity:1;pointer-events:none;width:280px;height:280px;position:absolute;bottom:-60px;right:-60px}.problem-bento-lock-icon svg{width:100%;height:100%}.problem-bento-lock-icon svg path,.problem-bento-lock-icon svg g{fill:#fff!important;stroke:#fff!important}@media (width<=600px){.problem-bento-card-blue{flex-direction:column;align-items:center;padding-bottom:20px;display:flex}.problem-bento-card-blue .problem-bento-card-title{text-align:center;max-width:100%;margin-bottom:20px;padding-right:0}.problem-bento-lock-icon{width:200px;height:200px;position:relative;bottom:auto;right:auto}}.problem-bento-card-small{min-height:auto;padding:32px 48px}.problem-bento-card-text-small{letter-spacing:-1.2px;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:32px;font-weight:500;line-height:1.2}.problem-bento-plus{color:#ef4444}.problem-bento-card-title{letter-spacing:-.05em;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:3.25rem;font-weight:500;line-height:1.1}.problem-bento-card-subtitle{color:#ffffffb3;margin:1rem 0 0;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6}[data-theme=light] .problem-bento-card-subtitle{color:#0009}.problem-bento-muted{color:#a0a0a0}.problem-bento-white{color:#fff}.problem-bento-muted-dark,.problem-bento-blue-muted{color:#ffffff80}.problem-bento-blue-highlight{color:#fff}.problem-bento-notifications{flex-direction:column;gap:12px;margin-top:auto;display:flex}.problem-bento-notif{background:#ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.problem-bento-notif-icon{background:#ef4444;border-radius:50%;flex-shrink:0;width:36px;height:36px}.problem-bento-notif-content{flex-direction:column;flex:1;display:flex}.problem-bento-notif-title{color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.problem-bento-notif-text{color:#fff9;font-family:Inter,sans-serif;font-size:.75rem}.problem-bento-notif-time{color:#fff6;font-family:Inter,sans-serif;font-size:.75rem}.problem-bento-battery-container{justify-content:center;align-items:center;gap:16px;width:100%;padding:20px 0;display:flex}.battery-percentage{color:#34c759;text-align:left;flex-shrink:0;width:110px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:3.125rem;font-weight:600;transition:color 2s ease-out}.battery-percentage.draining{color:#ff3b30}.problem-bento-battery{width:100%;max-width:350px;height:auto}.battery-body{fill:#3a3a3c}.battery-cap{fill:#34c759}.battery-cap.draining{fill:#3a3a3c}[data-theme=light] .battery-body{fill:#d1d1d6}[data-theme=light] .battery-cap{fill:#34c759}[data-theme=light] .battery-cap.draining{fill:#d1d1d6}.battery-fill{fill:#34c759;transition:fill 2s ease-out}.battery-fill.draining{fill:#ff3b30}.battery-fill.resetting,.battery-percentage.resetting{transition:none}.problem-bento-card-title-sm{font-size:2.5rem;line-height:1.2}@media (width<=900px){.problem-bento-grid{grid-template-columns:1fr}.problem-bento-card-wide{flex-direction:column;grid-column:span 1}.problem-bento-card-content{max-width:100%}.problem-bento-card-image{max-width:100%;margin-top:24px}.problem-bento-card-title{font-size:2rem}.problem-bento-card-title-sm{font-size:1.5rem}.problem-bento-battery{max-width:240px}}@media (width<=600px){.problem-bento-headline{font-size:40px}.problem-bento-card{padding:24px}.problem-bento-card-tall{justify-content:flex-start;gap:24px;min-height:auto}.battery-percentage{font-size:2.5rem}}.problem-section{padding:80px 24px;display:none}.problem-container{max-width:1300px;margin:0 auto}.problem-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:40px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.problem-headline-red{color:#ef4444}.problem-card{background:#9b9b9b1a;border-radius:24px;padding:80px 40px}[data-theme=light] .problem-card{background:#f5f5f5}.problem-text{letter-spacing:-.05em;text-align:center;color:#a0a0a0;max-width:700px;margin:0 auto;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:500;line-height:1.3}.problem-accent{color:#ef4444;font-family:Instrument Serif,serif;font-style:italic}@media (width<=768px){.problem-bento-section{padding-top:120px}.problem-section{padding:60px 16px}.problem-card{padding:48px 24px}}.stats-story-section{background:var(--bg-page);padding:80px 24px}.stats-story-section .problem-bento-headline{color:var(--text-primary)}.stats-story-section .problem-bento-subheadline{color:#a0a0a0}.stats-story-section .problem-bento-subheadline strong{color:var(--text-primary);font-weight:700}.stats-card-dark{flex-direction:column;justify-content:space-between;min-height:350px;display:flex}.stats-top-group{flex-direction:column;display:flex}.stats-main-number{color:#fff;letter-spacing:-.04em;font-family:Acid Grotesk,sans-serif;font-size:10rem;font-weight:700;line-height:.9}.stats-label{color:#ffffffb3;letter-spacing:-.02em;margin:0;font-family:Acid Grotesk,sans-serif;font-size:2rem;font-weight:700}.stats-label strong{color:#fff}.stats-tagline{color:#ffffffb3;letter-spacing:-.02em;margin:0;font-family:Acid Grotesk,sans-serif;font-size:2rem;font-weight:700}.stats-tagline strong{color:#fff}.stats-card-light{background:var(--bg-card)}.stats-percentages{flex-direction:column;justify-content:center;gap:24px;height:100%;display:flex}.stats-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.stat-item{flex-direction:column;gap:4px;display:flex}.stat-percent{color:#ef4444;letter-spacing:-.02em;font-family:Acid Grotesk,sans-serif;font-size:3.5rem;font-weight:700;line-height:1}.stat-desc{letter-spacing:-.05em;color:#000;font-family:Acid Grotesk,sans-serif;font-size:1rem;font-weight:400}.stat-cta{color:#000;align-self:flex-end;font-family:Acid Grotesk,sans-serif;font-size:2rem;line-height:1.1}.stat-cta strong{font-weight:700}@media (width<=768px){.stats-story-section .problem-bento-grid{grid-template-columns:1fr}.stats-main-number{font-size:6rem}.stats-label,.stats-tagline{font-size:1.5rem}.stat-percent{font-size:2.5rem}}.solution-section{padding:80px 24px;position:relative;overflow:visible}.solution-container{z-index:1;max-width:1300px;margin:0 auto;position:relative;overflow:visible}.solution-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:96px;font-weight:600;line-height:.9}@media (width<=768px){.solution-section{padding-top:120px}.solution-headline{font-size:56px}}.shiny-text{-webkit-text-fill-color:transparent;background:url(/assets/images/4.webp) 50%/150% no-repeat;-webkit-background-clip:text;background-clip:text;padding:8px;display:inline-block;position:relative;overflow:visible}@keyframes shine{0%{background-position:200%}to{background-position:-200%}}@media (prefers-reduced-motion:reduce){.shiny-text{background:var(--text-primary);-webkit-text-fill-color:inherit;animation:none}}.solution-headline-green{color:#10b981}.solution-subheadline{letter-spacing:-.07em;text-align:center;color:#a0a0a0;max-width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.solution-subheadline strong{color:var(--text-primary);font-weight:600}.monitor-display-container{justify-content:center;align-items:center;width:90%;max-width:1200px;margin:0 auto 64px;display:flex;position:relative}@media (width<=600px){.monitor-display-container{width:220%;margin-left:0}.monitor-video-container{justify-content:center;align-items:flex-start}}.monitor-display{width:100%;height:auto;display:block}picture:has(.monitor-display-dark){display:block}picture:has(.monitor-display-light),[data-theme=light] picture:has(.monitor-display-dark){display:none}[data-theme=light] picture:has(.monitor-display-light){display:block}.monitor-video-container{background:0 0;border-radius:4px;justify-content:center;align-items:center;width:84%;height:67%;display:flex;position:absolute;top:6.5%;left:8%}.macos-window{-webkit-backdrop-filter:blur(40px);background:#32323280;border:8px solid #50505066;border-radius:16px;flex-direction:column;width:80%;height:80%;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}[data-theme=light] .macos-window{background:#f5f5f580;border:8px solid #c8c8c866}@media (width<=600px){.macos-menu-bar{height:1%;padding:0 clamp(2px,.27vw,4px);font-size:clamp(3px,.27vw,4px)}.menu-bar-left,.menu-bar-right{gap:clamp(3px,.33vw,5px)}.apple-logo{width:clamp(3px,.27vw,4px);height:clamp(3px,.27vw,4px)}.traffic-light{width:3px;height:3px}.macos-traffic-lights{gap:2px}.macos-title-bar{border-bottom-width:.33px;border-radius:3px 3px 0 0;height:9px;padding:0 3px}.macos-title-text{font-size:4px}.macos-window{border-width:3px;border-radius:5px}}.macos-title-bar{-webkit-backdrop-filter:blur(20px);background:#3c3c3c4d;border-bottom:.5px solid #ffffff0d;border-radius:4px 4px 0 0;flex-shrink:0;align-items:center;width:100%;height:14px;padding:0 5px;display:flex;position:relative}[data-theme=light] .macos-title-bar{background:#ffffff4d;border-bottom:1px solid #0000000d}.macos-title-text{color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:5.5px;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}[data-theme=light] .macos-title-text{color:#000000b3}.macos-traffic-lights{gap:3px;display:flex}.traffic-light{cursor:pointer;border-radius:50%;width:5px;height:5px;transition:opacity .2s}.traffic-light:hover{opacity:.8}.traffic-light-red{background:#ff5f57;border:.25px solid #0000001a}.traffic-light-yellow{background:#ffbd2e;border:.25px solid #0000001a}.traffic-light-green{background:#28c840;border:.25px solid #0000001a}.macos-window-content{background:0 0;flex:1;justify-content:center;align-items:center;width:100%;padding:0;display:flex;overflow:hidden}.monitor-video{object-fit:cover;object-position:center top;width:100%;height:100%}.monitor-video-dark{display:block}.monitor-video-light,[data-theme=light] .monitor-video-dark{display:none}[data-theme=light] .monitor-video-light{display:block}.macos-menu-bar{-webkit-backdrop-filter:blur(20px);color:#000;z-index:10;background:#ffffffd9;justify-content:space-between;align-items:center;height:2.1%;padding:0 clamp(4.2px,.56vw,9.1px);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:clamp(6.3px,.56vw,7.7px);display:flex;position:absolute;top:1.8%;left:2.3%;right:2.3%}[data-theme=dark] .macos-menu-bar{color:#fff;background:#323232d9}.menu-bar-left,.menu-bar-right{align-items:center;gap:clamp(7px,.7vw,11.2px);display:flex}.menu-item{cursor:pointer;transition:opacity .2s}.menu-item:hover{opacity:.7}.menu-item-bold{font-weight:600}.apple-logo{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.1 22C7.79 22.05 6.8 20.68 5.96 19.47C4.25 17 2.94 12.45 4.7 9.39C5.57 7.87 7.13 6.91 8.82 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5M13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(7px,.56vw,9.1px);height:clamp(7px,.56vw,9.1px)}[data-theme=dark] .apple-logo{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.1 22C7.79 22.05 6.8 20.68 5.96 19.47C4.25 17 2.94 12.45 4.7 9.39C5.57 7.87 7.13 6.91 8.82 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5M13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z'/%3E%3C/svg%3E")}.wifi-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M12 21L15.6 16.2C14.6 15.45 13.35 15 12 15C10.65 15 9.4 15.45 8.4 16.2L12 21M12 3C7.95 3 4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6C15.38 6 18.5 7.12 21 9L22.8 6.6C19.79 4.34 16.05 3 12 3M12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C14.03 12 15.9 12.67 17.4 13.8L19.2 11.4C17.19 9.89 14.7 9 12 9Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(11px,1vw,14px);height:clamp(8px,.7vw,11px)}[data-theme=dark] .wifi-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M12 21L15.6 16.2C14.6 15.45 13.35 15 12 15C10.65 15 9.4 15.45 8.4 16.2L12 21M12 3C7.95 3 4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6C15.38 6 18.5 7.12 21 9L22.8 6.6C19.79 4.34 16.05 3 12 3M12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C14.03 12 15.9 12.67 17.4 13.8L19.2 11.4C17.19 9.89 14.7 9 12 9Z'/%3E%3C/svg%3E")}.menu-datetime{white-space:nowrap;font-variant-numeric:tabular-nums}.solution-cards-headline-section{text-align:center;margin-top:240px;margin-bottom:64px}.solution-cards-headline{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:1.1}.solution-cards-highlight{color:#0000;-webkit-text-fill-color:transparent;background-image:radial-gradient(circle,#fff 0%,#89fff3 15%,#32a98b 50%,#166865 80%,#003326 100%);-webkit-background-clip:text;background-clip:text;font-family:Acid Grotesk,sans-serif;font-weight:600;display:inline-block}.solution-cards-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 64px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.solution-cards-subheadline-highlight{color:#fff;font-weight:700}[data-theme=light] .solution-cards-subheadline-highlight{color:#000;font-weight:700}.solution-cards{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px;display:grid}.solution-card{box-sizing:border-box;background:#9b9b9b1a;border-radius:24px;flex-direction:column;min-height:500px;padding:32px;display:flex}[data-theme=light] .solution-card{background:#9b9b9b1a}.solution-card-title{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:0;font-family:Acid Grotesk,sans-serif;font-size:32px;font-weight:500;line-height:1}.solution-card-headline{letter-spacing:-.02em;color:#000;text-align:left;align-self:flex-start;margin-top:auto;margin-bottom:0;font-family:Acid Grotesk,sans-serif;font-size:1.3125rem;font-style:normal;font-weight:600}.solution-card-description{letter-spacing:-.07em;color:var(--text-muted);font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.4}.solution-card-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.solution-card-icon{flex-shrink:0;justify-content:flex-start;align-items:flex-start;width:56px;height:56px;margin-bottom:0;display:flex}.solution-card.has-gradient,.solution-card.has-gradient-green,.solution-card.has-gradient-warm{position:relative;overflow:hidden}.solution-card.has-gradient:before,.solution-card.has-gradient-green:before,.solution-card.has-gradient-warm:before{content:"";opacity:1;pointer-events:none;z-index:1;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.solution-card.has-gradient>*,.solution-card.has-gradient-green>*,.solution-card.has-gradient-warm>*{z-index:2;position:relative}.solution-card.has-gradient{background:radial-gradient(circle at 0 100%,#fff 0%,#7effff 20%,#07f 40%,#00f 60%,#000 100%)}.solution-card.has-gradient .solution-card-title,.solution-card.has-gradient .solution-card-description{color:#fff}[data-theme=light] .solution-card.has-gradient{background:radial-gradient(circle at 0 100%,#fff 0%,#7effff 20%,#07f 40%,#00f 60%,#000 100%)}[data-theme=light] .solution-card.has-gradient .solution-card-title,[data-theme=light] .solution-card.has-gradient .solution-card-description{color:#fff}.solution-card.has-gradient-warm{background:radial-gradient(circle at 0 100%,#fff 0%,#fff3ae 20%,#ff6f00 40%,#a50000 60%,#060000 100%)}.solution-card.has-gradient-warm .solution-card-title,.solution-card.has-gradient-warm .solution-card-description{color:#fff}[data-theme=light] .solution-card.has-gradient-warm{background:radial-gradient(circle at 0 100%,#fff 0%,#fff3ae 20%,#ff6f00 40%,#a50000 60%,#060000 100%)}[data-theme=light] .solution-card.has-gradient-warm .solution-card-title,[data-theme=light] .solution-card.has-gradient-warm .solution-card-description{color:#fff}.solution-card.has-gradient-green{background:radial-gradient(circle at 0 100%,#fff 0%,#c0ffab 20%,#00ff4c 40%,#007e2e 60%,#000 100%)}.solution-card.has-gradient-green .solution-card-title,.solution-card.has-gradient-green .solution-card-description{color:#fff}[data-theme=light] .solution-card.has-gradient-green{background:radial-gradient(circle at 0 100%,#fff 0%,#c0ffab 20%,#00ff4c 40%,#007e2e 60%,#000 100%)}[data-theme=light] .solution-card.has-gradient-green .solution-card-title,[data-theme=light] .solution-card.has-gradient-green .solution-card-description{color:#fff}.solution-card.has-gradient .solution-card-icon-dark,.solution-card.has-gradient .solution-card-icon-light,[data-theme=light] .solution-card.has-gradient .solution-card-icon-light,.solution-card.has-gradient-green .solution-card-icon-dark,.solution-card.has-gradient-green .solution-card-icon-light,[data-theme=light] .solution-card.has-gradient-green .solution-card-icon-light,.solution-card.has-gradient-warm .solution-card-icon-dark,.solution-card.has-gradient-warm .solution-card-icon-light,[data-theme=light] .solution-card.has-gradient-warm .solution-card-icon-light{filter:brightness(0)invert()}.solution-card-icon .lottie-container{width:100%;height:100%;min-height:56px;position:relative}.solution-card-icon-dark{display:block}.solution-card-icon-dark,.solution-card-icon-dark svg,.solution-card-icon-dark svg path{filter:brightness(0)invert()}.solution-card-icon-light{display:none}.solution-card-icon-light,.solution-card-icon-light svg,.solution-card-icon-light svg path{filter:brightness(0)}[data-theme=light] .solution-card-icon-dark{display:none}[data-theme=light] .solution-card-icon-light{display:block}@media (width<=768px){.solution-cards-headline-section{margin-top:120px}.solution-subheadline{letter-spacing:-.08em;font-size:1.375rem;line-height:1.2}.solution-cards{grid-template-columns:1fr;margin-bottom:0}.solution-card{padding:32px 24px}.solution-card-header{flex-direction:column;align-items:flex-start}.solution-card-description{font-size:1.25rem}}.speed-stat-section{text-align:center;margin-top:240px;padding:120px 24px 80px;overflow:visible}.speed-stat-headline{letter-spacing:-.05em;color:#fff;max-width:700px;margin:0 auto 100px;font-family:Acid Grotesk,sans-serif;font-size:5.5rem;font-weight:600;line-height:1}[data-theme=light] .speed-stat-headline{color:#000}.speed-stat-container{justify-content:center;align-items:center;width:100%;max-width:100vw;margin-bottom:48px;display:inline-flex;position:relative;overflow:visible}.speed-stat-number-blur{letter-spacing:-.05em;user-select:none;background:url(/assets/images/3L.jpg) 50%/cover no-repeat;-webkit-text-fill-color:transparent;white-space:nowrap;text-align:center;-webkit-background-clip:text;background-clip:text;min-width:max-content;padding:0 .15em;font-family:Acid Grotesk,sans-serif;font-size:clamp(280px,45vw,550px);font-weight:400;line-height:.85;position:relative}.speed-stat-number-glow{display:none}[data-theme=light] .speed-stat-number-blur,[data-theme=light] .speed-stat-number-glow{background:url(/assets/images/26D.jpg) 50%/cover no-repeat;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.speed-stat-label-track{white-space:nowrap;z-index:1;will-change:transform;gap:clamp(30px,5vw,60px);display:flex;position:absolute}.speed-stat-label-item{letter-spacing:-.05em;color:#fff;-webkit-text-stroke:1px #fff3;paint-order:stroke fill;--item-scale:.5;--item-blur:0px;--item-opacity:.2;filter:blur(var(--item-blur));opacity:var(--item-opacity);transform:scale(var(--item-scale));font-family:Acid Grotesk,sans-serif;font-size:clamp(48px,10vw,120px);font-weight:600;transition:filter .4s ease-out,opacity .4s ease-out,transform .4s ease-out}.speed-stat-label-item.in-focus{--item-scale:1;--item-blur:0px;--item-opacity:1;filter:blur(var(--item-blur)) drop-shadow(0 4px 8px #0000004d) drop-shadow(0 12px 30px #0003);-webkit-text-stroke:1px #ffffff4d}[data-theme=light] .speed-stat-label-item{color:#000;-webkit-text-stroke:1px #0000001a}[data-theme=light] .speed-stat-label-item.in-focus{filter:blur()drop-shadow(0 4px 8px #00000026)drop-shadow(0 12px 30px #0000001a);-webkit-text-stroke:1px #0003}.speed-stat-subheadline{letter-spacing:-.07em;color:#a0a0a0;max-width:700px;margin:-20px auto 0;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.speed-stat-highlight{color:#fff;font-weight:700}[data-theme=light] .speed-stat-highlight{color:#000;font-weight:700}@media (width<=768px){.speed-stat-section{margin-top:40px;padding:80px 16px 60px}.speed-stat-headline{margin-bottom:44px;font-size:40px}.speed-stat-subheadline{letter-spacing:-.08em;margin-top:20px;font-size:1.375rem;line-height:1.2}}.comparison-section{background:var(--bg-page);padding:120px 24px}.comparison-container{flex-direction:column;gap:48px;max-width:1300px;margin:0 auto;display:flex}.comparison-header{text-align:center}.comparison-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:1.1}.comparison-subheadline{letter-spacing:-.07em;color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.2}.comparison-card{background:#1a1a1a;border-radius:24px;padding:48px}[data-theme=light] .comparison-card{background:#f5f5f5}.comparison-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.comparison-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:2.5rem;font-weight:600}.comparison-title-wrapper{align-items:center;gap:16px;margin-bottom:16px;display:flex}.comparison-title-wrapper .comparison-title{margin-bottom:0}.comparison-olympus-icon{width:48px;height:48px}.comparison-olympus-icon-dark{display:block}.comparison-olympus-icon-light,[data-theme=light] .comparison-olympus-icon-dark{display:none}[data-theme=light] .comparison-olympus-icon-light{display:block}.comparison-table{flex-direction:column;gap:0;margin-bottom:16px;display:flex}.comparison-row{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 0;display:flex}[data-theme=light] .comparison-row{border-bottom:1px solid #0000001a}.comparison-row:last-child{border-bottom:none}.comparison-label{letter-spacing:-.06em;color:var(--text-muted);font-family:Inter,sans-serif;font-size:20px;font-weight:500}.comparison-value{letter-spacing:-.06em;color:var(--text-primary);font-family:Inter,sans-serif;font-size:20px;font-weight:500}.comparison-value-red{color:#ef4444}.comparison-value-green{color:#10b981}.comparison-summary{text-align:center;padding-top:0}.comparison-summary-line{color:var(--text-muted);margin-bottom:16px;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.comparison-summary-line span{font-weight:600}.comparison-total{letter-spacing:-.03em;margin:24px 0;font-family:Acid Grotesk,sans-serif;font-size:5rem;font-weight:300;line-height:1}.comparison-total-label{color:var(--text-muted);margin-top:8px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400}.comparison-footnote{color:#737373;margin-top:24px;font-family:Inter,sans-serif;font-size:.875rem;font-style:italic}.cost-red{color:#ef4444}.cost-green{color:#10b981}.comparison-card-agency{background:#1a1a1a}[data-theme=light] .comparison-card-agency{background:#f5f5f5}.comparison-card-olympus{background:#1a1a1a}[data-theme=light] .comparison-card-olympus{background:#f5f5f5}.comparison-subheadline-muted{color:var(--text-muted)}.comparison-subheadline-highlight{color:var(--text-primary);font-weight:700}.comparison-bento{grid-template-rows:auto auto auto auto;grid-template-columns:1.2fr .8fr;gap:12px;width:1250px;max-width:100%;margin:0 auto;display:grid}.cb-card{background:var(--bg-card);border-radius:24px;padding:40px;position:relative;overflow:hidden}.cb-card-probability{background:var(--bg-card);text-align:center;grid-column:span 2;padding:56px 40px}.cb-card-probability h3{color:var(--text-primary);letter-spacing:-.05em;margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:28px;font-weight:700;line-height:1.1}.cb-card-probability p{letter-spacing:-.06em;color:#86868b;margin-bottom:40px;font-family:Inter,sans-serif;font-size:28px;font-weight:500}.cb-card-probability .cb-dot{background:#333}.cb-card-probability .cb-dot.winner{box-shadow:none;background:#333}.cb-dots-row{justify-content:center;gap:16px;display:flex}.cb-dot{opacity:0;background:#333;border-radius:8px;width:48px;height:48px;transform:scale(.8)}.cb-dot.animate{animation:.5s cubic-bezier(.4,0,.2,1) forwards dotFadeIn;animation-delay:var(--delay)}.cb-dot.winner.animate{animation:.5s cubic-bezier(.4,0,.2,1) forwards dotFadeIn,.5s ease-in-out 1.5s forwards winnerHighlight,2s ease-in-out 2s infinite winnerPulse;animation-delay:var(--delay), 1.5s, 2s}@keyframes dotFadeIn{to{opacity:1;transform:scale(1)}}@keyframes winnerHighlight{0%{box-shadow:none;background:#333}to{background:#22c55e;box-shadow:0 0 24px #22c55e80}}@keyframes winnerPulse{0%,to{transform:scale(1);box-shadow:0 0 24px #22c55e80}50%{transform:scale(1.05);box-shadow:0 0 40px #22c55ecc}}.cb-dot.winner{box-shadow:none;background:#333}.cb-card-efficiency{background:var(--bg-card);padding:48px 40px}.cb-card-efficiency h3{color:var(--text-primary);letter-spacing:-.05em;margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:48px;font-weight:700}.cb-card-efficiency h3 .cb-buys-muted{opacity:.7}.cb-card-efficiency h3 span{color:#ef4444}.cb-card-efficiency>p{color:var(--text-primary);letter-spacing:-.05em;margin-bottom:32px;font-family:Acid Grotesk,sans-serif;font-size:48px;font-weight:600}.cb-tests-gradient{background:linear-gradient(to top right,#6366f1,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cb-efficiency-visual{flex:1;align-items:flex-start;gap:48px;margin-top:32px;display:flex}.cb-efficiency-side{flex-direction:column;gap:16px;display:flex}.cb-efficiency-label{color:var(--text-muted);letter-spacing:.05em;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.cb-them-square{color:#ef4444;background:#ef44441a;border:2px solid #ef4444;border-radius:8px;justify-content:center;align-items:center;width:280px;height:280px;font-family:Acid Grotesk,sans-serif;font-size:42px;font-weight:700;display:flex}.cb-olympus-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.cb-test-rect{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:156px;height:48px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex}.cb-test-rect.red{background:#ef4444}.cb-test-rect.amber{background:#f59e0b}.cb-test-rect.emerald{background:#10b981}.cb-card-velocity{background:var(--bg-card);padding:48px 32px;position:relative;overflow:hidden}.cb-card-velocity h3{color:var(--text-muted);letter-spacing:-.03em;margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:28px;font-weight:700;line-height:1.1}.cb-card-velocity h3 .highlight-black{color:var(--text-primary)}.cb-velocity-stack{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.cb-velocity-row{align-items:baseline;gap:12px;display:flex}.cb-velocity-day{color:var(--text-muted);width:60px;font-family:Inter,sans-serif;font-size:18px;font-weight:600}.cb-velocity-status{color:var(--text-primary);letter-spacing:-.05em;align-items:center;gap:12px;font-family:Acid Grotesk,sans-serif;font-size:36px;font-weight:700;display:inline-flex}.cb-velocity-row.live .cb-velocity-status{color:#fff}[data-theme=light] .cb-velocity-row.live .cb-velocity-status{color:#000}.cb-velocity-row.next .cb-velocity-status{color:var(--text-primary)}.recording-indicator{vertical-align:middle;background-color:#ef4444;border-radius:50%;width:24px;height:24px;animation:1.5s ease-in-out infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.cb-velocity-row.fade{opacity:.5}.cb-velocity-row.fade-more{opacity:.3}.cb-campaign-stack{height:120px;margin-top:16px;position:relative}.cb-campaign-card{background:var(--bg-card);border:1px solid var(--border-list);height:48px;color:var(--text-primary);border-radius:8px;justify-content:space-between;align-items:center;padding:0 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;display:flex;position:absolute;left:0;right:0;box-shadow:0 2px 8px #0000000f}.cb-campaign-card-content{align-items:center;display:flex}.cb-campaign-logo{opacity:.6;width:20px;height:20px;color:var(--text-primary);flex-shrink:0}.cb-campaign-logo svg{width:100%;height:100%;display:block}.cb-campaign-card:first-child{z-index:5;top:0}.cb-campaign-card:nth-child(2){z-index:4;opacity:.7;filter:blur(.5px);top:20px}.cb-campaign-card:nth-child(3){z-index:3;opacity:.4;filter:blur(1px);top:40px}.cb-campaign-card:nth-child(4){z-index:2;opacity:.2;filter:blur(1.5px);top:60px}.cb-campaign-card:nth-child(5){z-index:1;opacity:.1;filter:blur(2px);top:80px}.cb-check{color:#22c55e;margin-right:8px}.cb-card-certainty{background:var(--bg-card);text-align:center;flex-direction:column;align-items:center;padding:56px 48px;display:flex}.cb-certainty-headline{color:var(--text-primary);letter-spacing:-.05em;margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:48px;font-weight:700}.cb-certainty-subhead{color:var(--text-muted);margin-bottom:40px;font-family:Inter,sans-serif;font-size:24px}.cb-certainty-subhead span{color:#ef4444;font-weight:500}.cb-progress-track{background:#e5e5e5;border:1px solid #1d1d1f;border-radius:6px;width:100%;max-width:700px;height:12px;position:relative;overflow:visible}[data-theme=dark] .cb-progress-track{background:#333;border-color:#fff}.cb-progress-fill{background:linear-gradient(90deg,#fff 0%,#1d1d1f 100%);border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=dark] .cb-progress-fill{background:linear-gradient(90deg,#1d1d1f 0%,#fff 100%)}.cb-progress-track:after{content:"";background:0 0;border-radius:0 6px 6px 0;width:5%;height:100%;position:absolute;top:50%;right:0;transform:translateY(-50%);box-shadow:0 0 24px 12px #000000b3}.cb-progress-markers{justify-content:space-between;width:100%;max-width:700px;margin-top:16px;display:flex}.cb-marker{color:var(--text-muted);font-family:Inter,sans-serif;font-size:14px}.cb-marker.end{color:var(--text-primary);align-items:center;gap:8px;font-weight:600;display:flex}.cb-card-strip{text-align:left;background:linear-gradient(135deg,#1d1d1f 0%,#2a2a2a 100%);justify-content:flex-start;align-items:center;padding:32px;display:flex}.cb-card-strip p{color:#fff;letter-spacing:-.05em;text-align:left;margin:0;font-family:Acid Grotesk,sans-serif;font-size:48px;font-weight:600;line-height:1.1}.cb-card-strip .cb-muted-text{color:var(--text-muted)}.cb-card-strip .anxiety{color:#ef4444}.cb-card-strip .certainty{color:#4ade80}@media (width<=1024px){.comparison-bento{grid-template-columns:1fr;gap:12px}.cb-card-probability{grid-column:span 1}}@media (width<=768px){.comparison-section{padding:80px 16px}.comparison-subheadline{font-size:1.375rem}.cb-card{padding:24px}.cb-card-probability{padding:40px 24px}.cb-card-probability h3{font-size:28px;line-height:1.1}.cb-card-probability p{letter-spacing:-.07em;margin-bottom:24px;font-size:1.125rem;line-height:1.4}.cb-dots-row{flex-wrap:wrap;justify-content:center;gap:8px}.cb-dot{width:36px;height:36px}.cb-card-efficiency h3,.cb-card-efficiency>p{font-size:28px}.cb-efficiency-visual{flex-direction:column;gap:24px}.cb-them-square{width:300px;height:140px;font-size:32px}.cb-olympus-grid{grid-template-columns:repeat(5,1fr);gap:8px;width:100%}.cb-test-rect{aspect-ratio:1;width:100%;height:auto;padding:8px;font-size:14px}.cb-card-velocity h3{font-size:28px;line-height:1.1}.cb-velocity-status{font-size:28px}.cb-certainty-headline{font-size:32px}.cb-certainty-subhead{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.cb-card-strip{padding:24px 16px}.cb-card-strip p{font-size:40px;line-height:1.1}}.timeline-block{flex-direction:column;gap:8px;display:flex}.timeline-label{letter-spacing:-.03em;color:var(--text-secondary);font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:500}.timeline-bar{border-radius:3px;width:100%;height:6px}.timeline-bar-red{background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 0 20px #ef444466}.timeline-bar-green{background:linear-gradient(90deg,#10b981,#10b981);width:80px;box-shadow:0 0 20px #22c55e66}.timeline-big-number{letter-spacing:-.03em;margin-top:8px;font-family:Acid Grotesk,sans-serif;font-size:3.5rem;font-weight:500}.timeline-big-number-red{color:#ef4444}.timeline-big-number-green{color:#10b981}.timeline-caption{color:var(--text-secondary);letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400}.timeline-bottom{text-align:center;margin-top:24px}.timeline-divider{background:var(--border-color);height:1px;margin-bottom:32px}.timeline-bottom-headline{letter-spacing:-.03em;color:var(--text-primary);font-family:Acid Grotesk,sans-serif;font-size:2.5rem;font-weight:500}.timeline-highlight-green{color:#10b981}.timeline-bottom-caption{color:var(--text-secondary);margin-top:8px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400}@media (width<=768px){.comparison-card-timeline{gap:32px;padding:32px 24px}.timeline-label{font-size:1rem}.timeline-big-number{font-size:2.5rem}.timeline-caption{font-size:1rem}.timeline-bottom-headline{font-size:1.75rem}.timeline-bottom-caption{font-size:1rem}}.comparison-card-cost-reality{text-align:center;background:url(/assets/images/34.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:280px;display:flex}[data-theme=light] .comparison-card-cost-reality{background:url(/assets/images/34.jpg) 50%/cover no-repeat}.cost-reality-wrapper{flex-direction:column;align-items:center;gap:24px;display:flex}.cost-reality-comparison{align-items:center;gap:32px;font-family:Acid Grotesk,sans-serif;display:flex}.cost-reality-high{letter-spacing:-.03em;color:#fff;font-size:5rem;font-weight:300}.cost-reality-vs{color:var(--text-muted);font-size:2rem;font-weight:400}.cost-reality-low{letter-spacing:-.03em;color:#fff;font-size:5rem;font-weight:300}.cost-reality-headline{letter-spacing:-.03em;color:#fff;margin:0;font-family:Acid Grotesk,sans-serif;font-size:2.5rem;font-weight:600}.cost-reality-em-dash{display:none}.cost-reality-caption{color:#ffffffb3;margin:0;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:500}@media (width<=768px){.comparison-card-cost-reality{min-height:240px;padding:40px 24px}.cost-reality-comparison{gap:20px}.cost-reality-high,.cost-reality-low{font-size:3rem}.cost-reality-vs{font-size:1.5rem}.cost-reality-headline{font-size:1.75rem}.cost-reality-caption{font-size:1rem}}.upside-section{background:var(--bg-page);margin-top:0;margin-bottom:0;padding:120px 24px 80px}[data-theme=light] .upside-section{background:#fff}.upside-container{max-width:1300px;margin:0 auto}.upside-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:1.1}.upside-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 64px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4}.upside-subheadline .highlight{color:var(--text-primary);font-weight:700}.upside-bento-grid{grid-template-columns:60fr 40fr;gap:16px;display:grid}.upside-column-left,.upside-column-right{flex-direction:column;gap:16px;display:flex}.upside-card-tall{flex:2;min-height:656px}.upside-card-short{background:url(assets/images/45.jpg) 50%/cover no-repeat;flex-direction:column;flex:1;justify-content:flex-end;align-items:flex-start;min-height:320px;display:flex}.upside-card-lottie{align-self:flex-start;width:80px;height:80px;margin-bottom:24px}.upside-card-lottie svg path{fill:#fff!important;stroke:#fff!important}.upside-card-short .upside-card-title{color:#fff;line-height:1.1}.upside-card-short .text-muted-70{color:#ffffffb3}.upside-card-wide{flex:1}.upside-card-row{flex:1;grid-template-columns:1fr 1fr;gap:16px;min-height:320px;display:grid}.upside-card{background-color:#1c1c1e;border-radius:24px;padding:32px;overflow:hidden}[data-theme=light] .upside-card{background-color:#fafafa}.upside-card-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:3rem;font-weight:500;line-height:1}.upside-card-description{letter-spacing:-.07em;color:var(--text-muted);font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.4}.upside-card-description-large{font-family:Acid Grotesk,sans-serif;font-size:2.5rem}.upside-card-icon{justify-content:flex-start;align-items:center;min-height:64px;margin-bottom:16px;display:flex}.upside-card-icon svg{color:var(--text-primary)}[data-theme=light] .upside-card-icon div{filter:brightness(0)}.upside-card-ownership .upside-card-title,.upside-card-contract .upside-card-title{font-size:2rem}.upside-card-contract{background-color:#fff}.upside-card-contract .upside-card-title{color:#000}.upside-card-contract .upside-card-description{color:#888}.upside-card-contract .upside-card-icon div{filter:brightness(0)}[data-theme=light] .upside-card-contract{background-color:#1a1a1a}[data-theme=light] .upside-card-contract .upside-card-title{color:#fff}[data-theme=light] .upside-card-contract .upside-card-description{color:#888}[data-theme=light] .upside-card-contract .upside-card-icon div{filter:brightness(0)invert()}.upside-card-phone .phone-text-side .upside-card-title{color:var(--text-muted);font-size:2.5rem!important}@media (width<=768px){.upside-card-phone .upside-card-title{font-size:2.5rem!important}}.upside-card-phone .upside-card-icon{display:none}.upside-card-phone .upside-card-title .theme-text{color:#fff}[data-theme=light] .upside-card-phone .upside-card-title .theme-text{color:#000}.upside-card-description .text-gray{color:#787878}.upside-card-description .text-highlight{color:var(--text-primary);font-weight:600}.upside-card-calendar{flex-direction:column;display:flex}.calendar-ui{background:#000;border-radius:12px;padding:48px 40px 40px}[data-theme=light] .calendar-ui{background:#fff;box-shadow:0 2px 8px #00000014}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.calendar-month{letter-spacing:-.05em;color:var(--text-primary);margin-left:16px;font-family:Inter,sans-serif;font-size:2rem;font-weight:600}.calendar-nav{gap:16px;margin-right:16px;display:flex}.calendar-nav-arrow{color:#ff3b30;cursor:pointer;font-size:3rem;font-weight:300;line-height:1}.calendar-days-header{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;display:grid}.calendar-days-header span{color:var(--text-muted);text-align:center;text-transform:uppercase;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-grid span{letter-spacing:-.05em;color:var(--text-primary);text-align:center;aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;padding:4px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;display:flex}.calendar-grid span.day-passed{background:0 0}.calendar-grid span.day-launch{color:var(--text-primary);background:0 0;font-weight:600}.calendar-ui{position:relative;overflow:hidden}.rocket-trail{opacity:0;pointer-events:none;font-size:8rem;position:absolute;bottom:-20%;left:-10%}.flame-trail{opacity:0;pointer-events:none;font-size:5rem;position:absolute;bottom:-20%;left:-10%}.upside-card-calendar.animate .calendar-grid span.day-passed{animation:.125s ease-out forwards dayPass}.upside-card-calendar.animate .calendar-grid span.day-launch{animation:.5s ease-out 2.8s forwards launchAppear}.upside-card-calendar.animate .rocket-trail{animation:1s ease-out 3s forwards rocketFly}.upside-card-calendar.animate .flame-trail{animation:1s ease-out forwards rocketFly}@keyframes dayPass{0%{background:0 0}to{background:#c8c8c840}}@keyframes launchAppear{0%{color:var(--text-primary);background:0 0}to{color:#fff;background:#34c759}}@keyframes rocketFly{0%{opacity:1;transform:translate(0)}70%{opacity:1}to{opacity:0;transform:translate(450px,-450px)}}.calendar-text{margin-top:24px}.calendar-text .upside-card-title{font-size:3rem}.calendar-text .upside-card-description{line-height:1.4}.upside-card-phone{flex-direction:column;min-height:320px;display:flex}.phone-card-content{flex-direction:row;justify-content:space-between;align-items:center;gap:40px;height:100%;display:flex}.phone-text-side{text-align:left;flex:1}.phone-visual-side{flex:1;justify-content:center;align-items:center;display:flex}.integrations-grid{grid-template-rows:repeat(2,130px);grid-template-columns:repeat(2,130px);gap:14px;display:grid;position:relative}.integration-icon{isolation:isolate;background:#282828;border-radius:16px;justify-content:center;align-items:center;padding:24px;display:flex;position:relative}[data-theme=light] .integration-icon{background:#f5f5f5}.integration-icon img{object-fit:contain;width:60px;height:60px}.integrations-grid>.integration-icon:not(.integration-icon-center):before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:-1;border-radius:16px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.integrations-grid>.integration-icon:first-child:before{background:linear-gradient(135deg,#fff0 0% 25%,#fff 100%)}.integrations-grid>.integration-icon:nth-child(2):before{background:linear-gradient(225deg,#fff0 0% 25%,#fff 100%)}.integrations-grid>.integration-icon:nth-child(4):before{background:linear-gradient(45deg,#fff0 0% 25%,#fff 100%)}.integrations-grid>.integration-icon:nth-child(5):before{background:linear-gradient(315deg,#fff0 0% 25%,#fff 100%)}[data-theme=light] .integrations-grid>.integration-icon:first-child:before{background:linear-gradient(135deg,#0000 0% 25%,#000 100%)}[data-theme=light] .integrations-grid>.integration-icon:nth-child(2):before{background:linear-gradient(225deg,#0000 0% 25%,#000 100%)}[data-theme=light] .integrations-grid>.integration-icon:nth-child(4):before{background:linear-gradient(45deg,#0000 0% 25%,#000 100%)}[data-theme=light] .integrations-grid>.integration-icon:nth-child(5):before{background:linear-gradient(315deg,#0000 0% 25%,#000 100%)}.integrations-grid>.integration-icon:first-child{background:linear-gradient(135deg,#28282800 0% 25%,#282828 100%)!important}.integrations-grid>.integration-icon:nth-child(2){background:linear-gradient(225deg,#28282800 0% 25%,#282828 100%)!important}.integrations-grid>.integration-icon:nth-child(4){background:linear-gradient(45deg,#28282800 0% 25%,#282828 100%)!important}.integrations-grid>.integration-icon:nth-child(5){background:linear-gradient(315deg,#28282800 0% 25%,#282828 100%)!important}[data-theme=light] .integrations-grid>.integration-icon:first-child{background:linear-gradient(135deg,#f5f5f500 0% 25%,#f5f5f5 100%)!important}[data-theme=light] .integrations-grid>.integration-icon:nth-child(2){background:linear-gradient(225deg,#f5f5f500 0% 25%,#f5f5f5 100%)!important}[data-theme=light] .integrations-grid>.integration-icon:nth-child(4){background:linear-gradient(45deg,#f5f5f500 0% 25%,#f5f5f5 100%)!important}[data-theme=light] .integrations-grid>.integration-icon:nth-child(5){background:linear-gradient(315deg,#f5f5f500 0% 25%,#f5f5f5 100%)!important}.integration-icon-center{z-index:10;background:#000;border-radius:50%;width:110px;height:110px;padding:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d;border:1px solid #fff!important}[data-theme=light] .integration-icon-center{background:#fff;box-shadow:0 4px 20px #0000001a;border:1px solid #000!important}.integration-icon-center img{width:80%;height:80%}.olympus-icon-dark{display:block}.olympus-icon-light,[data-theme=light] .olympus-icon-dark{display:none}[data-theme=light] .olympus-icon-light{display:block}.phone-call-ui{background:#2c2c2e;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px 20px;display:flex}.caller-info{align-items:center;gap:12px;display:flex}.caller-avatar{background:#666;border-radius:50%;width:48px;height:48px;overflow:hidden}.caller-avatar img{object-fit:cover;width:100%;height:100%}.caller-details{flex-direction:column;display:flex}.caller-name{color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.caller-type{color:#fff9;font-family:Inter,sans-serif;font-size:.85rem}.call-buttons{gap:12px;display:flex}.call-btn{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.call-btn:hover{transform:scale(1.05)}.call-btn.decline{color:#fff;background:#ff3b30}.call-btn.accept{color:#fff;background:#34c759}.upside-card-telegram{flex:1;min-height:320px;padding:0;overflow:hidden}.telegram-card-content{height:100%;min-height:320px;display:flex}.telegram-text-side{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;padding:32px 80px 32px 32px;display:flex}.telegram-text-side .upside-card-title{font-size:3rem}.telegram-visual-side{flex-wrap:wrap;flex:1;display:flex;position:relative;overflow:visible}.telegram-iphone{width:350px;position:absolute;top:25px;right:20px}.telegram-iphone img{z-index:1;width:100%;height:auto;display:block;position:relative}.telegram-iphone-dark{display:none}.telegram-iphone-light{flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;padding-top:0;padding-bottom:0;display:flex}.telegram-messages{pointer-events:none;z-index:100;flex-direction:column;justify-content:flex-end;gap:5px;padding:11px 6px 6px;position:absolute;inset:12% 6% 56%;overflow:hidden}.telegram-messages-dark{display:none}.telegram-messages-light{display:flex}.telegram-msg{opacity:0;border-radius:12px;max-width:50%;padding:6px 10px;font-size:11px;line-height:1.3;transform:translateY(20px)scale(.8)}.upside-card-telegram.animate .telegram-msg{animation:.4s ease-out forwards msgPopIn;animation-delay:var(--delay,0s)}.telegram-msg-in-dark{color:#fff;background:#333;border-bottom-left-radius:4px;align-self:flex-start;margin-left:10px;box-shadow:0 1px 3px #0006}.telegram-msg-out-dark{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom-right-radius:4px;align-self:flex-end;margin-right:65px;box-shadow:0 1px 3px #0006}.telegram-msg-in-light{color:#000;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;margin-left:10px;box-shadow:0 1px 2px #0000001a}.telegram-msg-out-light{color:#000;background:#eeffde;border-bottom-right-radius:4px;align-self:flex-end;margin-right:65px;box-shadow:0 1px 2px #0000001a}.telegram-msg-time{opacity:.5;text-align:right;margin-top:2px;font-size:7px;display:block}@keyframes msgPopIn{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=900px){.upside-bento-grid{grid-template-columns:1fr}.upside-column-left,.upside-column-right{flex-direction:column;gap:16px;display:flex}.upside-card-tall{flex:none}}@media (width<=600px){.upside-section{padding:80px 16px;overflow-x:hidden}.upside-container,.upside-bento-grid{max-width:100%;overflow-x:hidden}.upside-subheadline{letter-spacing:-.07em;margin-bottom:40px;font-size:1.375rem;line-height:1.4}.upside-card-row{flex:none;grid-template-columns:1fr;max-width:100%;min-height:auto;overflow:visible}.upside-card{box-sizing:border-box;width:100%;max-width:100%;padding:24px;overflow:hidden}.upside-column-left,.upside-column-right{max-width:100%;overflow-x:hidden}.upside-card-title{word-wrap:break-word;overflow-wrap:break-word;line-height:1.1;font-size:2.5rem!important}.upside-card-description{letter-spacing:-.07em;word-wrap:break-word;overflow-wrap:break-word;font-size:1.125rem;line-height:1.4}.upside-card-telegram{box-sizing:border-box;max-width:100%;min-height:450px;overflow:hidden}.telegram-card-content{box-sizing:border-box;flex-direction:column;width:100%;min-height:450px;overflow:visible}.telegram-text-side{text-align:left;box-sizing:border-box;flex-shrink:1;flex-basis:auto;width:100%;padding:32px 16px 8px}.telegram-text-side .upside-card-title{word-wrap:break-word;overflow-wrap:break-word;font-size:2.25rem!important}.telegram-text-side .upside-card-description{letter-spacing:-.07em;word-wrap:break-word;overflow-wrap:break-word;font-size:1.125rem;line-height:1.4}.upside-card-phone{flex-direction:column;justify-content:center;align-items:center;display:flex}.upside-card-phone .upside-card-icon{display:none}.phone-card-content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.phone-visual-side{order:1;justify-content:center;align-items:center;width:100%;display:flex;overflow:visible}.integrations-grid{grid-template-rows:repeat(2,90px);grid-template-columns:repeat(2,90px);gap:10px;transform:scale(1)}.integration-icon{padding:16px}.integration-icon img{width:40px;height:40px}.integration-icon-center{width:80px;height:80px}.phone-text-side{text-align:center;order:2;width:100%}.phone-text-side .upside-card-title{word-wrap:break-word;overflow-wrap:break-word;line-height:1.2;font-size:2.5rem!important}.upside-card-calendar{height:auto;min-height:auto}.calendar-text{margin-top:16px}.calendar-text .upside-card-title,.upside-card-short .upside-card-title{font-size:2.25rem!important}.calendar-text .upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.calendar-ui{padding:32px 24px 24px}.calendar-month{margin-left:8px;font-size:1.5rem}.calendar-nav{gap:12px;margin-right:8px}.calendar-nav-arrow{font-size:2rem}.calendar-days-header span{font-size:.8rem}.calendar-grid span{padding:2px;font-size:1rem}.upside-card-contract,.upside-card-ownership{height:auto;min-height:250px;padding:24px;position:relative}.upside-card-contract .upside-card-title,.upside-card-ownership .upside-card-title{margin-bottom:12px;line-height:1.2;font-size:2.25rem!important}.upside-card-contract .upside-card-description,.upside-card-ownership .upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.telegram-visual-side{flex-shrink:0;width:100%;height:350px;min-height:350px;display:block;position:relative;overflow:hidden}.telegram-iphone{width:240px;max-width:calc(100% - 48px);position:absolute;top:50px;left:50%;right:auto;transform:translate(-50%)}.telegram-messages{gap:4px;padding:4px;inset:18% 8% 40%}.telegram-msg{max-width:65%;padding:5px 8px;font-size:10px}}@media (width<=375px){.upside-section{padding:60px 12px}.upside-card{padding:20px}.upside-card-title{font-size:1.5rem}.upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.integrations-grid{grid-template-rows:repeat(2,75px);grid-template-columns:repeat(2,75px);gap:6px}.integration-icon{padding:12px}.integration-icon img{width:32px;height:32px}.integration-icon-center{width:65px;height:65px}.telegram-iphone{width:220px;left:50%;transform:translate(-50%)}.calendar-text .upside-card-title{font-size:1.5rem}.calendar-text .upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.upside-card-contract .upside-card-title,.upside-card-ownership .upside-card-title{font-size:1.25rem}.upside-card-contract .upside-card-description,.upside-card-ownership .upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.phone-text-side .upside-card-title{font-size:2.5rem!important}.telegram-text-side .upside-card-title{font-size:1.5rem}.telegram-text-side .upside-card-description{letter-spacing:-.07em;font-size:1.125rem;line-height:1.4}.calendar-ui{padding:24px 16px 16px}.calendar-month{margin-left:4px;font-size:1.25rem}.calendar-nav{gap:8px;margin-right:4px}.calendar-nav-arrow{font-size:1.5rem}.calendar-days-header span{font-size:.7rem}.calendar-grid span{padding:1px;font-size:.875rem}}.results-section{background:var(--bg-page);margin-top:40px;margin-bottom:40px;padding:80px 0}[data-theme=light] .results-section{background:#fff}.results-container{max-width:1300px;margin:0 auto;padding:0 24px}.results-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:1.1}.results-subheadline{letter-spacing:-.07em;color:#a0a0a0;text-align:center;max-width:800px;margin:0 auto 64px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.2}.results-carousel-wrapper{cursor:grab;-webkit-user-select:none;user-select:none;width:100vw;margin-left:-50vw;position:relative;left:50%;overflow:hidden}.results-carousel-wrapper:active{cursor:grabbing}.results-carousel{width:100%}.results-track{will-change:transform;gap:16px;padding:20px 40px;display:flex}.screenshot-item{cursor:pointer;border-radius:24px;flex-shrink:0;width:auto;height:630px;transition:transform .3s;overflow:hidden}.screenshot-item:hover{transform:scale(1.02)}.screenshot-item img{pointer-events:none;width:auto;height:100%;display:block}.results-disclaimer{color:var(--text-muted);text-align:center;letter-spacing:-.07em;margin-top:48px;font-family:Inter,sans-serif;font-size:14px;font-weight:400}@media (width<=768px){.results-section{margin-top:24px;margin-bottom:24px;padding:40px 0}.results-subheadline{letter-spacing:-.07em;margin-bottom:40px;font-size:1.375rem;line-height:1.4}.screenshot-item{height:500px}.results-track{gap:12px}}@media (width<=600px){.results-subheadline{letter-spacing:-.07em;font-size:1.375rem;line-height:1.4}.screenshot-item{height:400px}}@media (prefers-reduced-motion:reduce){.results-track{animation:none!important}.screenshot-item{transition:none}}.lightbox-modal{z-index:9999;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.lightbox-modal.active{opacity:1;visibility:visible}.lightbox-backdrop{background:#000000eb;width:100%;height:100%;position:absolute;top:0;left:0}.lightbox-content{z-index:1;justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-image{object-fit:contain;border-radius:24px;max-width:90vw;max-height:85vh;display:block}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;transition:opacity .2s;display:flex;position:absolute;top:-48px;right:0}.lightbox-close:hover{opacity:.7}.lightbox-nav{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#fff3}.lightbox-prev{left:-72px}.lightbox-next{right:-72px}@media (width<=768px){.lightbox-prev,.lightbox-next{display:none}.lightbox-close{top:-40px;right:8px}}.see-more-results-btn{letter-spacing:-.02em;color:var(--text-primary);border:1px solid var(--text-muted);cursor:pointer;background:0 0;border-radius:9999px;margin:32px auto 0;padding:12px 32px;font-family:Acid Grotesk,sans-serif;font-size:18px;font-weight:600;transition:background .2s,border-color .2s;display:block}.see-more-results-btn:hover{border-color:var(--text-primary);background:#ffffff0d}[data-theme=light] .see-more-results-btn:hover{background:#0000000d}.results-gallery-modal{z-index:9999;opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.results-gallery-modal.active{opacity:1;visibility:visible}.results-gallery-backdrop{background:var(--bg-page);width:100%;height:100%;position:absolute;top:0;left:0}.results-gallery-container{z-index:1;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.results-gallery-header{border-bottom:1px solid var(--border-list);background:var(--bg-page);z-index:10;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.results-gallery-title{color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:24px;font-weight:700}.results-gallery-close{width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:32px;transition:opacity .2s;display:flex}.results-gallery-close:hover{opacity:.7}.results-gallery-content{-webkit-overflow-scrolling:touch;flex:1;width:100%;max-width:1300px;margin:0 auto;padding:24px;overflow-y:auto}.results-gallery-masonry{column-count:2;column-gap:16px}.results-gallery-item{break-inside:avoid;cursor:pointer;border-radius:8px;margin-bottom:16px;transition:transform .2s;overflow:hidden}.results-gallery-item:nth-child(n+21){column-span:all}.results-gallery-item:hover{transform:scale(1.02)}.results-gallery-item img{width:100%;height:auto;display:block}@media (width<=1024px){.results-gallery-masonry{column-count:2}}@media (width<=600px){.results-gallery-masonry{column-count:1}.results-gallery-header{padding:12px 16px}.results-gallery-content{padding:16px}.results-gallery-title{font-size:20px}}.feature-card-kpi{flex-direction:column;display:flex}.feature-card-kpi .kpi-slider-section,.feature-card-kpi .kpi-metrics-row{margin-bottom:24px}.feature-card-kpi .kpi-roi-section{margin-bottom:20px}.kpi-slider-section{flex-direction:column;gap:12px;display:flex}.kpi-slider-header{justify-content:space-between;align-items:center;display:flex}.kpi-slider-label{color:var(--text-primary);letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.kpi-slider-value{color:var(--text-primary);letter-spacing:-.02em;font-family:Acid Grotesk,sans-serif;font-size:32px;font-weight:300}.kpi-slider{-webkit-appearance:none;appearance:none;cursor:pointer;background:#78788029;border-radius:3px;outline:none;width:100%;height:6px}.kpi-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#fff;border:.5px solid #0000000a;border-radius:50%;width:28px;height:28px;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 8px #00000026,0 1px 3px #0000001a}.kpi-slider::-webkit-slider-thumb:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003,0 2px 4px #0000001a}.kpi-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:.5px solid #0000000a;border-radius:50%;width:28px;height:28px;box-shadow:0 3px 8px #00000026,0 1px 3px #0000001a}.kpi-slider-range{color:var(--text-muted);letter-spacing:-.02em;justify-content:space-between;font-family:Inter,sans-serif;font-size:14px;display:flex}.kpi-metrics-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.kpi-metric-box{background:var(--bg-input);border-radius:4px;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;display:flex}.kpi-metric-label{color:var(--text-muted);letter-spacing:-.02em;text-align:center;white-space:nowrap;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.kpi-metric-value{color:var(--text-primary);letter-spacing:-.02em;font-family:Acid Grotesk,sans-serif;font-size:28px;font-weight:300}.kpi-metric-box-highlight{background:radial-gradient(circle at 0 100%,#fff 0%,#c0ffab 20%,#00ff4c 40%,#007e2e 60%,#000 100%)}.kpi-metric-box-highlight .kpi-metric-value{color:#fff}.kpi-metric-box-highlight .kpi-metric-label{color:#fffc}.kpi-metric-box:first-child{background:radial-gradient(circle at bottom left, #ff5252 0%, #ff6b6b 20%, var(--bg-input) 70%);box-shadow:0 0 0 2px #ff5252}.kpi-metric-box:nth-child(2){background:radial-gradient(circle at bottom left, #ff9500 0%, #ffb84d 20%, var(--bg-input) 70%);box-shadow:0 0 0 2px #ff9500}.kpi-metric-box:nth-child(3){background:radial-gradient(circle at bottom left, #ffd500 0%, #ffe082 20%, var(--bg-input) 70%);box-shadow:0 0 0 2px #ffd500}.kpi-roi-section{background:radial-gradient(circle at bottom left, #2196f3 0%, #42a5f5 20%, var(--bg-input) 70%);border-radius:4px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 0 0 2px #2196f3}.kpi-roi-label{color:#fff;letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:20px;font-weight:700}.kpi-stepper{align-items:center;gap:16px;display:flex}.kpi-stepper-btn{background:var(--bg-card);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:flex}.kpi-stepper-btn:hover{background:#9b9b9b33}.kpi-stepper-btn:active{transform:scale(.95)}.kpi-roi-value{color:#07f;letter-spacing:-.02em;text-align:center;min-width:50px;font-family:Acid Grotesk,sans-serif;font-size:28px;font-weight:300}[data-theme=light] .kpi-metric-box{background:#0000000d}[data-theme=light] .kpi-roi-label{color:#000}[data-theme=light] .kpi-roi-section{background:radial-gradient(circle at 0 100%,#2196f3 0%,#42a5f5 20%,#0000000d 70%);box-shadow:0 0 0 2px #2196f3}[data-theme=light] .kpi-metric-box-highlight{background:radial-gradient(circle at 0 100%,#fff 0%,#c0ffab 20%,#00ff4c 40%,#007e2e 60%,#000 100%)}[data-theme=light] .kpi-slider{background:#78788029}[data-theme=light] .kpi-stepper-btn{background:#0000000d}[data-theme=light] .kpi-stepper-btn:hover{background:#0000001a}@media (width<=600px){.kpi-metrics-row{grid-template-columns:repeat(2,1fr)}.kpi-metric-label{font-size:12px}.kpi-metric-value{font-size:22px}.kpi-slider-value{font-size:26px}.kpi-roi-value{font-size:22px}}.confirmation-hero{text-align:center;max-width:1300px;margin:0 auto;padding:80px 24px}.confirmation-hero-container{max-width:800px;margin:0 auto}.confirmation-badge{letter-spacing:.08em;text-transform:uppercase;color:#10b981;border:1px solid #10b981;border-radius:4px;margin-bottom:24px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;display:inline-block}.confirmation-headline{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,4.5rem);font-weight:600;line-height:.95}.confirmation-subheadline{letter-spacing:-.05em;color:#a0a0a0;margin-bottom:40px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.4}.confirmation-video{border-radius:12px;max-width:600px;margin:0 auto 40px;overflow:hidden}.confirmation-intro{text-align:left;max-width:700px;margin:0 auto}.confirmation-intro p{letter-spacing:-.02em;color:var(--text-muted);margin-bottom:16px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.7}.confirmation-intro p:last-child{margin-bottom:0}.preparation-section{max-width:1300px;margin:0 auto;padding:0 24px 80px}.preparation-container{max-width:1000px;margin:0 auto}.preparation-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px;display:grid}.preparation-card{background:#ffffff08;border-radius:24px;padding:32px}[data-theme=light] .preparation-card{background:#00000005}.preparation-card-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600}.preparation-card-text{letter-spacing:-.02em;color:var(--text-muted);margin-bottom:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.6}.preparation-card-text:last-child{margin-bottom:0}.preparation-card-text strong{color:var(--text-primary)}.preparation-link{color:#10b981;font-weight:600;text-decoration:none}.preparation-link:hover{text-decoration:underline}.commitment-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.commitment-card{background:#ffffff08;border:1px solid #9b9b9b1a;border-radius:24px;padding:32px}[data-theme=light] .commitment-card{background:#00000005;border:1px solid #0000000d}.commitment-card-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:600}.commitment-card-text{letter-spacing:-.02em;color:var(--text-muted);margin-bottom:12px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.6}.commitment-card-text:last-child{margin-bottom:0}.commitment-card-text strong{color:var(--text-primary)}.video-testimonials-section{max-width:1300px;margin:0 auto;padding:80px 24px}.video-testimonials-container{max-width:1200px;margin:0 auto}.video-testimonials-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.video-testimonials-subheadline{letter-spacing:-.05em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 48px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.4}.video-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.video-testimonial-card{background:#ffffff08;border-radius:24px;flex-direction:column;padding:24px;display:flex}[data-theme=light] .video-testimonial-card{background:#00000005}.video-testimonial-player{margin-bottom:16px}.video-testimonial-poster{aspect-ratio:16/9;cursor:pointer;background:#9b9b9b1a;border-radius:8px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.video-testimonial-poster-img{object-fit:cover;width:100%;height:100%}.video-testimonial-initials{color:var(--text-muted);background:#9b9b9b33;justify-content:center;align-items:center;width:100%;height:100%;font-family:Acid Grotesk,sans-serif;font-size:3rem;font-weight:600;display:flex}.video-testimonial-play{cursor:pointer;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-testimonial-poster:hover .video-testimonial-play{transform:translate(-50%,-50%)scale(1.1)}.video-testimonial-info{margin-bottom:16px}.video-testimonial-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:1.25rem;font-weight:600}.video-testimonial-speakers{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.video-testimonial-speaker{letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:400}.video-testimonial-duration{color:var(--text-muted);background:#9b9b9b1a;border-radius:4px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500;display:inline-block}.video-testimonial-quote{letter-spacing:-.01em;color:var(--text-muted);margin:0 0 16px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.7}.video-testimonial-quote .quote-highlight{color:#000;margin-top:12px;font-family:Instrument Serif,serif;font-size:1.3em;font-style:italic;font-weight:500;display:block}.video-testimonial-stars{gap:4px;margin-top:auto;display:flex}.video-testimonial-stars svg{width:auto;height:20px}.video-testimonial-stars.stars-pink svg{fill:url(#star-gradient-pink)}.video-testimonial-stars.stars-blue svg{fill:url(#star-gradient-blue)}.text-testimonials-section{max-width:1300px;margin:0 auto;padding:80px 24px}.text-testimonials-container{max-width:1200px;margin:0 auto}.text-testimonials-headline{letter-spacing:-.05em;text-align:center;color:var(--text-primary);margin-bottom:24px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,5.5rem);font-weight:600;line-height:.9}.text-testimonials-subheadline{letter-spacing:-.05em;color:#a0a0a0;text-align:center;max-width:700px;margin:0 auto 16px;font-family:Inter,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.4}.text-testimonials-intro{letter-spacing:-.02em;color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto 48px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.6}.text-testimonials-section .testimonial-bento-grid{margin-bottom:48px}.text-testimonials-section .results-carousel-wrapper{margin-bottom:32px}.testimonials-disclaimer{color:var(--text-muted);text-align:center;opacity:.7;max-width:800px;margin:0 auto;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.6}.final-cta-section{text-align:center;max-width:1300px;margin:0 auto;padding:120px 24px}.final-cta-container{max-width:600px;margin:0 auto}.final-cta-headline{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,4.5rem);font-weight:600;line-height:.95}.final-cta-subheadline{letter-spacing:-.02em;color:var(--text-muted);margin-bottom:8px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5}.final-cta-text{letter-spacing:-.02em;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.footer-legal{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:.625rem;font-weight:500}.footer-disclaimer{color:var(--text-muted);opacity:.7;max-width:600px;margin:0 auto 24px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.5}@media (width<=768px){.confirmation-hero{padding:60px 24px}.confirmation-subheadline{font-size:1.125rem}.confirmation-intro p{font-size:1rem}.preparation-grid,.commitment-grid,.video-testimonials-grid{grid-template-columns:1fr}.video-testimonial-title{font-size:1.125rem}}@media (width<=600px){.confirmation-hero{padding:40px 20px}.confirmation-badge{padding:6px 12px;font-size:10px}.confirmation-headline{font-size:2rem}.confirmation-subheadline{margin-bottom:32px;font-size:1rem}.confirmation-intro p{font-size:.9375rem}.preparation-section{padding:0 20px 60px}.preparation-card{padding:24px}.preparation-card-title{font-size:1.25rem}.commitment-card{padding:24px}.video-testimonials-section{padding:60px 20px}.video-testimonials-headline,.text-testimonials-headline{font-size:2rem}.video-testimonials-subheadline,.text-testimonials-subheadline{font-size:1rem}.video-testimonial-card{padding:16px}.text-testimonials-section{padding:60px 20px}.final-cta-section{padding:80px 20px}.final-cta-headline{font-size:2rem}.final-cta-subheadline,.final-cta-text{font-size:1rem}}.demo-routing-modal{z-index:10040;opacity:0;visibility:hidden;background:#fff;padding:28px 20px;transition:opacity .2s,visibility .2s;position:fixed;inset:0;overflow-y:auto}.demo-routing-modal.open{opacity:1;visibility:visible}.demo-routing-backdrop{display:none}.demo-routing-container{background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;width:min(1120px,100%);min-height:calc(100vh - 56px);margin:0 auto;padding:4px 0 24px;display:flex;position:relative}.demo-routing-close{cursor:pointer;background:0 0;border:none;width:40px;height:40px;position:absolute;top:0;right:0}.demo-routing-close svg{stroke:#111}.demo-routing-header{margin-bottom:28px}.demo-routing-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:.8125rem}.demo-routing-header h2{letter-spacing:-.05em;color:#101010;font-family:Acid Grotesk,sans-serif;font-size:clamp(2rem,4.1vw,3.4rem);line-height:1}.demo-routing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.demo-routing-card{text-align:left;cursor:pointer;background:#f2f2f2;border:none;border-radius:24px;flex-direction:column;justify-content:space-between;gap:10px;min-height:132px;padding:28px;transition:transform .2s,box-shadow .2s;display:flex}.demo-routing-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.demo-routing-card:focus-visible{outline-offset:2px;outline:2px solid #111}.demo-routing-card-head{align-items:center;gap:10px;display:flex}.demo-routing-logo{object-fit:contain;filter:invert();flex-shrink:0;width:32px;height:32px}.demo-routing-name{letter-spacing:-.03em;color:#101010;font-family:Acid Grotesk,sans-serif;font-size:clamp(1.75rem,2.4vw,2.25rem);font-weight:600;line-height:1}.demo-routing-range{color:#6b7280;font-size:1rem;line-height:1.4}.demo-routing-card-wide{grid-column:1/-1}[data-theme=dark] .demo-routing-modal{background:#111}[data-theme=dark] .demo-routing-close svg{stroke:#fff}[data-theme=dark] .demo-routing-logo{filter:none}[data-theme=dark] .demo-routing-header h2{color:#fff}[data-theme=dark] .demo-routing-eyebrow,[data-theme=dark] .demo-routing-range{color:#9b9b9b}[data-theme=dark] .demo-routing-card{background:#181818;border-color:#2a2a2a}[data-theme=dark] .demo-routing-name{color:#fff}@media (width<=768px){.demo-routing-container{justify-content:flex-start;width:100%;min-height:auto;padding:8px 0 16px}.demo-routing-grid{grid-template-columns:1fr;gap:10px}.demo-routing-card{min-height:100px;padding:20px}.demo-routing-logo{width:28px;height:28px}.demo-routing-name{font-size:1.5rem}.demo-routing-range{font-size:.9375rem}.demo-routing-card-wide{grid-column:auto}}.quiz-modal{z-index:10000;opacity:0;visibility:hidden;background:var(--bg-page);justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}[data-theme=light] .quiz-modal{background:#fff}.quiz-modal.open{opacity:1;visibility:visible}.quiz-modal-backdrop{display:none}.quiz-modal-container{background:0 0;flex-direction:column;justify-content:center;width:100%;max-width:520px;height:100%;max-height:100vh;margin:0;padding:24px;display:flex;position:relative;overflow:hidden}.quiz-content-wrapper{flex-direction:column;gap:24px;max-height:calc(100vh - 48px);display:flex}.quiz-header{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.quiz-header-logo{width:48px;height:48px;margin-bottom:8px}.quiz-logo-dark{display:block}.quiz-logo-light,[data-theme=light] .quiz-logo-dark{display:none}[data-theme=light] .quiz-logo-light{display:block}.quiz-header-title{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.1}.quiz-header-subtitle{color:var(--text-muted);max-width:360px;margin:0;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500}.quiz-progress-wrapper{flex-direction:column;gap:8px;display:flex}.quiz-progress-text{justify-content:space-between;align-items:center;display:flex}.quiz-progress-step,.quiz-progress-percent{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.quiz-progress-segments{gap:4px;display:flex}.quiz-progress-segment{background:#9b9b9b33;border-radius:2px;flex:1;height:4px;transition:background .3s}.quiz-progress-segment.active{background:#10b981}.quiz-required{color:#ef4444;font-weight:400}.quiz-close{width:48px;height:48px;color:var(--text-muted);cursor:pointer;z-index:10001;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:300;transition:color .2s,background .2s;display:flex;position:fixed;top:24px;right:24px}.quiz-close:hover{color:var(--text-primary);background:#9b9b9b1a}.quiz-steps{flex-direction:column;display:flex;position:relative;overflow:hidden auto}.quiz-step{flex-direction:column;gap:16px;max-width:100%;display:none}.quiz-step.active{display:flex}.quiz-step.animating{flex-direction:column;display:flex;position:absolute;inset:0}.quiz-step.slide-in{animation:.4s cubic-bezier(.4,0,.2,1) forwards quizFadeSlideIn}.quiz-step.slide-in-reverse{animation:.4s cubic-bezier(.4,0,.2,1) forwards quizFadeSlideInReverse}.quiz-step.slide-out{animation:.4s cubic-bezier(.4,0,.2,1) forwards quizFadeSlideOut}.quiz-step.slide-out-reverse{animation:.4s cubic-bezier(.4,0,.2,1) forwards quizFadeSlideOutReverse}@keyframes quizFadeSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes quizFadeSlideInReverse{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes quizFadeSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@keyframes quizFadeSlideOutReverse{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.quiz-step-question{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-family:Acid Grotesk,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2}.quiz-step-description{color:var(--text-muted);margin:-4px 0 0;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500}.quiz-input-group{flex-direction:column;gap:8px;display:flex}.quiz-input-row{gap:12px;display:flex}.quiz-input-row>*{flex:1}.quiz-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.quiz-input,.quiz-textarea,.quiz-select{width:100%;height:48px;color:var(--text-primary);background:var(--bg-input);border:2px solid var(--border-input);border-radius:2px;outline:none;padding:0 16px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;transition:border-color .2s}.quiz-textarea{resize:none;height:auto;min-height:120px;padding:12px 16px}.quiz-input:focus,.quiz-textarea:focus,.quiz-select:focus{border-color:#6366f1}.quiz-input.error,.quiz-textarea.error,.quiz-select.error{border-color:#ef4444}.quiz-input::placeholder,.quiz-textarea::placeholder{color:var(--text-muted);opacity:.6}.quiz-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:44px}.quiz-checkbox-group{flex-direction:column;gap:12px;display:flex}.quiz-checkbox-group.error{border:2px solid #ef4444;border-radius:12px;margin:-12px;padding:12px}.quiz-checkbox{cursor:pointer;align-items:center;gap:12px;display:flex}.quiz-checkbox input{display:none}.quiz-checkbox-box{border:2px solid var(--border-input);border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .2s,border-color .2s;display:flex}.quiz-checkbox input:checked+.quiz-checkbox-box{background:#10b981;border-color:#10b981}.quiz-checkbox-box svg{stroke:#fff;stroke-width:3px;opacity:0;width:14px;height:14px;transition:opacity .2s,transform .2s;transform:scale(.5)}.quiz-checkbox input:checked+.quiz-checkbox-box svg{opacity:1;transform:scale(1)}.quiz-checkbox-label{color:var(--text-primary);font-family:Inter,sans-serif;font-size:16px;font-weight:500}.quiz-tier-selector{position:relative}.quiz-tier-selector.error .quiz-tier-selected{border-color:#ef4444}.quiz-tier-selected{background:var(--bg-input);border:2px solid var(--border-input);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:border-color .2s;display:flex}.quiz-tier-selected:hover{border-color:var(--text-muted)}.quiz-tier-selected img{width:32px;height:32px}.quiz-tier-selected .quiz-tier-info{flex:1}.quiz-tier-selected .quiz-tier-label{color:var(--text-muted);font-family:Acid Grotesk,sans-serif;font-size:18px;font-weight:600}.quiz-tier-selected.has-value .quiz-tier-label{color:var(--text-primary)}.quiz-tier-selected .quiz-tier-range{color:var(--text-muted);font-family:Inter,sans-serif;font-size:14px;font-weight:500}.quiz-tier-chevron{width:24px;height:24px;stroke:var(--text-muted);transition:transform .3s}.quiz-tier-selector.open .quiz-tier-chevron{transform:rotate(180deg)}.quiz-tier-dropdown{background:var(--bg-card);border:2px solid var(--border-input);opacity:0;visibility:hidden;z-index:100;border-radius:12px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;transform:translateY(-8px)}[data-theme=light] .quiz-tier-dropdown{background:#fff;box-shadow:0 10px 40px #00000026}.quiz-tier-selector.open .quiz-tier-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.quiz-tier-option{cursor:pointer;align-items:center;gap:12px;padding:16px;transition:background .2s;display:flex}.quiz-tier-option:hover{background:#9b9b9b1a}.quiz-tier-option img{width:40px;height:40px}.quiz-tier-option .quiz-tier-info{flex:1}.quiz-tier-option .quiz-tier-label{color:var(--text-primary);font-family:Acid Grotesk,sans-serif;font-size:18px;font-weight:600}.quiz-tier-option .quiz-tier-range{color:var(--text-muted);font-family:Inter,sans-serif;font-size:14px;font-weight:500}.quiz-phone-row{gap:12px;display:flex}.quiz-phone-code{flex-shrink:0;width:120px}.quiz-phone-number{flex:1}.quiz-error{color:#ef4444;margin-top:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;display:block}@keyframes quizShake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.shake{animation:.5s quizShake}.quiz-nav{justify-content:space-between;align-items:center;gap:16px;padding-top:16px;display:flex}.quiz-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:color .2s;display:flex}.quiz-back-chevron{stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.quiz-back:hover{color:var(--text-primary)}.quiz-next{color:var(--text-primary);border:1px solid var(--text-primary);cursor:pointer;background:0 0;border-radius:2px;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .2s,color .2s}.quiz-next:hover{background:var(--text-primary);color:var(--bg-page)}[data-theme=light] .quiz-next:hover{color:#fff}.quiz-next:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.quiz-modal-container{justify-content:flex-start;max-width:100%;padding:60px 16px 16px}.quiz-close{width:40px;height:40px;font-size:28px;top:16px;right:16px}.quiz-header-logo{width:40px;height:40px}.quiz-header-title{font-size:1.5rem}.quiz-header-subtitle{font-size:.875rem}.quiz-step-question{font-size:1.25rem}.quiz-input-row,.quiz-nav{flex-direction:column}.quiz-back{order:2}.quiz-next{order:1;width:100%;max-width:none}.quiz-phone-row{flex-direction:column}.quiz-phone-code{width:100%}}.quiz-button-group{flex-wrap:wrap;gap:12px;width:100%;display:flex}.quiz-button-group.error .quiz-option-btn{border-color:#ef4444}.quiz-option-btn{color:var(--text-primary);border:1px solid var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:12px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:all .2s}.quiz-option-btn:hover{background:#9b9b9b1a}.quiz-option-btn.selected{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)}[data-theme=light] .quiz-option-btn.selected{background:var(--text-primary);color:#fff}.quiz-tier-buttons{flex-wrap:wrap;gap:12px;width:100%;display:flex}.quiz-tier-buttons.error .quiz-tier-btn{border-color:#ef4444}.quiz-tier-btn{border:1px solid var(--text-primary);cursor:pointer;background:0 0;border-radius:4px;flex-direction:column;flex:1;align-items:center;gap:8px;min-width:140px;padding:20px 24px;font-family:Inter,sans-serif;transition:all .2s;display:flex}.quiz-tier-btn:hover{background:#9b9b9b1a}.quiz-tier-btn.selected{background:var(--text-primary);border-color:var(--text-primary)}.quiz-tier-btn.selected .quiz-tier-name,.quiz-tier-btn.selected .quiz-tier-revenue{color:var(--bg-primary)}[data-theme=light] .quiz-tier-btn.selected .quiz-tier-name,[data-theme=light] .quiz-tier-btn.selected .quiz-tier-revenue{color:#fff}.quiz-tier-logo{object-fit:contain;filter:invert(0);width:32px;height:32px;transition:filter .2s}[data-theme=light] .quiz-tier-logo,.quiz-tier-btn.selected .quiz-tier-logo{filter:invert()}[data-theme=light] .quiz-tier-btn.selected .quiz-tier-logo{filter:invert(0)}.quiz-tier-name{color:var(--text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600}.quiz-tier-revenue{color:var(--text-muted);font-size:13px;font-weight:400}.quiz-url-input{position:relative}.quiz-url-input .quiz-input{padding-right:48px}.quiz-url-status{width:24px;height:24px;display:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.quiz-url-status svg{width:24px;height:24px;display:none}.quiz-url-input.valid .quiz-url-status,.quiz-url-input.invalid .quiz-url-status{display:block}.quiz-url-input.valid .quiz-url-valid{stroke:#22c55e;display:block}.quiz-url-input.invalid .quiz-url-invalid{stroke:#ef4444;display:block}@media (width<=768px){.quiz-button-group{flex-direction:column}.quiz-option-btn{text-align:center;width:100%}.quiz-tier-buttons{flex-direction:column}.quiz-tier-btn{flex-direction:row;justify-content:flex-start;padding:16px 20px}.quiz-tier-logo{width:28px;height:28px}.quiz-tier-btn .quiz-tier-name,.quiz-tier-btn .quiz-tier-revenue{text-align:left}}.faq-page-section{min-height:100vh}.faq-page-container{max-width:1300px;margin:0 auto;padding:120px 24px 80px}.faq-page-headline{letter-spacing:-.05em;color:var(--text-primary);text-align:center;margin-bottom:16px;font-family:Acid Grotesk,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1}.faq-page-subheadline{letter-spacing:-.02em;color:var(--text-muted);text-align:center;margin-bottom:16px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500}.faq-hero-meta{justify-content:center;align-items:center;gap:12px;margin-bottom:40px;display:flex}.faq-count-badge{text-transform:uppercase;letter-spacing:.08em;color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:999px;align-items:center;padding:5px 14px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.faq-search-wrapper{max-width:600px;margin:0 auto 48px;position:relative}.faq-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.faq-search-input{width:100%;color:var(--text-primary);background:var(--bg-card);border:1.5px solid var(--border-input);border-radius:10px;outline:none;padding:16px 48px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.faq-search-input::placeholder{color:var(--text-muted)}.faq-search-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.faq-search-clear{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:background .2s;display:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.faq-search-clear:hover{background:#9b9b9b33}.faq-video-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.faq-player-area{width:100%}.faq-main-player{background:var(--bg-card);border-radius:12px;width:100%;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 20px #00000014}.faq-main-player wistia-player{width:100%;display:block}.faq-now-playing{text-transform:uppercase;letter-spacing:.07em;color:#10b981;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 10px 4px 8px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.faq-now-playing:before{content:"";background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s ease-in-out infinite faq-pulse;display:block}@keyframes faq-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.faq-current-title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:8px;font-family:Acid Grotesk,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2}.faq-current-subtitle{letter-spacing:-.02em;color:var(--text-muted);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.5}.faq-playlist-sidebar{background:var(--bg-card);border:1px solid var(--border-list);border-radius:8px;max-height:calc(100vh - 200px);position:sticky;top:100px;overflow-y:auto;box-shadow:0 2px 16px #0000000f}.faq-playlist-header{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);border-bottom:1px solid var(--border-list);background:var(--bg-card);z-index:1;justify-content:space-between;align-items:center;padding:14px 20px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;display:flex;position:sticky;top:0}.faq-playlist-count{color:var(--text-muted);letter-spacing:0;text-transform:none;background:#9b9b9b1f;border-radius:999px;justify-content:center;align-items:center;padding:2px 8px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.faq-playlist-items{padding:8px 0}.faq-playlist-item{cursor:pointer;border-left:3px solid #0000;align-items:flex-start;gap:10px;padding:12px 16px;transition:all .2s;display:flex}.faq-playlist-item:hover{background:#9b9b9b1f}.faq-playlist-item:focus{background:#9b9b9b26;outline:none}.faq-playlist-item.active{background:#10b9811a;border-left-width:3px;border-left-color:#10b981}.faq-playlist-item.active .faq-playlist-title{color:#10b981}[data-theme=light] .faq-playlist-item.active{background:#10b98114}.faq-playlist-num{color:var(--text-muted);text-align:right;flex-shrink:0;min-width:22px;padding-top:3px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;line-height:1}.faq-playlist-thumb{background:#9b9b9b33;border-radius:6px;flex-shrink:0;width:120px;height:68px;position:relative;overflow:hidden}.faq-playlist-thumb img{object-fit:cover;border-radius:6px;width:100%;height:100%}.faq-playlist-play-overlay{opacity:0;background:#00000073;border-radius:6px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.faq-playlist-item:hover .faq-playlist-play-overlay{opacity:1}.faq-playlist-playing{text-transform:uppercase;letter-spacing:.05em;color:#fff;z-index:2;background:#10b981;border-radius:2px;padding:2px 6px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;position:absolute;bottom:4px;left:4px}.faq-playlist-info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.faq-playlist-title{letter-spacing:-.02em;color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.faq-playlist-subtitle{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.faq-playlist-empty{text-align:center;color:var(--text-muted);padding:32px 20px;font-family:Inter,sans-serif;font-size:14px}.faq-bottom-cta{background:var(--bg-card);border:1px solid var(--border-list);text-align:center;border-radius:16px;margin-top:64px;padding:48px}.faq-bottom-cta-headline{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:12px;font-family:Acid Grotesk,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.1}.faq-bottom-cta-text{color:var(--text-muted);margin-bottom:28px;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:400}@media (width<=900px){.faq-page-container{padding:100px 16px 60px}.faq-video-layout{grid-template-columns:1fr}.faq-playlist-sidebar{max-height:none;margin-top:24px;position:static}.faq-playlist-thumb{width:168px;height:95px}}@media (width<=600px){.faq-page-headline{font-size:2rem}.faq-page-subheadline{margin-bottom:12px;font-size:1rem}.faq-count-badge{display:none}.faq-search-wrapper{margin-bottom:32px}.faq-search-input{padding:14px 44px;font-size:.9375rem}.faq-current-title{font-size:1.25rem}.faq-current-subtitle{font-size:.875rem}.faq-playlist-sidebar{box-shadow:none;border-left:none;border-right:none;border-radius:0}.faq-playlist-items{padding:0}.faq-playlist-item{border-left:none;border-bottom:1px solid var(--border-list);flex-direction:column;gap:0;padding:0}.faq-playlist-item:last-child{border-bottom:none}.faq-playlist-item.active{background:#10b9810d;border-top:3px solid #10b981;border-left:none}.faq-playlist-item.active .faq-playlist-title{color:#10b981}.faq-playlist-num{display:none}.faq-playlist-thumb{border-radius:0;width:100%;height:0;padding-top:56.25%}.faq-playlist-thumb img,.faq-playlist-thumb-img{object-fit:cover;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0}.faq-playlist-play-overlay{border-radius:0}.faq-playlist-info{padding:12px 16px 16px}.faq-playlist-title{-webkit-line-clamp:3;margin-bottom:6px;font-size:14px}.faq-playlist-subtitle{font-size:12px}.faq-bottom-cta{padding:32px 24px}}