.mkt-root{--bg:#FAF8F4;--bg-card:#FFFFFF;--bg-muted:#F2EFE8;--bg-inverse:#0A3527;--ink:#0E1F19;--ink-soft:#3D4E47;--ink-mute:#6B7872;--ink-inverse:#FFFFFF;--line:#E5E1D8;--line-strong:#C9C4B6;--green:#0F4F3C;--green-deep:#0A3527;--green-soft:#E8F0EC;--accent:#C9A24E;--accent-soft:#F5EBD1;--ok:#0F4F3C;--ok-bg:#E8F0EC;--warn:#B47A0A;--warn-bg:#FBF3E2;--err:#9B2C2C;--err-bg:#FBEBEB;--info:#1E4E8C;--info-bg:#E6EEF7;--font-display:"Fraunces",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:24px;--s-6:32px;--s-7:48px;--s-8:64px;--s-9:96px;--r-sm:4px;--r-md:6px;--r-lg:10px;--r-xl:14px;--r-pill:999px;--shadow-xs:0 1px 0 var(--line);--shadow-sm:0 1px 2px rgba(14,31,25,0.06);--shadow-md:0 4px 12px -2px rgba(14,31,25,0.08),0 2px 4px -2px rgba(14,31,25,0.05);--shadow-lg:0 24px 48px -20px rgba(14,31,25,0.18),0 8px 16px -8px rgba(14,31,25,0.08);--t-fast:0.12s ease;--t-base:0.18s ease;--t-slow:0.3s ease;--z-base:1;--z-sticky:50;--z-modal:100;--z-toast:200;--container-max:1200px;--nav-h:68px}.mkt-root *,.mkt-root :after,.mkt-root :before{box-sizing:border-box}.mkt-root *{margin:0;padding:0}.mkt-root{scroll-behavior:smooth;font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","cv11";text-rendering:optimizeLegibility}.mkt-root img,.mkt-root svg,.mkt-root video{max-width:100%;display:block}.mkt-root a{color:inherit;text-decoration:none}.mkt-root a:focus-visible,.mkt-root button:focus-visible,.mkt-root input:focus-visible,.mkt-root select:focus-visible,.mkt-root summary:focus-visible,.mkt-root textarea:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:var(--r-sm)}.mkt-root ::selection{background:var(--green);color:white}.mkt-root .display{font-family:var(--font-display);font-feature-settings:"ss01";letter-spacing:-.015em;line-height:1.05;font-weight:500}.mkt-root h1,.mkt-root h2,.mkt-root h3,.mkt-root h4,.mkt-root h5,.mkt-root h6{font-family:var(--font-display);letter-spacing:-.01em;line-height:1.15;font-weight:500;color:var(--ink)}.mkt-root h1{font-size:clamp(40px,5.5vw,64px)}.mkt-root h2{font-size:clamp(30px,3.5vw,44px)}.mkt-root h3{font-size:26px}.mkt-root h4{font-size:20px}.mkt-root h5{font-size:17px}.mkt-root h6{font-size:15px}.mkt-root p{color:var(--ink-soft)}.mkt-root .kicker{font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--green);letter-spacing:.12em;text-transform:uppercase}.mkt-root .lead{font-size:19px;color:var(--ink-soft)}.mkt-root .small{font-size:13px}.mkt-root .tiny{font-size:11px}.mkt-root .mono{font-family:var(--font-mono)}.mkt-root .mkt-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--s-5)}.mkt-root .mkt-container-narrow{max-width:820px;margin:0 auto;padding:0 var(--s-5)}.mkt-root section{padding:var(--s-9) 0;border-bottom:1px solid var(--line)}.mkt-root .sec-head{margin-bottom:var(--s-8);max-width:720px}.mkt-root .sec-head .kicker{display:block;margin-bottom:var(--s-4)}.mkt-root .sec-head h2{margin-bottom:18px}.mkt-root .sec-sub{font-size:18px;color:var(--ink-soft)}.mkt-root .grid{display:grid;gap:var(--s-5)}.mkt-root .grid-2{grid-template-columns:repeat(2,1fr)}.mkt-root .grid-3{grid-template-columns:repeat(3,1fr)}.mkt-root .grid-4{grid-template-columns:repeat(4,1fr)}.mkt-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s-2);padding:10px 18px;border-radius:var(--r-md);font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all var(--t-base);white-space:nowrap;user-select:none}.mkt-root .btn:disabled,.mkt-root .btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.mkt-root .btn-primary{background:var(--green);color:white;border-color:var(--green)}.mkt-root .btn-primary:hover{background:var(--green-deep);border-color:var(--green-deep)}.mkt-root .btn-primary:active{transform:translateY(1px)}.mkt-root .btn-ghost{color:var(--ink);border-color:var(--line-strong);background:transparent}.mkt-root .btn-ghost:hover{background:white;border-color:var(--ink)}.mkt-root .btn-subtle{color:var(--ink-soft);background:var(--bg-muted);border-color:transparent}.mkt-root .btn-subtle:hover{background:var(--line);color:var(--ink)}.mkt-root .btn-danger{background:var(--err);color:white;border-color:var(--err)}.mkt-root .btn-danger:hover{filter:brightness(.92)}.mkt-root .btn-on-dark{background:white;color:var(--green-deep);border-color:white}.mkt-root .btn-on-dark:hover{background:var(--bg)}.mkt-root .btn-ghost-light{color:white;border-color:rgba(255,255,255,.3);background:transparent}.mkt-root .btn-ghost-light:hover{border-color:white;background:rgba(255,255,255,.08)}.mkt-root .btn-sm{padding:6px 12px;font-size:13px}.mkt-root .btn-lg{padding:14px 22px;font-size:15px}.mkt-root .btn-block{width:100%}.mkt-root .form-group{margin-bottom:var(--s-5)}.mkt-root .label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}.mkt-root .label-hint{font-weight:400;color:var(--ink-mute);margin-left:6px}.mkt-root .input,.mkt-root .select,.mkt-root .textarea{width:100%;padding:10px 12px;border:1px solid var(--line-strong);border-radius:var(--r-md);background:white;color:var(--ink);font-family:inherit;font-size:14px;line-height:1.4;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.mkt-root .input:hover,.mkt-root .select:hover,.mkt-root .textarea:hover{border-color:var(--ink-mute)}.mkt-root .input:focus,.mkt-root .select:focus,.mkt-root .textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.mkt-root .input::placeholder,.mkt-root .textarea::placeholder{color:var(--ink-mute)}.mkt-root .input[disabled],.mkt-root .select[disabled],.mkt-root .textarea[disabled]{background:var(--bg-muted);color:var(--ink-mute);cursor:not-allowed}.mkt-root .textarea{resize:vertical;min-height:96px}.mkt-root .select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7872' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.mkt-root .input-error{border-color:var(--err)}.mkt-root .input-error:focus{box-shadow:0 0 0 3px var(--err-bg)}.mkt-root .form-help{font-size:12px;color:var(--ink-mute);margin-top:6px}.mkt-root .form-error{font-size:12px;color:var(--err);margin-top:6px}.mkt-root .check,.mkt-root .radio{display:inline-flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;color:var(--ink-soft)}.mkt-root .check input,.mkt-root .radio input{margin-top:3px;accent-color:var(--green);width:16px;height:16px}.mkt-root .fieldset{border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--s-5);background:white}.mkt-root .fieldset legend{font-family:var(--font-display);font-weight:500;padding:0 8px;color:var(--ink)}.mkt-root .dropzone{border:2px dashed var(--line-strong);border-radius:var(--r-lg);padding:var(--s-7);text-align:center;background:white;cursor:pointer;transition:all var(--t-base)}.mkt-root .dropzone.is-active,.mkt-root .dropzone:hover{border-color:var(--green);background:var(--green-soft)}.mkt-root .dropzone-title{font-family:var(--font-display);font-size:18px;margin-bottom:6px}.mkt-root .dropzone-sub{font-size:13px;color:var(--ink-mute)}.mkt-root .table-wrap{border:1px solid var(--line);border-radius:var(--r-lg);background:white;overflow:hidden}.mkt-root .table{width:100%;border-collapse:collapse;font-size:14px}.mkt-root .table td,.mkt-root .table th{text-align:left;padding:12px 16px;border-bottom:1px solid var(--line);vertical-align:middle}.mkt-root .table th{background:var(--bg-muted);font-weight:600;font-size:12px;color:var(--ink-soft);letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--line-strong)}.mkt-root .table tbody tr:last-child td{border-bottom:0}.mkt-root .table tbody tr:hover{background:var(--bg)}.mkt-root .table .num{font-variant-numeric:tabular-nums;text-align:right}.mkt-root .card{background:white;border:1px solid var(--line);border-radius:var(--r-lg);padding:var(--s-5)}.mkt-root .card-lg{padding:var(--s-6)}.mkt-root .card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--s-4);padding-bottom:var(--s-4);border-bottom:1px solid var(--line)}.mkt-root .card-title{font-family:var(--font-display);font-size:18px;font-weight:500}.mkt-root .panel{background:var(--bg-muted);border-radius:var(--r-lg);padding:var(--s-5)}.mkt-root .badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:600;letter-spacing:.02em}.mkt-root .badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.mkt-root .badge-ok{background:var(--ok-bg);color:var(--ok)}.mkt-root .badge-warn{background:var(--warn-bg);color:var(--warn)}.mkt-root .badge-err{background:var(--err-bg);color:var(--err)}.mkt-root .badge-info{background:var(--info-bg);color:var(--info)}.mkt-root .badge-mute{background:var(--bg-muted);color:var(--ink-soft)}.mkt-root .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--warn-bg);color:var(--warn);border-radius:var(--r-pill);font-size:12px;font-weight:600;letter-spacing:.02em}.mkt-root .eyebrow-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.mkt-root .alert{display:flex;gap:var(--s-3);padding:var(--s-4);border-radius:var(--r-md);border:1px solid;font-size:14px}.mkt-root .alert-icon{flex-shrink:0}.mkt-root .alert-title{font-weight:600;margin-bottom:2px}.mkt-root .alert-info{background:var(--info-bg);border-color:var(--info);color:var(--info)}.mkt-root .alert-ok{background:var(--ok-bg);border-color:var(--ok);color:var(--ok)}.mkt-root .alert-warn{background:var(--warn-bg);border-color:var(--warn);color:var(--warn)}.mkt-root .alert-err{background:var(--err-bg);border-color:var(--err);color:var(--err)}.mkt-root .nav{border-bottom:1px solid var(--line);background:rgba(250,248,244,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:var(--z-sticky)}.mkt-root .nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h)}.mkt-root .logo{display:flex;align-items:center;gap:10px;color:var(--ink)}.mkt-root .logo-mark{width:32px;height:32px;background:var(--green);border-radius:var(--r-md);display:grid;place-items:center;color:white;font-family:var(--font-display);font-weight:600;font-size:16px}.mkt-root .logo-text{display:flex;flex-direction:column;line-height:1.05}.mkt-root .logo-text .t1{font-family:var(--font-display);font-weight:600;font-size:16px}.mkt-root .logo-text .t2{font-size:11px;color:var(--ink-mute);letter-spacing:.06em;text-transform:uppercase}.mkt-root .nav-links{display:flex;align-items:center;gap:28px}.mkt-root .nav-link{color:var(--ink-soft);font-size:14px;font-weight:500;transition:color var(--t-fast)}.mkt-root .nav-link:hover{color:var(--ink)}.mkt-root .nav-link.active{color:var(--green)}.mkt-root .sidebar{width:240px;border-right:1px solid var(--line);background:var(--bg);padding:var(--s-5);min-height:100vh;position:sticky;top:0}.mkt-root .sidebar-group{margin-bottom:var(--s-5)}.mkt-root .sidebar-group-title{font-size:11px;font-weight:600;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;padding:0 8px}.mkt-root .sidebar-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-md);color:var(--ink-soft);font-size:14px;font-weight:500}.mkt-root .sidebar-link:hover{background:var(--bg-muted);color:var(--ink)}.mkt-root .sidebar-link.active{background:var(--green-soft);color:var(--green-deep);font-weight:600}.mkt-root .hero{padding:80px 0 100px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.mkt-root .hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:64px 64px;background-position:-1px -1px;mask-image:radial-gradient(ellipse 60% 50% at 70% 40%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 70% 40%,black 30%,transparent 70%);opacity:.5;pointer-events:none}.mkt-root .hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;position:relative}.mkt-root .hero-right{display:flex;flex-direction:column;gap:40px}.mkt-root .hero-title{margin:24px 0}.mkt-root .hero-title em{font-style:italic;color:var(--green);font-weight:400}.mkt-root .hero-sub{font-size:19px;color:var(--ink-soft);max-width:540px;margin-bottom:36px}.mkt-root .hero-sub strong{color:var(--ink);font-weight:600}.mkt-root .hero-cta{display:flex;gap:var(--s-3);flex-wrap:wrap;margin-bottom:var(--s-6)}.mkt-root .hero-meta{display:flex;gap:var(--s-5);flex-wrap:wrap;font-size:13px;color:var(--ink-mute)}.mkt-root .hero-meta span{display:inline-flex;align-items:center;gap:6px}.mkt-root .hero-meta svg{color:var(--green)}.mkt-root .section-dark{background:var(--green-deep);color:white;border-bottom:0}.mkt-root .section-dark h2,.mkt-root .section-dark h3{color:white}.mkt-root .section-dark .kicker{color:var(--accent)}.mkt-root .section-dark .sec-sub,.mkt-root .section-dark p{color:rgba(255,255,255,.75)}.mkt-root .section-dark em.accent{font-style:italic;color:var(--accent)}.mkt-root .pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);overflow:hidden}.mkt-root .pain-item{background:var(--green-deep);padding:var(--s-6)}.mkt-root .pain-num{font-family:var(--font-display);font-size:14px;color:var(--accent);margin-bottom:var(--s-4);font-weight:600}.mkt-root .pain-q{font-family:var(--font-display);font-size:22px;line-height:1.25;margin-bottom:var(--s-3);color:white}.mkt-root .pain-a{font-size:14px;color:rgba(255,255,255,.7);line-height:1.6}.mkt-root .modules-grid{display:grid;gap:var(--s-6)}.mkt-root .modules-grid,.mkt-root .modules-grid-4{grid-template-columns:1fr 1fr}.mkt-root .module .module-stap{margin-top:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--green);border-top:1px dashed var(--line);padding-top:12px}.mkt-root .conform-row{background:white;border:1px solid var(--line);border-radius:var(--r-xl);padding:28px}.mkt-root .conform-stap{margin-bottom:18px;padding-bottom:16px;border-bottom:1px dashed var(--line)}.mkt-root .conform-stap-kicker{display:inline-block;font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.mkt-root .conform-stap-titel{font-size:22px;font-weight:500;margin:0}.mkt-root .conform-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mkt-root .conform-col{padding:18px;background:var(--bg-muted);border-radius:var(--r-md)}.mkt-root .conform-col-wij{background:rgba(6,78,59,.04);border-left:3px solid var(--green)}.mkt-root .conform-col-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft);margin-bottom:8px}.mkt-root .conform-col p{font-size:14px;line-height:1.55;margin:0}.mkt-root .conform-col-link{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:12px;color:var(--green);font-weight:500}.mkt-root .conform-col-link:hover{text-decoration:underline}.mkt-root .module{background:white;border:1px solid var(--line);border-radius:var(--r-xl);padding:36px;position:relative;overflow:hidden}.mkt-root .module-num{position:absolute;top:24px;right:28px;font-family:var(--font-display);font-size:64px;color:var(--line);font-weight:500;line-height:1}.mkt-root .module h3{font-size:26px;margin-bottom:var(--s-3);font-weight:500;max-width:80%}.mkt-root .module p.lead{color:var(--ink-soft);margin-bottom:var(--s-5);font-size:15px}.mkt-root .module ul{list-style:none;border-top:1px solid var(--line);padding-top:20px}.mkt-root .module ul li{padding:8px 0;font-size:14px;color:var(--ink-soft);display:grid;grid-template-columns:16px 1fr;gap:10px;align-items:start}.mkt-root .module ul li:before{content:"→";color:var(--green);font-weight:600}.mkt-root .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-6)}.mkt-root .trust-item h4{font-size:18px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.mkt-root .trust-item h4 svg{color:var(--green)}.mkt-root .trust-item p{font-size:14px;color:var(--ink-soft)}.mkt-root .dossier{background:white;border:1px solid var(--line-strong);border-radius:var(--r-lg);padding:22px;box-shadow:var(--shadow-xs),var(--shadow-lg);position:relative;transform:rotate(-.4deg)}.mkt-root .dossier:before{content:"";position:absolute;inset:-10px;background:white;border:1px solid var(--line);border-radius:12px;z-index:-1;transform:rotate(1.5deg);opacity:.5}.mkt-root .dossier-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:var(--s-4);border-bottom:1px solid var(--line);margin-bottom:var(--s-4)}.mkt-root .dossier-title{font-family:var(--font-display);font-size:17px;font-weight:600;margin-bottom:4px}.mkt-root .dossier-meta{font-size:12px;color:var(--ink-mute)}.mkt-root .check-row{display:grid;grid-template-columns:22px 1fr auto;gap:var(--s-3);align-items:center;padding:9px 0;font-size:13px;border-bottom:1px solid var(--line)}.mkt-root .check-row:last-child{border-bottom:0}.mkt-root .check-row .ic{width:18px;height:18px;border-radius:50%;background:var(--ok-bg);color:var(--ok);display:grid;place-items:center;font-size:11px;font-weight:700}.mkt-root .check-row .ic.warn{background:var(--warn-bg);color:var(--warn)}.mkt-root .check-row .ic.err{background:var(--err-bg);color:var(--err)}.mkt-root .check-row .label{color:var(--ink-soft)}.mkt-root .check-row .val{font-family:var(--font-display);font-size:13px;color:var(--ink);font-weight:500}.mkt-root .dossier-foot{margin-top:var(--s-4);padding-top:14px;border-top:1px dashed var(--line-strong);display:flex;justify-content:space-between;align-items:center}.mkt-root .sig{font-family:var(--font-display);font-style:italic;font-size:18px;color:var(--green-deep)}.mkt-root .sig-meta{font-size:10px;color:var(--ink-mute);text-align:right;line-height:1.4}.mkt-root .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-5);position:relative}.mkt-root .steps:before{content:"";position:absolute;top:22px;left:5%;right:5%;height:1px;background:repeating-linear-gradient(90deg,var(--line-strong) 0 6px,transparent 6px 12px)}.mkt-root .step{position:relative}.mkt-root .step-n{width:44px;height:44px;background:var(--bg);border:1px solid var(--line-strong);border-radius:50%;display:grid;place-items:center;font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--green);margin-bottom:20px;position:relative;z-index:var(--z-base)}.mkt-root .step h4{font-size:19px;font-weight:500;margin-bottom:8px}.mkt-root .step p{font-size:14px;color:var(--ink-soft)}.mkt-root .faq-item{border-bottom:1px solid var(--line);padding:var(--s-5) 0}.mkt-root .faq-q{font-family:var(--font-display);font-size:20px;font-weight:500;margin-bottom:10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--ink)}.mkt-root .faq-q:after{content:"+";color:var(--green);font-family:var(--font-display);font-size:24px;font-weight:400;transition:transform var(--t-base)}.mkt-root details[open] .faq-q:after{content:"−"}.mkt-root .faq-a{color:var(--ink-soft);padding-top:8px;font-size:15px;max-width:720px}.mkt-root details summary{list-style:none}.mkt-root details summary::-webkit-details-marker{display:none}.mkt-root .final{background:var(--green);color:white;text-align:center;border-bottom:0;padding:100px 0}.mkt-root .final h2{color:white;max-width:760px;margin:0 auto 20px}.mkt-root .final p{color:rgba(255,255,255,.78);max-width:560px;margin:0 auto 36px;font-size:18px}.mkt-root .final em.accent{font-style:italic;color:var(--accent)}.mkt-root footer{padding:40px 0;background:var(--bg);font-size:13px;color:var(--ink-mute)}.mkt-root .foot-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--s-4)}.mkt-root .foot-inner strong{color:var(--ink)}.mkt-root .foot-links{display:flex;gap:20px}.mkt-root .mt-1{margin-top:var(--s-1)}.mkt-root .mb-1{margin-bottom:var(--s-1)}.mkt-root .mt-2{margin-top:var(--s-2)}.mkt-root .mb-2{margin-bottom:var(--s-2)}.mkt-root .mt-3{margin-top:var(--s-3)}.mkt-root .mb-3{margin-bottom:var(--s-3)}.mkt-root .mt-4{margin-top:var(--s-4)}.mkt-root .mb-4{margin-bottom:var(--s-4)}.mkt-root .mt-5{margin-top:var(--s-5)}.mkt-root .mb-5{margin-bottom:var(--s-5)}.mkt-root .mt-6{margin-top:var(--s-6)}.mkt-root .mb-6{margin-bottom:var(--s-6)}.mkt-root .mt-7{margin-top:var(--s-7)}.mkt-root .mb-7{margin-bottom:var(--s-7)}.mkt-root .mt-8{margin-top:var(--s-8)}.mkt-root .mb-8{margin-bottom:var(--s-8)}.mkt-root .text-center{text-align:center}.mkt-root .text-left{text-align:left}.mkt-root .text-right{text-align:right}.mkt-root .text-ink{color:var(--ink)}.mkt-root .text-soft{color:var(--ink-soft)}.mkt-root .text-mute{color:var(--ink-mute)}.mkt-root .text-green{color:var(--green)}.mkt-root .text-accent{color:var(--accent)}.mkt-root .font-display{font-family:var(--font-display)}.mkt-root .font-body{font-family:var(--font-body)}.mkt-root .italic{font-style:italic}.mkt-root .semi{font-weight:600}.mkt-root .bold{font-weight:700}.mkt-root .flex{display:flex}.mkt-root .flex-col{flex-direction:column}.mkt-root .items-center{align-items:center}.mkt-root .items-start{align-items:flex-start}.mkt-root .justify-between{justify-content:space-between}.mkt-root .justify-center{justify-content:center}.mkt-root .gap-2{gap:var(--s-2)}.mkt-root .gap-3{gap:var(--s-3)}.mkt-root .gap-4{gap:var(--s-4)}.mkt-root .gap-5{gap:var(--s-5)}.mkt-root .flex-wrap{flex-wrap:wrap}.mkt-root .hidden{display:none!important}.mkt-root .block{display:block}.mkt-root .inline-block{display:inline-block}.mkt-root .divider{height:1px;background:var(--line);margin:var(--s-5) 0;border:0}.mkt-root .divider-dashed{border:0;border-top:1px dashed var(--line-strong);margin:var(--s-5) 0}@media (max-width:1024px){.mkt-root .trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.mkt-root{--nav-h:60px}.mkt-root .hero{padding:48px 0 64px}.mkt-root .hero-inner{gap:60px}.mkt-root .hero-inner,.mkt-root .modules-grid,.mkt-root .pain-grid{grid-template-columns:1fr}.mkt-root .steps{grid-template-columns:repeat(2,1fr)}.mkt-root .steps:before{display:none}.mkt-root .grid-3,.mkt-root .grid-4{grid-template-columns:1fr 1fr}.mkt-root .nav-links .nav-link{display:none}.mkt-root section{padding:var(--s-8) 0}.mkt-root .sidebar{width:100%;position:static;min-height:0;border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:560px){.mkt-root h1{font-size:36px}.mkt-root h2{font-size:28px}.mkt-root .grid-2,.mkt-root .grid-3,.mkt-root .grid-4,.mkt-root .steps,.mkt-root .trust-grid{grid-template-columns:1fr}.mkt-root .module{padding:var(--s-5)}.mkt-root .module-num{font-size:48px}.mkt-root .btn-lg{padding:12px 18px;font-size:14px}.mkt-root .foot-inner{flex-direction:column;align-items:flex-start}}@media print{.mkt-root .btn,.mkt-root .hero-cta,.mkt-root .nav,.mkt-root footer{display:none!important}.mkt-root{background:white;color:black}.mkt-root section{padding:24px 0;border:0}.mkt-root .dossier{box-shadow:none;transform:none}}.mkt-root .deadline-strip{background:var(--bg-card);padding:32px 0;border-bottom:1px solid var(--line)}.mkt-root .deadlines{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.mkt-root .deadline-item{flex:1 0 auto;text-align:center;padding:8px 12px;min-width:130px}.mkt-root .deadline-item.highlighted{background:var(--green-soft);border-radius:var(--r-md);border:1px solid var(--green)}.mkt-root .deadline-date{font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--ink);margin-bottom:4px;letter-spacing:-.01em}.mkt-root .deadline-item.highlighted .deadline-date{color:var(--green)}.mkt-root .deadline-label{font-size:11px;color:var(--ink-mute);line-height:1.3}.mkt-root .deadline-sep{color:var(--line-strong);font-size:20px;flex:0 0 auto}.mkt-root .report-preview{max-width:760px;margin:0 auto;perspective:1500px}.mkt-root .report-page{background:white;border:1px solid var(--line-strong);border-radius:var(--r-md);padding:36px 40px;box-shadow:0 1px 0 var(--line),0 30px 60px -20px rgba(14,31,25,.18),0 12px 24px -12px rgba(14,31,25,.1);position:relative;transform:rotateX(2deg);transform-origin:50% 100%}.mkt-root .report-page:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:linear-gradient(180deg,var(--green) 0,var(--green-deep) 100%);border-radius:4px 0 0 4px}.mkt-root .report-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:24px;border-bottom:2px solid var(--ink);margin-bottom:24px}.mkt-root .report-title-display{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--ink);margin-bottom:4px;letter-spacing:-.01em}.mkt-root .report-sub{font-size:13px;color:var(--ink-mute)}.mkt-root .report-stamp{display:flex;align-items:center;gap:10px;color:var(--green);border:2px solid var(--green);border-radius:var(--r-md);padding:8px 12px;background:var(--green-soft)}.mkt-root .report-stamp-text{font-family:var(--font-display);font-size:11px;font-weight:600;line-height:1.1;text-transform:uppercase;letter-spacing:.04em}.mkt-root .report-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:16px 0;border-bottom:1px solid var(--line);margin-bottom:24px}.mkt-root .report-stat{text-align:center}.mkt-root .report-stat-num{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--ink);line-height:1;margin-bottom:4px}.mkt-root .report-stat-num.green{color:var(--ok)}.mkt-root .report-stat-num.warn{color:var(--warn)}.mkt-root .report-stat-num.err{color:var(--err)}.mkt-root .report-stat-lbl{font-size:11px;color:var(--ink-mute);text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.mkt-root .report-section-title{font-family:var(--font-display);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-mute);margin-bottom:12px}.mkt-root .report-rows{display:flex;flex-direction:column}.mkt-root .report-row{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.mkt-root .report-row:last-child{border-bottom:0}.mkt-root .rr-num{font-family:var(--font-mono);font-size:12px;color:var(--ink-mute);font-weight:600}.mkt-root .rr-name{color:var(--ink)}.mkt-root .rr-status{font-size:12px;font-weight:600;padding:3px 10px;border-radius:var(--r-pill)}.mkt-root .rr-status.green{background:var(--ok-bg);color:var(--ok)}.mkt-root .rr-status.warn{background:var(--warn-bg);color:var(--warn)}.mkt-root .rr-status.err{background:var(--err-bg);color:var(--err)}.mkt-root .report-foot{margin-top:24px;padding-top:16px;border-top:1px dashed var(--line-strong);display:flex;justify-content:space-between;align-items:center}.mkt-root .report-sig{font-family:var(--font-display);font-style:italic;font-size:16px;color:var(--green-deep)}.mkt-root .report-sig-meta{font-family:var(--font-mono);font-size:10px;color:var(--ink-mute);margin-top:2px}.mkt-root .report-pages{font-size:12px;color:var(--ink-mute);font-variant-numeric:tabular-nums}.mkt-root .scope-card h3{font-size:22px;margin-bottom:16px}.mkt-root .scope-card.do-card{border-width:1.5px}.mkt-root .scope-list{list-style:none}.mkt-root .scope-list li{font-size:14px;color:var(--ink-soft);padding:8px 0 8px 22px;position:relative;line-height:1.5}.mkt-root .scope-card.do-card .scope-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.mkt-root .scope-card.dont-card .scope-list li:before{content:"×";position:absolute;left:0;color:var(--ink-mute);font-weight:700}.mkt-root .integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mkt-root .integration-item{background:white;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.mkt-root .integration-status{display:inline-block;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--r-pill);margin-bottom:12px;letter-spacing:.03em}.mkt-root .status-live{background:var(--ok-bg);color:var(--ok)}.mkt-root .status-roadmap{background:var(--warn-bg);color:var(--warn)}.mkt-root .integration-item h4{font-size:17px;margin-bottom:8px}.mkt-root .integration-item p{font-size:13px;color:var(--ink-soft);line-height:1.5}.mkt-root .founder-block{display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:center;max-width:920px;margin:0 auto}.mkt-root .founder-photo-placeholder{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0,var(--green-deep) 100%);color:white;font-family:var(--font-display);font-size:72px;font-weight:500;display:grid;place-items:center;box-shadow:var(--shadow-md)}.mkt-root .founder-text p{color:var(--ink)}.mkt-root .step.step-emphasis{background:white;border-radius:var(--r-lg);padding:24px 20px;border:1px solid var(--green-soft);margin:-4px}.mkt-root .step.step-emphasis .step-n{background:var(--green);color:white;border-color:var(--green)}.mkt-root .time-saving-note{margin-top:var(--s-7);background:var(--green-soft);border:1px solid var(--green);border-radius:var(--r-lg);padding:20px 24px;display:flex;align-items:flex-start;gap:16px;max-width:720px;margin-left:auto;margin-right:auto}.mkt-root .tsn-icon{width:40px;height:40px;background:white;border-radius:50%;display:grid;place-items:center;color:var(--green);flex-shrink:0}.mkt-root .time-saving-note strong{display:block;color:var(--ink);font-size:15px;margin-bottom:4px}.mkt-root .tsn-note{font-size:12px;color:var(--ink-soft);font-style:italic}@media (max-width:1024px){.mkt-root .integration-grid{grid-template-columns:1fr 1fr}.mkt-root .report-summary{grid-template-columns:repeat(3,1fr);gap:12px}.mkt-root .report-page{padding:28px 24px}}@media (max-width:900px){.mkt-root .deadlines{flex-direction:column;align-items:stretch}.mkt-root .deadline-sep{transform:rotate(90deg);margin:4px 0}.mkt-root .deadline-item{text-align:left;min-width:0;padding:12px 16px}.mkt-root .deadline-item.highlighted{border-radius:var(--r-md)}.mkt-root .founder-block{grid-template-columns:1fr;text-align:center;gap:24px}.mkt-root .founder-photo{margin:0 auto}.mkt-root .founder-photo-placeholder{width:140px;height:140px;font-size:48px}.mkt-root .report-summary{grid-template-columns:repeat(2,1fr)}.mkt-root .report-header{flex-direction:column;gap:16px}.mkt-root .report-row{grid-template-columns:60px 1fr auto;gap:10px}}@media (max-width:560px){.mkt-root .integration-grid{grid-template-columns:1fr}.mkt-root .report-summary{grid-template-columns:1fr 1fr}.mkt-root .time-saving-note{flex-direction:column;gap:12px}}.mkt-root{--font-display:var(--font-fraunces),Georgia,"Times New Roman",serif;--font-body:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.pricing-hero{padding:64px 0 48px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.mkt-root .pricing-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,black 30%,transparent 70%);opacity:.4;pointer-events:none}.mkt-root .pricing-hero-inner{position:relative;text-align:center;max-width:760px;margin:0 auto}.mkt-root .pricing-hero h1{font-size:clamp(36px,4.5vw,54px);margin:20px 0 16px}.mkt-root .pricing-hero h1 em{font-style:italic;color:var(--green);font-weight:400}.mkt-root .pricing-hero .lead{font-size:18px;color:var(--ink-soft);margin-bottom:24px}.billing-toggle{display:inline-flex;background:var(--bg-muted);border-radius:var(--r-pill);padding:4px;gap:4px;margin-bottom:8px}.mkt-root .billing-toggle button{border:0;background:transparent;padding:8px 18px;border-radius:var(--r-pill);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;color:var(--ink-soft);transition:all var(--t-fast)}.mkt-root .billing-toggle button.active{background:white;color:var(--ink);box-shadow:var(--shadow-sm)}.mkt-root .save-pill{font-size:11px;background:var(--ok-bg);color:var(--ok);padding:2px 8px;border-radius:var(--r-pill);font-weight:700;margin-left:4px}.tier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:var(--s-7)}.mkt-root .tier-card{background:white;border:1px solid var(--line);border-radius:var(--r-xl);padding:28px 24px;display:flex;flex-direction:column;position:relative;transition:transform var(--t-base),box-shadow var(--t-base)}.mkt-root .tier-card.featured{border:2px solid var(--green);box-shadow:var(--shadow-md);transform:translateY(-6px)}.mkt-root .tier-card .featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--green);color:white;font-size:11px;font-weight:700;padding:5px 14px;border-radius:var(--r-pill);letter-spacing:.04em}.mkt-root .tier-name{font-family:var(--font-display);font-size:22px;font-weight:500;margin-bottom:4px}.mkt-root .tier-tagline{font-size:12px;line-height:1.5;color:var(--ink-mute);margin-bottom:18px;min-height:40px}.mkt-root .tier-price-wrap{padding:16px 0 18px;border-bottom:1px solid var(--line);margin-bottom:18px}.mkt-root .tier-price{font-family:var(--font-display);font-size:40px;font-weight:500;line-height:1;color:var(--ink);letter-spacing:-.02em}.mkt-root .tier-price .currency{font-size:22px;vertical-align:top;margin-right:2px}.mkt-root .tier-period{font-size:12px;color:var(--ink-mute);margin-top:4px}.mkt-root .tier-price-alt{font-size:11px;color:var(--ink-mute);margin-top:8px;min-height:14px}.mkt-root .tier-audience{font-size:12px;color:var(--ink-soft);margin-bottom:16px;padding:8px 10px;background:var(--bg-muted);border-radius:var(--r-sm);text-align:center}.mkt-root .tier-features{list-style:none;margin-bottom:24px;flex-grow:1}.mkt-root .tier-features li{padding:6px 0;font-size:13px;color:var(--ink-soft);display:grid;grid-template-columns:16px 1fr;gap:8px;align-items:start}.mkt-root .tier-features li:before{content:"✓";color:var(--green);font-weight:700;font-size:12px;margin-top:1px}.mkt-root .tier-features li.feature-note{font-style:italic;color:var(--ink-mute);font-size:12px}.mkt-root .tier-features li.feature-note:before{content:"·"}.enterprise-card{background:var(--bg-inverse);color:white;border-radius:var(--r-xl);padding:40px;display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center;margin-bottom:var(--s-8)}.mkt-root .enterprise-card h3{font-size:28px;color:white;margin-bottom:12px}.mkt-root .enterprise-card p{color:rgba(255,255,255,.78);font-size:15px}.mkt-root .enterprise-card .accent{font-style:italic;color:var(--accent)}.pilot-box{background:linear-gradient(135deg,var(--warn-bg) 0,var(--accent-soft) 100%);border:1px solid var(--accent);border-radius:var(--r-xl);padding:32px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;margin-bottom:var(--s-7)}.mkt-root .pilot-box-content h3{font-size:24px;margin-bottom:8px}.mkt-root .pilot-box-content p{color:var(--ink-soft);font-size:15px;margin-bottom:12px}.mkt-root .pilot-box-price{text-align:center;padding:20px 28px;background:white;border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.mkt-root .pilot-box-price .price{font-family:var(--font-display);font-size:42px;font-weight:500;color:var(--green);line-height:1}.mkt-root .pilot-box-price .period{font-size:11px;color:var(--ink-mute);margin-top:4px}.mkt-root .pilot-box-price .lifetime{font-size:10px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-top:6px}.mkt-root .pilot-counter{font-size:12px;color:var(--warn);font-weight:600;margin-top:8px}.support-table-wrap{border:1px solid var(--line);border-radius:var(--r-xl);background:white;overflow-x:auto}.mkt-root .support-table{width:100%;border-collapse:collapse;font-size:13px;min-width:720px}.mkt-root .support-table td,.mkt-root .support-table th{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.mkt-root .support-table thead th{background:var(--bg-muted);font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--ink);letter-spacing:0;text-transform:none;border-bottom:1px solid var(--line-strong)}.mkt-root .support-table thead th.feature-col{width:220px;font-size:12px;color:var(--ink-mute);font-family:var(--font-body);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.mkt-root .support-table td.feature-name{font-weight:600;color:var(--ink);background:var(--bg)}.mkt-root .support-table .yes{color:var(--green);font-weight:700}.mkt-root .support-table .no{color:var(--ink-mute)}.mkt-root .support-table tbody tr:last-child td{border-bottom:0}.addons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mkt-root .addon-card{background:white;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px}.mkt-root .addon-card .price-tag{display:inline-block;background:var(--green-soft);color:var(--green);padding:4px 10px;border-radius:var(--r-sm);font-size:13px;font-weight:700;margin-bottom:10px}.mkt-root .addon-card h4{font-size:18px;margin-bottom:8px}.mkt-root .addon-card p{font-size:13px;color:var(--ink-soft);margin-bottom:12px}.mkt-root .addon-card ul{list-style:none}.mkt-root .addon-card ul li{font-size:12px;color:var(--ink-soft);padding:4px 0 4px 16px;position:relative}.mkt-root .addon-card ul li:before{content:"→";position:absolute;left:0;color:var(--green)}.scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mkt-root .scope-card{padding:28px;border-radius:var(--r-xl);border:1px solid var(--line);background:white}.mkt-root .scope-card h3{font-size:20px;margin-bottom:14px;display:flex;align-items:center;gap:10px}.mkt-root .scope-card.do-card{border-color:var(--green)}.mkt-root .scope-card.do-card h3 svg{color:var(--green)}.mkt-root .scope-card.dont-card{border-color:var(--line-strong)}.mkt-root .scope-card.dont-card h3 svg{color:var(--ink-mute)}.mkt-root .scope-card ul{list-style:none}.mkt-root .scope-card ul li{font-size:14px;color:var(--ink-soft);padding:8px 0 8px 20px;position:relative}.mkt-root .scope-card.do-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.mkt-root .scope-card.dont-card ul li:before{content:"×";position:absolute;left:0;color:var(--ink-mute);font-weight:700}.guarantee-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mkt-root .guarantee{text-align:center;padding:20px}.mkt-root .guarantee-icon{width:48px;height:48px;background:var(--green-soft);color:var(--green);border-radius:50%;display:grid;place-items:center;margin:0 auto 14px}.mkt-root .guarantee h4{font-size:16px;margin-bottom:6px}.mkt-root .guarantee p{font-size:13px;color:var(--ink-soft)}@media (max-width:1024px){.mkt-root .tier-grid{grid-template-columns:repeat(2,1fr)}.mkt-root .addons-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.mkt-root .addons-grid,.mkt-root .guarantee-row,.mkt-root .scope-grid,.mkt-root .tier-grid{grid-template-columns:1fr}.mkt-root .enterprise-card,.mkt-root .pilot-box{grid-template-columns:1fr;gap:20px}.mkt-root .tier-card.featured{transform:none}}.mkt-root .nav{transition:transform .25s ease;will-change:transform}.mkt-root .nav.nav-hidden{transform:translateY(-100%)}.mkt-root .dd-clock{background:var(--bg-inverse);color:var(--ink-inverse);border-radius:var(--r-xl);padding:24px 28px;display:grid;grid-template-columns:130px 1fr;gap:24px;align-items:center;box-shadow:var(--shadow-lg)}.mkt-root .dd-clock-face{width:130px;height:130px}.mkt-root .dd-clock-svg{width:100%;height:100%}.mkt-root .dd-clock-label{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.mkt-root .dd-clock-numbers{display:flex;gap:22px;margin-bottom:12px}.mkt-root .dd-clock-num-block{text-align:left}.mkt-root .dd-clock-num{font-family:var(--font-display);font-size:40px;font-weight:600;color:var(--ink-inverse);line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.mkt-root .dd-clock-num-label{font-size:11px;color:rgba(255,255,255,.6);margin-top:5px;letter-spacing:.06em;text-transform:uppercase}.mkt-root .dd-clock-target{font-size:13px;color:rgba(255,255,255,.75)}@media (max-width:700px){.mkt-root .dd-clock{grid-template-columns:1fr;text-align:center;padding:28px 20px;gap:24px}.mkt-root .dd-clock-face{margin:0 auto;width:140px;height:140px}.mkt-root .dd-clock-numbers{justify-content:center;gap:18px}.mkt-root .dd-clock-num-block{text-align:center}.mkt-root .dd-clock-num{font-size:32px}}.mkt-root .roadmap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.mkt-root .roadmap-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:12px}.mkt-root .roadmap-date{display:inline-block;align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--r-pill);background:var(--accent);color:var(--green-deep)}.mkt-root .roadmap-card h4{font-size:19px;margin:0;color:white}.mkt-root .roadmap-desc{font-size:14px;line-height:1.55;color:rgba(255,255,255,.75);margin:0}.mkt-root .roadmap-build{margin-top:auto;padding:14px 16px;background:rgba(16,185,129,.12);border-left:3px solid var(--accent);border-radius:0 var(--r-md,8px) var(--r-md,8px) 0;font-size:13px;line-height:1.55;color:rgba(255,255,255,.92)}.mkt-root .roadmap-build .rb-label{display:block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:4px}.mkt-root .roadmap-pitch{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:var(--r-lg);padding:24px 28px;margin-top:16px}.mkt-root .roadmap-pitch-num{font-family:var(--font-display);font-size:22px;font-weight:500;color:var(--accent);white-space:nowrap}.mkt-root .roadmap-pitch-text{font-size:15px;line-height:1.6;color:rgba(255,255,255,.88)}@media (max-width:880px){.mkt-root .roadmap-grid,.mkt-root .roadmap-pitch{grid-template-columns:1fr}.mkt-root .roadmap-pitch{text-align:center;gap:12px}}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_acf54a{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}