:root {
  color-scheme: dark;
  --ink: #02060b;
  --ink-2: #050c15;
  --ink-3: #071321;
  --navy: #071a2c;
  --blue: #2e9cff;
  --blue-2: #73bdff;
  --blue-soft: #b7dcff;
  --gold: #c7a45d;
  --white: #f4f7fb;
  --paper: #d9e2ec;
  --muted: #91a2b5;
  --line: rgba(117, 169, 220, .16);
  --line-strong: rgba(60, 153, 246, .4);
  --header: 90px;
  --container: 1280px;
  --radius: 18px;
  --ease: cubic-bezier(.2, .72, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 76% 5%, rgba(35, 127, 226, .11), transparent 30rem),
    linear-gradient(180deg, #02060b 0%, #050c15 52%, #02060b 100%);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(116, 170, 223, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 170, 223, .022) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: radial-gradient(circle at 50% 22%, #000 0%, transparent 74%);
}

img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, a { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--blue-2); outline-offset: 4px; }

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header);
  border-bottom: 1px solid rgba(117, 169, 220, .14);
  background: rgba(2, 7, 12, .84);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px) saturate(130%);
}

.header-inner { display: grid; grid-template-columns: auto 1fr auto; height: 100%; align-items: center; gap: 34px; }
.brand-lockup { display: inline-flex; width: 190px; align-items: center; text-decoration: none; }
.brand-lockup img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.main-nav a { color: #8fa3b8; font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }
.language-switcher { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(8, 23, 39, .68); color: #74879a; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.language-switcher a { text-decoration: none; }
.language-switcher .is-active { color: var(--white); }

.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--blue-soft); font-size: .68rem; font-weight: 820; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--gold), var(--blue)); }

h1, h2, h3, p { text-wrap: pretty; }
h2 { margin: 0; color: var(--white); font-size: clamp(2.35rem, 4vw, 4.35rem); font-weight: 880; letter-spacing: -.052em; line-height: 1.01; }
h2 em { color: var(--blue-2); font-style: normal; }
p { margin: 0; }

