:root {
  --bg: #000000;
  --shell: 1180px;
  --ink: #f5f5f0;
  --text: #e7e7e0;
  --muted: rgba(235, 235, 230, 0.70);
  --muted-2: rgba(235, 235, 230, 0.52);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.12);
  --acid: #d6ff24;
  --acid-2: #bfff11;
  --acid-line: rgba(214, 255, 36, 0.34);
  --acid-soft: rgba(214, 255, 36, 0.08);
  --glass: linear-gradient(180deg, rgba(12, 15, 12, 0.66), rgba(6, 8, 7, 0.88));
  --glass-2: linear-gradient(180deg, rgba(14, 18, 14, 0.72), rgba(7, 8, 8, 0.94));
  --radius: 22px;
  --radius-sm: 16px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; border-radius: 6px; }
section[id] { scroll-margin-top: 88px; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(214, 255, 36, 0.24); color: #fff; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--acid);
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { transform: none; }

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.brand { width: 142px; flex: 0 0 auto; }
.brand img { width: 142px; height: auto; }
.desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a, .platform-link, .footer-bottom a, .contact-details a { transition: color .18s ease, border-color .18s ease, background .18s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .footer-bottom a:hover, .contact-details a:hover { color: #fff; }
.platform-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 255, 36, 0.26);
  border-radius: 999px;
  color: var(--acid);
  background: rgba(9, 10, 9, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.platform-link:hover { background: rgba(214, 255, 36, 0.08); }
.platform-link span, .link-arrow { transition: transform .18s ease; }
.platform-link:hover span, .button-secondary:hover .link-arrow { transform: translate(2px, -2px); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  animation: hero-grid-drift 32s linear infinite;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.hero-inner {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  gap: 86px;
  align-items: center;
  padding: 92px 0 96px;
}
.eyebrow, .section-label {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(214,255,36,.08);
}
.hero h1 {
  margin: 0;
  max-width: 830px;
  color: var(--ink);
  font-size: clamp(46px, 5.25vw, 76px);
  line-height: 1.015;
  letter-spacing: -.052em;
  font-weight: 700;
}
.hero-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(235, 235, 230, 0.72);
  font-size: 18px;
  line-height: 1.72;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: var(--acid);
  color: #080808;
  box-shadow: 0 12px 28px rgba(214,255,36,.12);
}
.button-primary:hover { background: var(--acid-2); }
.button-secondary {
  border-color: rgba(214,255,36,.20);
  background: rgba(8, 9, 8, .72);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
.button-secondary:hover { border-color: rgba(214,255,36,.34); background: rgba(214,255,36,.06); }

.corporate-card,
.service-card,
.boundary-grid article,
.steps li,
.technology-panel,
.platform-card,
.contact-details {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid rgba(214,255,36,.20);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.corporate-card::before,
.service-card::before,
.boundary-grid article::before,
.steps li::before,
.technology-panel::before,
.platform-card::before,
.contact-details::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 72px;
  height: 1px;
  background: var(--acid);
  transition: width .24s ease, opacity .24s ease;
}

.corporate-card {
  align-self: center;
  padding: 28px;
  overflow: hidden;
}
.corporate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 43%, rgba(214,255,36,.045) 49%, rgba(255,255,255,.03) 51%, transparent 57% 100%);
  transform: translateX(-125%);
  animation: corporate-card-sheen 10s ease-in-out infinite;
}
.card-mark {
  width: 64px;
  min-height: 42px;
  display: flex;
  align-items: center;
  overflow: visible;
  margin-bottom: 28px;
}
.card-mark img { width: 64px; height: auto; max-width: none; }
.corporate-card dl { margin: 0; }
.corporate-card dl > div {
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.corporate-card dt {
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 6px;
}
.corporate-card dd { margin: 0; color: var(--ink); font-size: 15px; font-weight: 600; }

.section {
  position: relative;
  padding: 112px 0;
  border-bottom: 1px solid var(--line);
  background: #000;
}
.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--shell), calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--acid) 0 66px, var(--line) 66px 100%);
  opacity: .95;
}
.section-intro { padding: 124px 0; }
.two-column {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 90px;
}
h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 650;
}
.prose-large { max-width: 700px; }
.prose-large p, .technology-copy > p:not(.section-label), .platform-copy > p {
  margin: 0 0 22px;
  color: rgba(235, 235, 230, 0.70);
  font-size: 17px;
  line-height: 1.78;
}
.prose-large p:last-child, .platform-copy > p:last-of-type { margin-bottom: 0; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 430px);
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}
.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  min-height: 248px;
  padding: 34px;
}
.service-card-wide { grid-column: 1 / -1; min-height: auto; }
.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 26px;
  margin-bottom: 56px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  border: 1px solid rgba(214,255,36,.18);
  background: rgba(214,255,36,.05);
}
.service-card-wide .card-number { margin-bottom: 26px; }
.service-card h3, .boundary-grid h3, .steps h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -.025em;
  font-weight: 650;
}
.service-card p, .boundary-grid p, .steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.sector-list {
  display: grid;
  gap: 14px;
}
.sector-list > div {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(200px, .55fr) minmax(0, 1.45fr);
  gap: 34px;
  align-items: center;
  padding: 22px 28px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(214,255,36,.18);
  background: linear-gradient(180deg, rgba(12,15,12,.46), rgba(6,8,7,.78));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.sector-list span { color: var(--ink); font-size: 20px; font-weight: 620; letter-spacing: -.02em; }
.sector-list small { color: var(--muted); font-size: 14px; line-height: 1.55; }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.steps li {
  min-height: 270px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.steps > li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  border: 1px solid rgba(214,255,36,.18);
  background: rgba(214,255,36,.05);
}

.model-note {
  margin-top: 22px;
  padding: 22px 26px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(214,255,36,.20);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.model-note strong { color: var(--acid); font-size: 13px; }
.model-note p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.technology-section { position: relative; overflow: hidden; background: #000; }
.technology-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 92px;
  align-items: start;
}
.technology-copy h2 { max-width: 760px; margin-bottom: 30px; }
.technology-lead { color: rgba(245,245,240,.88) !important; font-size: 18px !important; }
.technology-panel {
  padding: 30px;
  background: var(--glass-2);
}
.panel-kicker {
  margin: 0 0 22px;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.technology-panel ul { list-style: none; padding: 0; margin: 0; }
.technology-panel li {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(245,245,240,.86);
  font-size: 14px;
}
.technology-panel li span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); flex: 0 0 auto; }
.technology-note {
  margin-top: 24px;
  padding: 18px 19px;
  border-radius: 12px;
  background: rgba(214,255,36,.06);
  border: 1px solid rgba(214,255,36,.13);
}
.technology-note strong { color: var(--acid); font-size: 13px; }
.technology-note p { margin: 7px 0 0; color: rgba(235,235,230,.68); font-size: 12px; line-height: 1.62; }

.boundaries-heading { align-items: start; }
.boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.boundary-grid article {
  min-height: 218px;
  padding: 30px;
}
.boundary-grid article::before {
  width: 58px;
  left: 30px;
}

.platform-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 74px;
  align-items: center;
  padding: 54px;
  background: var(--glass-2);
}
.platform-copy h2 { margin-bottom: 28px; }
.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 16px;
}
.text-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 0;
  color: var(--acid);
  font-size: 14px;
  font-weight: 700;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.platform-domain {
  padding: 34px;
  border-radius: 18px;
  border: 1px solid rgba(214,255,36,.18);
  background: rgba(7, 9, 7, 0.64);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.platform-domain span, .platform-domain small { display: block; color: var(--muted-2); }
.platform-domain span { margin-bottom: 13px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.platform-domain strong { display: block; color: var(--ink); font-size: clamp(38px, 4vw, 58px); letter-spacing: -.055em; line-height: 1; }
.platform-domain small { margin-top: 18px; font-size: 12px; line-height: 1.6; }

.contact-section { padding: 100px 0; background: #000; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  gap: 100px;
  align-items: start;
}
.contact-lead { color: var(--muted); font-size: 16px; }
.contact-details {
  margin: 0;
  padding: 8px 28px;
  background: var(--glass-2);
}
.contact-details > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.contact-details > div:last-child { border-bottom: 0; }
.contact-details dt { color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.contact-details dd { margin: 0; color: rgba(245,245,240,.88); font-size: 14px; }
.contact-details a:hover { color: var(--acid); }

.site-footer { padding: 46px 0 32px; border-top: 1px solid var(--line); background: #000; overflow: hidden; }
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 34px;
}
.footer-logo { width: 112px; height: auto; opacity: .92; }
.footer-main p { margin: 0; max-width: 500px; color: var(--muted-2); font-size: 12px; text-align: right; line-height: 1.6; }
.footer-bottom {
  position: relative;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: var(--muted-2);
  font-size: 11px;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: var(--line);
}
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 22px; }

@keyframes hero-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 72px, 72px 72px; }
}

