:root{--smkty:#272c29;--smkty-deep:#1a1e1c;--smkty-mid:#4a5550;--page:#f5f4f1;--surface:#fff;--sunken:#f0eee9;--ink:#1e2421;--ink-2:#576159;--ink-3:#92a099;--rule:#e2ded7;--green:#064;--green-light:#1a8a5a;--amber:#b45309;--red:#c0392b;--font-sans:"Plus Jakarta Sans",system-ui,sans-serif;--font-mono:"IBM Plex Mono",monospace;--container:1180px;--container-sm:760px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:72px}.site-root{font-family:var(--font-sans);background:var(--page);color:var(--ink);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-root a:not(.btn){color:inherit;text-decoration:none}.site-root button{font-family:inherit;cursor:pointer}.skip-link{position:absolute;left:-9999px;top:0;background:var(--smkty);color:#fff;padding:8px 16px;border-radius:0 0 4px 4px;font-weight:600;z-index:9999}.skip-link:focus{left:16px}.container{max-width:var(--container)}.container,.container-sm{margin:0 auto;padding:0 24px}.container-sm{max-width:var(--container-sm)}.mono{font-family:var(--font-mono)}.navbar{position:sticky;top:0;z-index:100;background:hsla(45,17%,95%,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:.5px solid var(--rule)}.navbar-inner{justify-content:space-between;height:64px}.navbar-inner,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:8px;font-weight:700;font-size:16px;color:var(--ink);letter-spacing:-.01em}.navbar-logo-dot{width:8px;height:8px;border-radius:50%;background:var(--green-light);box-shadow:0 0 0 4px rgba(26,138,90,.15)}.navbar-nav{display:flex;gap:32px;align-items:center}.navbar-nav a{font-size:13.5px;font-weight:500;color:var(--ink-2);transition:color .15s}.navbar-nav a:hover{color:var(--ink)}.navbar-cta{display:flex;gap:10px;align-items:center}.hamburger{display:none;background:none;border:none;padding:6px}.hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;margin:4px 0;transition:.2s}.mobile-nav{display:none}@media (max-width:900px){.navbar-cta .btn-link,.navbar-nav{display:none}.hamburger,.mobile-nav{display:block}.mobile-nav{position:fixed;top:64px;left:0;right:0;background:var(--page);border-bottom:1px solid var(--rule);padding:24px;z-index:99;transform:translateY(-120%);transition:transform .25s}.mobile-nav.open{transform:translateY(0)}.mobile-nav a{display:block;padding:12px 0;font-size:15px;font-weight:500;color:var(--ink);border-bottom:.5px solid var(--rule)}.mobile-nav .btn{margin-top:16px;width:100%;justify-content:center}}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:6px;font-size:13.5px;font-weight:600;transition:all .15s;border:1px solid transparent;white-space:nowrap}.btn-primary{background:var(--smkty);color:#fff}.btn-primary:hover{background:var(--smkty-deep);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--rule)}.btn-ghost:hover{background:var(--sunken);border-color:var(--smkty-mid)}.btn-lg{padding:13px 22px;font-size:14.5px;border-radius:8px}.btn-link{color:var(--ink-2);padding:9px 12px}.btn-link:hover{color:var(--ink)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--green-light)}.section-title{font-size:38px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.1;margin-bottom:12px}.section-title em{font-style:italic;font-weight:600;color:var(--smkty)}.section-sub{font-size:16px;color:var(--ink-2);line-height:1.6;max-width:680px}.section-head{margin-bottom:56px}.section-head .eyebrow{margin-bottom:14px}section{padding:88px 0}@media (max-width:700px){section{padding:64px 0}.section-title{font-size:28px}.section-head{margin-bottom:40px}}.hero{padding:80px 0 96px;background:linear-gradient(180deg,var(--page) 0,var(--sunken) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(26,138,90,.06) 0,transparent 40%),radial-gradient(circle at 80% 70%,rgba(39,44,41,.05) 0,transparent 40%);pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:5px 10px 5px 6px;border-radius:100px;background:var(--surface);border:.5px solid var(--rule);margin-bottom:24px}.hero-eyebrow-pill{font-size:9.5px;padding:3px 8px;border-radius:100px;background:var(--smkty);color:#fff}.hero-eyebrow-pill,.hero-eyebrow-text{font-family:var(--font-mono);font-weight:500;letter-spacing:.1em}.hero-eyebrow-text{font-size:10.5px;text-transform:uppercase;color:var(--ink-2);padding-right:6px}.hero-title{font-size:52px;font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--ink);margin-bottom:20px}.hero-title em{font-style:italic;font-weight:600;color:var(--smkty)}.hero-sub{font-size:17px;line-height:1.55;color:var(--ink-2);margin-bottom:28px;max-width:540px}.hero-sub strong{color:var(--ink);font-weight:600}.hero-cta{display:flex;gap:10px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.hero-trust{font-family:var(--font-mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em}.hero-trust strong{color:var(--ink-2);font-weight:500}.hero-demo{background:var(--surface);border:.5px solid var(--rule);border-radius:14px;padding:18px;box-shadow:0 24px 64px -16px rgba(39,44,41,.18),inset 0 1px 0 hsla(0,0%,100%,.6)}.hero-demo-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:.5px solid var(--rule);margin-bottom:14px}.hero-demo-head-left{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;color:var(--ink-2)}.hero-demo-head-left:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-light);animation:pulse 1.6s infinite}.hero-demo-head-right{font-family:var(--font-mono);font-size:10.5px;color:var(--ink-3);letter-spacing:.08em}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.4)}}.hero-demo-metric{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.hero-metric-card{background:var(--sunken);border:.5px solid var(--rule);border-radius:8px;padding:12px 14px}.hero-metric-label{font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px}.hero-metric-value{font-size:26px;color:var(--ink);line-height:1}.hero-metric-delta,.hero-metric-value{font-family:var(--font-mono);font-weight:500}.hero-metric-delta{font-size:11px;margin-top:6px;color:var(--green-light)}.hero-demo-chart{background:var(--sunken);border:.5px solid var(--rule);border-radius:8px;padding:14px;margin-bottom:14px}.hero-demo-chart-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.hero-chart-title{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.hero-chart-legend{display:flex;gap:12px;font-family:var(--font-mono);font-size:10px;color:var(--ink-2)}.hero-chart-legend span{display:inline-flex;align-items:center;gap:5px}.hero-chart-legend span:before{content:"";width:8px;height:2px;border-radius:2px}.hero-chart-legend .l-pixel:before{background:var(--ink-3)}.hero-chart-legend .l-capi:before{background:var(--green-light)}.hero-demo-event{background:var(--sunken);border:.5px solid var(--rule);border-radius:8px;padding:12px 14px;display:flex;gap:12px;align-items:center}.hero-event-icon{width:28px;height:28px;border-radius:6px;background:var(--green-light);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.hero-event-body{flex:1;min-width:0}.hero-event-title{font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:2px}.hero-event-meta{font-family:var(--font-mono);font-size:10.5px;color:var(--ink-3)}.hero-event-meta strong,.hero-event-status{color:var(--green-light);font-weight:500}.hero-event-status{font-family:var(--font-mono);font-size:10px;padding:3px 8px;border-radius:4px;background:rgba(26,138,90,.12);letter-spacing:.08em}@media (max-width:900px){.hero{padding:56px 0 72px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-title{font-size:36px}.hero-sub{font-size:16px}}.stats{background:var(--surface);border-top:.5px solid var(--rule);border-bottom:.5px solid var(--rule)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.stat-card{padding:28px 28px 28px 0;border-right:.5px solid var(--rule)}.stat-card:last-child{border-right:none;padding-right:0}.stat-card:not(:first-child){padding-left:28px}.stat-value{font-family:var(--font-mono);font-size:42px;font-weight:500;color:var(--smkty);letter-spacing:-.02em;line-height:1;margin-bottom:8px}.stat-label{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:6px}.stat-desc{font-size:13px;color:var(--ink-2);line-height:1.55;margin-bottom:10px}.stat-source{font-family:var(--font-mono);font-size:10px;color:var(--ink-3);letter-spacing:.06em;line-height:1.4}.stat-source-label{display:inline-block;padding:1px 5px;margin-right:6px;background:var(--sunken);border-radius:3px;font-size:9px;text-transform:uppercase}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:none}.stat-card:first-child,.stat-card:nth-child(2){border-bottom:.5px solid var(--rule);padding-bottom:28px}.stat-card:nth-child(3),.stat-card:nth-child(4){padding-top:28px}.stat-card:nth-child(3){padding-left:0}.stat-card:nth-child(2),.stat-card:nth-child(4){padding-left:28px}}@media (max-width:600px){.stats-grid{grid-template-columns:1fr}.stat-card{border-right:none!important;border-bottom:.5px solid var(--rule);padding:24px 0!important}.stat-card:last-child{border-bottom:none}.stat-value{font-size:34px}}.manifesto{background:var(--smkty-deep);color:hsla(0,0%,100%,.92);text-align:center}.manifesto .eyebrow{color:hsla(0,0%,100%,.5);margin-bottom:24px}.manifesto-text{font-size:30px;font-weight:500;line-height:1.35;letter-spacing:-.015em;max-width:760px;margin:0 auto}.manifesto-text em{font-style:italic;color:hsla(0,0%,100%,.55);font-weight:400}.manifesto-text strong{color:#fff;font-weight:600}.manifesto-foot{font-family:var(--font-mono);font-size:11px;color:hsla(0,0%,100%,.4);letter-spacing:.15em;text-transform:uppercase;margin-top:40px}@media (max-width:700px){.manifesto-text{font-size:22px}}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.pillars-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pillar-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:32px;transition:transform .2s,box-shadow .2s;position:relative}.pillar-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px -16px rgba(39,44,41,.12)}.pillar-card.featured{border-color:var(--smkty)}.pillar-card.featured:after{content:"NATIVO";position:absolute;top:14px;right:14px;font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:.12em;padding:3px 7px;border-radius:100px;background:var(--smkty);color:#fff}.pillar-card.agency{border-color:var(--green-light)}.pillar-card.agency:after{content:"PARA AGÊNCIAS";position:absolute;top:14px;right:14px;font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:.12em;padding:3px 7px;border-radius:100px;background:var(--green-light);color:#fff}.pillar-card.novo{border-color:var(--amber)}.pillar-card.novo:after{content:"NOVO";position:absolute;top:14px;right:14px;font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:.12em;padding:3px 7px;border-radius:100px;background:var(--amber);color:#fff}.pillar-card.brazil{border-color:var(--amber)}.pillar-card.brazil:after{content:"ÚNICO NO BR";position:absolute;top:14px;right:14px;font-family:var(--font-mono);font-size:9px;font-weight:600;letter-spacing:.12em;padding:3px 7px;border-radius:100px;background:var(--amber);color:#fff}.pillar-head{gap:14px;margin-bottom:18px}.pillar-head,.pillar-icon{display:flex;align-items:center}.pillar-icon{width:40px;height:40px;background:var(--smkty);color:#fff;border-radius:8px;justify-content:center;font-size:18px;flex-shrink:0}.pillar-num{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;color:var(--ink-3)}.pillar-title{font-size:22px;font-weight:700;color:var(--ink);letter-spacing:-.015em;margin-bottom:10px}.pillar-desc{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin-bottom:18px}.pillar-tags{display:flex;flex-wrap:wrap;gap:6px}.pillar-tag{display:inline-block;padding:3px 9px;font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.04em;background:var(--sunken);color:var(--ink-2);border:.5px solid var(--rule);border-radius:4px}.new-features-divider{border:none;border-top:.5px solid var(--rule);margin:64px 0 48px}.new-features-eyebrow{margin-bottom:32px}@media (max-width:800px){.pillars-grid{grid-template-columns:1fr}}@media (max-width:900px){.pillars-grid-3{grid-template-columns:1fr}}.diff-section{background:var(--sunken)}.diff-card{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:64px 0;border-bottom:.5px solid var(--rule)}.diff-card:last-child{border-bottom:none;padding-bottom:0}.diff-card:first-child{padding-top:0}.diff-card.reverse>div:first-child{order:2}.diff-card.reverse>div:last-child{order:1}.diff-meta{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px}.diff-num{font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:var(--smkty);color:#fff}.diff-num,.diff-tag{font-family:var(--font-mono);letter-spacing:.12em}.diff-tag{font-size:10.5px;font-weight:500;text-transform:uppercase;color:var(--ink-2)}.diff-title{font-size:30px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.2;margin-bottom:16px}.diff-title em{font-style:italic;color:var(--smkty);font-weight:600}.diff-desc{font-size:15.5px;color:var(--ink-2);line-height:1.65;margin-bottom:22px}.diff-list{list-style:none;padding:0;margin-bottom:24px}.diff-list li{display:flex;gap:10px;padding:8px 0;font-size:14px;color:var(--ink-2);line-height:1.55}.diff-list li:before{content:"✓";color:var(--green-light);font-weight:600;flex-shrink:0}.diff-list strong{color:var(--ink);font-weight:600}.diff-kpis{display:flex;gap:24px;padding-top:16px;border-top:.5px solid var(--rule)}.diff-kpi-value{font-family:var(--font-mono);font-size:32px;font-weight:500;color:var(--smkty);line-height:1}.diff-kpi-label{font-size:11.5px;color:var(--ink-2);margin-top:4px}@media (max-width:900px){.diff-card{grid-template-columns:1fr;gap:32px;padding:48px 0}.diff-card.reverse>div:first-child{order:1}.diff-card.reverse>div:last-child{order:2}.diff-title{font-size:24px}}.mockup{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:18px;box-shadow:0 18px 48px -16px rgba(39,44,41,.14)}.mockup-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:.5px solid var(--rule);margin-bottom:14px}.mockup-title{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--ink)}.mockup-pill{font-family:var(--font-mono);font-size:9.5px;font-weight:500;letter-spacing:.1em;padding:3px 7px;border-radius:4px;background:rgba(26,138,90,.12);color:var(--green-light)}.mockup-pill.neutral{background:var(--sunken);color:var(--ink-2)}.cet-wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:240px}.cet-canvas{background:var(--sunken);border:.5px solid var(--rule);border-radius:8px;padding:14px;position:relative;display:flex;flex-direction:column}.cet-browser-bar{display:flex;align-items:center;gap:4px;padding-bottom:10px;margin-bottom:12px;border-bottom:.5px solid var(--rule)}.cet-dot{width:7px;height:7px;border-radius:50%;background:var(--rule)}.cet-url{flex:1;margin-left:8px;font-family:var(--font-mono);font-size:10px;color:var(--ink-3);background:var(--surface);padding:3px 8px;border-radius:4px;text-align:center}.cet-page-title{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:6px}.cet-page-sub{font-size:10.5px;color:var(--ink-3);line-height:1.5;margin-bottom:14px}.cet-target{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:6px;background:var(--smkty);color:#fff;font-size:12px;font-weight:600;align-self:flex-start;position:relative;outline:2px dashed var(--green-light);outline-offset:4px;animation:targetPulse 2s ease-in-out infinite}@keyframes targetPulse{0%,to{outline-color:var(--green-light)}50%{outline-color:var(--smkty)}}.cet-cursor{position:absolute;width:14px;height:14px;pointer-events:none;animation:cursorFloat 3s ease-in-out infinite}@keyframes cursorFloat{0%,to{transform:translate(0)}50%{transform:translate(-4px,-2px)}}.cet-panel{background:var(--sunken);border:.5px solid var(--rule);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.cet-panel-title{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:4px}.cet-field{background:var(--surface);border:.5px solid var(--rule);border-radius:5px;padding:7px 10px}.cet-field-label{font-size:9.5px;font-weight:500;letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin-bottom:2px}.cet-field-value{font-size:11.5px;color:var(--ink)}.cet-badge,.cet-field-value{font-family:var(--font-mono);font-weight:500}.cet-badge{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;font-size:9.5px;letter-spacing:.08em;padding:3px 7px;border-radius:100px;background:rgba(26,138,90,.15);color:var(--green-light)}.cet-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green-light)}.ca-table{width:100%;font-family:var(--font-mono);font-size:11px;border-collapse:collapse}.ca-table th{font-size:9.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);padding:8px 6px;border-bottom:.5px solid var(--rule);text-align:right}.ca-table th:first-child{text-align:left}.ca-table td{padding:10px 6px;border-bottom:.5px solid var(--rule);color:var(--ink-2);text-align:right}.ca-table td:first-child{text-align:left;font-size:12px;font-family:var(--font-sans)}.ca-table td.val,.ca-table td:first-child{color:var(--ink);font-weight:500}.ca-table td.pos{color:var(--green-light);font-weight:500}.ca-table tbody tr:last-child td{border-bottom:none}.ca-table tbody tr:hover td{background:var(--sunken)}.ca-source-name{display:flex;align-items:center;gap:7px}.ca-source-icon{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#fff}.ca-foot{margin-top:14px;padding-top:12px;border-top:.5px solid var(--rule);justify-content:space-between;font-family:var(--font-mono);font-size:10.5px;color:var(--ink-3)}.ca-foot,.lp-id-row{display:flex;align-items:center}.lp-id-row{gap:12px;padding:10px 12px;margin-bottom:14px;background:var(--sunken);border:.5px solid var(--rule);border-radius:6px}.lp-avatar{width:36px;height:36px;border-radius:50%;background:var(--smkty);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.lp-name{flex:1;font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.2}.lp-name span{display:block;font-family:var(--font-mono);font-size:10px;color:var(--ink-3);font-weight:400;margin-top:2px}.lp-section{margin-bottom:12px}.lp-section-title{font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:8px}.lp-tags{display:flex;flex-wrap:wrap;gap:5px}.lp-tag{display:inline-block;padding:3px 9px;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.04em;background:rgba(180,83,9,.1);color:var(--amber);border:.5px solid rgba(180,83,9,.18);border-radius:100px}.lp-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:14px}.lp-cell{background:var(--sunken);border:.5px solid var(--rule);border-radius:5px;padding:8px 10px}.lp-cell-label{font-size:9.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);margin-bottom:2px}.lp-cell-label,.lp-cell-value{font-family:var(--font-mono);font-weight:500}.lp-cell-value{font-size:12px;color:var(--ink)}.lp-events{display:flex;flex-direction:column;gap:5px}.lp-event{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:7px 10px;background:var(--sunken);border:.5px solid var(--rule);border-radius:5px;font-family:var(--font-mono);font-size:10.5px;color:var(--ink-2)}.lp-event-dot{width:6px;height:6px;border-radius:50%;background:var(--green-light)}.lp-event-dot.warn{background:var(--amber)}.lp-event-text{color:var(--ink);font-weight:500}.lp-event-ms{color:var(--ink-3);font-size:9.5px}.ws-grid{display:flex;flex-direction:column;gap:8px}.ws-row{display:grid;grid-template-columns:32px 1fr auto auto;gap:12px;padding:10px 12px;background:var(--sunken);border:.5px solid var(--rule)}.ws-logo,.ws-row{align-items:center;border-radius:6px}.ws-logo{width:32px;height:32px;background:var(--smkty);color:#fff;display:flex;justify-content:center;font-size:13px;font-weight:600}.ws-name{font-size:12.5px;font-weight:600;color:var(--ink)}.ws-name span{display:block;font-size:10px;color:var(--ink-3);font-weight:400;margin-top:1px}.ws-mr,.ws-name span{font-family:var(--font-mono)}.ws-mr{font-size:12px;color:var(--green-light);font-weight:500}.ws-mr.amber{color:var(--amber)}.ws-role{font-family:var(--font-mono);font-size:9.5px;padding:3px 7px;border-radius:4px;background:var(--surface);border:.5px solid var(--rule);color:var(--ink-2);letter-spacing:.04em}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;counter-reset:wf}.wf-step{position:relative;padding:32px 24px 0 0;counter-increment:wf}.wf-step:not(:last-child){border-right:.5px solid var(--rule);margin-right:24px}.wf-step:before{content:counter(wf,decimal-leading-zero);display:block;font-size:11px;font-weight:600;color:var(--ink-3);margin-bottom:8px}.wf-step:before,.wf-tag{font-family:var(--font-mono);letter-spacing:.12em}.wf-tag{display:inline-block;font-size:9.5px;font-weight:500;text-transform:uppercase;color:var(--smkty);padding:2px 7px;border-radius:100px;background:var(--sunken);margin-bottom:16px}.wf-title{font-size:18px;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin-bottom:10px}.wf-desc{font-size:13.5px;color:var(--ink-2);line-height:1.6}.wf-foot{margin-top:48px;padding-top:28px;border-top:.5px solid var(--rule);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.wf-foot-left{font-size:15px;color:var(--ink-2)}.wf-foot-left strong{font-family:var(--font-mono);font-size:24px;color:var(--smkty);font-weight:500;margin:0 4px}.wf-foot-right{font-family:var(--font-mono);font-size:11.5px;color:var(--ink-3);letter-spacing:.04em}@media (max-width:900px){.workflow-grid{grid-template-columns:repeat(2,1fr);gap:32px}.wf-step{padding-right:0;margin-right:0;border-right:none;padding-top:24px;border-top:.5px solid var(--rule)}}@media (max-width:540px){.workflow-grid{grid-template-columns:1fr;gap:0}}.plats-section{background:var(--surface);border-top:.5px solid var(--rule);border-bottom:.5px solid var(--rule)}.plats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.plat-card{background:var(--page);border:.5px solid var(--rule);border-radius:10px;padding:28px 24px;display:flex;gap:18px;align-items:center;transition:all .2s}.plat-card:hover{transform:translateY(-2px);border-color:var(--smkty-mid)}.plat-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}.plat-info{flex:1;min-width:0}.plat-status{display:inline-block;font-family:var(--font-mono);font-size:9.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:3px 7px;border-radius:100px;margin-bottom:8px;background:rgba(26,138,90,.12);color:var(--green-light)}.plat-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:2px}.plat-api{font-family:var(--font-mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em}@media (max-width:1100px){.plats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.plats-grid{grid-template-columns:1fr}}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.audience-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:32px;display:flex;flex-direction:column;transition:all .2s}.audience-card:hover{border-color:var(--smkty-mid);box-shadow:0 12px 40px -16px rgba(39,44,41,.12)}.audience-tag{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px}.audience-title{font-size:19px;font-weight:700;color:var(--ink);letter-spacing:-.015em;line-height:1.25;margin-bottom:14px}.audience-desc{font-size:14px;color:var(--ink-2);line-height:1.6;margin-bottom:22px}.audience-list{list-style:none;padding:0;margin-bottom:24px}.audience-list li{display:flex;gap:8px;padding:6px 0;font-size:13.5px;color:var(--ink-2);line-height:1.55}.audience-list li:before{content:"✓";color:var(--green-light);font-weight:600;flex-shrink:0}.audience-cta{margin-top:auto;display:flex;flex-direction:column;gap:8px}@media (max-width:900px){.audience-grid{grid-template-columns:1fr}}.compare-section{background:var(--surface);border-top:.5px solid var(--rule);border-bottom:.5px solid var(--rule)}.compare-wrap{border:.5px solid var(--rule);border-radius:12px;overflow:hidden;overflow-x:auto}.compare-table{width:100%;min-width:720px;border-collapse:collapse;font-size:13.5px}.compare-table thead th{padding:16px 14px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);background:var(--sunken);border-bottom:.5px solid var(--rule);text-align:center;vertical-align:bottom}.compare-table thead th:first-child{text-align:left}.compare-table thead th.us{color:var(--smkty);background:var(--page);font-size:12.5px;letter-spacing:0;text-transform:none;font-weight:700}.compare-table tbody td{padding:14px;border-bottom:.5px solid var(--rule);color:var(--ink-2);text-align:center;vertical-align:middle}.compare-table tbody tr:last-child td{border-bottom:none}.compare-table tbody td:first-child{text-align:left;color:var(--ink);font-weight:500}.compare-table tbody td.us{background:var(--page)}.compare-table tr:hover td:not(.us){background:hsla(45,17%,95%,.5)}.compare-table tr.cs td{background:var(--sunken);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--smkty);padding:10px 14px;text-align:left!important;border-top:.5px solid var(--rule)}.compare-table tr.cs:hover td{background:var(--sunken)!important}.c-dot{display:inline-block;font-size:18px;line-height:1}.c-yes{color:var(--green-light)}.c-mid{color:var(--amber)}.c-no,.compare-legend{color:var(--ink-3)}.compare-legend{margin-top:16px;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;display:flex;gap:20px;flex-wrap:wrap}.compare-legend span{display:inline-flex;align-items:center;gap:5px}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rm-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:32px;display:flex;flex-direction:column;position:relative}.rm-when{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:100px;margin-bottom:16px;align-self:flex-start}.rm-when.short{background:rgba(26,138,90,.15);color:var(--green-light)}.rm-when.mid{background:rgba(180,83,9,.12);color:var(--amber)}.rm-when.long{background:var(--sunken);color:var(--ink-2)}.rm-when:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.rm-title{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.015em}.rm-period{font-family:var(--font-mono);font-size:11px;color:var(--ink-3);margin-bottom:18px;letter-spacing:.04em}.rm-list{list-style:none;padding:0}.rm-list li{padding:10px 0;font-size:13.5px;color:var(--ink-2);line-height:1.55;border-bottom:.5px dashed var(--rule);display:flex;gap:10px}.rm-list li:last-child{border-bottom:none}.rm-list li:before{content:"→";color:var(--ink-3);flex-shrink:0;font-weight:600}.rm-list strong{color:var(--ink);font-weight:600}@media (max-width:900px){.roadmap-grid{grid-template-columns:1fr}}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.about-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:32px}.about-tag{font-family:var(--font-mono);font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:12px}.about-title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:14px;letter-spacing:-.015em}.about-desc{font-size:14px;color:var(--ink-2);line-height:1.65}@media (max-width:900px){.about-grid{grid-template-columns:1fr}}.pricing-section{background:var(--sunken)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.price-card{background:var(--surface);border:.5px solid var(--rule);border-radius:14px;padding:28px;display:flex;flex-direction:column;position:relative}.price-card.featured{border:1.5px solid var(--smkty);box-shadow:0 20px 60px -20px rgba(39,44,41,.2)}.price-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);padding:4px 10px;border-radius:100px;background:var(--smkty);color:#fff;font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;white-space:nowrap}.price-name{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:6px}.price-pitch{font-size:13px;color:var(--ink-2);margin-bottom:20px;min-height:44px;line-height:1.55}.price-amount{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.price-amount .currency{font-size:13px;color:var(--ink-2);font-weight:500}.price-amount .value{font-size:30px;letter-spacing:-.02em;line-height:1}.price-amount .value,.price-amount .value-sm{font-family:var(--font-mono);font-weight:500;color:var(--ink)}.price-amount .value-sm{font-size:18px;line-height:1.2}.price-period{font-size:12px;color:var(--ink-3)}.price-limits{font-family:var(--font-mono);font-size:10.5px;color:var(--ink-2);margin-top:12px;padding-top:12px;border-top:.5px solid var(--rule);margin-bottom:16px}.price-limits div{padding:2px 0}.price-features{list-style:none;padding:0;margin-bottom:20px}.price-features li{display:flex;gap:7px;padding:5px 0;font-size:12.5px;color:var(--ink-2);line-height:1.45}.price-features li:before{content:"✓";color:var(--green-light);font-weight:600;flex-shrink:0}.price-cta{margin-top:auto}.price-cta .btn{width:100%;justify-content:center;font-size:13px;padding:10px 14px}.price-trial{font-family:var(--font-mono);font-size:9.5px;color:var(--ink-3);letter-spacing:.06em;margin-top:8px;text-align:center}@media (max-width:900px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:540px){.pricing-grid{grid-template-columns:1fr;gap:12px}}.pricing-detail-title{font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--ink);margin-bottom:4px}.pricing-detail-sub{font-size:12.5px;color:var(--ink-3);margin-bottom:20px}.compare-pricing-wrap{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;overflow:hidden;overflow-x:auto}.compare-pricing{width:100%;min-width:900px;border-collapse:collapse;font-size:13.5px}.compare-pricing td,.compare-pricing th{padding:12px 14px;border-bottom:.5px solid var(--rule);text-align:center;color:var(--ink-2)}.compare-pricing th{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);background:var(--sunken);vertical-align:bottom}.compare-pricing td:first-child,.compare-pricing th:first-child{text-align:left;color:var(--ink);font-weight:500}.compare-pricing tr.section td{background:var(--sunken);font-weight:600;color:var(--ink);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:10px 14px}.compare-pricing tbody tr:last-child td{border-bottom:none}.faq-list{display:flex;flex-direction:column;gap:0;border-top:.5px solid var(--rule)}.faq-item{border-bottom:.5px solid var(--rule)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;background:none;border:none;font-family:inherit;font-size:16px;font-weight:600;color:var(--ink);text-align:left;cursor:pointer}.faq-q:after{content:"+";font-family:var(--font-mono);font-size:22px;font-weight:400;color:var(--ink-3);transition:transform .2s;flex-shrink:0}.faq-item.open .faq-q:after{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-a{max-height:600px;padding-bottom:22px}.faq-a p{font-size:14.5px;color:var(--ink-2);line-height:1.7;margin:0}.faq-a p+p{margin-top:10px}.faq-foot{margin-top:28px;font-size:14px;color:var(--ink-2);display:flex;align-items:center;gap:8px}.demo-section{padding:96px 0;background:var(--surface);border-top:1px solid var(--rule)}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.demo-browser{border-radius:12px;border:1.5px solid var(--rule);overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06)}.demo-browser-bar{height:40px;background:var(--sunken);border-bottom:1px solid var(--rule);display:flex;align-items:center;padding:0 14px;gap:6px}.demo-browser-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.demo-browser-dot:first-child{background:#ff5f57}.demo-browser-dot:nth-child(2){background:#febc2e}.demo-browser-dot:nth-child(3){background:#28c840}.demo-browser-url{margin-left:8px;font-family:var(--font-mono);font-size:11px;color:var(--ink-3)}.lc-form{padding:24px;gap:14px;background:#fff}.lc-field,.lc-form{display:flex;flex-direction:column}.lc-field{gap:5px}.lc-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:var(--ink-2);gap:8px}.lc-badge{font-family:var(--font-mono);font-size:10px;color:var(--green-light);background:rgba(26,138,90,.1);border-radius:4px;padding:2px 6px;flex-shrink:0}.lc-input{width:100%;padding:10px 14px;border-radius:8px;border:1.5px solid var(--rule);font-family:var(--font-sans);font-size:14px;color:var(--ink);outline:none;transition:border-color .15s;background:var(--surface)}.lc-input:focus{border-color:var(--green-light)}.lc-success{padding:32px 24px;text-align:center;background:#fff}.lc-success-icon{width:48px;height:48px;border-radius:50%;background:var(--green-light);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.lc-success-title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.02em}.lc-success-sub{font-size:14px;color:var(--ink-2);margin-bottom:20px}.lc-cid-chip{background:var(--sunken);border:1px solid var(--rule);border-radius:8px;padding:12px 16px;margin:0 auto 16px;font-family:var(--font-mono);display:inline-flex;gap:10px;align-items:center}.lc-cid-label{font-size:11px;color:var(--ink-3)}.lc-cid-val{font-size:13px;font-weight:700;color:var(--green-light)}.lc-success-note{font-size:13px;color:var(--ink-2);line-height:1.65;max-width:340px;margin:0 auto}.demo-code-col{display:flex;flex-direction:column;gap:24px}.demo-code-step{font-size:12px;font-weight:700;color:var(--ink-3);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.demo-code-pre{background:var(--smkty-deep);color:#a8c5b0;font-family:var(--font-mono);font-size:12px;line-height:1.75;padding:20px 22px;border-radius:10px;overflow-x:auto;white-space:pre}.demo-steps-list{display:flex;flex-direction:column;gap:14px}.demo-step-row{display:flex;gap:12px;align-items:flex-start}.demo-step-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--smkty);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.demo-step-text{font-size:13px;color:var(--ink-2);line-height:1.6}.demo-step-text strong{color:var(--ink)}@media (max-width:860px){.demo-grid{grid-template-columns:1fr}.demo-code-pre{font-size:11px}}.cta-final{background:var(--smkty-deep);color:#fff;text-align:center}.cta-final .eyebrow{color:hsla(0,0%,100%,.5)}.cta-final .section-title{color:#fff}.cta-final .section-title em{color:hsla(0,0%,100%,.6)}.cta-final .section-sub{color:hsla(0,0%,100%,.65);margin:16px auto 32px}.cta-final-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-final .btn-primary{background:#fff;color:var(--smkty-deep)}.cta-final .btn-primary:hover{background:var(--page)}.cta-final .btn-ghost{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.25)}.cta-final .btn-ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.4)}.footer{background:var(--page);border-top:.5px solid var(--rule);padding:64px 0 32px}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:.5px solid var(--rule)}.footer-tagline{font-size:14px;color:var(--ink-2);line-height:1.6;max-width:320px}.footer-tagline em{font-style:italic;color:var(--ink)}.footer-col-title{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:10px}.footer-col a{font-size:13.5px;color:var(--ink-2);transition:color .15s}.footer-col a:hover{color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-family:var(--font-mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em;flex-wrap:wrap;gap:12px}@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:32px}.footer-brand-block{grid-column:1/-1}}@media (max-width:540px){.footer-top{grid-template-columns:1fr}}.animate{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate.visible{opacity:1;transform:translateY(0)}.navbar-nav .dd{position:relative}.navbar-nav .dd>button{font-size:13.5px;font-weight:500;color:var(--ink-2);transition:color .15s;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:5px;background:none;border:none;font-family:inherit;white-space:nowrap}.navbar-nav .dd>button:hover{color:var(--ink)}.navbar-nav .dd>button:after{content:"";width:6px;height:6px;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);margin-top:-3px;opacity:.55;margin-left:2px}.dd-panel{position:absolute;top:calc(100% + 16px);left:-16px;background:var(--surface);border:1px solid var(--rule);border-radius:12px;padding:10px;box-shadow:0 18px 48px -28px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .18s;min-width:260px;z-index:200}.navbar-nav .dd:focus-within .dd-panel,.navbar-nav .dd:hover .dd-panel{opacity:1;visibility:visible;transform:translateY(0)}.dd-panel a{display:block;padding:9px 12px;border-radius:7px;font-size:13px;font-weight:500;color:var(--ink);transition:background .15s}.dd-panel a:hover{background:var(--sunken)}.dd-panel a small{display:block;font-size:10px;font-weight:500;letter-spacing:.04em;margin-top:2px}.dd-panel a small,.dd-panel-section{font-family:var(--font-mono);color:var(--ink-3);text-transform:uppercase}.dd-panel-section{font-size:9.5px;font-weight:600;letter-spacing:.14em;padding:8px 12px 4px}.sub-hero{padding:72px 0 80px;background:linear-gradient(180deg,var(--page) 0,var(--sunken) 100%);position:relative;overflow:hidden}.sub-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 40%,rgba(26,138,90,.06) 0,transparent 40%),radial-gradient(circle at 80% 60%,rgba(39,44,41,.05) 0,transparent 40%);pointer-events:none}.sub-hero-inner{position:relative;z-index:1;max-width:800px}.sub-hero .hero-eyebrow{margin-bottom:20px}.sub-hero-title{font-size:48px;font-weight:700;line-height:1.07;letter-spacing:-.025em;color:var(--ink);margin-bottom:18px}.sub-hero-title em{font-style:italic;font-weight:600;color:var(--smkty)}.sub-hero-sub{font-size:17px;line-height:1.6;color:var(--ink-2);margin-bottom:28px;max-width:680px}.sub-hero-sub strong{color:var(--ink);font-weight:600}.sub-hero-stats{display:flex;gap:0;border:.5px solid var(--rule);border-radius:10px;background:var(--surface);overflow:hidden;margin-top:40px}.sub-hero-stat{padding:20px 28px;border-right:.5px solid var(--rule);flex:1}.sub-hero-stat:last-child{border-right:none}.sub-hero-stat-value{font-family:var(--font-mono);font-size:28px;font-weight:500;color:var(--smkty);line-height:1;margin-bottom:6px}.sub-hero-stat-label{font-size:12px;color:var(--ink-2);line-height:1.4}@media (max-width:900px){.sub-hero-title{font-size:34px}.sub-hero-stats{flex-wrap:wrap}.sub-hero-stat{flex:1 1 45%}}@media (max-width:540px){.sub-hero{padding:52px 0 56px}.sub-hero-title{font-size:28px}.sub-hero-stat{flex:1 1 100%}}.lead-section{background:var(--surface);border-top:.5px solid var(--rule)}.lead-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;padding:80px 0}.lead-text h2{font-size:34px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.lead-text h2 em{font-style:italic;color:var(--smkty);font-weight:600}.lead-text p{font-size:15px;color:var(--ink-2);line-height:1.65;margin-bottom:28px}.lead-trust{display:flex;flex-direction:column;gap:10px}.lead-trust-item{font-size:13px;color:var(--ink-3);line-height:1.5}.lead-trust-item strong{color:var(--ink-2);font-weight:600}.lead-form-wrap{background:var(--surface);border:.5px solid var(--rule);border-radius:14px;padding:32px}.lead-form-wrap .lead-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.lead-form-wrap .lead-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.lead-form-wrap .lead-field:last-of-type{margin-bottom:20px}.lead-form-wrap label{font-size:12px;font-weight:600;color:var(--ink-2)}.lead-form-wrap label span{color:var(--red)}.lead-form-wrap input,.lead-form-wrap textarea{width:100%;padding:10px 14px;border-radius:8px;border:1.5px solid var(--rule);font-family:var(--font-sans);font-size:14px;color:var(--ink);outline:none;transition:border-color .15s;background:var(--surface);resize:vertical}.lead-form-wrap input:focus,.lead-form-wrap textarea:focus{border-color:var(--green-light)}.lead-form-wrap textarea{min-height:88px}.lead-submit{width:100%;padding:13px 22px;border-radius:8px;background:var(--smkty);color:#fff;border:none;font-family:var(--font-sans);font-size:14.5px;font-weight:600;cursor:pointer;transition:all .15s}.lead-submit:hover{background:var(--smkty-deep);transform:translateY(-1px)}.lead-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.lead-meta{margin-top:10px;font-size:11px;color:var(--ink-3);text-align:center}.lead-success-wrap{text-align:center;padding:24px 0}.lead-success-icon{width:48px;height:48px;border-radius:50%;background:var(--green-light);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.lead-success-title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:8px;letter-spacing:-.02em}.lead-success-sub{font-size:14px;color:var(--ink-2);line-height:1.65}@media (max-width:900px){.lead-wrap{gap:40px;padding:56px 0}.lead-form-wrap .lead-row,.lead-wrap{grid-template-columns:1fr}}.calc-section{background:var(--surface);border-top:.5px solid var(--rule);border-bottom:.5px solid var(--rule)}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.calc-box{background:var(--surface);border:.5px solid var(--rule);border-radius:14px;padding:28px}.calc-input{margin-bottom:24px}.calc-input-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.calc-input-lbl{font-size:13px;font-weight:600;color:var(--ink)}.calc-input-val{font-family:var(--font-mono);font-size:16px;font-weight:500;color:var(--smkty)}.calc-slider{width:100%;height:4px;border-radius:2px;background:var(--rule);outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;margin-bottom:4px}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--smkty);cursor:pointer;border:3px solid var(--surface);box-shadow:0 0 0 2px var(--smkty)}.calc-slider-marks{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:10px;color:var(--ink-3);letter-spacing:.04em}.calc-input-desc{font-size:12px;color:var(--ink-3);margin-top:6px;line-height:1.5}.calc-results{background:var(--sunken);border:.5px solid var(--rule);border-radius:14px;padding:24px}.calc-result-title{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:18px}.calc-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.calc-result-card{background:var(--surface);border:.5px solid var(--rule);border-radius:8px;padding:14px}.calc-result-card.warning{border-color:rgba(192,57,43,.25);background:rgba(192,57,43,.04)}.calc-result-card-lbl{font-size:11px;color:var(--ink-3);margin-bottom:6px;line-height:1.4}.calc-result-card-val{font-family:var(--font-mono);font-size:22px;font-weight:500;color:var(--ink);line-height:1}.calc-result-card.warning .calc-result-card-val{color:var(--red)}.calc-recovery{border:1.5px solid rgba(26,138,90,.3);background:rgba(26,138,90,.06);border-radius:10px;padding:18px 20px}.calc-recovery-lbl{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.calc-recovery-lbl,.calc-recovery-val{font-family:var(--font-mono);color:var(--green-light)}.calc-recovery-val{font-size:36px;font-weight:500;line-height:1}.calc-recovery-sub{font-size:12px;color:var(--ink-3);margin-top:6px}@media (max-width:900px){.calc-grid{grid-template-columns:1fr}}.pf-mockup{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;overflow:hidden;box-shadow:0 18px 48px -16px rgba(39,44,41,.14)}.pf-chrome{background:var(--sunken);border-bottom:.5px solid var(--rule);padding:10px 14px;display:flex;align-items:center;gap:8px}.pf-chrome-dots{display:flex;gap:5px}.pf-chrome-dots span{width:8px;height:8px;border-radius:50%;background:var(--rule)}.pf-chrome-bar{flex:1;text-align:center;font-family:var(--font-mono);font-size:10px;color:var(--ink-3);background:var(--surface);padding:3px 12px;border-radius:4px}.score-list-table{padding:12px;display:flex;flex-direction:column;gap:6px}.score-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:10px 12px;background:var(--sunken);border:.5px solid var(--rule);border-radius:6px}.score-row.warn{background:rgba(180,83,9,.05);border-color:rgba(180,83,9,.2)}.score-row.bad{background:rgba(192,57,43,.04);border-color:rgba(192,57,43,.18)}.score-row-name{font-size:12px;font-weight:600;color:var(--ink);margin-bottom:2px}.score-row-meta{color:var(--ink-3);letter-spacing:.03em}.score-badge,.score-row-meta{font-family:var(--font-mono);font-size:10px}.score-badge{font-weight:600;letter-spacing:.08em;padding:3px 8px;border-radius:100px;white-space:nowrap}.b-good{background:rgba(26,138,90,.12);color:var(--green-light)}.b-warn{background:rgba(180,83,9,.12);color:var(--amber)}.b-bad{background:rgba(192,57,43,.12);color:var(--red)}.score-pct{font-family:var(--font-mono);font-size:14px;font-weight:500;color:var(--ink-3);min-width:28px;text-align:right}.score-pct.g{color:var(--green-light)}.score-pct.warn{color:var(--amber)}.score-pct.bad{color:var(--red)}.integ-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.integ-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:28px}.integ-card-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.integ-card-mark{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.im-meta{background:#0866ff}.im-google{background:#4285f4}.im-tiktok{background:#010101}.im-ga4{background:#f9ab00}.im-linkedin{background:#0077b5}.im-kwai{background:#ff4b00}.integ-card-name{font-size:15px;font-weight:700;color:var(--ink)}.integ-card-desc{font-size:13.5px;color:var(--ink-2);line-height:1.65}@media (max-width:900px){.integ-grid{grid-template-columns:1fr}}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px}.filter-tab{padding:7px 16px;border-radius:100px;border:1px solid var(--rule);background:var(--surface);font-size:13px;font-weight:500;color:var(--ink-2);cursor:pointer;transition:all .15s}.filter-tab:hover{border-color:var(--smkty-mid);color:var(--ink)}.filter-tab.active{background:var(--smkty);color:#fff;border-color:var(--smkty)}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.case-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:32px}.case-cat{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:3px 9px;border-radius:100px;margin-bottom:14px;display:inline-block}.cat-ag{background:rgba(26,138,90,.12);color:var(--green-light)}.cat-ec{background:rgba(37,99,235,.12);color:#2563eb}.cat-ip{background:rgba(180,83,9,.12);color:var(--amber)}.case-meta{font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.04em;margin-bottom:12px;text-transform:uppercase}.case-quote{font-size:16px;font-weight:600;color:var(--ink);line-height:1.4;margin-bottom:20px;font-style:italic}.case-author{gap:10px;padding:12px 0;border-top:.5px solid var(--rule);border-bottom:.5px solid var(--rule);margin-bottom:16px}.case-author,.case-avatar{display:flex;align-items:center}.case-avatar{width:36px;height:36px;border-radius:50%;background:var(--smkty);color:#fff;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.case-author-name{font-size:13px;font-weight:600;color:var(--ink)}.case-author-role{font-size:11px;color:var(--ink-3);margin-top:1px}.case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.case-metric-value{font-family:var(--font-mono);font-size:22px;font-weight:500;color:var(--green-light);line-height:1;margin-bottom:4px}.case-metric-label{font-size:11px;color:var(--ink-2);line-height:1.4}@media (max-width:900px){.cases-grid{grid-template-columns:1fr}}.vs-table-wrap{border:.5px solid var(--rule);border-radius:12px;overflow:hidden;overflow-x:auto}.vs-table{width:100%;min-width:600px;border-collapse:collapse;font-size:13.5px}.vs-table thead th{padding:16px 14px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);background:var(--sunken);border-bottom:.5px solid var(--rule);text-align:center}.vs-table thead th:first-child{text-align:left}.vs-table thead th.us{color:var(--smkty);background:var(--page);font-size:13px;letter-spacing:0;text-transform:none;font-weight:700}.vs-table tbody td{padding:14px;border-bottom:.5px solid var(--rule);color:var(--ink-2);text-align:center}.vs-table tbody td:first-child{text-align:left;color:var(--ink);font-weight:500}.vs-table tbody td.us{background:var(--page)}.vs-table tr.cs td{background:var(--sunken);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--smkty);padding:10px 14px;text-align:left!important;border-top:.5px solid var(--rule)}.vs-table tbody tr:last-child td{border-bottom:none}.vs-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.vs-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:28px}.vs-card.us{border-color:var(--green-light)}.vs-card.them{border-color:var(--rule);opacity:.85}.vs-card-head{display:flex;align-items:center;gap:10px;margin-bottom:18px}.vs-card-badge{font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.1em;padding:3px 8px;border-radius:100px}.vs-card.us .vs-card-badge{background:rgba(26,138,90,.12);color:var(--green-light)}.vs-card.them .vs-card-badge{background:var(--sunken);color:var(--ink-3)}.vs-card-name{font-size:16px;font-weight:700;color:var(--ink)}.vs-list{list-style:none;padding:0}.vs-list li{display:flex;gap:8px;padding:6px 0;font-size:13.5px;color:var(--ink-2);line-height:1.5;border-bottom:.5px dashed var(--rule)}.vs-list li:last-child{border-bottom:none}.vs-list li:before{font-size:13px;flex-shrink:0}.vs-list.pros li:before{content:"✓";color:var(--green-light);font-weight:600}.vs-list.cons li:before{content:"✗";color:var(--ink-3);font-weight:600}@media (max-width:700px){.vs-cards{grid-template-columns:1fr}}.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;max-width:720px}.price-foot{margin-top:20px;font-size:13.5px;color:var(--ink-2);text-align:center}.price-foot a{color:var(--green-light);text-decoration:underline;text-underline-offset:3px}.workflow-5{display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:wf5}.wf5-step{padding:32px 20px 0 0;counter-increment:wf5;position:relative}.wf5-step:not(:last-child){border-right:.5px solid var(--rule);margin-right:20px}.wf5-step:before{content:counter(wf5,decimal-leading-zero);display:block;font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.12em;margin-bottom:8px}@media (max-width:1024px){.workflow-5{grid-template-columns:repeat(3,1fr);gap:32px}.wf5-step{padding-right:0;margin-right:0;border-right:none}}@media (max-width:600px){.workflow-5{grid-template-columns:1fr}}.diff-cards-col{display:flex;flex-direction:column;gap:0}.roadmap-section{background:var(--surface)}.prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.prob-card{background:var(--surface);border:.5px solid var(--rule);border-radius:12px;padding:28px}.prob-icon{font-size:28px;margin-bottom:14px}.prob-title{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em}.prob-desc{font-size:13.5px;color:var(--ink-2);line-height:1.6}@media (max-width:900px){.prob-grid{grid-template-columns:1fr}}.site-footer{background:var(--page);border-top:.5px solid var(--rule);padding:64px 0 32px}.site-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:.5px solid var(--rule)}.site-footer-tagline{font-size:14px;color:var(--ink-2);line-height:1.6;max-width:320px;margin-top:12px}.site-footer-tagline em{font-style:italic;color:var(--ink)}.site-footer-col-title{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-bottom:16px}.site-footer-col ul{list-style:none;padding:0}.site-footer-col li{margin-bottom:10px}.site-footer-col a{font-size:13.5px;color:var(--ink-2);transition:color .15s}.site-footer-col a:hover{color:var(--ink)}.site-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;font-family:var(--font-mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em;flex-wrap:wrap;gap:12px}@media (max-width:900px){.site-footer-top{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:32px}.site-footer-brand-col{grid-column:1/-1}}@media (max-width:540px){.site-footer-top{grid-template-columns:1fr}}