.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-size: .72rem; font-weight: 850; letter-spacing: .05em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), border-color .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.button--primary { border-color: rgba(126, 199, 255, .6); background: linear-gradient(135deg, #39a7ff, #1874e7); color: #03101c; box-shadow: 0 16px 38px rgba(24, 113, 224, .25), inset 0 1px 0 rgba(255, 255, 255, .44); }
.button--secondary { border-color: rgba(123, 177, 228, .28); background: rgba(6, 18, 31, .72); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--blue-2); font-size: .82rem; font-weight: 780; letter-spacing: .035em; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  height: min(760px, calc(100svh - var(--header)));
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid rgba(117, 169, 220, .14);
  background: #02070d;
}
.hero::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 74% 42%, rgba(42, 137, 235, .18), transparent 31rem), linear-gradient(100deg, #02070d 0%, #02070d 38%, #06101a 100%); content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); height: 100%; align-items: stretch; gap: clamp(30px, 4vw, 68px); }
.hero-copy { z-index: 3; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding-block: 34px; }
.hero h1 { margin: 0; color: var(--white); font-size: clamp(4rem, 6.3vw, 6.8rem); font-weight: 920; letter-spacing: -.075em; line-height: .78; }
.hero-subtitle { max-width: 650px; margin-top: 20px; color: var(--blue-2); font-size: clamp(1rem, 1.55vw, 1.42rem); font-weight: 760; line-height: 1.25; }
.hero-thesis { margin-top: 14px; color: var(--white); font-size: clamp(1.2rem, 1.8vw, 1.6rem); font-weight: 760; letter-spacing: -.025em; }
.hero-meta { display: flex; max-width: 680px; margin-top: 22px; border-block: 1px solid var(--line); }
.hero-meta > div { display: flex; min-width: 0; flex: 1 1 0; flex-direction: column; gap: 1px; padding: 12px 16px 12px 0; }
.hero-meta > div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.hero-meta strong { color: var(--white); font-size: .87rem; font-weight: 820; }
.hero-meta span { color: var(--muted); font-size: .73rem; }
.hero-offer { display: flex; max-width: 680px; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 18px 0 16px; }
.hero-offer > div { display: flex; align-items: baseline; gap: 12px; }
.hero-offer span { color: var(--muted); font-size: .74rem; }
.hero-offer strong { color: var(--white); font-size: clamp(2rem, 3vw, 3rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.hero-offer p { max-width: 310px; color: #8fa3b7; font-size: .7rem; font-weight: 730; letter-spacing: .08em; line-height: 1.45; text-align: right; }
.microcopy { margin-top: 10px; color: #6f8295; font-size: .7rem; }

.hero-video-stage { position: relative; isolation: isolate; min-width: 0; overflow: hidden; border-inline: 1px solid rgba(127, 179, 229, .12); background: #07111b; box-shadow: -26px 0 80px rgba(0, 0, 0, .35); }
.hero-video-backdrop { position: absolute; z-index: -2; inset: -8%; background: linear-gradient(rgba(2, 7, 13, .2), rgba(2, 7, 13, .55)), url("../media/hero/skygloss_fusion_video_poster.webp") center/cover no-repeat; filter: blur(18px) saturate(.75); transform: scale(1.08); opacity: .72; }
.hero-video-stage::before { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, #02070d 0%, rgba(2, 7, 13, .54) 10%, transparent 26%, transparent 82%, rgba(2, 7, 13, .38) 100%), linear-gradient(180deg, rgba(2, 7, 13, .2), transparent 16%, transparent 82%, rgba(2, 7, 13, .54)); content: ""; }
.hero-video { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.video-badge { position: absolute; z-index: 3; right: 18px; bottom: 16px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid rgba(130, 189, 241, .2); border-radius: 999px; background: rgba(2, 8, 14, .68); color: #a8b7c5; font-size: .58rem; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(10px); }
.video-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px var(--blue); }

/* Shared sections */
.section { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(72px, 7.5vw, 108px); border-bottom: 1px solid rgba(117, 169, 220, .11); scroll-margin-top: var(--header); }
.section::before { position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0 62%, rgba(79, 155, 232, .035) 62% 62.1%, transparent 62.1%); content: ""; }

/* Cost */
.section--cost { background: radial-gradient(circle at 13% 20%, rgba(29, 116, 218, .09), transparent 26rem), #050c15; }
.cost-layout { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(48px, 7vw, 110px); }
.section-heading h2 { max-width: 12ch; }
.cost-copy > p:first-child { max-width: 54ch; color: #bdc8d4; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.decision-rail { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 22px; }
.decision-rail span { padding: 9px 12px; border: 1px solid rgba(105, 174, 237, .2); border-radius: 999px; background: rgba(8, 25, 42, .56); color: #a8bbce; font-size: .72rem; font-weight: 740; }
.cost-conclusion { max-width: 58ch; padding-left: 18px; border-left: 2px solid var(--gold); color: var(--white); font-size: clamp(1.05rem, 1.5vw, 1.35rem); font-weight: 720; line-height: 1.4; }

/* Limit */
.section--limit { background: linear-gradient(180deg, #02070d, #06111d); }
.limit-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; gap: clamp(40px, 6vw, 92px); }
.cinematic-media { position: relative; min-height: 470px; margin: 0; overflow: hidden; border: 1px solid rgba(107, 164, 219, .14); background: #03070c; box-shadow: 0 28px 70px rgba(0, 0, 0, .38); }
.cinematic-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(3, 8, 14, .72) 100%), linear-gradient(180deg, rgba(3, 8, 14, .08), rgba(3, 8, 14, .26)); content: ""; }
.cinematic-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: 35% center; filter: brightness(.76) contrast(1.08) saturate(.72); }
.limit-copy h2 { max-width: 11ch; }
.limit-copy > p:not(.eyebrow):not(.accent-sentence) { max-width: 54ch; margin-top: 25px; color: #b3c0cd; font-size: 1.02rem; }
.accent-sentence { max-width: 50ch; margin-top: 22px; padding-left: 18px; border-left: 2px solid var(--blue); color: var(--white); font-size: 1.06rem; font-weight: 690; }

/* Paint health — diagnosis before the commercial package */
.section--paint-health {
  background:
    radial-gradient(circle at 82% 35%, rgba(46, 156, 255, .12), transparent 30rem),
    linear-gradient(180deg, #071321, #040b13);
}
.paint-health-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}
.paint-health-copy h2 { max-width: 12ch; }
.paint-health-copy > p:not(.eyebrow) { max-width: 53ch; margin-top: 24px; color: #b7c4d0; font-size: 1.02rem; }
.paint-health-copy blockquote {
  max-width: 48ch;
  margin: 26px 0 0;
  padding: 17px 0 17px 20px;
  border-left: 2px solid var(--gold);
  color: var(--white);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 720;
  line-height: 1.42;
}
.paint-health-steps { border-top: 1px solid var(--line); }
.paint-health-steps article {
  display: grid;
  grid-template-columns: 48px minmax(110px, .38fr) 1fr;
  align-items: baseline;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.paint-health-steps span { color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .14em; }
.paint-health-steps strong { color: var(--white); font-size: 1.05rem; }
.paint-health-steps p { color: #91a5b8; font-size: .86rem; }

@media (max-width: 900px) {
  .paint-health-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .paint-health-steps article { grid-template-columns: 38px 1fr; gap: 10px 14px; }
  .paint-health-steps p { grid-column: 2; }
}

/* FUSION */
.section--fusion { min-height: 680px; display: flex; align-items: center; background: radial-gradient(circle at 73% 48%, rgba(45, 143, 241, .16), transparent 27rem), linear-gradient(180deg, #07111d, #040b13); }
.fusion-aura { position: absolute; z-index: -1; right: -14%; top: 4%; width: 68%; height: 92%; border-radius: 50%; background: radial-gradient(circle, rgba(36, 130, 226, .18), transparent 65%); filter: blur(18px); }
.fusion-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: 50px; }
.fusion-copy { z-index: 3; }
.fusion-copy h2 { max-width: 12ch; }
.fusion-copy h2 > span { display: block; margin-bottom: 10px; color: #a8b6c4; font-size: .42em; font-weight: 690; letter-spacing: -.025em; line-height: 1.15; }
.fusion-copy > p:not(.eyebrow):not(.fusion-positioning) { max-width: 53ch; margin-top: 24px; color: #bbc7d2; font-size: 1.02rem; }
.fusion-facts { display: grid; grid-template-columns: 1fr 1fr; max-width: 560px; margin-top: 27px; border-block: 1px solid var(--line); }
.fusion-facts > div { display: flex; flex-direction: column; gap: 2px; padding: 16px 18px 16px 0; }
.fusion-facts > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.fusion-facts strong { color: var(--white); font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 870; letter-spacing: -.04em; }
.fusion-facts span { color: var(--muted); font-size: .72rem; }
.fusion-positioning { max-width: 53ch; margin-top: 20px; color: #9eb0c1; font-size: .92rem; }
.fusion-product { position: relative; min-height: 500px; margin: 0; overflow: hidden; }
.fusion-product::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, #07111d 0%, transparent 22%, transparent 78%, rgba(4, 11, 19, .42)), linear-gradient(180deg, rgba(4, 11, 19, .3), transparent 18%, transparent 78%, #040b13); content: ""; }
.fusion-product img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; filter: brightness(.74) contrast(1.08) saturate(.8); }

/* Training */
.section--training { min-height: 720px; background: #02070d; }
.training-background { position: absolute; z-index: -2; inset: 0; }
.training-background::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 7, 13, .98) 0%, rgba(2, 7, 13, .9) 42%, rgba(2, 7, 13, .58) 100%), linear-gradient(180deg, rgba(2, 7, 13, .35), rgba(2, 7, 13, .82)); content: ""; }
.training-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.55) contrast(1.08); }
.training-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(48px, 6vw, 90px); }
.training-intro h2 { max-width: 10ch; }
.training-intro > p:last-child { max-width: 48ch; margin-top: 24px; color: #b8c5d1; font-size: 1.02rem; }
.training-process { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(119, 174, 226, .2); background: rgba(4, 14, 24, .68); backdrop-filter: blur(12px); }
.training-process article { min-height: 154px; padding: 22px; }
.training-process article:nth-child(odd) { border-right: 1px solid var(--line); }
.training-process article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.training-process span { display: block; margin-bottom: 18px; color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.training-process strong { display: block; color: var(--white); font-size: 1.1rem; }
.training-process p { margin-top: 7px; color: #95a8bb; font-size: .84rem; }
.training-close { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 32px; padding: 22px 26px; border: 1px solid rgba(119, 174, 226, .18); background: rgba(3, 11, 19, .78); }
.training-close strong { color: var(--white); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.training-close p { color: #96a8b9; font-size: .84rem; }
.training-close .text-link { margin-top: 0; white-space: nowrap; }

/* Authority */
.section--authority { background: radial-gradient(circle at 14% 28%, rgba(33, 126, 224, .09), transparent 28rem), #06101b; }
.authority-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 88px); align-items: stretch; }
.trainer-card { position: relative; isolation: isolate; min-height: 440px; overflow: hidden; padding: clamp(34px, 4vw, 54px); border: 1px solid rgba(113, 174, 231, .22); background: linear-gradient(145deg, rgba(9, 33, 55, .92), rgba(3, 11, 19, .95)); box-shadow: 0 28px 68px rgba(0, 0, 0, .28); }
.trainer-card::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(130deg, transparent 0 55%, rgba(52, 151, 246, .08) 55% 55.2%, transparent 55.2%); content: ""; }
.trainer-mark { position: absolute; z-index: -1; right: -70px; bottom: -100px; width: 330px; opacity: .055; }
.trainer-card h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.trainer-role { margin-top: 17px; color: var(--blue-2); font-size: 1rem; font-weight: 720; }
.trainer-card > p:not(.eyebrow):not(.trainer-role) { max-width: 45ch; margin-top: 32px; color: #aebdca; }
.trainer-card small { position: absolute; left: clamp(34px, 4vw, 54px); bottom: 34px; color: #6f8295; font-size: .72rem; }
.after-training { padding-block: 12px; }
.after-training h2 { max-width: 12ch; }
.benefit-list { margin-top: 28px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .1em; }
.benefit-list strong { display: block; color: var(--white); font-size: .98rem; }
.benefit-list p { margin-top: 4px; color: #8fa2b5; font-size: .82rem; }

/* Offer */
.section--offer { background: linear-gradient(180deg, #02070d, #071321); }
.offer-shell { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(46px, 7vw, 100px); }
.offer-heading h2 { max-width: 12ch; }
.offer-heading > p:last-child { max-width: 46ch; margin-top: 24px; color: #aebdca; }
.price-card { padding: clamp(26px, 4vw, 44px); border: 1px solid rgba(86, 166, 241, .35); background: linear-gradient(145deg, rgba(10, 35, 58, .94), rgba(4, 14, 24, .98)); box-shadow: 0 34px 80px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .03); }
.price-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: #99abc0; font-size: .72rem; font-weight: 740; text-transform: uppercase; letter-spacing: .08em; }
.price-main { display: flex; align-items: flex-end; gap: 16px; padding: 23px 0 18px; }
.price-main strong { color: var(--white); font-size: clamp(3.5rem, 6vw, 5.6rem); font-weight: 920; letter-spacing: -.075em; line-height: .82; }
.price-main span { padding-bottom: 5px; color: #8fa2b5; font-size: .78rem; }
.price-card dl { margin: 0 0 24px; border-top: 1px solid var(--line); }
.price-card dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.price-card dt { color: #72869a; font-size: .72rem; }
.price-card dd { margin: 0; color: #c7d2dd; font-size: .82rem; font-weight: 650; }
.legal-note { margin-top: 16px; color: #697d91; font-size: .67rem; line-height: 1.5; }

/* FAQ */
.section--faq { background: #050c15; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 7vw, 100px); }
.faq-heading h2 { max-width: 9ch; }
.faq-heading > p:last-child { max-width: 42ch; margin-top: 22px; color: #8fa2b4; font-size: .9rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 44px 20px 0; color: var(--white); font-size: .98rem; font-weight: 730; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 2px; top: 18px; color: var(--blue-2); font-size: 1.4rem; font-weight: 300; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 66ch; padding: 0 42px 20px 0; color: #9eafbf; font-size: .88rem; }

/* Closing */
.section--closing { min-height: 580px; display: flex; align-items: center; padding-block: 74px; background: #02070d; }
.closing-image { position: absolute; z-index: -2; inset: 0 0 0 52%; overflow: hidden; }
.closing-image::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #02070d 0%, rgba(2, 7, 13, .7) 26%, transparent 70%), linear-gradient(180deg, rgba(2, 7, 13, .3), rgba(2, 7, 13, .55)); content: ""; }
.closing-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; filter: brightness(.64) saturate(.74); }
.closing-content h2 { max-width: 12ch; }
.closing-content > p:not(.eyebrow) { margin-top: 22px; color: #aebdca; }
.closing-price { margin: 16px 0 20px; color: var(--white); font-size: clamp(3rem, 5vw, 4.7rem); font-weight: 920; letter-spacing: -.07em; line-height: 1; }

/* Footer */
.site-footer { padding: 46px 0 82px; border-top: 1px solid var(--line); background: #010408; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 50px; }
.footer-brand img { width: 210px; }
.footer-brand p { margin-top: 12px; color: #66798c; font-size: .75rem; }
.footer-deep-links, .footer-pending { display: flex; flex-direction: column; gap: 7px; }
.footer-deep-links strong, .footer-pending strong { margin-bottom: 4px; color: #d5dee7; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-deep-links a { color: #8295a8; font-size: .75rem; text-decoration: none; }
.footer-deep-links a:hover { color: var(--blue-2); }
.footer-pending span { color: #526579; font-size: .75rem; }

/* Sticky and toast */
.sticky-cta { position: fixed; z-index: 90; right: 18px; bottom: 18px; transform: translateY(140%); opacity: 0; transition: transform .35s var(--ease), opacity .35s ease; }
.show-sticky-cta .sticky-cta { transform: translateY(0); opacity: 1; }
.near-final-cta .sticky-cta { transform: translateY(140%); opacity: 0; }
.sticky-cta a { display: flex; align-items: center; gap: 16px; padding: 10px 15px; border: 1px solid rgba(114, 193, 255, .5); border-radius: 10px; background: linear-gradient(135deg, rgba(19, 89, 164, .95), rgba(11, 45, 79, .96)); box-shadow: 0 18px 45px rgba(0, 0, 0, .45); text-decoration: none; backdrop-filter: blur(12px); }
.sticky-cta span { color: #a9c7e2; font-size: .65rem; }
.sticky-cta strong { color: var(--white); font-size: .72rem; letter-spacing: .04em; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 26px; max-width: min(90vw, 460px); transform: translateX(-50%); padding: 12px 16px; border: 1px solid var(--line-strong); border-radius: 9px; background: rgba(5, 18, 30, .96); box-shadow: 0 16px 44px rgba(0, 0, 0, .45); color: var(--paper); font-size: .8rem; text-align: center; }

/* Detail pages */
.detail-page { background: #040b13; }
.detail-hero { position: relative; overflow: hidden; padding: 90px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 20%, rgba(40, 137, 235, .15), transparent 26rem), #03080e; }
.detail-hero .back-link { display: inline-flex; margin-bottom: 42px; color: #91a4b7; font-size: .76rem; font-weight: 700; text-decoration: none; }
.detail-hero h1 { max-width: 14ch; margin: 0; color: var(--white); font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.065em; line-height: .9; }
.detail-hero p { max-width: 58ch; margin-top: 24px; color: #aebdca; font-size: 1.05rem; }
.detail-main { padding: 72px 0 100px; }
.detail-grid { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 70px; }
.detail-aside { position: sticky; top: calc(var(--header) + 30px); align-self: start; }
.detail-aside strong { display: block; margin-bottom: 14px; color: var(--blue-2); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-aside a { display: block; padding: 7px 0; color: #718599; font-size: .8rem; text-decoration: none; }
.detail-aside a:hover { color: var(--white); }
.detail-content section { padding: 0 0 52px; scroll-margin-top: calc(var(--header) + 28px); }
.detail-content section + section { padding-top: 52px; border-top: 1px solid var(--line); }
.detail-content h2 { max-width: 18ch; font-size: clamp(2rem, 3.3vw, 3.2rem); }
.detail-content h3 { margin: 28px 0 10px; color: var(--white); font-size: 1.1rem; }
.detail-content p, .detail-content li { color: #9eafbf; font-size: .94rem; line-height: 1.7; }
.detail-content p { margin-top: 18px; }
.detail-content ul { margin: 20px 0 0; padding-left: 20px; }
.detail-callout { margin-top: 28px; padding: 22px; border-left: 2px solid var(--blue); background: rgba(8, 27, 45, .62); }
.detail-callout strong { color: var(--white); }
.detail-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 32px; padding: 28px; border: 1px solid var(--line-strong); background: rgba(8, 27, 45, .72); }
.detail-cta p { margin-top: 0; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 24px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 5.5rem); }
  .cost-layout, .limit-grid, .fusion-grid, .training-shell, .authority-grid, .offer-shell, .faq-layout { gap: 44px; }
  .training-close { grid-template-columns: 1fr 1fr; }
  .training-close .text-link { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --header: 78px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand-lockup { width: 164px; }
  .hero { height: auto; min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-block: 52px 42px; }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 5.8rem); }
  .hero-video-stage { height: min(620px, 92svh); border: 1px solid var(--line); border-bottom: 0; }
  .hero-video-stage::before { background: linear-gradient(180deg, #02070d 0%, transparent 14%, transparent 82%, rgba(2, 7, 13, .62)); }
  .section { padding-block: 68px; }
  .cost-layout, .limit-grid, .fusion-grid, .training-shell, .authority-grid, .offer-shell, .faq-layout { grid-template-columns: 1fr; }
  .section-heading h2, .limit-copy h2, .fusion-copy h2, .training-intro h2, .after-training h2, .offer-heading h2, .faq-heading h2 { max-width: 15ch; }
  .cinematic-media, .cinematic-media img { min-height: 360px; }
  .fusion-product, .fusion-product img { min-height: 390px; }
  .training-close { grid-template-columns: 1fr; }
  .training-close .text-link { grid-column: auto; }
  .trainer-card { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .closing-image { inset-left: 35%; opacity: .6; }
  .detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .detail-aside { position: static; display: flex; flex-wrap: wrap; gap: 4px 18px; }
  .detail-aside strong { width: 100%; }
  .detail-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  :root { --header: 72px; }
  .brand-lockup { width: 146px; }
  .language-switcher { padding: 6px 9px; }
  .hero-copy { padding-block: 42px 34px; }
  .hero h1 { font-size: clamp(3.35rem, 18vw, 4.7rem); }
  .hero-subtitle { margin-top: 16px; font-size: 1rem; }
  .hero-thesis { font-size: 1.13rem; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-meta > div { padding: 10px 12px 10px 0; }
  .hero-meta > div + div { padding-left: 12px; }
  .hero-meta > div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-offer { align-items: flex-start; flex-direction: column; gap: 8px; margin: 16px 0; }
  .hero-offer strong { font-size: 2.45rem; }
  .hero-offer p { max-width: none; text-align: left; }
  .button-row { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button { width: 100%; }
  .hero-video-stage { height: 72svh; min-height: 470px; }
  .section { padding-block: 58px; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  .decision-rail { gap: 6px; }
  .decision-rail span { padding: 8px 10px; font-size: .67rem; }
  .cinematic-media, .cinematic-media img { min-height: 300px; }
  .limit-grid { gap: 34px; }
  .fusion-grid { gap: 28px; }
  .fusion-facts { grid-template-columns: 1fr; }
  .fusion-facts > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .fusion-product, .fusion-product img { min-height: 310px; }
  .training-process { grid-template-columns: 1fr; }
  .training-process article { min-height: auto; }
  .training-process article:nth-child(odd) { border-right: 0; }
  .training-process article:not(:last-child) { border-bottom: 1px solid var(--line); }
  .trainer-card { min-height: 420px; padding: 30px 24px; }
  .trainer-card small { left: 24px; right: 24px; bottom: 28px; }
  .price-topline { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price-main { align-items: flex-start; flex-direction: column; gap: 5px; }
  .price-main strong { font-size: 4.25rem; }
  .price-card dl > div { grid-template-columns: 74px 1fr; gap: 12px; }
  .closing-image { inset: 0; opacity: .35; }
  .closing-image::before { background: linear-gradient(90deg, #02070d 0%, rgba(2, 7, 13, .62) 60%, rgba(2, 7, 13, .25)), linear-gradient(180deg, rgba(2, 7, 13, .35), rgba(2, 7, 13, .72)); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .sticky-cta { right: 10px; bottom: 10px; left: 10px; }
  .sticky-cta a { justify-content: space-between; }
  .detail-hero { padding: 64px 0 52px; }
  .detail-hero .back-link { margin-bottom: 28px; }
}

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

/* ============================================================
   v0.7 — product, trainer, deep-dive and footer refinements
   ============================================================ */

/* FUSION becomes a true product campaign frame */
.fusion-product {
  min-height: 610px;
  border: 1px solid rgba(111, 183, 244, .24);
  border-radius: 20px;
  background: #03080d;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .44), 0 0 70px rgba(35, 135, 230, .10);
}
.fusion-product::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, .76) 0%, transparent 24%, transparent 84%, rgba(4, 11, 19, .28)),
    linear-gradient(180deg, rgba(4, 11, 19, .12), transparent 16%, transparent 76%, rgba(4, 11, 19, .82));
}
.fusion-product img {
  min-height: 610px;
  object-position: center 58%;
  filter: brightness(.90) contrast(1.05) saturate(.88);
  transform: scale(1.015);
}
.fusion-product figcaption {
  position: absolute;
  z-index: 4;
  left: 22px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(119, 185, 241, .22);
  border-radius: 999px;
  background: rgba(2, 8, 14, .72);
  color: #b7c8d8;
  font-size: .58rem;
  font-weight: 820;
  letter-spacing: .12em;
  backdrop-filter: blur(10px);
}

/* FIERO Academy is the author; Júlio is the trainer */
.authority-grid { grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); }
.trainer-card {
  min-height: 540px;
  padding: 0;
  background: linear-gradient(145deg, #0a2238, #030b13 72%);
}
.trainer-card::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 14, 24, .98) 0%, rgba(4, 14, 24, .96) 48%, rgba(4, 14, 24, .76) 63%, rgba(4, 14, 24, .05) 100%),
    linear-gradient(180deg, transparent 55%, rgba(2, 8, 14, .8) 100%);
}
.trainer-card__content {
  position: relative;
  z-index: 3;
  width: 62%;
  padding: clamp(34px, 4vw, 52px);
}
.trainer-academy-logo { width: 188px; margin-bottom: 32px; }
.trainer-card h2 { max-width: 8ch; font-size: clamp(2.55rem, 4.2vw, 4.25rem); }
.trainer-lead { max-width: 39ch; margin-top: 18px; color: #b8c7d4; font-size: .94rem; }
.trainer-identity { margin-top: 31px; padding-top: 21px; border-top: 1px solid rgba(116, 177, 231, .2); }
.trainer-identity > span { display: block; margin-bottom: 5px; color: var(--gold); font-size: .62rem; font-weight: 850; letter-spacing: .15em; }
.trainer-identity strong { display: block; color: var(--white); font-size: 1.35rem; letter-spacing: -.025em; }
.trainer-identity p { margin-top: 5px; color: var(--blue-2); font-size: .82rem; font-weight: 690; line-height: 1.45; }
.trainer-note { max-width: 40ch; margin-top: 22px; color: #899daf; font-size: .8rem; }
.trainer-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  object-fit: cover;
  object-position: center 21%;
  filter: contrast(1.05) brightness(.88) saturate(.88);
}

/* FAQ remains compact but gains a more considered editorial treatment */
.faq-list { counter-reset: fiero-faq; }
.faq-list details {
  position: relative;
  counter-increment: fiero-faq;
  padding-left: 46px;
  transition: background .22s ease, border-color .22s ease;
}
.faq-list details::before {
  position: absolute;
  left: 0;
  top: 21px;
  color: var(--gold);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .1em;
  content: counter(fiero-faq, decimal-leading-zero);
}
.faq-list details[open] { background: linear-gradient(90deg, rgba(21, 80, 135, .08), transparent); }
.faq-list details[open] summary { color: var(--blue-soft); }

/* Final CTA uses the tighter product crop; no green vehicle dominates the scene */
.closing-image { inset: 0 0 0 46%; }
.closing-image::before {
  background: linear-gradient(90deg, #02070d 0%, rgba(2, 7, 13, .74) 24%, transparent 70%), linear-gradient(180deg, rgba(2, 7, 13, .18), rgba(2, 7, 13, .48));
}
.closing-image img {
  object-position: center 54%;
  filter: brightness(.82) saturate(.86) contrast(1.06);
}

/* Footer: current FIERO social presence, without inventing unavailable brand assets */
.footer-grid { grid-template-columns: 1.2fr .88fr .9fr .82fr; gap: 44px; }
.footer-deep-links, .footer-pending, .footer-socials { display: flex; flex-direction: column; gap: 8px; }
.footer-deep-links strong, .footer-pending strong, .footer-socials strong { margin-bottom: 4px; color: #d5dee7; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-socials a { display: flex; align-items: center; gap: 8px; color: #8295a8; font-size: .75rem; text-decoration: none; }
.footer-socials a:hover { color: var(--blue-2); }
.social-icon { display: inline-grid; width: 20px; height: 20px; place-items: center; border: 1px solid rgba(115, 189, 255, .24); border-radius: 50%; color: var(--blue-2); font-size: .67rem; font-weight: 850; }

/* FUSION technical deep dive: commercial product visual in the hero */
.detail-hero--product { min-height: 650px; padding: 0; }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); min-height: 650px; align-items: stretch; gap: clamp(40px, 6vw, 90px); }
.detail-hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: 76px; }
.detail-hero--product .back-link { margin-bottom: 38px; }
.detail-product-visual {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-inline: 1px solid rgba(112, 177, 234, .14);
  background: #03080d;
  box-shadow: -30px 0 80px rgba(0, 0, 0, .24);
}
.detail-product-visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, #03080e 0%, rgba(3, 8, 14, .5) 15%, transparent 42%), linear-gradient(180deg, rgba(3, 8, 14, .16), transparent 65%, rgba(3, 8, 14, .78));
  content: "";
}
.detail-product-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center 58%; filter: brightness(.88) contrast(1.04) saturate(.88); }
.detail-product-visual figcaption { position: absolute; z-index: 3; right: 22px; bottom: 20px; color: #c4d2df; font-size: .62rem; font-weight: 850; letter-spacing: .14em; }

@media (max-width: 1050px) {
  .authority-grid { grid-template-columns: 1fr; }
  .trainer-card { min-height: 520px; }
  .footer-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .footer-pending { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .fusion-product, .fusion-product img { min-height: 570px; }
  .trainer-card { min-height: 0; }
  .trainer-card::before { background: linear-gradient(180deg, rgba(4, 14, 24, .05) 0%, rgba(4, 14, 24, .72) 55%, #040e18 100%); }
  .trainer-card__content { width: 100%; padding: 34px 30px 38px; }
  .trainer-card h2 { max-width: 11ch; }
  .trainer-lead { max-width: 50ch; }
  .trainer-photo { position: relative; width: 100%; height: 440px; object-position: center 17%; }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .detail-hero-copy { padding-block: 68px 46px; }
  .detail-product-visual, .detail-product-visual img { min-height: 520px; }
  .detail-product-visual { border: 1px solid rgba(112, 177, 234, .14); border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-pending { grid-column: auto; }
}

@media (max-width: 560px) {
  .fusion-product, .fusion-product img { min-height: 500px; }
  .fusion-product figcaption { right: 14px; left: 14px; text-align: center; }
  .trainer-card__content { padding: 30px 24px 34px; }
  .trainer-academy-logo { width: 164px; margin-bottom: 26px; }
  .trainer-card h2 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .trainer-photo { height: 360px; }
  .faq-list details { padding-left: 38px; }
  .detail-hero-copy { padding-block: 56px 38px; }
  .detail-product-visual, .detail-product-visual img { min-height: 450px; }
  .detail-product-visual figcaption { right: 14px; bottom: 14px; font-size: .54rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* v0.7.1 — keep Júlio recognisable while preserving the integrated dark treatment */
.trainer-card::before {
  background:
    linear-gradient(90deg, rgba(4, 14, 24, .98) 0%, rgba(4, 14, 24, .96) 43%, rgba(4, 14, 24, .82) 51%, rgba(4, 14, 24, .30) 62%, rgba(4, 14, 24, .02) 76%),
    linear-gradient(180deg, transparent 62%, rgba(2, 8, 14, .66) 100%);
}
.trainer-card__content { width: 59%; }
.trainer-photo { width: 51%; filter: contrast(1.04) brightness(.99) saturate(.91); }
@media (max-width: 820px) {
  .trainer-card::before { background: linear-gradient(180deg, rgba(4, 14, 24, .03) 0%, rgba(4, 14, 24, .28) 48%, #040e18 100%); }
  .trainer-card__content { width: 100%; }
  .trainer-photo { width: 100%; }
}

/* ============================================================
   v0.8 — FUSION campaign image and viewport fit
   ============================================================ */
.section--fusion {
  min-height: calc(100svh - var(--header));
  padding-block: clamp(42px, 5.5vh, 60px);
}

.fusion-grid {
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  gap: clamp(36px, 4vw, 56px);
}

.fusion-copy h2 {
  max-width: 13.5ch;
  font-size: clamp(2.7rem, 3.45vw, 3.75rem);
  line-height: .99;
}

.fusion-product {
  min-height: 0;
  max-height: 540px;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fusion-product::before {
  background:
    linear-gradient(90deg, #07111d 0%, rgba(7, 17, 29, .72) 10%, transparent 30%, transparent 88%, rgba(4, 11, 19, .22)),
    linear-gradient(180deg, rgba(4, 11, 19, .25), transparent 16%, transparent 80%, #040b13 100%);
}

.fusion-product img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 57% center;
  filter: brightness(.88) contrast(1.06) saturate(.88);
  transform: none;
}

.fusion-product figcaption {
  left: 18px;
  bottom: 14px;
}

@media (max-width: 1050px) {
  .section--fusion { min-height: 0; }
  .fusion-copy h2 { font-size: clamp(2.65rem, 5.1vw, 3.6rem); }
  .fusion-product { max-height: none; }
}

@media (max-width: 820px) {
  .section--fusion { padding-block: 64px; }
  .fusion-product { aspect-ratio: 16 / 11; }
  .fusion-product img { object-position: 60% center; }
}

@media (max-width: 560px) {
  .section--fusion { padding-block: 56px; }
  .fusion-copy h2 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); }
  .fusion-product { aspect-ratio: 4 / 3; }
  .fusion-product img { object-position: 63% center; }
}

@media (max-width: 820px) {
  .fusion-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   v0.9 — authority balance, integrated FUSION visual, payment clarity
   ============================================================ */

/* FUSION: make the campaign image read as part of the scene, not a pasted rectangle */
.fusion-grid {
  align-items: stretch;
}
.fusion-copy {
  align-self: center;
}
.fusion-product {
  min-height: 590px;
  max-height: none;
  aspect-ratio: auto;
  align-self: stretch;
  margin-right: calc((100vw - min(calc(100vw - 48px), var(--container))) / -2);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 8%, #000 20%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.55) 8%, #000 20%, #000 100%);
}
.fusion-product::before {
  background:
    linear-gradient(90deg, #07111d 0%, rgba(7, 17, 29, .8) 8%, rgba(7, 17, 29, .18) 24%, transparent 44%),
    linear-gradient(180deg, rgba(4, 11, 19, .22), transparent 17%, transparent 76%, #040b13 100%);
}
.fusion-product img {
  object-position: 58% center;
}

/* Authority: one FIERO Academy signature is enough; Júlio remains clearly the trainer */
.section--authority {
  min-height: calc(100svh - var(--header));
  display: flex;
  align-items: center;
  padding-block: clamp(38px, 5vh, 52px);
}
.authority-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
  gap: clamp(34px, 4.5vw, 62px);
  align-items: center;
}
.trainer-card {
  min-height: 500px;
}
.trainer-card__content {
  width: 63%;
  padding: clamp(30px, 3.2vw, 42px);
}
.trainer-card h2 {
  max-width: 8.5ch;
  font-size: clamp(2.55rem, 3.45vw, 3.65rem);
}
.trainer-lead {
  margin-top: 15px;
}
.trainer-identity {
  margin-top: 24px;
  padding-top: 17px;
}
.trainer-note {
  margin-top: 16px;
}
.trainer-photo {
  top: auto;
  right: 1.5%;
  bottom: 0;
  width: 41%;
  height: 91%;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.04) brightness(.98) saturate(.91);
}
.after-training {
  padding-block: 0;
}
.after-training h2 {
  font-size: clamp(2.65rem, 3.75vw, 4rem);
}
.benefit-list {
  margin-top: 22px;
}
.benefit-list article {
  padding: 14px 0;
}

/* Payment: make the instalment possibility visible without presenting it as guaranteed */
.price-card dl > .payment-emphasis {
  background: linear-gradient(90deg, rgba(46, 156, 255, .10), transparent);
}
.payment-emphasis dd {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.payment-emphasis dd strong {
  color: var(--blue-2);
  font-size: .86rem;
}
.payment-emphasis dd span {
  color: #8297aa;
  font-size: .68rem;
  font-weight: 520;
}

@media (max-width: 1050px) {
  .section--authority { min-height: 0; padding-block: 68px; }
  .trainer-card { min-height: 490px; }
  .fusion-product {
    min-height: 540px;
    margin-right: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 820px) {
  .fusion-product { min-height: 0; aspect-ratio: 16 / 11; }
  .trainer-card__content { width: 100%; padding: 32px 28px 34px; }
  .trainer-card h2 { max-width: 10ch; }
  .trainer-photo {
    position: relative;
    right: auto;
    width: 100%;
    height: 350px;
    object-fit: contain;
    object-position: center bottom;
  }
}

@media (max-width: 560px) {
  .trainer-card__content { padding: 28px 22px 30px; }
  .trainer-photo { height: 310px; }
  .price-card dl > div { grid-template-columns: 82px 1fr; }
}

/* ============================================================
   v0.10 — meaningful training background and course-led final CTA
   ============================================================ */

/* Training process: the background now communicates inspection, method and supervision. */
.section--training {
  isolation: isolate;
  background: #02070d;
}
.training-background {
  inset: 0;
}
.training-background::after {
  background:
    linear-gradient(90deg,
      rgba(2, 7, 13, .99) 0%,
      rgba(2, 7, 13, .94) 28%,
      rgba(2, 7, 13, .78) 52%,
      rgba(2, 7, 13, .48) 100%),
    linear-gradient(180deg,
      rgba(2, 7, 13, .30) 0%,
      rgba(2, 7, 13, .42) 48%,
      rgba(2, 7, 13, .84) 100%);
}
.training-background img {
  object-position: 58% center;
  filter: brightness(.72) saturate(.72) contrast(1.08);
}
.training-process {
  background: rgba(4, 14, 24, .78);
  box-shadow: 0 26px 68px rgba(0, 0, 0, .26);
}
.training-close {
  background: rgba(3, 11, 19, .88);
}

/* Final CTA: course experience replaces the repeated product close-up. */
.section--closing {
  isolation: isolate;
  min-height: 600px;
  background: #02070d;
}
.closing-image {
  inset: 0;
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
}
.closing-image::before {
  background:
    linear-gradient(90deg,
      #02070d 0%,
      rgba(2, 7, 13, .98) 27%,
      rgba(2, 7, 13, .79) 45%,
      rgba(2, 7, 13, .22) 72%,
      rgba(2, 7, 13, .08) 100%),
    linear-gradient(180deg,
      rgba(2, 7, 13, .16) 0%,
      rgba(2, 7, 13, .20) 55%,
      rgba(2, 7, 13, .72) 100%);
}
.closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(.84) saturate(.78) contrast(1.05);
}
.closing-content {
  position: relative;
  z-index: 2;
}
.closing-content h2 {
  max-width: 11.5ch;
}

@media (max-width: 1050px) {
  .training-background img { object-position: 64% center; }
  .closing-image img { object-position: 64% center; }
}

@media (max-width: 820px) {
  .training-background::after {
    background:
      linear-gradient(180deg,
        rgba(2, 7, 13, .93) 0%,
        rgba(2, 7, 13, .78) 38%,
        rgba(2, 7, 13, .86) 100%),
      linear-gradient(90deg, rgba(2, 7, 13, .80), rgba(2, 7, 13, .42));
  }
  .training-background img {
    object-position: 68% center;
    filter: brightness(.62) saturate(.68) contrast(1.08);
  }
  .section--closing { min-height: 640px; }
  .closing-image { opacity: 1; }
  .closing-image::before {
    background:
      linear-gradient(180deg,
        rgba(2, 7, 13, .82) 0%,
        rgba(2, 7, 13, .66) 42%,
        rgba(2, 7, 13, .86) 100%),
      linear-gradient(90deg, rgba(2, 7, 13, .72), rgba(2, 7, 13, .20));
  }
  .closing-image img {
    object-position: 70% center;
    filter: brightness(.68) saturate(.72) contrast(1.04);
  }
}

@media (max-width: 560px) {
  .training-background img { object-position: 72% center; }
  .closing-image img { object-position: 73% center; }
}

/* v0.11 — certification and ecosystem hero: professional growth in a real Italian business context */
.detail-hero--ecosystem {
  min-height: 650px;
  padding: 0;
  background: #03080e;
}
.detail-hero--ecosystem .detail-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  min-height: 650px;
  gap: clamp(34px, 5vw, 76px);
}
.detail-hero--ecosystem .detail-hero-copy {
  position: relative;
  z-index: 3;
  padding-block: 72px;
}
.detail-hero--ecosystem .back-link { margin-bottom: 38px; }
.detail-ecosystem-visual {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border-inline: 1px solid rgba(112, 177, 234, .12);
  background: #03080d;
  box-shadow: -34px 0 90px rgba(0, 0, 0, .34);
}
.detail-ecosystem-visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #03080e 0%, rgba(3, 8, 14, .74) 12%, rgba(3, 8, 14, .22) 31%, transparent 53%),
    linear-gradient(180deg, rgba(3, 8, 14, .12), transparent 55%, rgba(3, 8, 14, .46));
  content: "";
}
.detail-ecosystem-visual img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: 58% center;
  filter: brightness(.86) contrast(1.04) saturate(.82);
}

@media (max-width: 820px) {
  .detail-hero--ecosystem .detail-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .detail-hero--ecosystem .detail-hero-copy { padding-block: 68px 46px; }
  .detail-ecosystem-visual,
  .detail-ecosystem-visual img { min-height: 520px; }
  .detail-ecosystem-visual {
    border: 1px solid rgba(112, 177, 234, .14);
    border-bottom: 0;
  }
  .detail-ecosystem-visual::before {
    background:
      linear-gradient(180deg, #03080e 0%, rgba(3, 8, 14, .18) 19%, transparent 52%, rgba(3, 8, 14, .48)),
      linear-gradient(90deg, rgba(3, 8, 14, .38), transparent 40%);
  }
  .detail-ecosystem-visual img { object-position: 62% center; }
}

@media (max-width: 560px) {
  .detail-hero--ecosystem .detail-hero-copy { padding-block: 56px 38px; }
  .detail-ecosystem-visual,
  .detail-ecosystem-visual img { min-height: 450px; }
  .detail-ecosystem-visual img { object-position: 64% center; }
}


/* v0.12 — consolidated deep-page heroes and official technical update */
.detail-hero--product,
.detail-hero--training-programme,
.detail-hero--ecosystem {
  height: min(650px, calc(100svh - var(--header)));
  min-height: 590px;
  padding: 0;
  background: #03080e;
}

.detail-hero--product .detail-hero-grid,
.detail-hero--training-programme .detail-hero-grid,
.detail-hero--ecosystem .detail-hero-grid {
  min-height: 100%;
  height: 100%;
  align-items: stretch;
  gap: 0;
}

.detail-hero--product .detail-hero-grid,
.detail-hero--training-programme .detail-hero-grid {
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
}

.detail-hero--ecosystem .detail-hero-grid {
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
}

.detail-hero--product .detail-hero-copy,
.detail-hero--training-programme .detail-hero-copy,
.detail-hero--ecosystem .detail-hero-copy {
  position: relative;
  z-index: 4;
  justify-content: center;
  padding: 52px clamp(34px, 4vw, 64px) 52px 0;
}

.detail-hero--product .back-link,
.detail-hero--training-programme .back-link,
.detail-hero--ecosystem .back-link { margin-bottom: 28px; }

.detail-hero--product h1,
.detail-hero--training-programme h1,
.detail-hero--ecosystem h1 {
  max-width: 13ch;
  font-size: clamp(3.2rem, 5.35vw, 5.35rem);
  line-height: .91;
}

.detail-hero--product .detail-hero-copy > p:last-child,
.detail-hero--training-programme .detail-hero-copy > p:last-child,
.detail-hero--ecosystem .detail-hero-copy > p:last-child {
  max-width: 47ch;
  margin-top: 22px;
  font-size: 1rem;
  line-height: 1.6;
}

.detail-product-visual,
.detail-training-visual,
.detail-ecosystem-visual {
  position: relative;
  width: calc(100% + max(24px, (100vw - var(--container))/2));
  min-height: 100%;
  height: 100%;
  margin: 0 calc(-1 * max(24px, (100vw - var(--container))/2)) 0 0;
  overflow: hidden;
  border: 0;
  background: #03080d;
  box-shadow: none;
}

.detail-product-visual::before,
.detail-training-visual::before,
.detail-ecosystem-visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, #03080e 0%, rgba(3, 8, 14, .88) 5%, rgba(3, 8, 14, .45) 18%, rgba(3, 8, 14, .08) 36%, transparent 55%),
    linear-gradient(180deg, rgba(3, 8, 14, .32), transparent 18%, transparent 76%, rgba(3, 8, 14, .52));
}

.detail-product-visual img,
.detail-training-visual img,
.detail-ecosystem-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: brightness(.84) contrast(1.06) saturate(.86);
}

.detail-product-visual img { object-position: 53% 49%; }
.detail-training-visual img { object-position: 54% center; }
.detail-ecosystem-visual img { object-position: 61% center; }

.detail-product-visual figcaption { display: none; }

@media (max-width: 1050px) {
  .detail-hero--product,
  .detail-hero--training-programme,
  .detail-hero--ecosystem {
    height: auto;
    min-height: 0;
  }
  .detail-hero--product .detail-hero-grid,
  .detail-hero--training-programme .detail-hero-grid,
  .detail-hero--ecosystem .detail-hero-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .detail-hero--product .detail-hero-copy,
  .detail-hero--training-programme .detail-hero-copy,
  .detail-hero--ecosystem .detail-hero-copy { padding: 62px 0 42px; }
  .detail-product-visual,
  .detail-training-visual,
  .detail-ecosystem-visual {
    width: calc(100% + 48px);
    height: 520px;
    min-height: 520px;
    margin: 0 -24px;
  }
  .detail-product-visual::before,
  .detail-training-visual::before,
  .detail-ecosystem-visual::before {
    background:
      linear-gradient(180deg, #03080e 0%, rgba(3, 8, 14, .1) 17%, transparent 58%, rgba(3, 8, 14, .5)),
      linear-gradient(90deg, rgba(3, 8, 14, .3), transparent 45%);
  }
  .detail-product-visual img { object-position: 53% 46%; }
  .detail-training-visual img { object-position: 55% center; }
  .detail-ecosystem-visual img { object-position: 63% center; }
}

@media (max-width: 560px) {
  .detail-hero--product .detail-hero-copy,
  .detail-hero--training-programme .detail-hero-copy,
  .detail-hero--ecosystem .detail-hero-copy { padding: 48px 0 34px; }
  .detail-hero--product h1,
  .detail-hero--training-programme h1,
  .detail-hero--ecosystem h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .detail-product-visual,
  .detail-training-visual,
  .detail-ecosystem-visual {
    height: 420px;
    min-height: 420px;
  }
  .detail-product-visual img { object-position: 52% 45%; }
  .detail-training-visual img { object-position: 56% center; }
  .detail-ecosystem-visual img { object-position: 66% center; }
}

/* v0.12.1 — preserve two-line hero titles on desktop */
@media (min-width: 1051px) {
  .detail-hero--training-programme h1 { font-size: clamp(3.25rem, 4.6vw, 4.65rem); max-width: 14ch; }
  .detail-hero--ecosystem h1 { font-size: clamp(3.25rem, 4.55vw, 4.65rem); max-width: 14ch; }
}

/* v0.13 — approved real/hybrid imagery for training and certified-business ecosystem */
.detail-training-visual img {
  object-position: 60% center;
  filter: brightness(.82) contrast(1.07) saturate(.84);
}
.detail-ecosystem-visual img {
  object-position: 68% center;
  filter: brightness(.84) contrast(1.06) saturate(.86);
}
.detail-training-visual::before {
  background:
    linear-gradient(90deg, #03080e 0%, rgba(3, 8, 14, .90) 6%, rgba(3, 8, 14, .50) 20%, rgba(3, 8, 14, .10) 39%, transparent 58%),
    linear-gradient(180deg, rgba(3, 8, 14, .30), transparent 18%, transparent 78%, rgba(3, 8, 14, .50));
}
.detail-ecosystem-visual::before {
  background:
    linear-gradient(90deg, #03080e 0%, rgba(3, 8, 14, .92) 5%, rgba(3, 8, 14, .54) 18%, rgba(3, 8, 14, .12) 36%, transparent 54%),
    linear-gradient(180deg, rgba(3, 8, 14, .28), transparent 18%, transparent 76%, rgba(3, 8, 14, .48));
}

@media (max-width: 1050px) {
  .detail-training-visual img { object-position: 62% center; }
  .detail-ecosystem-visual img { object-position: 70% center; }
}

@media (max-width: 560px) {
  .detail-training-visual,
  .detail-training-visual img {
    height: 350px;
    min-height: 350px;
  }
  .detail-ecosystem-visual,
  .detail-ecosystem-visual img {
    height: 390px;
    min-height: 390px;
  }
  .detail-training-visual img { object-position: 65% center; }
  .detail-ecosystem-visual img { object-position: right center; }
}


/* v0.14 utility, legal, forms and checkout pages */
.utility-page { background: #02070d; }
.utility-hero { padding: clamp(70px, 8vw, 118px) 0 clamp(56px, 6vw, 82px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 10%, rgba(46, 156, 255, .14), transparent 30rem), #03080e; }
.utility-hero__inner h1 { max-width: 13ch; margin: 0; color: var(--white); font-size: clamp(3.1rem, 6.4vw, 6.4rem); font-weight: 920; letter-spacing: -.07em; line-height: .9; }
.utility-hero__inner > p:last-child { max-width: 68ch; margin-top: 24px; color: #aebdca; font-size: clamp(.95rem, 1.4vw, 1.12rem); }
.utility-section { padding: clamp(62px, 7vw, 100px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #040b13, #02070d); }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 820px); justify-content: center; gap: clamp(42px, 7vw, 96px); }
.legal-toc { position: sticky; top: calc(var(--header) + 28px); align-self: start; display: flex; flex-direction: column; gap: 7px; }
.legal-toc strong { margin-bottom: 8px; color: var(--blue-2); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.legal-toc a { color: #718599; font-size: .8rem; text-decoration: none; }
.legal-toc a:hover { color: var(--white); }
.legal-content section { padding: 0 0 42px; scroll-margin-top: calc(var(--header) + 24px); }
.legal-content section + section { padding-top: 42px; border-top: 1px solid var(--line); }
.legal-content h2, .form-intro h2, .form-section h2, .payment-method h2, .confirmation-card h2, .order-summary h2 { max-width: 18ch; margin: 0; color: var(--white); font-size: clamp(1.85rem, 3.2vw, 3rem); font-weight: 880; letter-spacing: -.045em; line-height: 1.02; }
.legal-content p, .legal-content li { color: #9eafbf; font-size: .93rem; line-height: 1.72; }
.legal-content p { margin-top: 16px; }
.legal-content ul { padding-left: 20px; }
.review-notice { margin-bottom: 32px; padding: 20px 22px; border: 1px solid rgba(199,164,93,.32); border-left: 3px solid var(--gold); background: rgba(42,31,15,.34); }
.review-notice strong { color: #efd398; }
.review-notice p { margin-top: 7px; color: #b9aa8a; font-size: .82rem; line-height: 1.55; }
.legal-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 24px; }
.legal-cards article { padding: 20px; border: 1px solid var(--line); background: rgba(8,25,42,.55); }
.legal-cards strong { color: var(--white); }
.legal-cards p { margin-top: 8px; font-size: .82rem; }
.table-wrap { margin-top: 22px; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); color: #9eafbf; font-size: .78rem; text-align: left; }
th { color: var(--white); background: rgba(8,25,42,.72); }
.footer-legal a { color: #8295a8; font-size: .75rem; text-decoration: none; }
.footer-legal a:hover { color: var(--blue-2); }
.form-shell { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(44px,7vw,100px); align-items: start; }
.form-intro > p { max-width: 48ch; margin-top: 20px; color: #9eafbf; }
.feature-list { margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 11px 0 11px 24px; border-bottom: 1px solid var(--line); color: #aebdca; font-size: .85rem; position: relative; }
.feature-list li::before { position: absolute; left: 0; color: var(--blue-2); content: '✓'; }
.form-card { padding: clamp(24px,3vw,38px); border: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(8,27,45,.88), rgba(4,13,23,.92)); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.form-card--wide { padding: clamp(26px,3vw,42px); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-grid label, .form-card > label { display: flex; flex-direction: column; gap: 7px; color: #b8c5d1; font-size: .74rem; font-weight: 730; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid rgba(117,169,220,.24); border-radius: 7px; color: var(--white); background: rgba(1,7,13,.82); outline: 0; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(46,156,255,.12); }
.form-span-2 { grid-column: 1 / -1; }
.check-field { flex-direction: row !important; align-items: flex-start; gap: 10px !important; margin-top: 18px; color: #91a2b5 !important; font-weight: 500 !important; line-height: 1.45; }
.check-field input { flex: 0 0 auto; margin-top: 3px; }
.check-field a { color: var(--blue-2); }
.form-card .button { margin-top: 24px; }
.form-status { margin-top: 14px; color: var(--blue-soft); font-size: .78rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-section { padding-bottom: 34px; }
.form-section + .form-section { padding-top: 34px; border-top: 1px solid var(--line); }
.form-section > div:first-child { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.form-section > div:first-child > span { color: var(--gold); font-size: .72rem; font-weight: 850; }
.checkout-layout, .payment-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); gap: clamp(30px,5vw,70px); align-items: start; }
.order-summary { position: sticky; top: calc(var(--header) + 28px); padding: 28px; border: 1px solid var(--line-strong); background: rgba(8,27,45,.78); }
.order-summary dl { margin: 24px 0; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.order-summary dt { color: #718599; font-size: .76rem; }
.order-summary dd { margin: 0; color: #d6e0e9; font-size: .78rem; text-align: right; }
.summary-price { color: var(--white) !important; font-size: 1.4rem !important; font-weight: 900; }
.order-summary > p:last-child { color: #8295a8; font-size: .76rem; }
.payment-panel { padding: clamp(24px,3vw,40px); border: 1px solid var(--line-strong); background: rgba(5,18,31,.84); }
.payment-tabs { display: flex; gap: 8px; margin: 30px 0; border-bottom: 1px solid var(--line); }
.payment-tabs button { padding: 13px 16px; border: 0; border-bottom: 2px solid transparent; color: #8295a8; background: transparent; cursor: pointer; }
.payment-tabs button.is-active { border-color: var(--blue); color: var(--white); }
.payment-method > p { margin-top: 16px; color: #9eafbf; }
.bank-details { margin: 24px 0; border-top: 1px solid var(--line); }
.bank-details > div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.bank-details dt { color: #718599; font-size: .75rem; }
.bank-details dd { margin: 0; color: var(--white); font-size: .84rem; }
.paypal-placeholder { margin: 24px 0; padding: 28px; border: 1px dashed rgba(115,189,255,.38); border-radius: 8px; color: var(--white); background: rgba(4,13,23,.8); text-align: center; font-weight: 800; }
.paypal-placeholder span { display: block; margin-top: 6px; color: #718599; font-size: .72rem; font-weight: 500; }
.confirmation-card { max-width: 780px; padding: clamp(34px,6vw,70px); border: 1px solid var(--line-strong); background: rgba(8,27,45,.7); text-align: center; }
.confirmation-card .button-row { justify-content: center; margin-top: 28px; }
.confirmation-card > p { max-width: 58ch; margin: 20px auto 0; color: #9eafbf; }
.confirmation-icon { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 24px; border: 1px solid rgba(115,189,255,.5); border-radius: 50%; color: var(--blue-2); font-size: 1.8rem; background: rgba(46,156,255,.1); }
.cookie-banner { position: fixed; z-index: 500; left: 18px; right: 18px; bottom: 18px; max-width: 1040px; margin-inline: auto; padding: 20px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(3,11,19,.97); box-shadow: 0 24px 80px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-banner__inner { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.cookie-banner h2 { margin: 0; color: var(--white); font-size: 1rem; }
.cookie-banner p { margin-top: 7px; color: #91a2b5; font-size: .78rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions .button { min-height: 40px; font-size: .64rem; }
.cookie-modal { position: fixed; z-index: 520; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); }
.cookie-modal__panel { width: min(100%,620px); padding: 28px; border: 1px solid var(--line-strong); border-radius: 12px; background: #06111d; box-shadow: 0 28px 90px rgba(0,0,0,.62); }
.cookie-modal__panel h2 { margin: 0; color: var(--white); }
.cookie-modal__panel > p { margin-top: 10px; color: #91a2b5; }
.cookie-option { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cookie-option strong { color: var(--white); }
.cookie-option p { margin-top: 5px; color: #8295a8; font-size: .78rem; }
@media (max-width: 900px) { .legal-layout, .form-shell, .checkout-layout, .payment-layout { grid-template-columns: 1fr; } .legal-toc, .order-summary { position: static; } .legal-toc { display: none; } .legal-cards { grid-template-columns: 1fr; } .cookie-banner__inner { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } .form-span-2 { grid-column: auto; } .utility-hero__inner h1 { font-size: clamp(2.7rem,15vw,4.6rem); } .bank-details > div { grid-template-columns: 1fr; gap: 4px; } .cookie-actions { flex-direction: column; } .cookie-actions .button { width: 100%; } }


/* v0.15 production forms and checkout */
.form-card button:disabled,
.payment-panel button:disabled { opacity: .55; cursor: not-allowed; }
.form-status:not(:empty) { margin: 14px 0 0; color: #8fc9ff; font-weight: 700; }
.paypal-live-container { min-height: 150px; margin-top: 24px; }
.order-summary dd[data-order-reference] { overflow-wrap: anywhere; }
[data-payment-notice][hidden] { display: none !important; }

body[data-site-mode="sold_out"] .sticky-cta { display:none !important; }
.sold-out-notice { padding:32px; }
.sold-out-notice .button { margin-top:18px; }

.forfettario-note{margin:.85rem 0 0;color:var(--muted,#9fb0c0);font-size:.86rem;line-height:1.45}

/* ============================================================
   v16.5 — final review corrections, social links and promo codes
   ============================================================ */

/* Keep the FUSION caption outside the left transition/mask area. */
.fusion-product figcaption {
  left: clamp(132px, 18%, 220px);
  right: 18px;
  bottom: 18px;
  text-align: left;
}

.trainer-partner-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(115, 189, 255, .38);
  text-underline-offset: 3px;
}
.trainer-partner-link:hover { color: var(--white); }

.promo-field {
  padding-top: 2px;
}
.promo-field > label {
  display: block;
  margin-bottom: 8px;
  color: #c4d0dc;
  font-size: .78rem;
  font-weight: 720;
}
.promo-field__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}
.promo-field__controls input {
  min-width: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.promo-apply {
  min-width: 126px;
  padding-inline: 18px;
}
.promo-status {
  min-height: 1.35em;
  margin-top: 8px;
  color: var(--muted);
  font-size: .76rem;
}
.promo-status.is-success { color: #78c8ff; }
.promo-status.is-error { color: #f1a68f; }
.order-summary [data-promo-discount-row] dd { color: #78c8ff; font-weight: 760; }
.order-summary [data-promo-original-row] dd { text-decoration: line-through; color: #7f91a4; }

@media (max-width: 820px) {
  .fusion-product figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .promo-field__controls { grid-template-columns: 1fr; }
  .promo-apply { width: 100%; }
}
.order-summary [data-payment-discount] { color: #78c8ff; font-weight: 760; }
.order-summary [data-payment-original] { color: #7f91a4; text-decoration: line-through; }
.order-summary [data-payment-promo-code] { color: #a8bed1; font-size: .82em; }

/* v16.6 — live capacity status */
.availability-banner{position:relative;z-index:20;display:flex;justify-content:center;gap:12px;align-items:center;padding:12px 20px;background:#0d1a25;border-bottom:1px solid rgba(47,157,244,.35);color:#dbeeff;font-size:.9rem;letter-spacing:.02em}
.availability-banner strong{color:#f2c96d;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
.availability-banner--last{background:linear-gradient(90deg,#241b08,#0b1620)}
@media(max-width:700px){.availability-banner{align-items:flex-start;flex-direction:column;gap:4px;padding:12px 18px}}
