/* ============================================================
   glass-legal.css — Sage + Stone legal/support pages → unified dark glass.
   These pages ship self-contained dark styles (navy #050d15, teal
   #00c6a7). Linked at the END of each <head> (after their <style>)
   so equal-specificity rules win. Brings them onto the same warm oat
   mesh + glass surfaces + #C0654A terracotta accent as the rest of the site.
   ============================================================ */

html{ background:#F6F2EA; }
body{ background:transparent !important; }
body::before{
  content:""; position:fixed; inset:0; z-index:-2; pointer-events:none;
  background:
    radial-gradient(48% 48% at 82% 16%, rgba(159,178,154,.5) 0%, transparent 60%),
    radial-gradient(52% 52% at 14% 78%, rgba(159,178,154,.32) 0%, transparent 60%),
    radial-gradient(60% 60% at 50% 48%, rgba(95,122,99,.18) 0%, transparent 70%),
    linear-gradient(165deg,#FBF6EF 0%,#EFE7DA 48%,#F6F2EA 100%);
}

/* nav → dark glass */
nav{
  background: rgba(246,242,234,.72) !important;
  -webkit-backdrop-filter: blur(22px) saturate(180%); backdrop-filter: blur(22px) saturate(180%);
  border-bottom:1px solid rgba(38,48,42,.12) !important;
}

/* card surfaces → liquid glass */
.toc, .alert-box, .highlight-box, .contact-card, .faq-item, .faq-group,
.form-card, .contact-form-section{
  background: rgba(255,255,255,.62) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
  border:1px solid rgba(38,48,42,.1) !important;
  border-radius:18px !important;
  box-shadow:0 16px 44px -22px rgba(38,48,42,.28), inset 0 1px 1px rgba(255,255,255,.6) !important;
}
.highlight-box{ border-left:3px solid #5F7A63 !important; }

/* harmonize teal accents to the main cyan-glow */
.page-tag, .tag{
  background: rgba(95,122,99,.12) !important;
  border:1px solid rgba(95,122,99,.32) !important;
  color:#5F7A63 !important;
}
.logo-icon, .icon{ box-shadow:0 6px 16px -8px rgba(95,122,99,.6); }
a, .toc a, h3, .faq-q, .alert-box strong{ color:#5F7A63 !important; }
nav a.back:hover{ color:#5F7A63 !important; }

/* buttons → bright frosted pill */
.btn-submit, .cta{
  background:linear-gradient(120deg,#5F7A63 0%,#8E975D 46%,#C0654A 100%) !important; color:#fff !important;
  border:1px solid transparent !important; border-radius:12px !important;
}
.btn-submit:hover, .cta:hover{ filter:brightness(1.06); color:#fff !important; }

/* inputs → inset dark glass */
input, textarea, select{
  background: rgba(255,255,255,.6) !important;
  border:1px solid rgba(38,48,42,.18) !important; color:#26302A !important;
}
input::placeholder, textarea::placeholder{ color:rgba(38,48,42,.5) !important; }