@keyframes corporate-card-sheen {
  0%, 58% { transform: translateX(-125%); }
  76%, 100% { transform: translateX(125%); }
}

@media (hover: hover) and (pointer: fine) {
  .corporate-card:hover,
  .service-card:hover,
  .boundary-grid article:hover,
  .steps li:hover,
  .technology-panel:hover,
  .platform-card:hover,
  .contact-details:hover {
    transform: translateY(-3px);
    border-color: rgba(214,255,36,.34);
    box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(214,255,36,.035);
  }

  .corporate-card:hover::before,
  .service-card:hover::before,
  .boundary-grid article:hover::before,
  .steps li:hover::before,
  .technology-panel:hover::before,
  .platform-card:hover::before,
  .contact-details:hover::before {
    width: 96px;
  }

  .sector-list > div:hover {
    transform: translateX(3px);
    border-color: rgba(214,255,36,.30);
    background: linear-gradient(180deg, rgba(14,18,14,.56), rgba(7,9,8,.86));
  }

  .steps li:hover > span,
  .service-card:hover .card-number {
    border-color: rgba(214,255,36,.36);
    box-shadow: 0 0 0 5px rgba(214,255,36,.035);
  }

  .platform-domain {
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
  }

  .platform-card:hover .platform-domain {
    transform: translateY(-2px);
    border-color: rgba(214,255,36,.30);
    background: rgba(8,11,8,.78);
  }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner { gap: 20px; }
  .platform-link { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 54px; min-height: auto; padding: 90px 0 84px; }
  .corporate-card { max-width: 560px; }
  .two-column, .section-heading, .technology-layout, .platform-card, .contact-layout { grid-template-columns: 1fr; }
  .two-column, .technology-layout, .contact-layout { gap: 44px; }
  .section-heading { gap: 24px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps li:last-child { grid-column: 1 / -1; min-height: 190px; }
  .boundary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .site-header { position: sticky; }
  .header-inner { height: 68px; }
  .brand, .brand img { width: 118px; }
  .platform-link { padding: 9px 11px; font-size: 11px; }
  .hero-inner { padding: 72px 0 70px; }
  .hero h1 { font-size: clamp(42px, 12.6vw, 58px); }
  .hero-lead { font-size: 16px; }
  .section, .section-intro { padding: 82px 0; }
  .section::after { width: min(100% - 32px, var(--shell)); }
  h2 { font-size: 36px; }
  .service-grid, .steps, .boundary-grid { grid-template-columns: 1fr; }
  .service-card-wide, .steps li:last-child { grid-column: auto; }
  .service-card { min-height: auto; padding: 28px; }
  .card-number { margin-bottom: 42px; }
  .steps li, .steps li:last-child { min-height: 210px; }
  .sector-list > div { grid-template-columns: 1fr; gap: 7px; padding: 22px 20px; }
  .platform-card { padding: 36px 26px; }
  .platform-card::before, .corporate-card::before, .service-card::before, .boundary-grid article::before, .steps li::before, .technology-panel::before, .contact-details::before { left: 22px; width: 54px; }
  .platform-domain { padding: 26px; }
  .technology-panel { padding: 24px; }
  .boundary-grid article { min-height: auto; }
  .contact-details { padding: 8px 22px; }
  .contact-details > div { grid-template-columns: 1fr; gap: 6px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-main p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* Legal pages */
.legal-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
}
.legal-hero-inner {
  position: relative;
  padding: 104px 0 82px;
}
.legal-hero h1 {
  margin: 0;
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.052em;
  font-weight: 700;
}
.legal-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(235,235,230,.72);
  font-size: 18px;
  line-height: 1.7;
}
.legal-effective {
  margin: 22px 0 0;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-section {
  position: relative;
  padding: 92px 0 118px;
  background: #000;
}
.legal-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--shell), calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--acid) 0 66px, var(--line) 66px 100%);
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr);
  gap: 72px;
  align-items: start;
}
.legal-aside {
  position: sticky;
  top: 108px;
}
.legal-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid rgba(214,255,36,.20);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.legal-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 26px;
  width: 64px;
  height: 1px;
  background: var(--acid);
}
.legal-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 16px;
}
.legal-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: rgba(245,245,240,.88); }
.legal-card a:hover { color: var(--acid); }
.legal-content {
  min-width: 0;
  color: rgba(235,235,230,.76);
  font-size: 15px;
  line-height: 1.78;
}
.legal-content > p:first-child {
  margin-top: 0;
  color: rgba(245,245,240,.88);
  font-size: 17px;
}
.legal-content h2 {
  scroll-margin-top: 106px;
  margin: 72px 0 20px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 650;
}
.legal-content h3 {
  margin: 32px 0 10px;
  color: rgba(245,245,240,.92);
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.018em;
  font-weight: 650;
}
.legal-content p { margin: 0 0 18px; }
.legal-content ul {
  margin: 0 0 22px;
  padding-left: 22px;
}
.legal-content li { margin: 7px 0; padding-left: 4px; }
.legal-content strong { color: rgba(245,245,240,.92); }
.legal-content a {
  color: var(--acid);
  text-decoration: underline;
  text-decoration-color: rgba(214,255,36,.32);
  text-underline-offset: 3px;
}
.legal-content a:hover { text-decoration-color: var(--acid); }
.legal-content address {
  margin: 0 0 18px;
  font-style: normal;
  color: rgba(235,235,230,.76);
}
.legal-content h2:first-of-type { margin-top: 52px; }

@media (max-width: 980px) {
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-aside { position: static; }
  .legal-card { max-width: 560px; }
}

@media (max-width: 680px) {
  .legal-hero-inner { padding: 78px 0 66px; }
  .legal-lead { font-size: 16px; }
  .legal-section { padding: 72px 0 92px; }
  .legal-section::before { width: min(100% - 32px, var(--shell)); }
  .legal-card { padding: 22px; }
  .legal-content { font-size: 14px; line-height: 1.74; }
  .legal-content > p:first-child { font-size: 16px; }
  .legal-content h2 { margin-top: 58px; font-size: 25px; }
  .legal-content h3 { font-size: 16px; }
}
.footer-terms-notice { display: inline-block; margin-top: 4px; color: var(--muted-2); }
.footer-terms-notice a { color: rgba(245,245,240,.72); text-decoration: underline; text-decoration-color: rgba(214,255,36,.26); text-underline-offset: 2px; }
.footer-terms-notice a:hover { color: var(--acid); text-decoration-color: var(--acid); }
