.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] { color: var(--text); }
.language-link { color: var(--accent-strong) !important; font-family: "JetBrains Mono", monospace; font-size: 10px !important; letter-spacing: .12em; }
[x-cloak] { display: none !important; }

.page-main { overflow: clip; }

.page-hero {
  position: relative;
  min-height: 760px;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: calc(var(--header) + 118px) 0 118px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 90px;
  align-items: end;
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 520px;
  left: -220px;
  top: 90px;
  border-radius: 52% 48% 46% 54% / 48% 44% 56% 52%;
  background: radial-gradient(circle, rgba(62, 112, 154, .17), transparent 69%);
  filter: blur(28px);
  pointer-events: none;
}
.page-hero-copy { max-width: 820px; }
.page-hero h1 {
  margin: 22px 0 0;
  max-width: 960px;
  font-size: clamp(64px, 7.2vw, 102px);
  font-weight: 530;
  line-height: .98;
  letter-spacing: -.065em;
}
.page-hero h1 em { color: var(--text-soft); font-style: normal; font-weight: 460; }
.page-hero-lead {
  margin: 0 0 7px;
  max-width: 520px;
  color: var(--text-soft);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.72;
}
.page-hero-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }

.page-section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 142px 0;
}
.page-section.compact { padding-block: 92px; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 90px;
  align-items: end;
}
.section-heading > div:first-child { max-width: 800px; }
.section-heading h2,
.surface-heading h2 {
  margin: 20px 0 0;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 510;
  line-height: 1.03;
  letter-spacing: -.055em;
}
.section-heading > p,
.section-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.agent-cycle {
  position: relative;
  margin-top: 78px;
  padding: 48px 44px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(210, 230, 250, .11);
  border-radius: 34px 34px 74px 34px;
  background: linear-gradient(140deg, rgba(15, 24, 36, .82), rgba(5, 8, 13, .9));
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
  overflow: hidden;
}
.cycle-step { position: relative; min-height: 192px; padding: 4px 25px 12px; }
.cycle-step + .cycle-step { border-left: 1px solid rgba(210, 230, 250, .09); }
.cycle-step span {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: .18em;
}
.cycle-step h3 { margin: 38px 0 12px; font-size: 24px; font-weight: 520; letter-spacing: -.035em; }
.cycle-step p { margin: 0; color: var(--text-soft); font-size: 14px; line-height: 1.65; }

