:root {
  --ink: #201922;
  --ink-soft: #625560;
  --pink: #ff85a1;
  --pink-deep: #db5c7f;
  --pink-pale: #fff0f5;
  --lavender: #e5d5fa;
  --cream: #fffaf4;
  --white: #ffffff;
  --line: rgba(65, 41, 58, 0.13);
  --sans: "Outfit", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
}
body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.4;
  background-image: radial-gradient(rgba(53, 27, 43, 0.15) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
a:not(.brand):not(.button):not(.back-to-top):not(.delete-action) { text-decoration: underline; text-decoration-color: rgba(219, 92, 127, 0.4); text-underline-offset: 0.16em; }
a:hover { color: var(--pink-deep); }
:focus-visible { outline: 3px solid rgba(226, 91, 133, 0.8); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-shell { overflow: clip; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  transition: min-height 0.2s ease;
}
.topbar::before {
  position: absolute;
  z-index: -1;
  inset: 7px -18px;
  border: 1px solid transparent;
  border-radius: 99px;
  content: "";
  opacity: 0;
  background: rgba(255, 250, 244, 0.78);
  box-shadow: 0 10px 28px rgba(87, 55, 70, 0.07);
  backdrop-filter: blur(14px);
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.topbar.is-scrolled { min-height: 74px; }
.topbar.is-scrolled::before { border-color: rgba(83, 55, 72, 0.08); opacity: 1; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 19px; font-weight: 900; letter-spacing: 0.16em; }
.brand-mark { width: 25px; height: 25px; fill: var(--pink); filter: drop-shadow(0 2px 2px rgba(233, 95, 130, 0.22)); }
.nav-links { display: flex; align-items: center; gap: 28px; color: #5f525d; font-size: 14px; font-weight: 600; }
.nav-links a { text-decoration: none !important; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; content: ""; background: var(--pink); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.nav-links > a:not(.nav-cta):hover::after, .nav-links > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid rgba(255, 133, 161, 0.42); border-radius: 999px; padding: 10px 16px; color: #bd4d70; background: rgba(255, 255, 255, 0.48); transition: background 180ms ease, transform 180ms ease; }
.nav-cta:hover { background: white; transform: translateY(-2px); }
.menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.65); }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--ink); }

.legal-wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.legal-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 50px;
  overflow: hidden;
  margin: 27px auto 44px;
  padding: clamp(36px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 40px;
  background: linear-gradient(132deg, #ffe3ec 0%, #f7dcec 45%, #e6daf8 100%);
  box-shadow: 0 24px 54px rgba(175, 97, 127, 0.13), inset 0 1px rgba(255, 255, 255, 0.9);
}
.legal-hero::before, .legal-hero::after { position: absolute; border-radius: 50%; content: ""; pointer-events: none; }
.legal-hero::before { top: -180px; right: -100px; width: 420px; height: 420px; background: rgba(255, 255, 255, 0.5); filter: blur(2px); }
.legal-hero::after { bottom: -210px; left: 42%; width: 420px; height: 420px; border: 1px solid rgba(149, 111, 174, 0.18); }
.hero-content, .hero-meta { position: relative; z-index: 1; }
.eyebrow { margin: 0; color: #9e5d78; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 17px 0 18px; font-size: clamp(3.1rem, 6vw, 5.25rem); font-weight: 800; line-height: 0.92; letter-spacing: -0.07em; }
h1 em, h2 em { color: var(--pink-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy { max-width: 650px; margin: 0; color: #5e505b; font-size: 18px; line-height: 1.58; }
.hero-meta { align-self: end; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 24px; background: rgba(255, 255, 255, 0.48); box-shadow: inset 0 1px rgba(255, 255, 255, 0.7); }
.hero-meta strong { display: block; margin-bottom: 10px; font-size: 14px; }
.hero-meta p { margin: 0; color: #795f6d; font-family: var(--mono); font-size: 10px; line-height: 1.75; letter-spacing: 0.03em; }
.legal-jump { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.legal-jump a { border: 1px solid rgba(167, 104, 132, 0.23); border-radius: 999px; padding: 8px 11px; color: #724b60; background: rgba(255, 255, 255, 0.4); font-size: 12px; font-weight: 700; text-decoration: none !important; }
.legal-jump a:hover { border-color: rgba(219, 92, 127, 0.58); background: white; }

.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(32px, 6vw, 76px); align-items: start; padding-bottom: 68px; }
.legal-aside { position: sticky; top: 104px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.46); }
.legal-aside h2 { margin-bottom: 11px; color: #7e6070; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }
.legal-aside a { display: block; padding: 8px 0; color: #5e4d58; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.legal-aside a:hover { color: var(--pink-deep); }
.legal-content { min-width: 0; }
.legal-section { scroll-margin-top: 108px; padding: 0 0 44px; border-bottom: 1px solid var(--line); }
.legal-section + .legal-section { padding-top: 48px; }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { max-width: 720px; margin: 12px 0 18px; font-size: clamp(2rem, 4vw, 3rem); line-height: 0.98; letter-spacing: -0.06em; }
.legal-section h3 { margin: 30px 0 10px; font-size: 18px; line-height: 1.16; letter-spacing: -0.035em; }
.legal-section p, .legal-section li { color: var(--ink-soft); font-size: 15px; line-height: 1.68; }
.legal-section p { margin-bottom: 15px; }
.legal-section ul, .legal-section ol { margin: 0 0 16px; padding-left: 22px; }
.legal-section li + li { margin-top: 7px; }
.section-intro { max-width: 720px; color: #493941 !important; font-size: 17px !important; line-height: 1.62 !important; }
.legal-section strong { color: #3e3038; }
.notice { margin: 21px 0 23px; padding: 17px 19px; border: 1px solid rgba(188, 109, 137, 0.24); border-left: 4px solid var(--pink); border-radius: 17px; color: #604a56; background: rgba(255, 240, 245, 0.78); font-size: 14px; line-height: 1.6; }
.notice.warning { border-left-color: #a37bcc; background: rgba(238, 229, 252, 0.72); }
.notice.health { border-left-color: #e28a65; background: rgba(255, 243, 232, 0.74); }
.data-table-wrap { margin: 17px 0 20px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.5); }
table { width: 100%; min-width: 670px; border-collapse: collapse; text-align: left; }
th, td { padding: 14px 15px; vertical-align: top; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; line-height: 1.54; }
th { color: #6e5060; background: rgba(255, 231, 239, 0.54); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
td:first-child { width: 27%; color: #42323a; font-weight: 700; }
.provider-list { display: grid; gap: 10px; padding-left: 0 !important; list-style: none; }
.provider-list li { display: grid; grid-template-columns: minmax(150px, 0.32fr) 1fr; gap: 15px; padding: 14px 15px; border-radius: 16px; background: rgba(255, 255, 255, 0.48); }
.provider-list span { color: var(--ink-soft); }
.delete-action, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 13px 18px; color: white; background: var(--pink); box-shadow: 0 8px 18px rgba(233, 95, 130, 0.2); font-size: 13px; font-weight: 800; text-decoration: none !important; transition: transform 180ms ease, background 180ms ease; }
.delete-action:hover, .button:hover { color: white; background: var(--pink-deep); transform: translateY(-2px); }
.small { color: #85737e !important; font-size: 13px !important; }
.contact-block { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.contact-item { display: grid; gap: 4px; min-height: 90px; padding: 16px; border: 1px solid rgba(113, 83, 97, 0.12); border-radius: 16px; background: rgba(255, 255, 255, 0.45); }
.contact-item strong { font-size: 13px; }
.contact-item span, .contact-item a { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.related-card { padding: 21px; border: 1px solid rgba(167, 104, 132, 0.23); border-radius: 20px; background: linear-gradient(135deg, rgba(255, 233, 240, 0.68), rgba(232, 222, 249, 0.66)); }
.related-card h3 { margin-top: 0; }
.related-card p { margin-bottom: 13px; }
.back-to-top { display: inline-block; margin-top: 20px; color: #8e5770; font-size: 12px; font-weight: 800; text-decoration: none !important; }

.support-hero { background: linear-gradient(132deg, #ffe5ed 0%, #f9dce8 42%, #e7ddf8 100%); }
.support-meta-email { display: inline-block; margin: -2px 0 12px; color: #b6496c; font-size: 16px; font-weight: 800; letter-spacing: -0.02em; text-decoration: none !important; }
.support-contact-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin: 22px 0 30px; padding: 25px; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 25px; background: linear-gradient(135deg, rgba(255, 224, 234, 0.86), rgba(235, 224, 252, 0.74)); box-shadow: 0 13px 30px rgba(132, 77, 103, 0.1), inset 0 1px rgba(255, 255, 255, 0.86); }
.support-contact-card p { max-width: 580px; margin: 8px 0 0; font-size: 14px; }
.support-card-label { display: block; margin-bottom: 7px; color: #985e78; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.support-email { display: inline-block; color: #3c2c35; font-size: clamp(1.5rem, 4vw, 2.3rem); font-weight: 800; letter-spacing: -0.055em; text-decoration: none !important; }
.support-checklist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 17px 0 22px; }
.support-checklist article { padding: 17px; border: 1px solid rgba(113, 83, 97, 0.12); border-radius: 18px; background: rgba(255, 255, 255, 0.48); }
.support-checklist article > span { display: grid; width: 29px; height: 29px; margin-bottom: 16px; place-items: center; border-radius: 10px; color: white; background: linear-gradient(135deg, var(--pink), #ad91d2); font-family: var(--mono); font-size: 8px; }
.support-checklist strong { display: block; margin-bottom: 5px; font-size: 14px; }
.support-checklist p { margin: 0; font-size: 13px; line-height: 1.5; }
.support-answers { display: grid; gap: 9px; margin-top: 21px; }
.support-answers details { overflow: hidden; border: 1px solid rgba(113, 83, 97, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.48); transition: border-color 180ms ease, background 180ms ease; }
.support-answers details[open] { border-color: rgba(219, 92, 127, 0.26); background: rgba(255, 248, 250, 0.82); }
.support-answers summary { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; color: #493740; font-size: 15px; font-weight: 750; list-style: none; cursor: pointer; }
.support-answers summary::-webkit-details-marker { display: none; }
.support-answers summary span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #a45e7b; background: var(--pink-pale); font-size: 18px; font-weight: 500; transition: transform 180ms ease; }
.support-answers details[open] summary span { transform: rotate(45deg); }
.support-answers details > div { padding: 0 18px 18px; }
.support-answers details p { max-width: 720px; margin: 0; font-size: 14px; }
.support-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0 28px; }
.support-link-grid article { padding: 21px; border: 1px solid rgba(113, 83, 97, 0.13); border-radius: 20px; background: rgba(255, 255, 255, 0.5); }
.support-link-grid article:nth-child(2) { background: rgba(238, 229, 252, 0.5); }
.support-link-grid h3 { margin: 0 0 8px; }
.support-link-grid p { margin-bottom: 15px; font-size: 14px; }
.support-link-grid a { color: #b64c6d; font-size: 13px; font-weight: 800; text-decoration: none !important; }
.support-link-grid a:hover { color: var(--pink-deep); }
.support-link-grid-legal { margin-bottom: 0; }

.site-footer { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 14px; font-weight: 900; letter-spacing: 0.14em; }
.footer-brand svg { width: 20px; height: 20px; fill: var(--pink); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 18px; color: #725d6a; font-size: 12px; font-weight: 700; }
.footer-links a { text-decoration: none !important; }
.copyright { margin: 19px 0 0; color: #98858f; font-family: var(--mono); font-size: 9px; letter-spacing: 0.04em; }

@media (max-width: 840px) {
  .topbar { min-height: 76px; }
  .menu-toggle { display: block; z-index: 2; }
  .nav-links { position: absolute; top: 66px; right: 0; left: 0; display: grid; gap: 4px; padding: 12px; border: 1px solid rgba(83, 55, 72, 0.11); border-radius: 22px; background: rgba(255, 250, 244, 0.97); box-shadow: 0 15px 30px rgba(96, 63, 78, 0.13); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 0.2s ease, transform 0.2s ease; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 11px 10px; }
  .nav-links .nav-cta { margin-top: 4px; text-align: center; }
  .legal-hero { grid-template-columns: 1fr; gap: 25px; }
  .hero-meta { max-width: 360px; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-aside { position: static; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 16px; }
  .legal-aside h2 { grid-column: 1 / -1; }
  .legal-aside a { padding: 6px 0; }
  .support-contact-card { grid-template-columns: 1fr; }
  .support-contact-card .button { width: max-content; }
  .support-checklist { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .topbar, .legal-wrap, .site-footer { width: min(100% - 32px, 1120px); }
  .topbar::before { inset: 6px -8px; }
  .legal-hero { margin-top: 13px; padding: 31px 23px; border-radius: 30px; }
  h1 { font-size: 3.15rem; }
  .hero-copy { font-size: 16px; }
  .legal-jump { margin-top: 21px; }
  .legal-aside { grid-template-columns: repeat(2, 1fr); padding: 16px; }
  .legal-section { padding-bottom: 35px; }
  .legal-section + .legal-section { padding-top: 38px; }
  .legal-section h2 { font-size: 2.25rem; }
  .legal-section h3 { font-size: 17px; }
  .legal-section p, .legal-section li { font-size: 14px; }
  .section-intro { font-size: 16px !important; }
  .provider-list li { grid-template-columns: 1fr; gap: 3px; }
  .contact-block { grid-template-columns: 1fr; }
  .support-contact-card { padding: 20px; }
  .support-contact-card .button { width: 100%; }
  .support-email { font-size: 1.45rem; }
  .support-link-grid { grid-template-columns: 1fr; }
  .support-answers summary { min-height: 58px; padding: 14px; font-size: 14px; }
  .support-answers details > div { padding: 0 14px 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
