:root{--bg:#fafdfa;--surface:#ffffff;--surface-alt:#f5f5f5;--text:#1b2d2a;--muted:#4a5d59;--primary:#37a437;--primary-strong:#255825;--primary-weak:rgba(61, 171, 63, 0.1);--accent:#00a4cc;--secondary:#ea2a70;--tertiary:#012e52;--ring:rgba(0, 164, 204, 0.25);--border:#d9d9d9;--card:#ffffff;--screenshot-border:#3d3d3d}@media(prefers-color-scheme:dark){:root{--bg:#0d151a;--surface:#152028;--surface-alt:#1c2a33;--text:#eaf2f0;--muted:#c5d5d0;--primary:#012e52;--primary-strong:#9dcb00;--primary-weak:rgba(157, 203, 0, 0.12);--accent:#ea2a70;--secondary:#37a437;--tertiary:#00a4cc;--ring:rgba(185, 230, 0, 0.25);--border:#2c4149;--card:#152028;--screenshot-border:#8a9aa0}}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{min-height:100%;display:flex;flex-direction:column;margin:0;font-family:inter,ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,apple color emoji,segoe ui emoji;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex:1}.container{width:min(1200px,90%);margin:0 auto}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.site-header{position:sticky;top:0;z-index:50;overflow:visible}.site-header::before{content:'';position:absolute;inset:0;background:color-mix(in oklab,var(--surface) 88%,transparent);border-bottom:1px solid var(--border);backdrop-filter:saturate(180%)blur(12px);-webkit-backdrop-filter:saturate(180%)blur(12px);z-index:-1}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--text);text-decoration:none;letter-spacing:.2px}.brand img{width:160px;height:auto}.nav{display:flex;gap:24px;align-items:center}.nav a{color:var(--muted);text-decoration:none;font-weight:600;font-size:15px;transition:color .15s ease}.nav a:hover{color:var(--primary)}.nav-item{display:flex;align-items:center}.nav-trigger{background:0 0;border:none;padding:0;font-family:inherit;color:var(--muted);font-weight:600;font-size:15px;cursor:pointer;transition:color .15s ease;white-space:nowrap}.nav-trigger:hover,.nav-item.open .nav-trigger{color:var(--primary)}.nav-dropdown-menu{display:none}.nav-panel{overflow:hidden;max-height:0;border-top:1px solid transparent;transition:max-height .22s ease,border-color .22s ease}.site-header.panel-open .nav-panel{max-height:180px;border-top-color:var(--border)}.nav-panel-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:16px 0}.nav-panel-item{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:12px;text-decoration:none;color:var(--text);border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.nav-panel-item:hover{background:var(--primary-weak);border-color:var(--border)}.nav-panel-item strong{font-size:15px;font-weight:700;color:var(--text)}.nav-panel-item span{font-size:13px;color:var(--muted);line-height:1.4}.header-cta{display:none}.menu-toggle{display:none;background:0 0;border:1px solid var(--border);color:var(--text);padding:8px 12px;border-radius:8px;font-weight:700;cursor:pointer}.menu-toggle:focus{outline:3px solid var(--ring);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:999px;font-weight:700;text-decoration:none;border:1px solid transparent;transition:color .2s ease,background-color .2s ease,border-color .2s ease,filter .2s ease,transform .15s ease;cursor:pointer}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;border:1px solid rgba(255,255,255,.12)}.btn-primary:hover{filter:brightness(1.12)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--muted);background:var(--surface-alt)}.btn-ghost{background:0 0;color:var(--text);border-color:transparent}.btn-ghost:hover{color:var(--primary);background:var(--primary-weak)}.hero{position:relative;padding:140px 0 100px;overflow:hidden;background:radial-gradient( circle at 10% 20%,color-mix(in srgb,var(--accent) 12%,transparent),transparent 40% ),radial-gradient( circle at 90% 60%,color-mix(in srgb,var(--secondary) 8%,transparent),transparent 40% ),radial-gradient( circle at 50% -20%,color-mix(in srgb,var(--muted) 6%,transparent),transparent 50% )}.hero-inner{text-align:center;display:grid;gap:20px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;justify-items:center;gap:60px;text-align:left}.hero-copy{display:grid;gap:24px}.hero-media{display:grid;place-items:center;position:relative}@media(min-width:900px){.hero-media{perspective:1e3px}}.hero h1{font-family:rajdhani,system-ui,-apple-system,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(42px,5.5vw,68px);line-height:1.05;margin:0;color:var(--text);text-wrap:balance;white-space:normal}.lead{color:var(--muted);font-size:clamp(18px,1.8vw,22px);max-width:600px;margin:0;line-height:1.6;text-wrap:pretty}.cta{display:flex;gap:12px;margin-top:8px}.hero-visual{position:relative;width:100%;max-width:650px;margin:0 auto}.hero-shot{width:60%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,8%);border:4px solid var(--surface);background:var(--surface)}.hero-shot.main{display:block;margin:0 auto;position:relative;z-index:2}.hero-shot.secondary{position:absolute;top:15%;width:45%;z-index:1;opacity:.9;transition:transform .3s ease}.hero-shot.secondary.left{left:0%;transform:rotate(-8deg)translateX(-20px)}.hero-shot.secondary.right{right:0%;transform:rotate(8deg)translateX(20px)}.section{padding:100px 0}.section.alt{background:var(--surface-alt)}.section.section-bg-two{background:linear-gradient(180deg,var(--bg) 0%,var(--surface-alt) 100%)}.section.section-bg-three{background:var(--surface-alt)}.section.section-bg-four{background:var(--bg)}.section-group-header{padding:96px 0 0;background:var(--bg);text-align:center}.section-group-eyebrow{display:block;margin:0 0 14px;font-family:rajdhani,sans-serif;font-weight:700;font-size:15px;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-strong)}.section-group-heading{font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(34px,4.5vw,50px);color:var(--text);margin:0 0 14px;line-height:1.08;letter-spacing:-.02em}.section-group-subtitle{margin:0 auto;max-width:540px;font-size:18px;color:var(--muted);line-height:1.55}.section-title{text-align:center;margin:0 0 40px;font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(32px,4vw,42px);color:var(--text)}p.center{text-align:center;max-width:640px;margin:-24px auto 24px;color:var(--muted);font-size:17px}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-copy{display:grid;gap:20px}.feature-copy p{font-size:18px;color:var(--muted);line-height:1.7;margin:0}.feature-copy .section-title{text-align:left;margin-bottom:0}.bullets{margin:10px 0 0;padding:0 0 0 20px;color:var(--muted);font-size:17px;display:grid;gap:10px}.bullets li{padding-left:8px}.feature-media{display:flex;justify-content:center;align-items:center}.feature-media picture{display:block;width:55%}.feature-media img{width:100%;height:auto}img.screenshot{border-radius:48px;border:6px solid var(--screenshot-border);box-shadow:0 12px 40px rgba(0,0,0,.12)}img.feature-photo{border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.feature-media picture:has(img.feature-photo){width:100%}.feature-split.reverse .feature-copy{order:2}.feature-split.reverse .feature-media{order:1}.integrations-group{margin-top:24px}.integrations-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:0;padding:0;list-style:none}.integrations-list li{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 16px}.integrations-list a{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.integrations-list picture{display:flex;align-items:center}.integrations-list img{height:24px;width:auto;object-fit:contain}.integrations-list span{font-weight:600;font-size:14px;color:var(--text)}.feature-copy p.integration-note{font-size:11px;line-height:1.4;margin:4px 0 0;color:var(--muted)}.section-subtitle{text-align:center;color:var(--muted);font-size:18px;max-width:700px;margin:-20px auto 40px;line-height:1.6}.badge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:900px;margin:0 auto}.badge-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;text-align:center}.badge-icon{width:128px;height:128px;margin-bottom:12px;object-fit:contain}.badge-card h3{font-size:17px;font-weight:700;margin:0 0 8px;color:var(--text)}.badge-card p{font-size:14px;color:var(--muted);margin:0;line-height:1.5}.chat-preview{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px;max-width:320px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.chat-bubble{padding:12px 16px;border-radius:16px;max-width:85%;display:flex;flex-direction:column;gap:2px}.chat-bubble.incoming{background:var(--surface-alt);align-self:flex-start;border-bottom-left-radius:4px}.chat-bubble.outgoing{background:var(--primary);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-author{font-size:12px;font-weight:700;color:var(--primary)}.chat-text{font-size:15px;line-height:1.4}.chat-bubble.outgoing .chat-text{color:#fff}.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:900px;margin:0 auto}.price-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:32px;text-align:center;position:relative}.price{font-size:36px;font-weight:800;margin-bottom:12px;color:var(--text)}.price-card .price small{font-size:18px;font-weight:600;color:var(--muted)}.price-card .price-note{color:var(--muted);font-size:14px;margin:0 0 18px}.price-card p{color:var(--muted);font-size:16px;margin-bottom:0}.price-features{list-style:none;padding:0;margin:0;text-align:left;display:grid;gap:10px}.price-features li{font-size:15px;color:var(--muted);padding-left:24px;position:relative}.price-features li::before{content:'✓';position:absolute;left:0;color:var(--primary);font-weight:700}.price-card.highlight{border:2px solid var(--primary);background:var(--surface)}.chips{display:flex;gap:8px;justify-content:center;margin:12px 0 16px;flex-wrap:wrap}.pricing-index-prices{display:flex;align-items:stretch;gap:clamp(20px,5vw,44px)}.pricing-index-price{display:flex;flex-direction:column;align-items:center;gap:6px}.pricing-index-price .price{display:flex;align-items:center;justify-content:center;min-height:clamp(56px,7vw,84px)}.pricing-index-label{display:flex;align-items:center;justify-content:center;gap:6px;min-height:28px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.pricing-index-period{font-size:16px;font-weight:600;line-height:1;color:var(--muted)}.pricing-index-or{align-self:stretch;display:flex;flex-direction:column;align-items:center;font-size:16px;font-weight:600;color:var(--muted)}.pricing-index-or::before,.pricing-index-or::after{content:'';flex:1;width:1px;background:var(--border)}.pricing-index-or span{padding:8px 0}@media(max-width:500px){.pricing-index-prices{flex-direction:column;gap:8px}.pricing-index-price .price{min-height:0}.pricing-index-or{flex-direction:row}.pricing-index-or::before,.pricing-index-or::after{width:auto;height:1px}.pricing-index-or span{padding:0 12px}}.chip{display:inline-block;padding:6px 12px;border-radius:999px;font-weight:700;font-size:13px;border:1px solid var(--border)}.chip.primary{background:var(--primary);color:#fff;border-color:transparent}.chip.note{background:var(--surface-alt);color:var(--muted)}.chip.plus{background:var(--primary-weak);color:var(--primary-strong);border-color:transparent;font-size:12px;padding:4px 10px}.section-title .chip.plus,.badge-card h3 .chip.plus{display:block;width:max-content;margin:12px auto 0}.feature-copy .section-title .chip.plus{margin-left:0;margin-right:auto}.faq{display:grid;gap:20px;max-width:800px;margin:0 auto}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px}.faq-item h3{margin:0 0 10px;font-size:19px;font-weight:700}.faq-item p{margin:0;color:var(--muted);line-height:1.6}.faq-item a{color:var(--primary);text-decoration:none;font-weight:600}.faq-item a:hover{text-decoration:underline}.stores{display:flex;gap:16px;justify-content:center;margin-top:24px;flex-wrap:wrap}.store-img{height:50px;width:auto;display:block}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:40px 0}.footer-inner{display:flex;flex-direction:row;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer-inner .left p{margin:0;color:var(--muted);font-size:14px}.footer-inner .right{display:flex;gap:24px;flex-wrap:wrap}.footer-inner a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}.footer-inner a:hover{color:var(--primary)}@media(max-width:900px){.hero{padding:100px 0 60px}.hero-grid{grid-template-columns:1fr;gap:48px;text-align:center}.hero-copy{justify-items:center;gap:20px}.lead{margin:0 auto}.cta{justify-content:center}.hero-visual{max-width:500px;margin-top:10px}.hero-shot{width:70%;border-width:3px}.hero-shot.secondary.left{transform:rotate(-6deg)translateX(-10px);left:5%}.hero-shot.secondary.right{transform:rotate(6deg)translateX(10px);right:5%}.feature-split{grid-template-columns:1fr;gap:48px;text-align:center}.feature-split.reverse .feature-copy{order:1}.feature-split.reverse .feature-media{order:2}.feature-copy .section-title{text-align:center}.feature-copy p{margin:0 auto;max-width:600px}.bullets{text-align:left;display:inline-grid;margin:10px auto 0}.header-cta{display:none}.menu-toggle{display:inline-flex}.nav{position:fixed;inset:72px 0 auto 0;background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:10px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:all .2s ease,visibility .2s}body.nav-open .nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav a{padding:16px 24px;width:100%;text-align:center;border-radius:0}.nav a:active{background:var(--surface-alt)}.nav-trigger{display:none}.nav-panel{display:none}.nav-dropdown-menu{display:flex;flex-direction:column;width:100%}}@media(max-width:500px){.container{width:92%}.hero{padding:80px 0 40px}.hero h1{font-size:38px}.lead{font-size:17px}.hero-visual{width:100%;height:auto}.hero-shot.main{width:85%;max-width:none}.hero-shot.secondary{display:none}.store-img{height:42px}.feature-media picture{width:100%}.integrations-list{justify-content:center}.badge-grid{grid-template-columns:1fr 1fr;gap:12px}.badge-card{padding:16px}.badge-icon{width:80px;height:80px;margin-bottom:8px}.badge-card h3{font-size:15px}.badge-card p{font-size:13px}.chat-preview{max-width:100%;padding:16px}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.footer-inner .right{justify-content:center;gap:16px}}@media(min-width:901px){.header-cta{display:inline-flex}.nav-panel{position:absolute;left:0;right:0;top:100%;z-index:51;overflow:visible;max-height:none;border-top:none;transition:none;background:color-mix(in oklab,var(--surface) 88%,transparent);backdrop-filter:saturate(180%)blur(12px);-webkit-backdrop-filter:saturate(180%)blur(12px);box-shadow:0 16px 40px rgba(0,0,0,.1)}.site-header.panel-open .nav-panel{max-height:none;border-top-color:transparent}.nav-panel-inner{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;border-top:1px solid transparent;transition:max-height .22s ease,border-color .22s ease,padding .22s ease}.site-header.panel-open .nav-panel-inner{max-height:220px;border-top-color:var(--border);padding-top:16px;padding-bottom:16px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0}.blog-listing{padding:100px 0 60px}.blog-listing-header{margin-bottom:48px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px;max-width:960px;margin:0 auto}.blog-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit}.blog-card-image{aspect-ratio:9/5;overflow:hidden;background:var(--surface-alt)}.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-image picture{display:contents}.blog-card-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.blog-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;font-size:13px;color:var(--muted);font-weight:500}.blog-card-title{font-family:rajdhani,sans-serif;font-weight:700;font-size:22px;line-height:1.25;margin:0;color:var(--text)}.blog-card-excerpt{font-size:15px;color:var(--muted);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.blog-tag{display:inline-block;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;background:var(--primary-weak);color:var(--primary);text-decoration:none;transition:background .15s,color .15s}.blog-tag:hover{background:var(--primary);color:#fff}.blog-tag-sm{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;background:var(--primary-weak);color:var(--primary)}.blog-post{padding-bottom:60px}.blog-post-hero{width:100%;max-height:480px;overflow:hidden;background:var(--surface-alt)}.blog-post-hero picture{display:block;width:100%;height:100%}.blog-post-hero img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;max-height:480px}.blog-post-hero+.blog-post-header{padding-top:40px}.blog-post-header{padding:100px 0 40px;background:var(--surface-alt);border-bottom:1px solid var(--border);margin-bottom:48px}.blog-post-meta{display:flex;align-items:center;gap:16px;font-size:14px;color:var(--muted);font-weight:500;margin-bottom:16px}.blog-post-reading-time::before{content:'·';margin-right:16px}.blog-post-title{font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(32px,4vw,48px);line-height:1.1;margin:0 0 16px;color:var(--text);text-wrap:balance}.blog-post-subtitle{font-size:20px;color:var(--muted);line-height:1.5;margin:0 0 16px;max-width:700px}.blog-post-content{max-width:720px;margin:0 auto;font-size:18px;line-height:1.75;color:var(--text)}.blog-post-content h2{font-family:rajdhani,sans-serif;font-weight:700;font-size:28px;margin:48px 0 16px;color:var(--text)}.blog-post-content h3{font-family:rajdhani,sans-serif;font-weight:700;font-size:22px;margin:36px 0 12px;color:var(--text)}.blog-post-content p{margin:0 0 24px}.blog-post-content a{color:var(--primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:500}.blog-post-content a:hover{text-decoration-thickness:2px}.blog-post-content ul,.blog-post-content ol{margin:0 0 24px;padding-left:24px}.blog-post-content li{margin-bottom:8px}.blog-post-content blockquote{margin:24px 0;padding:16px 24px;border-left:4px solid var(--primary);background:var(--surface-alt);border-radius:0 12px 12px 0;font-style:italic;color:var(--muted)}.blog-post-content blockquote p{margin:0}.blog-post-content img{max-width:100%;height:auto;border-radius:12px;margin:24px 0}.blog-post-content code{font-size:.9em;background:var(--surface-alt);padding:2px 6px;border-radius:4px;border:1px solid var(--border)}.blog-post-content pre{background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;padding:20px 24px;overflow-x:auto;margin:24px 0}.blog-post-content pre code{background:0 0;padding:0;border:none}.blog-post-content hr{border:none;border-top:1px solid var(--border);margin:48px 0}.blog-post-footer{max-width:720px;margin:48px auto 0;padding-top:32px;border-top:1px solid var(--border)}.page-content{max-width:800px;margin:0 auto;line-height:1.7;color:var(--muted)}.page-content a{color:var(--primary);font-weight:600;text-decoration:none}.page-content a:hover{text-decoration:underline}@media(max-width:900px){.blog-listing{padding:80px 0 40px}.blog-post-header{padding:80px 0 32px}}@media(max-width:500px){.blog-grid{grid-template-columns:1fr}.blog-post-content{font-size:17px}.blog-card-body{padding:16px}.blog-listing{padding:60px 0 32px}.blog-post-header{padding:60px 0 24px;margin-bottom:32px}}.hero-text{display:grid;gap:24px;text-align:center;justify-items:center;max-width:760px;margin:0 auto}.hero-text .lead{text-align:center;margin:0 auto}.hero-text .chips{margin:0}.hero-price{display:grid;gap:6px;justify-items:center;margin:4px 0}.hero-price .price{font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(56px,7vw,84px);line-height:1;color:var(--primary)}.hero-price .price small{font-size:.4em;font-weight:600;color:var(--muted);margin-left:4px}.hero-price .price-note{margin:0;color:var(--muted);font-size:16px;font-weight:600}.hero-price .price.price-secondary{font-size:clamp(32px,4vw,48px);color:var(--muted)}.hero.hero-image{position:relative;overflow:hidden;background-color:#0d151a;padding:160px 0 120px;min-height:640px}.hero-image-bg{position:absolute;inset:0;z-index:0}.hero-image-bg picture,.hero-image-bg img,.hero-image-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-image-overlay{position:absolute;inset:0;z-index:1;background-image:linear-gradient( 90deg,rgba(13,21,26,.85) 0%,rgba(13,21,26,.55) 50%,rgba(13,21,26,.2) 100% );pointer-events:none}.hero.hero-image>.container{position:relative;z-index:2}.hero-image-text{max-width:640px;display:grid;gap:20px;animation:fadeInUp .8s ease-out forwards}.hero-image-text h1{color:#fff;font-family:rajdhani,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:clamp(38px,5vw,60px);line-height:1.05;margin:0;text-wrap:balance}.hero-image-text .lead{color:rgba(255,255,255,.92);font-size:clamp(17px,1.6vw,20px);margin:0;text-shadow:0 1px 6px rgba(0,0,0,.35);max-width:600px}.btn-on-image{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:999px;font-weight:700;text-decoration:none;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:color .2s ease,background-color .2s ease,border-color .2s ease}.btn-on-image:hover{background:rgba(255,255,255,.22);color:#fff}@media(max-width:900px){.hero.hero-image{padding:100px 0 80px}.hero-image-overlay{background-image:linear-gradient( 180deg,rgba(13,21,26,.55) 0%,rgba(13,21,26,.92) 100% )}}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1e3px;margin:0 auto}@media(max-width:900px){.included-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.included-grid{grid-template-columns:1fr}}.included-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px 24px}.included-card .included-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--primary-weak);color:var(--primary);font-family:rajdhani,sans-serif;font-weight:800;font-size:22px;margin-bottom:16px}.included-card h3{font-family:rajdhani,sans-serif;font-weight:700;font-size:22px;margin:0 0 8px;color:var(--text)}.included-card p{font-size:15px;color:var(--muted);line-height:1.6;margin:0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;max-width:1e3px;margin:0 auto;counter-reset:step}.step-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px 24px;position:relative}.step-card::before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;font-family:rajdhani,sans-serif;font-weight:800;font-size:18px;margin-bottom:14px}.steps-grid.unnumbered .step-card::before{display:none}.step-card h3{font-family:rajdhani,sans-serif;font-weight:700;font-size:20px;margin:0 0 8px;color:var(--text)}.step-card p{font-size:15px;color:var(--muted);line-height:1.6;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:1e3px;margin:0 auto}.stat-card{text-align:center;padding:32px 24px;background:var(--card);border:1px solid var(--border);border-radius:16px}.stat-number{font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(40px,5vw,56px);line-height:1;color:var(--primary);margin-bottom:8px;letter-spacing:-.02em}.stat-label{font-size:15px;color:var(--muted);font-weight:500;line-height:1.5}.compare-wrap{max-width:800px;margin:0 auto;overflow-x:auto}.compare-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;font-size:15px}.compare-table th,.compare-table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.compare-table thead th{background:var(--surface-alt);font-weight:700;font-size:14px;color:var(--text);letter-spacing:.02em}.compare-table thead th.col-plus{background:var(--primary-weak);color:var(--primary-strong)}.compare-table td.cell-feature{font-weight:500;color:var(--text)}.compare-table td.cell-status{text-align:center;font-weight:800;width:110px}.compare-table td.cell-status.yes{color:var(--primary)}.compare-table td.cell-status.no{color:var(--muted);opacity:.6}.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:0}.tracker-matrix{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:800px;margin:0 auto}.tracker-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:22px 24px;display:flex;align-items:center;gap:18px;flex:1 1 320px;max-width:480px}.tracker-logo{height:40px;width:auto;flex-shrink:0;object-fit:contain}.tracker-name{font-family:rajdhani,sans-serif;font-weight:700;font-size:22px;color:var(--text);display:block}.tracker-meta{font-size:13px;color:var(--muted);margin-top:2px;display:block}.trackers-centered{text-align:center}.trackers-photo-wrap{position:relative;max-width:800px;margin:2rem auto 0;border-radius:20px;overflow:hidden;aspect-ratio:16/9}.trackers-photo-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%);pointer-events:none}.trackers-photo-img{width:100%;height:100%;object-fit:cover;display:block}.trackers-card-overlay{position:absolute;bottom:20px;left:20px;z-index:1;flex:none;text-align:left;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 24px rgba(0,0,0,.18)}.pull-quotes{display:grid;gap:14px;max-width:720px;margin:0 auto}.pull-quote{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:0 16px 16px 0;padding:18px 22px;font-family:rajdhani,sans-serif;font-weight:600;font-size:19px;color:var(--text);line-height:1.4}.pull-quote::before{content:'"';margin-right:4px;color:var(--primary)}.pull-quote::after{content:'"';margin-left:4px;color:var(--primary)}.pricing-band{text-align:center;max-width:720px;margin:0 auto;padding:36px 32px;background:var(--surface);border:2px solid var(--primary);border-radius:24px}.pricing-band .price{font-family:rajdhani,sans-serif;font-weight:700;font-size:clamp(36px,4vw,48px);margin:0 0 6px;color:var(--text);line-height:1}.pricing-band .price small{font-size:18px;font-weight:600;color:var(--muted)}.pricing-band .price-note{color:var(--muted);font-size:15px;margin:0 0 20px}.pricing-band .chips{margin:0 0 20px}@media(max-width:500px){.compare-table th,.compare-table td{padding:12px 14px;font-size:14px}.compare-table td.cell-status{width:60px;padding:12px 8px}.stat-number{font-size:40px}.step-card,.included-card{padding:22px 18px}.pricing-band{padding:28px 20px}.tracker-card{flex-direction:row;flex-wrap:wrap}.trackers-card-overlay{padding:12px 14px;gap:10px;bottom:12px;left:12px}.trackers-card-overlay .tracker-logo{height:28px}.trackers-card-overlay .tracker-name{font-size:16px}.trackers-card-overlay .tracker-meta{font-size:11px}}.hero.hero-bingo-bg{background:var(--bg)}.bingo-bg{position:absolute;inset:-12%;display:grid;grid-template-columns:repeat(auto-fill,82px);grid-auto-rows:82px;align-content:start;gap:8px;padding:8px;transform:rotate(-5deg);transform-origin:center;z-index:0;pointer-events:none;will-change:transform;contain:strict}.bingo-tile{border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;position:relative;overflow:hidden}.bt-watermark{position:absolute;inset:-20%;display:flex;align-items:center;justify-content:center;opacity:.15;pointer-events:none}.bt-watermark img{width:100%;height:100%;object-fit:contain}.bt-icon-fg{width:28px;height:28px;object-fit:contain;flex-shrink:0}.bt-value{font-size:14px;font-weight:700;color:#fff;line-height:1;letter-spacing:-.3px}.bt-unit{font-size:11px;font-weight:600}.bt-check{font-size:26px;color:#fff;line-height:1}.bt-steps{background:#00a4cc}.bt-active{background:#ea2a70}.bt-dist{background:#9dcb00}.bt-flip-p{background:#012e52}.bt-flip-o{background:#c2c2c2}.bingo-bg-overlay{position:absolute;inset:0;background:color-mix(in srgb,var(--bg) 95%,transparent);z-index:1;pointer-events:none}.hero.hero-bingo-bg .container{position:relative;z-index:2}.hero-compare{width:min(800px,100%);max-width:none}