:root{--color-primary: #0F5257;--color-primary-light: #1A7A82;--color-primary-50: #E8F4F5;--color-accent: #D4872C;--color-accent-light: #E8A94F;--color-accent-50: #FDF4E8;--color-bg: #FAFAF6;--color-surface: #F2F0EB;--color-text: #1C1917;--color-text-muted: #57534E;--color-border: #E7E5E0;--color-success: #15803D;--color-warning: #B45309;--color-error: #B91C1C;--font-heading: "Fraunces", Georgia, serif;--font-body: "Source Sans 3", system-ui, sans-serif;--radius: 4px;--nav-height: 72px;--container-max: 1200px;--section-pad: 5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.1;color:var(--color-text);font-weight:600}h1{font-size:clamp(2.5rem,4vw + 1rem,4rem);line-height:1.05;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,3vw + .5rem,2.5rem);letter-spacing:-.01em}h3{font-size:1.5rem;line-height:1.3}p{max-width:65ch}a{color:var(--color-primary-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary)}img{max-width:100%;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-pad) 0}.section--surface{background:var(--color-surface)}.nav-blur{position:sticky;top:0;height:var(--nav-height);background:#fafaf6d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);display:flex;align-items:center;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.brand{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--color-primary);text-decoration:none;display:flex;align-items:center;gap:.25rem}.brand-dot{display:inline-block;width:6px;height:6px;background:var(--color-accent);border-radius:50%;margin-left:1px}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-size:.9375rem;font-weight:500;color:var(--color-text-muted);transition:color .2s ease}.nav-links a:hover{color:var(--color-primary)}.nav-toggle-input{position:absolute;opacity:0;pointer-events:none}.nav-toggle{display:none}.nav-toggle-bar{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.hero{padding:4rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);background:var(--color-accent-50);padding:.375rem .875rem;border-radius:var(--radius);margin-bottom:1.25rem}.hero-subtitle{font-size:1.1875rem;color:var(--color-text-muted);line-height:1.6;margin-top:1rem;max-width:50ch}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-illustration{display:flex;align-items:center;justify-content:center}.hero-illustration svg{max-width:420px}.hero-centered{text-align:center;max-width:780px;margin:0 auto}.hero-centered .hero-subtitle{margin:1.25rem auto 0;max-width:52ch}.hero-centered .hero-ctas{justify-content:center}.hero-proof{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem 2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.hero-proof-sep{width:1px;height:2.5rem;background:var(--color-border)}.hero-proof-item{display:flex;flex-direction:column;align-items:center}.hero-proof-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary);line-height:1}.hero-proof-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:.375rem}.trust-bar{padding:2.5rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}.trust-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted)}.trust-item svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0}.stats-row{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-primary);line-height:1}.stat-label{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-bento{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.feature-bento{grid-template-columns:repeat(2,1fr)}.bento-hero{grid-column:1 / -1}}@media(min-width:1024px){.feature-bento{grid-template-columns:repeat(3,1fr)}.bento-hero{grid-column:1 / 3;grid-row:1 / 3}}.bento-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.bento-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c191714}.bento-hero{background:var(--color-primary-50);border-color:transparent;display:flex;flex-direction:column;padding:2.5rem}.bento-hero .card-icon{width:3.5rem;height:3.5rem;background:var(--color-primary);color:#fafaf6}.bento-hero .card-icon svg{width:28px;height:28px}.bento-hero h3{font-size:1.75rem;margin-bottom:.75rem}.bento-hero p{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7;max-width:45ch}.bento-gauge{margin-top:auto;padding-top:1.5rem}.gauge-track{display:flex;gap:3px;height:6px;border-radius:3px;overflow:hidden}.gauge-seg{flex:1;border-radius:3px}.gauge-low{background:var(--color-success);opacity:.7}.gauge-mid{background:var(--color-warning);opacity:.7}.gauge-high{background:var(--color-error);opacity:.7}.gauge-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-text-muted);margin-top:.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-header p{color:var(--color-text-muted);font-size:1.125rem;margin:1rem auto 0;max-width:55ch}.steps{display:grid;grid-template-columns:1fr;gap:2rem;counter-reset:step}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:3rem}}.step{counter-increment:step;position:relative;padding-left:3.5rem}@media(min-width:768px){.step{padding-left:0;padding-top:3.5rem}}.step:before{content:counter(step);position:absolute;left:0;top:0;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-accent);line-height:1;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent-50);border-radius:var(--radius)}@media(min-width:768px){.step:before{top:0;left:0}}.step h3{font-size:1.25rem;margin-bottom:.5rem}.step p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.cta-section{text-align:center;padding:var(--section-pad) 0;background:var(--color-primary);color:#fafaf6}.cta-section h2{color:#fafaf6}.cta-section p{color:#fafaf6cc;font-size:1.125rem;margin:1rem auto 0;max-width:50ch}.cta-section .hero-ctas{justify-content:center}.cta-section__ctas{margin-top:2rem;justify-content:center}.cta-section .btn--ghost{color:#fafaf6;border-color:#fafaf64d}.cta-section .btn--ghost:hover{background:#fafaf61a;border-color:#fafaf680;color:#fafaf6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;text-decoration:none;line-height:1.2}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-primary);color:#fafaf6}.btn--primary:hover{background:var(--color-primary-light);color:#fafaf6;box-shadow:0 4px 12px #0f525740}.btn--accent{background:var(--color-accent);color:#fafaf6}.btn--accent:hover{background:var(--color-accent-light);color:#fafaf6;box-shadow:0 4px 12px #d4872c4d}.btn--ghost{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-border)}.btn--ghost:hover{border-color:var(--color-primary);background:var(--color-primary-50)}.btn--white{background:#fafaf6;color:var(--color-primary)}.btn--white:hover{background:#fff;box-shadow:0 4px 12px #00000026}.btn--nav{padding:.5rem 1.25rem;font-size:.875rem}.footer{padding:3rem 0 2rem;border-top:1px solid var(--color-border);margin-top:0}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer-copy{font-size:.875rem;color:var(--color-text-muted)}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{font-size:.875rem;color:var(--color-text-muted);transition:color .2s ease}.footer-links a:hover{color:var(--color-text)}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c191714}.card-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary-50);border-radius:var(--radius);margin-bottom:1rem;color:var(--color-primary)}.card-icon svg{width:24px;height:24px}.card h3{font-size:1.25rem;margin-bottom:.5rem}.card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}.info-box{border-left:3px solid var(--color-accent);background:var(--color-accent-50);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0}.info-box--teal{border-left-color:var(--color-primary);background:var(--color-primary-50)}.info-box p{font-size:.9375rem;line-height:1.6}.info-box strong{color:var(--color-text)}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media(prefers-reduced-motion:no-preference){.fade-in{opacity:0;transform:translateY(12px);animation:fadeIn .5s ease forwards}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}}@media(max-width:640px){.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;cursor:pointer}.nav-toggle-input:checked~.nav-toggle .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle-input:checked~.nav-toggle .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle-input:checked~.nav-toggle .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;background:#fafaf6fa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);gap:0;box-shadow:0 4px 12px #1c191714}.nav-toggle-input:checked~.nav-links{display:flex}.nav-links li{padding:.75rem 0;border-bottom:1px solid var(--color-border)}.nav-links li:last-child{border-bottom:none;padding-top:.5rem}.nav-links a{font-size:1rem}.hero{padding:2.5rem 0 2rem}.stats-row{gap:1.5rem}.hero-proof-sep{display:none}}