.story-surface {
  position: relative;
  padding: clamp(48px, 7vw, 86px);
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: 80px;
  border-radius: 38px 38px 96px 38px;
  background:
    radial-gradient(560px 360px at 10% 15%, rgba(55, 105, 145, .18), transparent 72%),
    linear-gradient(140deg, rgba(14, 24, 37, .9), rgba(5, 8, 13, .92));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .11), 0 38px 105px rgba(0, 0, 0, .36);
  overflow: hidden;
}
.story-surface h2 { margin: 20px 0 0; font-size: clamp(44px, 5vw, 68px); font-weight: 510; line-height: 1.03; letter-spacing: -.055em; }
.story-copy { display: grid; align-content: center; }
.story-copy > p { margin: 0; color: var(--text-soft); font-size: 17px; line-height: 1.78; }
.process-line { margin-top: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: var(--text-faint); }
.process-line span { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.process-line i { width: 28px; height: 1px; background: linear-gradient(90deg, var(--accent-strong), transparent); }

.feature-rows { margin-top: 90px; }
.feature-row {
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(250px, .62fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: start;
  border-top: 1px solid rgba(210, 230, 250, .09);
}
.feature-row:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.feature-index { color: var(--text-faint); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .16em; }
.feature-index b { margin-left: 22px; color: var(--accent-strong); font-weight: 500; }
.feature-row h3 { margin: -8px 0 0; font-size: clamp(30px, 3.3vw, 44px); font-weight: 500; letter-spacing: -.045em; }
.feature-row p { margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.72; }

.connection-strip { margin-top: 76px; display: flex; flex-wrap: wrap; gap: 10px; }
.connection-strip span,
.meta-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(169, 237, 248, .15);
  border-radius: 999px;
  background: rgba(169, 237, 248, .04);
  color: var(--text-soft);
  font-size: 12px;
}

.optional-surface {
  padding: clamp(48px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 86px;
  align-items: center;
  border-radius: 80px 30px 80px 30px;
  background: linear-gradient(135deg, rgba(13, 23, 36, .9), rgba(5, 8, 13, .94));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .11), 0 42px 110px rgba(0, 0, 0, .38);
}
.optional-surface h2 { margin: 20px 0 0; font-size: clamp(46px, 5.4vw, 72px); font-weight: 510; line-height: 1.03; letter-spacing: -.055em; }
.optional-copy p { margin: 0; color: var(--text-soft); font-size: 17px; line-height: 1.76; }
.optional-copy .button { margin-top: 28px; }

.limits-list { margin: 78px 0 0; padding: 0; list-style: none; }
.limits-list li {
  padding: 27px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  border-top: 1px solid rgba(210, 230, 250, .09);
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.65;
}
.limits-list li:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.limits-list span { color: var(--accent-strong); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .15em; }

/* Puentes */
.bridge-hero::before { left: auto; right: -180px; }
.bridge-compare {
  margin-top: 74px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(210, 230, 250, .11);
  border-radius: 38px;
  background: linear-gradient(140deg, rgba(15, 24, 36, .78), rgba(5, 8, 13, .9));
}
.compare-side { min-height: 330px; padding: 46px; border-radius: 26px; }
.compare-side:last-child { background: rgba(3, 6, 10, .48); }
.compare-side h3 { margin: 20px 0 18px; font-size: clamp(32px, 3.8vw, 50px); font-weight: 510; letter-spacing: -.045em; }
.compare-side p { margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.74; }

.journey { margin-top: 82px; counter-reset: journey; }
.journey-step {
  counter-increment: journey;
  display: grid;
  grid-template-columns: 78px minmax(250px, .74fr) minmax(300px, 1fr);
  gap: 44px;
  padding: 37px 0;
  border-top: 1px solid rgba(210, 230, 250, .09);
}
.journey-step:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.journey-step::before { content: "0" counter(journey); color: var(--accent-strong); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .16em; }
.journey-step h3 { margin: -7px 0 0; font-size: 29px; font-weight: 510; letter-spacing: -.035em; }
.journey-step p { margin: 0; color: var(--text-soft); font-size: 15px; line-height: 1.7; }

.provider-rows { margin-top: 76px; }
.provider-row {
  min-height: 260px;
  padding: 48px 0;
  display: grid;
  grid-template-columns: minmax(200px, .52fr) minmax(0, 1fr);
  gap: 80px;
  border-top: 1px solid rgba(210, 230, 250, .09);
}
.provider-row:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.provider-name { display: flex; align-items: flex-start; gap: 18px; }
.provider-name i { width: 7px; height: 7px; margin-top: 13px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(169, 237, 248, .72); }
.provider-name h3 { margin: 0; font-size: clamp(38px, 4.8vw, 64px); font-weight: 510; letter-spacing: -.05em; }
.provider-row p { margin: 7px 0 0; max-width: 700px; color: var(--text-soft); font-size: 17px; line-height: 1.78; }
.provider-warning { margin-top: 34px; color: var(--text-faint); font-size: 13px; line-height: 1.7; }

.responsibility-surface {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 36px 36px 84px 36px;
  background: linear-gradient(140deg, rgba(16, 26, 40, .8), rgba(5, 8, 13, .92));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .10), 0 36px 100px rgba(0, 0, 0, .34);
}
.responsibility-spaced { margin-top: 72px; }
.responsibility-column { padding: 48px; }
.responsibility-column:last-child { border-radius: 26px 26px 64px 26px; background: rgba(3, 6, 10, .5); }
.responsibility-column h3 { margin: 18px 0 28px; font-size: 38px; font-weight: 510; letter-spacing: -.04em; }
.responsibility-column ul { margin: 0; padding: 0; list-style: none; }
.responsibility-column li { padding: 15px 0; border-top: 1px solid rgba(210, 230, 250, .08); color: var(--text-soft); font-size: 15px; line-height: 1.6; }

