@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--brand-50:#f0faf8;--brand-100:#d6f0eb;--brand-200:#ade2d8;--brand-300:#7bcfc0;--brand-400:#3bb3a0;--brand-500:#008576;--brand-600:#00695d;--brand-700:#0b5b63;--brand-800:#143d3f;--brand-900:#0b2724;--lime:#c6ff3d;--lime-ink:var(--brand-900);--color-bg:#fff;--color-surface:var(--brand-50);--color-border:#dbe8e6;--color-text:var(--brand-900);--color-text-secondary:#526864;--color-accent:var(--brand-500);--color-accent-light:var(--brand-100);--color-accent-hover:var(--brand-600);--color-link:var(--brand-600);--color-dark-bg:#0c1f1d;--color-dark-surface:#122a27;--color-dark-border:#1f3b37;--color-dark-text:#e9f4f2;--color-dark-muted:#9fb4b0;--color-dark-brand:#009b8a;--shadow-accent:0 6px 18px #00857647;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6}body{flex-direction:column;min-height:100vh;display:flex}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-accent);cursor:pointer;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s;display:inline-block}.btn:hover{background:var(--color-accent-hover);text-decoration:none}.btn:focus-visible{outline-color:var(--lime)}header:where(.astro-houjjtai){border-bottom:1px solid var(--color-border);padding:1.5rem 0}.header-content:where(.astro-houjjtai){justify-content:space-between;align-items:center;display:flex}.logo:where(.astro-houjjtai){color:var(--color-text);font-size:1.25rem;font-weight:700;text-decoration:none}.logo:where(.astro-houjjtai):hover{text-decoration:none}nav:where(.astro-houjjtai){align-items:center;gap:1.5rem;display:flex}nav:where(.astro-houjjtai) a:where(.astro-houjjtai){color:var(--color-text-secondary);font-size:.95rem;font-weight:500}nav:where(.astro-houjjtai) a:where(.astro-houjjtai):hover{color:var(--color-text);text-decoration:none}.nav-cta:where(.astro-houjjtai){background:var(--color-accent);color:#fff;border-radius:8px;padding:.5rem 1rem;font-weight:600}.nav-cta:where(.astro-houjjtai):hover{background:var(--color-accent-hover);color:#fff}.nav-cta:where(.astro-houjjtai):focus-visible{outline-color:var(--lime)}@media (width<=480px){nav:where(.astro-houjjtai){gap:1rem}.nav-faq:where(.astro-houjjtai){display:none}}footer:where(.astro-houjjtai){background:var(--color-dark-bg);color:var(--color-dark-muted);margin-top:auto;padding:2rem 0;font-size:.85rem}.footer-content:where(.astro-houjjtai){justify-content:space-between;align-items:center;display:flex}@media (width<=640px){.footer-content:where(.astro-houjjtai){flex-direction:column;gap:.5rem}}.footer-links:where(.astro-houjjtai){gap:1.5rem;display:flex}footer:where(.astro-houjjtai) a:where(.astro-houjjtai){color:var(--color-dark-muted)}footer:where(.astro-houjjtai) a:where(.astro-houjjtai):hover{color:var(--color-dark-text)}
