@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--color-bg: #f7faf9;--color-bg-alt: #eef5f3;--color-surface: #ffffff;--color-primary: #02bfb3;--color-secondary: #4f807a;--color-tertiary: #fc8e61;--color-neutral: #717977;--color-heading: #10211f;--color-body: #40504d;--color-muted: #717977;--color-border: #dce7e4;--color-dark: #10211f;--font-display: "Manrope", sans-serif;--font-accent: "Manrope", sans-serif;--font-body: "Manrope", sans-serif;--radius: 8px;--container: 1160px;--shadow-soft: 0 18px 48px rgba(16, 33, 31, .1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:var(--font-body);background:linear-gradient(135deg,rgba(2,191,179,.08),transparent 32%),linear-gradient(180deg,#ffffff 0%,var(--color-bg) 42%,#ffffff 100%);color:var(--color-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,summary{font:inherit}::selection{background:var(--color-primary);color:#fff}.skip-link{position:absolute;top:-100%;left:16px;z-index:200;padding:8px 16px;border-radius:0 0 var(--radius) var(--radius);background:var(--color-primary);color:#fff}.skip-link:focus{top:0}.shell{width:min(calc(100% - 48px),var(--container));margin:0 auto}.center{text-align:center}.section{padding:92px 0}.site-nav{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(220,231,228,.84);background:#ffffffe0;backdrop-filter:blur(16px)}.nav-inner,.brand,.nav-links,.hero-actions,.footer-inner,.footer-links{display:flex;align-items:center}.nav-inner,.footer-inner{justify-content:space-between;gap:24px;min-height:72px}.brand{gap:10px;color:var(--color-heading);font-weight:800}.brand img{border-radius:var(--radius);box-shadow:0 12px 28px #02bfb33d}.nav-links,.footer-links{gap:24px;color:var(--color-muted);font-size:14px;font-weight:700}.nav-links a:hover,.footer-links a:hover{color:var(--color-heading)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:var(--radius);font-size:14px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--color-primary);color:#fff;box-shadow:0 14px 34px #02bfb33d}.button-secondary{border:1px solid var(--color-border);background:#fffc;color:var(--color-heading)}.button-dark{background:var(--color-heading);color:#fff}.hero{padding:100px 0 68px}.hero-grid,.method-grid,.principles-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:56px;align-items:center}.hero-copy{max-width:720px}.eyebrow,.section-kicker{margin:0 0 18px;color:var(--color-secondary);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,strong,p{margin:0}h1,h2,h3,strong{color:var(--color-heading)}h1,h2{font-family:var(--font-display);font-weight:800;letter-spacing:0;line-height:1.02}h1{max-width:780px;font-size:clamp(3rem,7vw,5.9rem)}h2{max-width:760px;font-size:clamp(2rem,4.6vw,4rem)}h3{font-size:1.12rem;font-weight:800}p{line-height:1.7}.hero-text{max-width:640px;margin-top:24px;font-size:clamp(1.05rem,1.8vw,1.22rem)}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px}.hero-visual{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);box-shadow:var(--shadow-soft)}.visual-header{display:flex;gap:7px;padding:16px;border-bottom:1px solid var(--color-border);background:var(--color-bg-alt)}.visual-header span{width:10px;height:10px;border-radius:999px;background:var(--color-neutral)}.visual-header span:first-child{background:var(--color-tertiary)}.visual-header span:nth-child(2){background:var(--color-primary)}.visual-body{padding:24px}.visual-status{display:flex;justify-content:space-between;gap:16px;align-items:center}.visual-status span{color:var(--color-muted);font-size:13px;font-weight:700}.visual-meter{display:grid;gap:12px;margin:28px 0}.visual-meter span{display:block;width:var(--size);height:12px;border-radius:999px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary))}.visual-meter span:nth-child(2){background:linear-gradient(90deg,var(--color-tertiary),var(--color-primary))}.visual-meter span:nth-child(3){background:var(--color-border)}.visual-list{display:grid;gap:10px}.visual-row{display:flex;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-muted);font-size:14px;font-weight:700}.visual-row strong{color:var(--color-secondary)}.stats-section{padding:28px 0 76px}.stats-grid,.product-grid,.stack-grid{display:grid;gap:18px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.product-card,.timeline-item,.principle-list,.stack-pill,.cta-panel{border:1px solid var(--color-border);border-radius:var(--radius);background:#ffffffdb}.stat-card{padding:24px}.stat-card strong{display:block;font-size:clamp(1.9rem,4vw,3rem);line-height:1}.stat-card span{display:block;margin-top:10px;color:var(--color-muted);font-size:14px;font-weight:700}.directory-section{background:var(--color-bg-alt)}.section-heading{margin-bottom:42px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{min-height:320px;padding:28px;box-shadow:0 14px 36px #10211f0f}.product-card-top{display:flex;justify-content:space-between;gap:16px;margin-bottom:58px;color:var(--color-muted);font-size:12px;font-weight:800;text-transform:uppercase}.product-card-top strong{color:var(--color-primary)}.product-card p{margin-top:14px;color:var(--color-muted)}.product-metric{display:inline-flex;margin-top:26px;padding:8px 10px;border-radius:var(--radius);background:#02bfb31a;color:var(--color-secondary);font-size:13px;font-weight:800}.method-section{background:var(--color-heading)}.method-section h2,.method-section h3{color:#fff}.method-section .section-kicker{color:var(--color-primary)}.timeline{display:grid;gap:14px}.timeline-item{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:22px;border-color:#ffffff1a;background:#ffffff0d}.timeline-item span{color:var(--color-tertiary);font-size:13px;font-weight:800}.timeline-item p{margin-top:8px;color:#ffffffb3}.principles-grid{grid-template-columns:minmax(0,.86fr) minmax(320px,1fr)}.principle-list{display:grid;gap:0;overflow:hidden}.principle-list p{padding:24px 26px;border-top:1px solid var(--color-border);color:var(--color-heading);font-size:1.04rem;font-weight:700}.principle-list p:first-child{border-top:0}.stack-section{background:linear-gradient(180deg,var(--color-bg-alt),#ffffff)}.stack-inner{max-width:880px}.stack-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.stack-pill{display:flex;min-height:86px;flex-direction:column;gap:10px;align-items:center;justify-content:center;color:var(--color-heading);font-size:13px;font-weight:800}.cta-section{padding-top:72px}.cta-panel{padding:clamp(32px,6vw,64px);background:linear-gradient(135deg,rgba(2,191,179,.12),transparent 48%),#fff;box-shadow:var(--shadow-soft)}.cta-panel p:not(.section-kicker){max-width:620px;margin:18px 0 28px;font-size:1.08rem}.site-footer{border-top:1px solid var(--color-border);background:#fff}.footer-copy{color:var(--color-muted);font-size:13px;font-weight:700}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media(max-width:980px){.hero-grid,.method-grid,.principles-grid{grid-template-columns:1fr}.stats-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.shell{width:min(calc(100% - 32px),var(--container))}.section{padding:68px 0}.hero{padding:72px 0 44px}.nav-inner,.footer-inner{min-height:auto;padding:18px 0;flex-direction:column}.nav-links,.footer-links{flex-wrap:wrap;justify-content:center}.stats-grid,.product-grid,.stack-grid{grid-template-columns:1fr}.hero-actions,.hero-actions .button,.cta-panel .button{width:100%}.visual-status,.visual-row{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
