@font-face { font-family: "Onest"; src: url("fonts/onest-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Onest"; src: url("fonts/onest-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Onest"; src: url("fonts/onest-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Onest"; src: url("fonts/onest-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("fonts/ibm-plex-mono-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("fonts/ibm-plex-mono-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --paper: #f2f0ea;
  --surface: #fffef9;
  --ink: #111827;
  --muted: #596170;
  --line: #cdd1d8;
  --royal: #1248ff;
  --royal-dark: #092a91;
  --acid: #d9ff57;
  --navy: #101d3b;
  --max: 1240px;
  --radius: 3px;
  font-family: "Onest", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); line-height: 1.55; }
body::after {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .025;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--acid); color: var(--ink); }
.skip-link:focus { top: 16px; }
.topbar { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; }
.brand-mark { display: grid; width: 38px; aspect-ratio: 1; place-items: center; background: var(--ink); color: white; font-family: "IBM Plex Mono", monospace; font-size: 13px; }
nav { display: flex; gap: 28px; font-size: 14px; }
nav a, .footer-links a { text-underline-offset: 5px; text-decoration-thickness: 1px; }
.topbar > .button { justify-self: end; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid var(--royal); border-radius: var(--radius); background: var(--royal); color: white; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { background: var(--royal-dark); transform: translateX(2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .dialog-close:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.button-block { width: 100%; margin-top: auto; }
.button-light { border-color: white; background: white; color: var(--navy); }
.button-light:hover { background: var(--acid); color: var(--ink); }
.hero, .section, .facts, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero { position: relative; min-height: 680px; padding: 98px 0 70px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 90px; align-items: end; overflow: hidden; isolation: isolate; }
.hero-copy { position: relative; z-index: 1; }
.product-name { max-width: 760px; margin-bottom: 16px; font-weight: 650; }
.eyebrow, .section-kicker, .tariff-label, .note-index { margin: 0 0 22px; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; text-wrap: balance; hyphens: none; }
p, li { text-wrap: pretty; }
p, li, summary, figcaption { overflow-wrap: normal; word-break: normal; hyphens: none; }
summary, figcaption { text-wrap: balance; }
h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(54px, 7.1vw, 104px); line-height: .94; letter-spacing: -.065em; }
.hero-accent { color: var(--royal); }
.hero-accent-underline { padding-inline: .02em; background: linear-gradient(transparent 82%, var(--acid) 82%, var(--acid) 94%, transparent 94%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-lead { max-width: 720px; margin-bottom: 38px; color: var(--muted); font-size: clamp(20px, 2vw, 27px); line-height: 1.38; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; text-underline-offset: 6px; }
.hero-note { position: relative; z-index: 1; max-width: 330px; padding: 28px 0 0 28px; border-left: 2px solid var(--royal); font-size: 17px; }
.note-index { display: block; color: var(--muted); }
.hero-orbit { position: absolute; top: 34px; right: -1%; z-index: 0; width: clamp(250px, 27vw, 380px); aspect-ratio: 1; pointer-events: none; filter: drop-shadow(0 28px 40px rgba(18,72,255,.09)); }
.orbit-depth { position: absolute; inset: 0; transition: transform .28s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.orbit-depth-far { transform: translate3d(var(--orbit-far-x, 0), var(--orbit-far-y, 0), 0); }
.orbit-depth-mid { transform: translate3d(var(--orbit-mid-x, 0), var(--orbit-mid-y, 0), 0); }
.orbit-depth-near, .orbit-depth-satellite { transform: translate3d(var(--orbit-near-x, 0), var(--orbit-near-y, 0), 0); }
.orbit-ring { position: absolute; display: block; border-radius: 50%; }
.orbit-ring-outer { inset: 5%; border: 22px solid rgba(18,72,255,.09); border-top-color: rgba(18,72,255,.42); border-right-color: rgba(217,255,87,.88); animation: orbit-spin 18s linear infinite; }
.orbit-ring-outer::after { position: absolute; inset: 21%; border: 1px dashed rgba(18,72,255,.28); border-radius: 43% 57% 51% 49%; content: ""; }
.orbit-ring-inner { inset: 24%; border: 2px solid rgba(18,72,255,.68); box-shadow: inset 0 0 0 13px rgba(18,72,255,.035); animation: orbit-spin-reverse 12s linear infinite; }
.orbit-ring-inner::before, .orbit-ring-inner::after { position: absolute; border-radius: 50%; content: ""; }
.orbit-ring-inner::before { top: -7px; left: 50%; width: 14px; aspect-ratio: 1; background: var(--royal); box-shadow: 0 0 0 6px var(--paper); }
.orbit-ring-inner::after { right: -5px; bottom: 24%; width: 10px; aspect-ratio: 1; background: var(--acid); box-shadow: 0 0 0 4px rgba(16,29,59,.9); }
.orbit-core { position: absolute; top: 50%; left: 50%; width: 76px; aspect-ratio: 1; border: 1px solid var(--navy); background: var(--surface); transform: translate(-50%, -50%) rotate(45deg); box-shadow: 9px 9px 0 var(--royal); }
.orbit-core::before { position: absolute; inset: 20px; background: var(--navy); content: ""; animation: orbit-pulse 3.2s ease-in-out infinite; }
.orbit-satellite { position: absolute; top: 16%; right: 10%; width: 24px; aspect-ratio: 1; border: 5px solid var(--paper); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 2px var(--navy); animation: orbit-pulse 2.4s ease-in-out infinite reverse; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes orbit-pulse { 0%, 100% { opacity: .7; } 50% { opacity: 1; } }
.hero-line { position: absolute; right: -5%; bottom: 58px; width: 34%; height: 8px; background: var(--acid); transform: rotate(-3deg); }
.facts { display: flex; justify-content: flex-end; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.facts div { min-width: 165px; padding: 24px 28px; border-left: 1px solid var(--ink); display: flex; flex-direction: column; }
.facts strong { font-size: 34px; line-height: 1; }
.facts span { margin-top: 9px; color: var(--muted); font-size: 13px; }
.section { padding: 120px 0; }
.intro { padding: 72px 0 78px; }
.intro-head { max-width: 860px; margin-bottom: 0; }
.intro-head h2 { max-width: 800px; }
h2 { margin-bottom: 28px; font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; }
.section-head > p:not(.section-label) { max-width: 690px; color: var(--muted); font-size: 19px; }
.section-label { max-width: none !important; margin: 0 0 16px !important; color: var(--royal) !important; font-family: "Onest", sans-serif; font-size: clamp(32px, 3.8vw, 52px); font-weight: 700; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.section-subtitle { max-width: 820px; margin-bottom: 20px; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.06; letter-spacing: -.04em; }
.program { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - var(--max)) / 2)); background: var(--surface); }
.section-head { max-width: 820px; margin-bottom: 52px; }
.prep-card { margin-bottom: 16px; padding: 34px; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 48px; align-items: end; background: var(--royal); color: white; }
.prep-card h3 { max-width: 470px; margin: 0; font-size: 30px; line-height: 1.12; letter-spacing: -.03em; }
.prep-card p { max-width: 690px; margin: 0; color: #e4e9ff; font-size: 18px; }
.prep-index { display: block; margin-bottom: 18px; color: var(--acid); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.module-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; list-style: none; }
.module { min-height: 680px; padding: 34px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; }
.module:nth-child(2), .module:nth-child(6) { border-color: var(--navy); background: var(--navy); color: white; }
.module:nth-child(4) { border-color: var(--acid); background: var(--acid); }
.module-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.module-number, .module-stage { font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.module-number { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border: 1px solid currentColor; color: var(--royal); }
.module-stage { color: var(--muted); }
.module:nth-child(2) .module-number, .module:nth-child(6) .module-number { color: var(--acid); }
.module:nth-child(2) .module-stage, .module:nth-child(6) .module-stage { color: #aeb9d3; }
.module h3 { max-width: 580px; margin: 42px 0 18px; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.08; letter-spacing: -.035em; }
.module p { max-width: none; }
.module-goal { margin-bottom: 26px; color: var(--muted); font-size: 17px; }
.module-topics { flex: 1; padding-top: 24px; border-top: 1px solid var(--line); }
.module-topics h4 { margin: 0 0 14px; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.module-topics ul { margin: 0; padding: 0; list-style: none; }
.module-topics li { position: relative; padding: 6px 0 6px 21px; }
.module-topics li::before { position: absolute; left: 0; color: var(--royal); content: "↳"; }
.module-practice { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }
.module-result { margin: 24px 0 0; padding: 20px; background: white; color: var(--ink); }
.module:nth-child(2) .module-goal, .module:nth-child(2) .module-practice, .module:nth-child(6) .module-goal, .module:nth-child(6) .module-practice { color: #c9d1e4; }
.module:nth-child(2) .module-topics, .module:nth-child(2) .module-practice, .module:nth-child(6) .module-topics, .module:nth-child(6) .module-practice { border-color: #405071; }
.module:nth-child(2) .module-topics h4, .module:nth-child(2) .module-topics li::before, .module:nth-child(6) .module-topics h4, .module:nth-child(6) .module-topics li::before { color: var(--acid); }
.program-outcomes { margin-top: 72px; padding-top: 34px; border-top: 1px solid var(--ink); }
.outcomes-intro { margin: 28px 0 28px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.outcomes-copy .section-subtitle { max-width: 760px; }
.outcomes-lead { max-width: 760px; margin-bottom: 24px; color: var(--muted); font-size: 19px; }
.outcomes-point { max-width: 740px; margin: 0; padding: 20px 22px; border-left: 5px solid var(--royal); background: var(--paper); color: #303846; }
.text-blue { color: var(--royal); }
.text-highlight { padding-inline: .08em; background: linear-gradient(transparent 10%, var(--acid) 10%, var(--acid) 92%, transparent 92%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.ai-adoption { margin: 0; padding: 12px; border: 1px solid var(--ink); background: white; box-shadow: 12px 12px 0 var(--acid); transform: rotate(1deg); }
.ai-adoption-visual { display: block; width: 100%; height: auto; }
.ai-adoption figcaption { padding: 12px 3px 2px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.ai-adoption a { text-underline-offset: 3px; }
.outcomes-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.program-outcomes article { min-height: 390px; padding: 38px; border-left: 7px solid var(--royal); background: var(--paper); display: flex; flex-direction: column; }
.program-outcomes article:last-child { border-color: var(--acid); background: var(--navy); color: white; }
.program-outcomes article span { color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.program-outcomes article:last-child span { color: var(--acid); }
.program-outcomes h3 { margin: auto 0 22px; font-size: clamp(29px, 3vw, 42px); line-height: 1.06; }
.program-outcomes p { margin: 0; color: var(--muted); }
.program-outcomes article:last-child p { color: #c9d1e4; }
.outcomes-closing { margin-top: 20px !important; padding: 25px 30px; border: 1px solid var(--ink); background: var(--acid); color: var(--ink) !important; font-size: 21px; font-weight: 700; }
.format { width: 100%; max-width: none; padding: 96px max(24px, calc((100% - var(--max)) / 2)) 66px; background: var(--paper); }
.format-heading { max-width: 880px; margin: 0 0 44px; }
.format-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 19px; }
.format-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.format-card { min-height: 290px; padding: 28px; border: 1px solid var(--ink); background: var(--surface); display: flex; flex-direction: column; }
.format-card:nth-child(1) { grid-column: span 7; }
.format-card:nth-child(2) { grid-column: span 5; }
.format-card:nth-child(3), .format-card:nth-child(4), .format-card:nth-child(5) { grid-column: span 4; }
.format-label { display: flex; align-items: flex-start; gap: 13px; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 14px; font-weight: 600; letter-spacing: .06em; line-height: 1.18; text-transform: uppercase; }
.format-label b { display: grid; width: 34px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; font-size: 11px; }
.format-label > span { color: inherit; font: inherit; letter-spacing: inherit; }
.format-card h3 { max-width: 18ch; margin: auto 0 16px; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.05; }
.format-card p { max-width: 680px; margin: 0; color: var(--muted); }
.format-card-dark { background: var(--navy); color: white; }
.format-card-dark .format-label { color: var(--acid); }
.format-card-dark p { color: #c9d1e4; }
.format-card-accent { border: 0; background: var(--royal); color: white; box-shadow: 11px 11px 0 var(--acid); }
.format-card-accent .format-label { color: var(--acid); }
.format-card-accent p { color: #e4e9ff; }
.format-card-personal { border: 0; background: var(--acid); box-shadow: inset 0 0 0 1px var(--ink); }
.format-card-personal .format-label { color: var(--royal); }
.format-flow { margin-top: 26px; padding: 21px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.format-flow i { color: var(--royal); font-style: normal; }
.schedule-calendar { margin-top: 54px; border: 1px solid var(--ink); background: var(--surface); box-shadow: 14px 14px 0 var(--acid); }
.schedule-heading { min-height: 176px; padding: 30px 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; background: var(--navy); color: white; }
.schedule-heading > div { min-width: 0; }
.schedule-heading h3 { max-width: 760px; margin: 10px 0 0; font-size: clamp(38px, 5vw, 68px); line-height: .93; letter-spacing: -.055em; }
.schedule-heading > p { flex: 0 0 auto; margin: 0; color: #c9d1e4; font-size: 14px; line-height: 1.55; text-align: right; }
.schedule-heading > p strong { color: var(--acid); font-family: "IBM Plex Mono", monospace; letter-spacing: .04em; }
.schedule-kicker { margin: 0; color: var(--acid); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.schedule-prep { min-height: 150px; padding: 25px 30px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 22px; align-items: center; background: var(--acid); border-bottom: 1px solid var(--ink); }
.schedule-prep p, .schedule-prep h4, .schedule-prep time { margin: 0; }
.schedule-prep p { margin-bottom: 8px; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.schedule-prep h4 { max-width: 760px; font-size: clamp(24px, 3vw, 34px); line-height: 1.05; letter-spacing: -.035em; }
.schedule-prep time { min-width: 122px; display: flex; align-items: flex-end; flex-direction: column; text-transform: uppercase; }
.schedule-prep time strong { font-size: 50px; line-height: .8; letter-spacing: -.06em; }
.schedule-prep time span { margin-top: 10px; font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.schedule-index { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; }
.schedule-days { min-height: 48px; display: grid; grid-template-columns: 110px 1fr 1fr; border-bottom: 1px solid var(--ink); color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.schedule-days span { padding: 16px 20px; }
.schedule-days span + span { border-left: 1px solid var(--line); }
.schedule-weeks { margin: 0; padding: 0; list-style: none; }
.schedule-week { display: grid; grid-template-columns: 110px 1fr 1fr; }
.schedule-week + .schedule-week { border-top: 1px solid var(--ink); }
.schedule-week > p { margin: 0; padding: 22px 18px; display: flex; align-items: center; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.schedule-week > p span { color: var(--royal); font-size: 24px; letter-spacing: -.04em; }
.schedule-event { position: relative; min-width: 0; min-height: 220px; padding: 24px 26px; display: flex; flex-direction: column; }
.schedule-event + .schedule-event { border-left: 1px solid var(--ink); }
.schedule-event .schedule-index { position: absolute; top: 22px; right: 22px; }
.schedule-event time { display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.schedule-event time strong { padding-right: 48px; font-size: 18px; line-height: 1.1; }
.schedule-event time span { color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.schedule-event h4 { max-width: 18ch; margin: auto 0 0; font-size: clamp(22px, 2.5vw, 32px); line-height: 1.03; letter-spacing: -.035em; }
.schedule-event-dark { background: var(--navy); color: white; }
.schedule-event-dark .schedule-index, .schedule-event-dark time span { color: var(--acid); }
.schedule-event-blue { background: var(--royal); color: white; }
.schedule-event-blue .schedule-index, .schedule-event-blue time span { color: var(--acid); }
.schedule-event-acid { background: var(--acid); }
.examples { padding-top: 88px; padding-bottom: 130px; }
.examples-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.example-card { min-height: 300px; padding: 28px; border: 1px solid var(--ink); background: var(--surface); display: flex; flex-direction: column; }
.example-card:nth-child(2), .example-card:nth-child(5) { background: var(--royal); color: white; }
.example-card:nth-child(4) { background: var(--acid); }
.example-card > span { color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.example-card:nth-child(2) > span, .example-card:nth-child(5) > span { color: var(--acid); }
.example-card h3 { margin: auto 0 15px; font-size: 25px; line-height: 1.16; letter-spacing: -.025em; }
.example-card p { margin: 0; color: var(--muted); }
.example-card:nth-child(2) p, .example-card:nth-child(5) p { color: #e4e9ff; }
.author { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 7vw, 100px); align-items: start; background: var(--surface); }
.author-photo { position: sticky; top: 34px; margin: 0; padding: 16px; background: var(--navy); box-shadow: 14px 14px 0 var(--acid); }
.author-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.author-photo figcaption { padding: 15px 3px 0; color: white; font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.author-content h2 { max-width: 700px; }
.author-content .section-label { font-size: clamp(32px, 3.3vw, 46px); }
.author-content .section-subtitle { max-width: 650px; font-size: clamp(28px, 3vw, 40px); }
.author-lead { color: var(--ink); font-size: 23px; line-height: 1.42; }
.author-content > p:not(.eyebrow, .author-lead, .author-method) { color: var(--muted); font-size: 18px; }
.author-numbers { margin: 42px 0 16px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.author-numbers div { min-width: 0; padding: 24px; display: flex; flex-direction: column; }
.author-numbers div + div { border-left: 1px solid var(--ink); }
.author-numbers strong { margin-bottom: 8px; font-size: 24px; line-height: 1.1; }
.author-numbers span { color: var(--muted); font-size: 13px; }
.author-education { margin: 48px 0 16px; padding: 30px; background: var(--paper); }
.author-education-heading { margin-bottom: 28px; }
.author-education-heading span, .author-proof-heading > span, .company-proof > p, .product-type, .testimonial-copy > span { color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.author-education-heading h3, .author-proof-heading h3 { margin: 10px 0 0; font-size: 28px; line-height: 1.12; letter-spacing: -.03em; }
.education-grid { display: grid; gap: 10px; }
.education-card { min-width: 0; min-height: 172px; padding: 22px; border: 1px solid var(--line); background: var(--surface); display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; align-items: center; }
.education-logo { height: 96px; padding: 13px; border-right: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.education-logo img { display: block; width: min(100%, 156px); height: auto; max-height: 72px; object-fit: contain; }
.education-logo-hse img { width: 76px; max-height: 76px; }
.education-card p { margin: 0; color: var(--muted); font-size: 14px; }
.product-proof { display: grid; gap: 10px; }
.product-proof-context { margin: 0 0 8px; padding-left: 12px; border-left: 3px solid var(--royal); color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .06em; line-height: 1.45; text-transform: uppercase; }
.product-proof article { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(210px, .8fr); border: 1px solid var(--line); background: var(--surface); }
.product-summary { min-width: 0; padding: 24px; }
.product-proof h3, .product-proof p { margin: 0; }
.product-proof h3 { margin-bottom: 10px; overflow-wrap: normal; font-size: 25px; }
.product-summary p { color: var(--muted); font-size: 14px; }
.product-metric { min-width: 0; padding: 22px; border-left: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.product-metric strong { font-size: clamp(28px, 3vw, 39px); line-height: .95; letter-spacing: -.045em; }
.product-metric span { margin-top: 9px; color: var(--muted); font-size: 13px; }
.product-metric em { margin-top: 15px; padding: 5px 8px; background: var(--acid); color: var(--ink); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-style: normal; font-weight: 600; text-transform: uppercase; }
.author-method { margin: 32px 0 0; padding-left: 22px; border-left: 4px solid var(--royal); font-size: 19px; font-weight: 600; }
.company-proof { margin-top: 44px; padding: 28px; background: var(--navy); color: white; }
.company-proof > p { margin-bottom: 22px; color: var(--acid); }
.company-logo-wall { margin: 0; padding: 1px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #3b4965; list-style: none; }
.company-proof .company-logo { min-width: 0; min-height: 112px; padding: 22px; border: 0; background: #15233f; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.company-logo img { display: block; width: min(100%, var(--logo-width, 158px)); max-width: 100%; height: auto; max-height: var(--logo-height, 54px); object-fit: contain; }
.company-logo-sber img { --logo-width: 118px; --logo-height: 32px; }
.company-logo-sberuniversity img { --logo-width: 175px; --logo-height: 44px; }
.company-logo-gazprom img { --logo-width: 142px; --logo-height: 62px; }
.company-logo-vtb img { --logo-width: 112px; --logo-height: 38px; }
.company-logo-s7 img { --logo-width: 116px; --logo-height: 38px; }
.company-logo-avito img { --logo-width: 128px; --logo-height: 36px; }
.company-logo-magnit img { --logo-width: 150px; --logo-height: 36px; }
.company-logo-rostelecom img { --logo-width: 164px; --logo-height: 46px; }
.company-logo-ozon img { --logo-width: 144px; --logo-height: 42px; }
.company-logo-sibur img { --logo-width: 140px; --logo-height: 38px; }
.company-logo-goodwood img { --logo-width: 162px; --logo-height: 34px; }
.company-logo-dasreda img { --logo-width: 158px; --logo-height: 48px; }
.author-testimonials { margin-top: 48px; }
.author-proof-heading { max-width: 580px; margin-bottom: 24px; }
.testimonial-carousel { position: relative; }
.testimonial-controls { position: absolute; right: 0; bottom: calc(100% + 24px); display: flex; gap: 8px; }
.testimonial-arrow { width: 46px; height: 46px; padding: 0; border: 1px solid var(--ink); border-radius: 0; background: var(--paper); color: var(--ink); font: 700 21px/1 "IBM Plex Mono", monospace; cursor: pointer; transition: background .2s ease, color .2s ease, opacity .2s ease; }
.testimonial-arrow:hover { background: var(--royal); color: white; }
.testimonial-arrow:disabled { opacity: .3; cursor: default; }
.testimonial-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { min-width: 0; min-height: 0; border: 1px solid #34415c; background: var(--navy); color: white; display: grid; grid-template-rows: 72px auto; align-self: start; overflow: hidden; scroll-snap-align: start; }
.testimonial-logo { min-width: 0; min-height: 72px; padding: 14px 18px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.testimonial-logo img { display: block; width: auto; max-width: 118px; height: auto; max-height: 30px; object-fit: contain; }
.testimonial-logo-wordmark { font-family: "IBM Plex Mono", monospace; letter-spacing: -.04em; }
.testimonial-document { min-height: 0; aspect-ratio: 210 / 297; border-top: 1px solid #34415c; background: #f4f5f7; color: var(--ink); display: block; overflow: hidden; }
.testimonial-document img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center top; filter: none; transition: opacity .2s ease; }
.testimonial-document:hover img { opacity: .93; }
.pricing { padding-bottom: 150px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { min-height: 620px; padding: 30px; border: 1px solid var(--ink); background: var(--surface); display: flex; flex-direction: column; }
.price-card-featured { position: relative; margin-top: -22px; padding-top: 52px; border-color: var(--navy); background: var(--navy); color: white; box-shadow: 13px 13px 0 var(--acid); }
.popular-tag { position: absolute; top: 0; left: 0; padding: 9px 14px; background: var(--acid); color: var(--ink); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.price-card-pro { border-top: 8px solid var(--royal); }
.tariff-label { margin-bottom: 12px; }
.price-card h3 { margin-bottom: 10px; font-size: 38px; }
.price { font-size: 38px; font-weight: 700; letter-spacing: -.04em; }
.price-card ul { margin: 28px 0 38px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 13px 0 13px 24px; border-top: 1px solid var(--line); }
.price-card li strong { display: block; }
.price-card li small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.price-card-featured li { border-color: #34415c; }
.price-card-featured li small { color: #b8c3dd; }
.price-card li::before { position: absolute; left: 0; color: var(--royal); content: "↳"; }
.price-card-featured li::before { color: var(--acid); }
.price-card .bonus-item { margin-top: 8px; border: 1px solid var(--royal); padding: 14px 14px 14px 24px; }
.price-card-featured .bonus-item { border-color: var(--acid); }
.bonus-item span { display: block; margin-bottom: 5px; color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.price-card-featured .bonus-item span { color: var(--acid); }
.start-help { margin-top: 32px; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--line); border-left: 4px solid var(--royal); background: var(--surface); }
.start-help .eyebrow { margin-bottom: 12px; }
.start-help h3 { margin-bottom: 14px; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; }
.start-help-price { white-space: nowrap; }
.start-help p { max-width: 850px; }
.start-help .start-help-note { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.telegram-sales-mode .start-help { display: none; }
.telegram-contact-button, .telegram-general-button { min-height: 66px; flex-direction: column; gap: 1px; line-height: 1.15; }
.telegram-contact-button small, .telegram-general-button small { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .05em; opacity: .75; }
.telegram-questions { margin-top: 44px; padding: 34px; border: 1px solid var(--ink); border-left: 10px solid var(--acid); background: var(--navy); color: white; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: center; }
.telegram-questions[hidden] { display: none; }
.telegram-questions .eyebrow { margin-bottom: 12px; color: var(--acid); }
.telegram-questions h3 { max-width: 720px; margin-bottom: 12px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1; letter-spacing: -.04em; }
.telegram-questions p:last-child { max-width: 720px; margin-bottom: 0; color: #c7d0e5; }
.telegram-general-button { min-width: 245px; }
.telegram-sales-mode .legal-note { display: none; }
.legal-note { max-width: 760px; margin: 45px auto 0; color: var(--muted); font-size: 13px; text-align: center; }
.limits { position: relative; width: 100%; max-width: none; padding-inline: max(24px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: repeating-linear-gradient(-45deg, #0e1a35, #0e1a35 18px, #101d3b 18px, #101d3b 36px); color: white; }
.limits::before { position: absolute; top: -16px; left: 7%; width: 150px; height: 32px; background: var(--acid); content: ""; transform: rotate(-2deg); }
.limits > * { min-width: 0; }
.limits .section-label { color: var(--acid) !important; }
.limits h2 { max-width: 650px; }
.limits-list { font-size: 18px; }
.limits-list p { padding: 0 0 25px; border-bottom: 1px solid #46516a; }
.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-title { position: sticky; top: 40px; align-self: start; }
.faq-list details { border-top: 1px solid var(--ink); }
.faq-list details:last-child { border-bottom: 1px solid var(--ink); }
summary { position: relative; padding: 26px 48px 26px 0; font-size: 20px; font-weight: 700; cursor: pointer; list-style: none; }
summary::after { position: absolute; right: 6px; content: "+"; color: var(--royal); font-size: 26px; }
details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding: 0 48px 26px 0; color: var(--muted); }
.license { width: min(620px, 100%); margin: 38px 0 0; padding: 24px; border: 1px solid var(--ink); display: grid; gap: 4px; font-family: "IBM Plex Mono", monospace; }
.license-link { width: fit-content; color: var(--royal); font-weight: 700; text-decoration: underline; text-decoration-color: var(--acid); text-decoration-thickness: 4px; text-underline-offset: 3px; }
.license-link:hover { color: var(--ink); }
footer { padding: 42px 0 55px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 40px; color: var(--muted); font-size: 13px; }
footer > div:first-child { display: grid; gap: 5px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
.payment-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 32px 34px 28px; overflow-x: hidden; overflow-y: auto; border: 1px solid var(--ink); border-top: 8px solid var(--royal); border-radius: var(--radius); background: var(--surface); color: var(--ink); box-shadow: 14px 14px 0 rgba(16, 29, 59, .28), 0 30px 90px rgba(10, 18, 40, .3); }
.payment-dialog::backdrop { background: rgba(9, 18, 38, .72); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 42px; height: 42px; padding: 0; border: 1px solid transparent; background: transparent; color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; }
.dialog-close:hover { border-color: var(--ink); }
.payment-eyebrow { max-width: calc(100% - 54px); margin-bottom: 24px; }
.payment-title { max-width: 100%; margin: 0 0 28px; display: grid; gap: 5px; line-height: .98; letter-spacing: -.045em; }
.payment-title span { color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.payment-title strong { max-width: 100%; font-size: clamp(32px, 3vw, 46px); font-weight: 700; overflow-wrap: normal; word-break: keep-all; }
#payment-slot, .payment-dialog .yoomoney-payment-form { min-width: 0; max-width: 100%; }
.dialog-legal { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.payment-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; margin: 18px 0 4px; color: var(--ink); font-size: 12px; line-height: 1.45; }
.payment-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--royal); }
.payment-consent a { color: var(--royal); text-decoration-thickness: 1px; text-underline-offset: 2px; }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 65px; padding-top: 74px; }
  .hero-orbit { top: 100px; right: -5%; width: 260px; opacity: .72; }
  .hero-note { margin-left: 30%; }
  .facts { justify-content: stretch; display: grid; grid-template-columns: 1fr 1fr; }
  .facts div { min-width: 0; border-bottom: 1px solid var(--ink); }
  .limits, .faq, .author { grid-template-columns: 1fr; gap: 42px; }
  .author-photo { position: static; width: min(520px, calc(100% - 14px)); }
  .module-grid { grid-template-columns: 1fr 1fr; }
  .module { min-height: 760px; }
  .outcomes-intro { grid-template-columns: 1fr; }
  .ai-adoption { width: min(520px, calc(100% - 12px)); }
  .examples-grid { grid-template-columns: 1fr 1fr; }
  .company-logo-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: 1fr; gap: 22px; }
  .price-card { min-height: 0; }
  .price-card-featured { margin-top: 0; }
  .telegram-questions { grid-template-columns: 1fr; }
  .telegram-general-button { width: 100%; }
  .faq-title { position: static; }
}

@media (max-width: 580px) {
  .topbar, .hero, .section, .facts, footer { width: min(calc(100% - 32px), var(--max)); }
  .topbar { min-height: 70px; }
  .brand > span:last-child { display: none; }
  .hero { padding: 58px 0 50px; }
  .hero-orbit { top: 190px; right: -84px; width: 220px; opacity: .48; }
  h1 { font-size: clamp(42px, 12vw, 52px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { margin-left: 10%; }
  .facts div { padding: 20px; border-left: 0; }
  .facts div:nth-child(even) { border-left: 1px solid var(--ink); }
  .section { padding: 76px 0; }
  .intro { padding: 58px 0 62px; }
  .section-label, .author-content .section-label { font-size: clamp(28px, 9vw, 38px); }
  .section-subtitle, .author-content .section-subtitle { font-size: clamp(25px, 7.5vw, 34px); }
  .program, .format, .limits, .author { width: 100%; padding-inline: 16px; }
  .prep-card { grid-template-columns: 1fr; gap: 26px; padding: 26px; }
  .module-grid { grid-template-columns: 1fr; }
  .module { min-height: 0; padding: 26px; }
  .module h3 { margin-top: 34px; }
  .module-result { margin-top: 28px; }
  .outcomes-intro, .outcomes-cards, .examples-grid, .author-numbers { grid-template-columns: 1fr; }
  .program-outcomes article { min-height: 0; padding: 28px; }
  .program-outcomes h3 { margin-top: 56px; }
  .ai-adoption { width: calc(100% - 8px); padding: 8px; box-shadow: 7px 7px 0 var(--acid); }
  .format-heading { margin-left: 0; }
  .format-card:nth-child(n) { grid-column: 1 / -1; min-height: 280px; padding: 26px; }
  .format-flow { align-items: flex-start; flex-direction: column; }
  .format-flow i { transform: rotate(90deg); }
  .schedule-calendar { margin-top: 40px; box-shadow: 7px 7px 0 var(--acid); }
  .schedule-heading { min-height: 0; padding: 26px; align-items: flex-start; flex-direction: column; }
  .schedule-heading h3 { font-size: clamp(36px, 12vw, 52px); }
  .schedule-heading > p { text-align: left; }
  .schedule-prep { padding: 24px; grid-template-columns: 38px 1fr; }
  .schedule-prep time { grid-column: 2; align-items: center; flex-direction: row; gap: 10px; }
  .schedule-prep time strong { font-size: 36px; }
  .schedule-prep time span { margin-top: 0; }
  .schedule-days { display: none; }
  .schedule-week { grid-template-columns: 1fr; }
  .schedule-week > p { min-height: 50px; padding: 13px 18px; align-items: center; flex-direction: row; background: var(--paper); writing-mode: initial; transform: none; }
  .schedule-week > p span { font-size: 19px; }
  .schedule-event { min-height: 190px; padding: 23px; }
  .schedule-event + .schedule-event { border-top: 1px solid var(--ink); border-left: 0; }
  .schedule-event h4 { font-size: 26px; }
  .author-numbers div + div { border-top: 1px solid var(--ink); border-left: 0; }
  .product-proof article { grid-template-columns: 1fr; }
  .product-metric { border-top: 1px solid var(--line); border-left: 0; }
  .company-logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-proof { padding: 20px; }
  .company-proof .company-logo { min-height: 92px; padding: 17px; }
  .author-proof-heading { margin-bottom: 18px; padding-right: 112px; }
  .testimonial-controls { bottom: calc(100% + 18px); }
  .testimonial-track { grid-auto-columns: 86%; gap: 10px; }
  .testimonial-card { min-height: 0; grid-template-rows: 64px auto; }
  .testimonial-logo { min-height: 64px; padding: 12px 16px; font-size: 22px; }
  .testimonial-logo img { max-width: 108px; max-height: 28px; }
  .education-card { min-height: 0; padding: 20px; grid-template-columns: 1fr; gap: 18px; }
  .education-logo { height: 82px; padding: 8px 8px 18px; border-right: 0; border-bottom: 1px solid var(--line); justify-content: flex-start; }
  .education-logo-hse img { width: 66px; max-height: 66px; }
  .price-card { padding: 25px; }
  .price-card h3 { font-size: 30px; overflow-wrap: normal; }
  .price-card-featured { padding-top: 52px; box-shadow: 7px 7px 0 var(--acid); }
  .telegram-questions { margin-top: 34px; padding: 25px; gap: 26px; }
  .telegram-questions h3 { font-size: 32px; }
  footer { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .payment-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 25px 20px 22px; box-shadow: 7px 7px 0 rgba(16, 29, 59, .28); }
  .dialog-close { top: 9px; right: 9px; }
  .payment-eyebrow { margin-bottom: 20px; font-size: 10px; }
  .payment-title { margin-bottom: 22px; }
  .payment-title strong { font-size: 32px; }
}

.result-page { width: min(calc(100% - 48px), 900px); min-height: 100svh; margin: 0 auto; padding: clamp(80px, 14vh, 160px) 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.result-page::before { width: 110px; height: 12px; margin-bottom: 42px; background: var(--acid); content: ""; transform: rotate(-3deg); }
.result-page h1 { margin-bottom: 30px; }
.result-page > p:not(.result-code) { max-width: 680px; color: var(--muted); font-size: 20px; }
.result-page .button { margin-top: 24px; }
.result-tariff { margin: 0 0 20px; padding: 8px 12px; border: 1px solid var(--royal); color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.result-next { margin-top: 8px; padding: 24px; border-left: 6px solid var(--acid); background: var(--navy); color: white !important; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.result-actions .button-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.result-code { color: var(--royal); font-family: "IBM Plex Mono", monospace; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.result-error::before { background: #ff664d; }

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

.legal-top, .legal-page, .legal-footer { width: min(calc(100% - 48px), 860px); margin-inline: auto; }
.legal-top { padding: 34px 0; border-bottom: 1px solid var(--ink); }
.legal-page { padding: 70px 0 110px; }
.legal-page > header { margin-bottom: 64px; }
.legal-page h1 { max-width: 800px; font-size: clamp(43px, 6vw, 72px); }
.legal-page h2 { margin-top: 58px; font-size: clamp(26px, 3vw, 37px); letter-spacing: -.035em; }
.legal-page h3 { margin-top: 38px; font-size: 22px; }
.legal-page p, .legal-page li { color: #303846; }
.legal-page li { margin-bottom: 8px; }
.legal-page a { text-underline-offset: 4px; }
.legal-footer { padding: 30px 0 50px; border-top: 1px solid var(--ink); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.offer-page { width: min(calc(100% - 48px), 1120px); }
.offer-page > header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: end; }
.offer-page > header p { max-width: 690px; margin: 0; color: var(--muted); font-size: 18px; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.offer-document { width: 100%; min-height: 780px; height: 82vh; border: 1px solid var(--line); background: white; }
.offer-fallback { padding: 28px; border: 1px solid var(--line); background: var(--surface); }

@media (max-width: 580px) {
  .legal-top, .legal-page, .legal-footer { width: calc(100% - 32px); }
  .legal-page { padding: 48px 0 80px; }
  .legal-footer { flex-direction: column; }
  .offer-page > header { grid-template-columns: 1fr; align-items: start; }
  .offer-document { min-height: 620px; height: 75vh; }
}