.license-surface {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
  gap: 90px;
  align-items: start;
}
.license-surface h2 { margin: 20px 0 0; font-size: clamp(48px, 5.6vw, 76px); font-weight: 510; line-height: 1.02; letter-spacing: -.055em; }
.license-points { border-top: 1px solid rgba(210, 230, 250, .09); }
.license-point { padding: 26px 0; display: grid; grid-template-columns: 28px 1fr; gap: 20px; border-bottom: 1px solid rgba(210, 230, 250, .09); color: var(--text-soft); font-size: 16px; line-height: 1.65; }
.license-point i { width: 6px; height: 6px; margin-top: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(169, 237, 248, .65); }

.pricing-surface {
  margin-top: 78px;
  padding: 18px 38px 28px;
  border-radius: 36px;
  background: linear-gradient(140deg, rgba(14, 23, 35, .8), rgba(5, 8, 13, .92));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .10), 0 34px 96px rgba(0, 0, 0, .32);
}
.price-row {
  min-height: 82px;
  padding: 18px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px 130px;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid rgba(210, 230, 250, .08);
}
.price-row:last-child { border-bottom: 0; }
.price-row strong { font-size: 19px; font-weight: 510; }
.price-row b { justify-self: end; font-size: 24px; font-weight: 560; letter-spacing: -.03em; }
.price-row span { justify-self: end; color: var(--accent-strong); font-size: 12px; }
.price-row.with-action { grid-template-columns: minmax(0, 1fr) 100px 130px 88px; }
.price-action {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(13, 22, 35, .44);
  color: var(--text);
  cursor: pointer;
  font-size: 12px;
}
.price-action:hover { border-color: var(--border-glow); }
.pricing-note { margin: 26px 8px 4px; color: var(--text-faint); font-size: 12px; line-height: 1.65; }

.public-notice,
.public-flash {
  padding: 16px 18px;
  border: 1px solid rgba(169, 237, 248, .14);
  border-radius: 14px;
  background: rgba(10, 17, 27, .94);
  color: var(--text-soft);
  font-size: 13px;
}
.public-notice { margin-top: 34px; }
.public-flash-stack { position: fixed; z-index: 80; top: calc(var(--header) + 18px); right: 24px; width: min(360px, calc(100% - 48px)); }

