
  :root{
    color-scheme:light;
    --bg:#FAF6EF;--surface:#fff;--surface-warm:#F6EEE1;
    --ink:#17262E;--ink-soft:#33454E;--muted:#65747C;--muted-2:#8A98A0;
    --line:#EAE2D4;--line-2:#DCD2C0;--tag-bg:#F1F6F7;--tag-line:#E0EBEE;
    --chip-bg:#DDEDF0;--amber-soft:#F9EBD2;--ink-invert-bg:#17262E;
    --header-bg:rgba(250,246,239,.85);--link:#0B5D6C;--teal-text:#107A8C;
    --amber-text:#C77F1B;--on-accent:#17262E;--cream:#F6EEE1;
    --dot-teal:rgba(16,122,140,.18);--dot-sand:rgba(233,161,59,.18);
  }
  html[data-theme="dark"]{
    color-scheme:dark;
    --bg:#0F171C;--surface:#18242B;--surface-warm:#141F25;
    --ink:#EAF1F2;--ink-soft:#C4CFD3;--muted:#94A3A9;--muted-2:#77868D;
    --line:#2A3841;--line-2:#35454E;--tag-bg:rgba(47,165,184,.10);--tag-line:rgba(47,165,184,.24);
    --chip-bg:rgba(47,165,184,.15);--amber-soft:rgba(233,161,59,.15);--ink-invert-bg:#0A1116;
    --header-bg:rgba(15,23,28,.85);--link:#5FC2D4;--teal-text:#3BB6CA;
    --amber-text:#F0B354;--on-accent:#17262E;--cream:#F6EEE1;
    --dot-teal:rgba(63,182,200,.20);--dot-sand:rgba(233,161,59,.20);
  }
  html[data-theme="dark"] svg[stroke="#107A8C"]{stroke:#3BB6CA}
  html[data-theme="dark"] svg[stroke="#0B5D6C"]{stroke:#6FC6D6}
  html[data-theme="dark"] svg[stroke="#C77F1B"]{stroke:#F0B354}
  html[data-theme="dark"] [fill="#0B5D6C"]{fill:#6FC6D6}
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth;scroll-padding-top:84px}
  body{background:var(--bg);color:var(--ink);font-family:'Figtree',system-ui,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .3s ease,color .3s ease}
  a{color:var(--link);text-decoration:none}
  a:hover{color:var(--teal-text)}
  ::selection{background:var(--chip-bg);color:var(--link)}
  img{max-width:100%}
  input,textarea,button{font-family:inherit}
  details>summary{list-style:none}
  details>summary::-webkit-details-marker{display:none}
  .faqmark{transition:transform .28s ease}
  details[open] .faqmark{transform:rotate(45deg)}
  .nav-toggle{display:none}
  .theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;background:var(--surface);border:1px solid var(--line-2);border-radius:11px;color:var(--ink);cursor:pointer;transition:border-color .2s ease}
  .theme-toggle:hover{border-color:var(--teal-text)}
  input::placeholder,textarea::placeholder{color:var(--muted-2)}
  @keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
  @keyframes vdraw{0%{stroke-dashoffset:130}16%{stroke-dashoffset:0}100%{stroke-dashoffset:0}}
  @media(max-width:900px){.nav-links{display:none !important}.nav-toggle{display:inline-flex !important}}
  @media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important}}

.mobile-nav{display:none}
.mobile-nav.open{display:flex}
.theme-toggle .icon-sun{display:none}
.theme-toggle .icon-moon{display:inline-flex}
html[data-theme="dark"] .theme-toggle .icon-sun{display:inline-flex}
html[data-theme="dark"] .theme-toggle .icon-moon{display:none}
.nav-link:hover{color:var(--teal-text)}
.portal-link:hover{border-color:var(--teal-text);background:var(--surface)}
.btn-solid:hover{background:#0B5D6C}
.btn-outline:hover{border-color:var(--teal-text)}
.card-hover:hover{border-color:#2FA5B8;box-shadow:0 22px 44px -30px rgba(16,122,140,.55)}
.contact-method:hover{border-color:var(--teal-text);box-shadow:0 14px 30px -22px rgba(16,122,140,.7)}
.form-field:focus{border-color:var(--teal-text);background:var(--surface)}
.footer-link:hover{color:#2FA5B8}
