:root{--clr-primary:#1a6b5a;--clr-primary-dark:#145548;--clr-primary-light:#e5efeb;--clr-primary-mid:#2d8a73;--clr-bg:#fff;--clr-bg-subtle:#f4f8f6;--clr-bg-section:#eaf2ef;--clr-bg-card:#e6efeb;--clr-text:#111827;--clr-text-muted:#6b7280;--clr-text-light:#9ca3af;--clr-text-inverse:#fff;--clr-border:#dde8e3;--clr-border-light:#e8f0ec;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--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;--max-w-content:1100px;--max-w-narrow:720px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 12px #00000012;--shadow-lg:0 8px 24px #00000017;--shadow-card:0 1px 4px #0000000f, 0 0 0 1px #0000000a;--transition-fast:.15s ease;--transition-base:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--clr-text);background-color:var(--clr-bg-subtle);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.0625rem;line-height:1.6}img,video,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--max-w-content);padding-inline:var(--space-6);margin-inline:auto}@media (width<=640px){.container{padding-inline:var(--space-4)}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-size:var(--text-sm);border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;letter-spacing:-.01em;font-weight:600;line-height:1;font-family:var(--font-sans);cursor:pointer;padding:.75rem 1.5rem;display:inline-flex}.btn-primary{background:var(--clr-primary);color:#fff;border:2px solid var(--clr-primary)}.btn-primary:hover{background:var(--clr-primary-dark);border-color:var(--clr-primary-dark)}.btn-outline{background:var(--clr-bg);color:var(--clr-text);border:2px solid var(--clr-border)}.btn-outline:hover{border-color:var(--clr-text-muted)}.btn-ghost{color:var(--clr-text);border:2px solid var(--clr-border);background:0 0}.btn-ghost:hover{background:var(--clr-bg-subtle);border-color:var(--clr-text-muted)}.btn-lg{font-size:var(--text-base);padding:.875rem 2rem}.section-badge{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--clr-text-muted);background:var(--clr-bg);border:1px solid var(--clr-border);border-radius:var(--radius-full);padding:var(--space-1) var(--space-4);margin-bottom:var(--space-6);font-weight:500;display:inline-flex}.badge-dot{background:var(--clr-primary);border-radius:50%;flex-shrink:0;width:7px;height:7px}.section-heading{letter-spacing:-.04em;color:var(--clr-text);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}.section-heading .accent{color:var(--clr-primary)}.section-sub{font-size:var(--text-lg);color:var(--clr-text-muted);line-height:1.7}
