.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;border-radius:var(--radius-md);font-weight:600;font-size:var(--fs-body);line-height:1;transition:background .12s ease,color .12s ease,border-color .12s ease;white-space:nowrap}.btn--primary{background:var(--color-accent);color:#fff;border:1px solid var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.btn--secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border-strong)}.btn--secondary:hover{border-color:var(--color-text);color:var(--color-text)}.hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-12);padding-top:var(--space-8)}@media(min-width:900px){.hero{gap:var(--space-16)}}.hero__copy{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:80ch}.hero__tagline{font-size:var(--fs-small);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);font-weight:600;margin-bottom:var(--space-4)}.hero__heading{margin-bottom:var(--space-5)}.hero__body{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:var(--space-8);max-width:70ch}.hero__ctas{display:flex;gap:var(--space-3);flex-wrap:wrap;justify-content:center;position:relative;z-index:2}.problem{position:relative}.section:has(.problem){overflow-x:clip}.problem__content{max-width:60ch}.problem__heading{margin-bottom:var(--space-6)}.problem__paragraph{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:var(--space-4)}.problem__paragraph:last-child{margin-bottom:0}.problem__graphic{display:block;height:auto;max-width:none}.problem__graphic--desktop{display:none}.problem__graphic--mobile{display:block;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:calc(var(--section-padding-y) * -1 - var(--space-20));margin-bottom:var(--space-8);position:relative;z-index:0}@media(min-width:900px){.problem__content{max-width:min(60ch,calc(50% - var(--space-6)))}.problem__graphic--mobile{display:none}.problem__graphic--desktop{display:block;position:absolute;top:50%;left:calc(50% + var(--space-6));width:calc(50vw - var(--space-6));transform:translateY(-50%);height:auto;max-width:940px;z-index:0;pointer-events:none}}.tabs{display:flex;flex-direction:column}.tabs__list{display:grid;grid-template-columns:1fr;margin-bottom:var(--space-8)}@media(min-width:800px){.tabs__list{grid-auto-flow:column;grid-auto-columns:1fr}}.tabs__tab{position:relative;text-align:left;background:transparent;border:0;border-bottom:4px solid var(--color-border);padding:var(--space-5);cursor:pointer;color:var(--color-text);transition:border-color .12s ease;display:flex;flex-direction:column;gap:var(--space-3)}.tabs__tab:before{content:"";position:absolute;inset:var(--space-2) var(--space-2) calc(var(--space-2) + 2px);background:transparent;border-radius:var(--radius-md);transition:background-color .12s ease;pointer-events:none;z-index:0}.tabs__tab>*{position:relative;z-index:1}.tabs__tab:hover:before{background:var(--color-bg-subtle)}.tabs__tab:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.tabs__tab--active{border-bottom-color:var(--color-accent)}.tabs__panel{background:transparent}.tabs--stacked{display:flex;flex-direction:column;gap:var(--space-12)}.tabs__stacked-item{display:flex;flex-direction:column}.tabs__stacked-heading{display:flex;flex-direction:column;gap:var(--space-3);border-bottom:4px solid var(--color-accent);padding:var(--space-4) 0;margin-bottom:var(--space-6);font-weight:400;letter-spacing:normal;line-height:var(--lh-snug)}.three-stages__intro{margin-bottom:var(--space-10)}.stage-tab__title{font-size:1.1rem;font-weight:600;color:var(--color-text);line-height:var(--lh-snug)}.stage-tab__one-liner{font-style:italic;color:var(--color-text);font-size:.95rem;line-height:var(--lh-snug)}.stage-panel{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width:900px){.stage-panel{grid-template-columns:1fr 2fr;gap:var(--space-10);align-items:start}}.stage-panel__copy{display:flex;flex-direction:column;gap:var(--space-5)}.stage-panel__title{font-size:var(--fs-h3);font-weight:600;color:var(--color-text);line-height:var(--lh-snug)}.stage-panel__body{color:var(--color-text-muted);font-size:1.05rem}.stage-panel__bullets{display:flex;flex-direction:column;gap:var(--space-2)}.stage-panel__bullets li{position:relative;padding-left:var(--space-5);color:var(--color-text-muted);font-size:var(--fs-small)}.stage-panel__bullets li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--color-accent);border-radius:50%}.stage-panel__visual{aspect-ratio:16 / 10;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;display:grid;place-items:center}.stage-panel__gif{width:100%;height:100%;object-fit:cover;display:block}.feature-card{display:flex;flex-direction:column;gap:var(--space-3)}.feature-card__image{width:100%;height:auto;border-radius:var(--radius-md);display:block}.feature-card__title{font-size:1.1rem;font-weight:600}.feature-card__body{color:var(--color-text-muted);font-size:.95rem}.features__intro{margin-bottom:var(--space-10)}.features__grid{display:grid;grid-template-columns:1fr;gap:var(--space-10)}@media(min-width:700px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.features__grid{grid-template-columns:repeat(3,1fr)}}.features__upcoming{margin-top:var(--space-12);display:flex;flex-direction:column;gap:var(--space-6)}.features__upcoming-heading{font-size:var(--fs-h3);font-weight:600;color:var(--color-text);line-height:var(--lh-snug)}.features__coming-soon-grid{display:grid;grid-template-columns:1fr;gap:var(--space-10)}@media(min-width:700px){.features__coming-soon-grid{grid-template-columns:repeat(3,1fr)}}.coming-soon-card{display:flex;flex-direction:column;gap:var(--space-3)}.coming-soon-card__icon{width:80px;height:80px;border-radius:30px;border:10px solid;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:var(--space-2);box-sizing:border-box}.coming-soon-card__icon svg{width:40px;height:40px}.coming-soon-card__title{font-size:1.1rem;font-weight:600;color:var(--color-text)}.coming-soon-card__teaser{color:var(--color-text-muted);font-size:.95rem}.features__long-horizon{font-size:var(--fs-small);color:var(--color-text-soft);font-style:italic;max-width:60ch}#cta.section{background:var(--color-blue)}#cta .section__eyebrow,#cta .cta__heading,#cta .cta__body,#cta .cta__label,#cta .cta__optional{color:#fff}.cta{display:grid;grid-template-columns:1fr;gap:var(--space-10);align-items:start}@media(min-width:800px){.cta{grid-template-columns:1fr 1fr;gap:var(--space-16)}}.cta__copy{text-align:left}.cta__heading{margin-bottom:var(--space-4)}.cta__body{font-size:1.1rem}.cta__form{display:flex;flex-direction:column;gap:var(--space-5)}.cta__field{display:flex;flex-direction:column;gap:var(--space-2)}.cta__label{font-size:var(--fs-small);font-weight:600}.cta__optional{font-weight:400;opacity:.8}.cta__input,.cta__textarea{font:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);padding:.65rem .85rem;width:100%;transition:border-color .12s ease,box-shadow .12s ease}.cta__textarea{resize:vertical;min-height:96px;font-family:inherit}.cta__input:focus,.cta__textarea:focus{outline:none;border-color:var(--color-dark-blue);box-shadow:0 0 0 3px #ffffff59}.cta__submit{align-self:flex-start;background:#0b2a36;border-color:#0b2a36;color:#fff}.cta__submit:hover{background:var(--color-dark-blue);border-color:var(--color-dark-blue);color:#fff}.footer{background:var(--color-text);color:#d1d5db;padding:var(--space-12) var(--section-padding-x)}.footer__inner{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center}@media(min-width:800px){.footer__inner{grid-template-columns:1fr 1fr}}.footer__brand{display:flex;flex-direction:column;gap:var(--space-1)}.footer__product{font-weight:600;color:#fff}.footer__tagline{font-size:var(--fs-small);color:#9ca3af}.footer__links{display:flex;gap:var(--space-5);flex-wrap:wrap;justify-content:center}.footer__links a{font-size:var(--fs-small);color:#9ca3af}.footer__links a:hover{color:#fff}.footer__copyright{font-size:var(--fs-small);color:#6b7280}@media(min-width:800px){.footer__copyright{text-align:right}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;padding:0}ul,ol{list-style:none;padding:0}:root{--color-bg: #ffffff;--color-bg-subtle: #f7f8fa;--color-bg-elevated: #ffffff;--color-text: #0f172a;--color-text-muted: #4b5563;--color-text-soft: #6b7280;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-accent: #3BA165;--color-accent-hover: #6BDA99;--color-accent-soft: #eff6ff;--color-warn-soft: #fef3c7;--color-dark-blue: #133F50;--color-blue: #155997;--color-light-blue: #6AACDF;--color-green: #3BA165;--color-light-green: #6BDA99;--color-orange: #F0B06C;--color-yellow: #F5E93D;--color-not-white: #FAFAFA;--color-red: #DF5140;--color-light-yellow: #FCF5A4;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--fs-h1: clamp(2rem, 1.4rem + 2.5vw, 3.25rem);--fs-h2: clamp(1.5rem, 1.1rem + 1.6vw, 2.25rem);--fs-h3: clamp(1.125rem, .95rem + .7vw, 1.375rem);--fs-body: 1rem;--fs-small: .875rem;--lh-tight: 1.15;--lh-snug: 1.35;--lh-normal: 1.6;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--container-max: 1120px;--section-padding-y: clamp(3rem, 6vw, 6rem);--section-padding-x: clamp(1rem, 4vw, 2rem);--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 1px rgba(15, 23, 42, .03);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 2px 4px rgba(15, 23, 42, .04)}body{font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-normal);color:var(--color-text);background:var(--color-bg)}h1,h2,h3{font-weight:600;letter-spacing:-.01em;line-height:var(--lh-tight);color:var(--color-text)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2);line-height:var(--lh-snug)}h3{font-size:var(--fs-h3);line-height:var(--lh-snug)}p{color:var(--color-text-muted)}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-bg-subtle);padding:.1em .35em;border-radius:var(--radius-sm);border:1px solid var(--color-border)}a:hover{color:var(--color-accent)}.section{padding:var(--section-padding-y) var(--section-padding-x)}.section--subtle{background:var(--color-bg-subtle)}.section__inner{max-width:var(--container-max);margin:0 auto}.section__eyebrow{font-size:var(--fs-small);text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);font-weight:600;margin-bottom:var(--space-3)}.section__heading{margin-bottom:var(--space-4)}.section__lede{font-size:1.125rem;color:var(--color-text-muted);max-width:56ch;margin-bottom:var(--space-10)}
