:root{--color-bg:#f7f9fb;--color-bg-alt:#eef2f6;--color-surface:#fff;--color-text:#16232f;--color-text-muted:#4d5c6b;--color-border:#dbe3ea;--color-primary:#0e7c66;--color-primary-dark:#0b6350;--color-secondary:#13293d;--color-secondary-dark:#0b1c2c;--color-focus:#c2570f;--color-error:#b3261e;--color-error-bg:#fdecea;--font-heading:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius:10px;--radius-lg:16px;--container-width:1120px;--shadow-sm:0 1px 2px #13293d14;--shadow-md:0 6px 20px #13293d1f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}img,svg{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-secondary);margin:0 0 .6em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,1.5rem + 2vw,3rem)}h2{font-size:clamp(1.5rem,1.25rem + 1vw,2.1rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:var(--color-primary)}a:hover{color:var(--color-primary-dark)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px;border-radius:4px}ul,ol{padding-left:1.25em}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:clamp(2.5rem,2rem + 2vw,4.5rem)}.section--alt{background:var(--color-bg-alt)}.section--brand{background:linear-gradient(160deg, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);color:#eef2f6}.section--brand h1,.section--brand h2,.section--brand h3{color:#fff}.section-head{max-width:42rem;margin-bottom:clamp(1.5rem,1.2rem + 1vw,2.5rem)}.section-head--center{text-align:center;margin-inline:auto}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.6em;font-size:.8rem;font-weight:700;display:inline-block}.section--brand .eyebrow{color:#7fd9c4}.lede{color:var(--color-text-muted);font-size:1.125rem}.section--brand .lede{color:#d3dce4}.note{color:var(--color-text-muted);font-size:.9rem;font-style:italic}.btn{font-family:var(--font-body);cursor:pointer;border:2px solid #0000;border-radius:999px;align-items:center;gap:.5em;padding:.75em 1.4em;font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);color:#fff}.btn-outline{color:inherit;background:0 0;border-color:currentColor}.btn-outline:hover{background:#ffffff1f}.section:not(.section--brand) .btn-outline{border-color:var(--color-secondary);color:var(--color-secondary)}.section:not(.section--brand) .btn-outline:hover{background:var(--color-secondary);color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.grid{gap:1.5rem;display:grid}ul.grid,ol.grid{margin:0;padding:0;list-style:none}.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem}.form-field{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.form-field label,.form-field .form-label{font-size:.95rem;font-weight:600}.form-field .optional-tag{color:var(--color-text-muted);font-size:.85em;font-weight:400}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=url],.form-field select,.form-field textarea{font:inherit;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:8px;width:100%;padding:.7em .85em}.form-field textarea{resize:vertical;min-height:8rem}.form-field-checkbox{align-items:flex-start;gap:.6rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.form-field-checkbox input{margin-top:.3em}.form-error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #b3261e4d;border-radius:8px;margin-bottom:1.5rem;padding:.9em 1.1em;font-weight:600}.hp-field{width:1px;height:1px;position:absolute;top:-9999px;left:-9999px;overflow:hidden}.skip-link{background:var(--color-secondary);color:#fff;z-index:100;border-radius:0 0 8px 8px;padding:.6em 1em;transition:top .12s;position:absolute;top:-3rem;left:1rem}.skip-link:focus{top:0}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header[data-astro-cid-nen7h5rs]{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:50;position:sticky;top:0}.site-header__bar[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1rem;padding-block:.9rem;display:flex}.site-header__brand[data-astro-cid-nen7h5rs]{color:var(--color-secondary);letter-spacing:-.01em;flex-shrink:0;align-items:center;font-size:1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.site-header__toggle[data-astro-cid-nen7h5rs]{color:var(--color-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem;display:none}.site-header__nav[data-astro-cid-nen7h5rs]{align-items:center;gap:1.5rem;display:flex}.site-header__nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.site-header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-text);font-size:.95rem;font-weight:600;text-decoration:none}.site-header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,.site-header__nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs][aria-current=page]{color:var(--color-primary)}.site-header__cta[data-astro-cid-nen7h5rs]{padding:.6em 1.2em;font-size:.9rem}@media (width<=860px){.site-header__toggle[data-astro-cid-nen7h5rs]{display:inline-flex}.site-header__nav[data-astro-cid-nen7h5rs]{inset-inline:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 1.25rem 1.5rem;display:none;position:absolute;top:100%}.site-header__nav[data-astro-cid-nen7h5rs].is-open{display:flex}.site-header__nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-direction:column;align-items:flex-start;gap:.9rem}.site-header__cta[data-astro-cid-nen7h5rs]{justify-content:center;width:100%}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--color-secondary-dark);color:#e6ecf1;padding-block:3rem 1.5rem}.site-footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#f2f5f8}.site-footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.site-footer__grid[data-astro-cid-jo6i4kqk]{border-bottom:1px solid #e6ecf126;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-bottom:2.5rem;display:grid}.site-footer__brand[data-astro-cid-jo6i4kqk]{font-family:var(--font-heading);color:#fff;margin:0 0 .4em;font-size:1.25rem;font-weight:800}.site-footer__heading[data-astro-cid-jo6i4kqk]{font-family:var(--font-body);color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.9em;font-size:.85rem}.site-footer__nav[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__bottom[data-astro-cid-jo6i4kqk]{color:#c3cdd6;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:1.5rem;font-size:.85rem;display:flex}