.checkout-drawer { position: fixed; z-index: 100; inset: 0; display: grid; justify-items: end; }
.drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0, 0, 0, .7); backdrop-filter: blur(8px); cursor: pointer; }
.drawer-panel {
  position: relative;
  width: min(520px, 100%);
  height: 100%;
  padding: 72px 44px 44px;
  overflow-y: auto;
  background: linear-gradient(145deg, rgba(15, 25, 39, .99), rgba(4, 7, 12, .99));
  box-shadow: -30px 0 100px rgba(0, 0, 0, .48), inset 1px 0 rgba(210, 230, 250, .1);
}
.drawer-panel h2 { margin: 20px 0 32px; font-size: 44px; font-weight: 510; letter-spacing: -.045em; }
.drawer-close { position: absolute; top: 22px; right: 24px; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; background: transparent; color: var(--text); cursor: pointer; font-size: 24px; }
.quote-box { padding: 24px; display: grid; gap: 8px; border: 1px solid rgba(210, 230, 250, .1); border-radius: 18px; background: rgba(3, 6, 10, .5); }
.quote-box span, .quote-box small { color: var(--text-faint); font-size: 12px; }
.quote-box strong { font-size: 34px; font-weight: 560; }
.consent { margin-top: 28px; display: grid; grid-template-columns: 20px 1fr; gap: 13px; color: var(--text-soft); font-size: 13px; line-height: 1.6; }
.consent input { margin-top: 4px; accent-color: var(--accent-strong); }
.checkout-fineprint, .secure-note { color: var(--text-faint); font-size: 11px; line-height: 1.6; }
.api-error { margin: 18px 0; color: #ffb5b5; font-size: 13px; }
.checkout-button { width: 100%; border: 0; cursor: pointer; }
.checkout-button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.page-footer small a { color: var(--text-faint); }

.faq-list { margin-top: 72px; border-top: 1px solid rgba(210, 230, 250, .09); }
.faq-list details { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.faq-list summary { padding: 27px 48px 27px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 500; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 25px; color: var(--accent); font-size: 22px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; margin: -3px 0 29px; color: var(--text-soft); font-size: 15px; line-height: 1.72; }

/* Descarga y soporte */
.status-hero { min-height: 700px; grid-template-columns: 1fr; text-align: center; place-items: center; }
.status-hero .page-hero-copy { max-width: 960px; }
.status-hero .page-hero-lead { max-width: 720px; margin: 30px auto 0; }
.status-hero .page-hero-meta { justify-content: center; }

.release-surface {
  padding: clamp(54px, 8vw, 100px);
  text-align: center;
  border-radius: 86px 32px 86px 32px;
  background:
    radial-gradient(580px 360px at 50% 16%, rgba(61, 113, 153, .18), transparent 70%),
    linear-gradient(145deg, rgba(13, 22, 35, .9), rgba(4, 7, 12, .94));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .11), 0 42px 110px rgba(0, 0, 0, .38);
}
.release-surface h2 { margin: 22px auto 0; max-width: 820px; font-size: clamp(48px, 6vw, 80px); font-weight: 510; line-height: 1.02; letter-spacing: -.055em; }
.release-surface > p:not(.section-label) { max-width: 640px; margin: 28px auto 0; color: var(--text-soft); font-size: 17px; line-height: 1.74; }
.release-surface .status-pill { margin-top: 34px; }
.manifest-list { margin: 74px auto 0; max-width: 860px; text-align: left; }
.manifest-row { padding: 25px 0; display: grid; grid-template-columns: 190px 1fr; gap: 50px; border-top: 1px solid rgba(210, 230, 250, .09); }
.manifest-row:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.manifest-row strong { color: var(--accent-strong); font-family: "JetBrains Mono", monospace; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.manifest-row span { color: var(--text-soft); font-size: 15px; line-height: 1.65; }

.support-surface { margin-top: 76px; }
.support-row {
  min-height: 180px;
  padding: 38px 0;
  display: grid;
  grid-template-columns: 78px minmax(220px, .58fr) minmax(300px, 1fr) auto;
  gap: 42px;
  align-items: center;
  border-top: 1px solid rgba(210, 230, 250, .09);
}
.support-row:last-child { border-bottom: 1px solid rgba(210, 230, 250, .09); }
.support-row > span { color: var(--accent-strong); font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .16em; }
.support-row h3 { margin: 0; font-size: clamp(32px, 3.5vw, 46px); font-weight: 510; letter-spacing: -.045em; }
.support-row p { margin: 0; color: var(--text-soft); font-size: 15px; line-height: 1.7; }
.support-link { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--border); border-radius: 12px; color: var(--text-soft); font-size: 13px; white-space: nowrap; }
.support-link:hover { color: var(--text); border-color: var(--border-glow); }

.contact-surface {
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  border-radius: 36px 36px 82px 36px;
  background: linear-gradient(140deg, rgba(16, 26, 40, .82), rgba(5, 8, 13, .92));
  box-shadow: inset 0 0 0 1px rgba(210, 230, 250, .10), 0 36px 100px rgba(0, 0, 0, .32);
}
.contact-surface h2 { margin: 18px 0 0; font-size: clamp(42px, 5vw, 66px); font-weight: 510; line-height: 1.03; letter-spacing: -.05em; }

.page-footer .footer-links { flex-wrap: wrap; }

@media (max-width: 980px) {
  .page-hero,
  .section-heading,
  .story-surface,
  .optional-surface,
  .license-surface { grid-template-columns: 1fr; }
  .page-hero { gap: 46px; }
  .page-hero-lead { max-width: 720px; }
  .section-heading { gap: 30px; }
  .agent-cycle { grid-template-columns: 1fr 1fr; }
  .cycle-step:nth-child(odd) { border-left: 0; }
  .cycle-step { border-bottom: 1px solid rgba(210, 230, 250, .09); }
  .cycle-step:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .feature-row { grid-template-columns: 140px 1fr; }
  .feature-row p { grid-column: 2; }
  .license-surface { gap: 54px; }
  .support-row { grid-template-columns: 58px 1fr; }
  .support-row p, .support-link { grid-column: 2; }
  .support-link { justify-self: start; }
}

@media (max-width: 700px) {
  .page-hero,
  .page-section { width: min(calc(100% - 32px), var(--max)); }
  .page-hero { min-height: 700px; padding: calc(var(--header) + 80px) 0 92px; align-content: center; }
  .page-hero::before { width: 480px; height: 420px; left: -210px; }
  .page-hero h1 { font-size: clamp(50px, 14.2vw, 66px); }
  .page-hero-lead { font-size: 16px; }
  .page-section { padding: 104px 0; }
  .page-section.compact { padding-block: 72px; }
  .section-heading h2, .surface-heading h2 { font-size: 42px; }
  .section-heading > p, .section-copy { font-size: 15px; }
  .agent-cycle { margin-top: 52px; padding: 12px 24px; grid-template-columns: 1fr; border-radius: 28px 28px 58px 28px; }
  .cycle-step { min-height: auto; padding: 28px 0; border-left: 0 !important; border-bottom: 1px solid rgba(210, 230, 250, .09); }
  .cycle-step:last-child { grid-column: auto; }
  .cycle-step h3 { margin: 18px 0 9px; font-size: 27px; }
  .story-surface { padding: 42px 26px; gap: 38px; border-radius: 28px 28px 62px 28px; }
  .story-surface h2 { font-size: 42px; }
  .story-copy > p { font-size: 15px; }
  .process-line { align-items: flex-start; flex-direction: column; }
  .process-line i { width: 1px; height: 18px; background: linear-gradient(var(--accent-strong), transparent); }
  .feature-rows { margin-top: 56px; }
  .feature-row { padding: 34px 0; grid-template-columns: 1fr; gap: 20px; }
  .feature-row p { grid-column: auto; }
  .feature-row h3 { font-size: 34px; }
  .optional-surface { padding: 48px 26px; gap: 38px; border-radius: 48px 22px 48px 22px; }
  .optional-surface h2 { font-size: 43px; }
  .optional-copy p { font-size: 15px; }
  .limits-list { margin-top: 52px; }
  .limits-list li { grid-template-columns: 38px 1fr; font-size: 15px; }
  .bridge-compare, .responsibility-surface { grid-template-columns: 1fr; padding: 10px; }
  .compare-side { min-height: auto; padding: 34px 24px; }
  .compare-side h3 { font-size: 36px; }
  .journey { margin-top: 56px; }
  .journey-step { grid-template-columns: 44px 1fr; gap: 16px; padding: 30px 0; }
  .journey-step p { grid-column: 2; }
  .journey-step h3 { font-size: 27px; }
  .provider-rows { margin-top: 50px; }
  .provider-row { min-height: auto; padding: 38px 0; grid-template-columns: 1fr; gap: 22px; }
  .provider-name h3 { font-size: 46px; }
  .provider-row p { font-size: 15px; }
  .responsibility-column { padding: 36px 24px; }
  .responsibility-column h3 { font-size: 33px; }
  .license-surface { gap: 48px; }
  .license-surface h2 { font-size: 46px; }
  .license-point { font-size: 15px; }
  .pricing-surface { margin-top: 56px; padding: 10px 22px 22px; border-radius: 28px; }
  .price-row { padding: 20px 0; grid-template-columns: 1fr auto; gap: 8px 20px; }
  .price-row.with-action { grid-template-columns: 1fr auto; }
  .price-row b { grid-column: 2; grid-row: 1; font-size: 21px; }
  .price-row span { grid-column: 1 / -1; justify-self: start; }
  .price-row .price-action { grid-column: 1 / -1; width: 100%; margin-top: 8px; }
  .faq-list summary { font-size: 17px; }
  .status-hero { min-height: 680px; }
  .release-surface { padding: 58px 26px; border-radius: 52px 22px 52px 22px; }
  .release-surface h2 { font-size: 46px; }
  .release-surface > p:not(.section-label) { font-size: 15px; }
  .manifest-list { margin-top: 52px; }
  .manifest-row { grid-template-columns: 1fr; gap: 10px; }
  .support-row { min-height: auto; padding: 34px 0; grid-template-columns: 1fr; gap: 17px; }
  .support-row p, .support-link { grid-column: auto; }
  .support-row h3 { font-size: 36px; }
  .contact-surface { padding: 48px 26px; grid-template-columns: 1fr; border-radius: 28px 28px 60px 28px; }
  .contact-surface h2 { font-size: 42px; }
  .contact-surface .button { width: 100%; }
  .responsibility-spaced { margin-top: 50px; }
  .drawer-panel { padding: 66px 24px 32px; }
  .drawer-panel h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero::before { filter: none; }
}
