@font-face {
  font-family: "League Gothic";
  src: url("assets/league-gothic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #050506;
  --muted: #606167;
  --paper: #ffffff;
  --sky: #cceeff;
  --pink: #fceef4;
  --blue: #248aff;
  --violet: #6b43fa;
  --magenta: #f000ee;
  --red: #ff1010;
  --display: "League Gothic", Impact, "Arial Narrow", sans-serif;
  --body: "Manrope", "Avenir Next", Avenir, sans-serif;
  --header-height: 78px;
  --ticker-height: 110px;
  --banner-height: 0px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid rgba(37, 140, 255, 0.48);
  outline-offset: 4px;
}

/* Local review studio */

.review-studio { display: none; }
.reviewer .site-canvas { display: none; }

.reviewer body {
  height: 100svh;
  overflow: hidden;
  background: #eff1f4;
}

.reviewer .review-studio {
  display: flex;
  height: 100svh;
  flex-direction: column;
}

.review-toolbar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 11px 22px;
  border-bottom: 1px solid #d9dce1;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(32, 38, 52, 0.05);
}

.review-brand { display: grid; gap: 1px; min-width: 0; }
.review-brand strong { overflow: hidden; font-size: 0.9rem; text-overflow: ellipsis; white-space: nowrap; }
.review-brand small { color: #777b84; font-size: 0.66rem; }

.review-brand__status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1px;
  color: #797d86;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.review-brand__status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8a34;
  box-shadow: 0 0 0 4px rgba(255, 138, 52, 0.13);
}

.review-control-set { display: grid; gap: 5px; }
.review-control-set__label { color: #8a8e96; font-size: 0.56rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }

.review-segmented {
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid #dfe1e5;
  border-radius: 11px;
  background: #f2f3f5;
}

.review-segmented button {
  display: inline-flex;
  min-width: 34px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #60646c;
  cursor: pointer;
  font-size: 0.67rem;
  font-weight: 800;
}

.review-segmented button:hover { color: #111318; }
.review-segmented button[aria-pressed="true"] { background: #111318; color: #fff; box-shadow: 0 4px 12px -7px rgba(0, 0, 0, 0.8); }
.review-segmented svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.review-open {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid #d8dbe0;
  border-radius: 10px;
  background: #fff;
  color: #25282e;
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.review-meta {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 24px;
  border-bottom: 1px solid #d8dbe0;
  background: #f8f9fa;
}

.review-meta > div { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.review-meta strong { font-size: 0.71rem; }
.review-meta div span { overflow: hidden; color: #757982; font-size: 0.66rem; text-overflow: ellipsis; white-space: nowrap; }
.review-meta__size { flex: 0 0 auto; color: #636770; font-size: 0.62rem; font-weight: 700; }

.preview-stage {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background-color: #e9ebef;
  background-image: radial-gradient(#cfd3da 0.7px, transparent 0.7px);
  background-size: 16px 16px;
}

.device-frame-wrap { position: relative; }

.device-frame {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: top left;
  border: 1px solid #bfc3cb;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 32px 80px -28px rgba(29, 36, 53, 0.45), 0 5px 16px rgba(29, 36, 53, 0.1);
}

.device-frame__bar {
  display: grid;
  height: 36px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 13px;
  border-bottom: 1px solid #d9dce2;
  background: #f5f6f8;
  color: #777b83;
  font-size: 10px;
  font-weight: 700;
}

.device-frame__lights { display: flex; gap: 5px; justify-self: start; }
.device-frame__lights i { width: 7px; height: 7px; border-radius: 50%; background: #d2d5da; }
.device-frame__lights i:first-child { background: #ff8478; }
.device-frame__lights i:nth-child(2) { background: #ffc45c; }
.device-frame__lights i:nth-child(3) { background: #61ce78; }
.device-frame__secure { justify-self: end; font-size: 8px; letter-spacing: 0.12em; }
.device-frame iframe { display: block; border: 0; background: #fff; }

/* Azul homepage canvas */

body[data-variant="c1"],
body[data-variant="c2"] { --banner-height: 46px; }

.announcement {
  display: none;
  height: var(--banner-height);
  min-height: var(--banner-height);
  padding: 7px 20px;
  background: #070708;
  color: #fff;
}

body[data-variant="c1"] .announcement,
body[data-variant="c2"] .announcement { display: grid; place-items: center; }
body[data-variant="c2"] .announcement { background: linear-gradient(102deg, #1da0ff 0%, #5c51ff 47%, #f000e9 100%); }

.announcement a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.announcement a:hover { text-decoration: underline; text-underline-offset: 3px; }
.announcement a > span > strong { font-weight: 900; }

.announcement__pill {
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(105deg, var(--blue), var(--violet) 62%, var(--magenta));
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}
body[data-variant="c2"] .announcement__pill {
  border: 1px solid rgba(255,255,255,0.38);
  background: rgba(10,18,42,0.2);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding: 12px clamp(38px, 3.75vw, 58px);
  border-bottom: 1px solid rgba(8, 9, 11, 0.035);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.site-header__logo { display: block; }
.site-header__logo img { width: clamp(108px, 8.4vw, 128px); height: auto; }
.site-header__nav { display: flex; align-items: center; gap: clamp(23px, 2.5vw, 36px); }

.course-link {
  display: none;
  position: relative;
  padding: 8px 0;
  color: #111318;
  font-size: 0.83rem;
  font-weight: 750;
  text-decoration: none;
}

.course-link::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--magenta));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.course-link:hover::after { transform: scaleX(1); }
body[data-variant="a"] .course-link,
body[data-variant="c1"] .course-link,
body[data-variant="c2"] .course-link { display: inline-block; }

.header-cta {
  display: inline-flex;
  min-width: 176px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover { box-shadow: 0 14px 26px -16px rgba(255, 16, 16, 0.9); transform: translateY(-1px); }

.hero {
  position: relative;
  display: grid;
  height: calc(100svh - var(--header-height) - var(--ticker-height) - var(--banner-height));
  min-height: 560px;
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, 0.94fr);
  overflow: hidden;
  background: #fff;
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(52px, 5vw, 78px) 24px clamp(50px, 5vw, 76px) clamp(54px, 4.75vw, 74px);
}

.hero h1 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 5.85vw, 88px);
  font-weight: 400;
  letter-spacing: 0.002em;
  line-height: 1.05;
}

.hero h1 span { display: block; }

.gradient-cta,
.course-cta {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 38px;
  padding: 0 36px;
  border-radius: 999px;
  background: linear-gradient(102deg, #2499ff 0%, #6049ff 50%, #f000e9 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 780;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hero .gradient-cta { min-width: 300px; }
.gradient-cta:hover,
.course-cta:hover { box-shadow: 0 20px 38px -23px rgba(62, 78, 245, 0.95); transform: translateY(-2px); }

.social-proof { display: flex; align-items: center; gap: 13px; margin-top: 29px; }
.social-proof__faces { display: flex; padding-left: 6px; }

.social-proof__faces img {
  width: 28px;
  height: 28px;
  margin-left: -8px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d8e8f8;
  box-shadow: 0 0 0 1px rgba(4, 5, 6, 0.55);
}

.social-proof p { margin: 0; color: #5d5f64; font-size: 0.69rem; line-height: 1.35; }
.social-proof strong { color: inherit; font-weight: 500; }

.hero__portrait {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 16px 0 0;
}

.hero__portrait img {
  width: min(48vw, 650px);
  min-width: 510px;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.metrics {
  height: var(--ticker-height);
  overflow: hidden;
  background: #030304;
  color: #fff;
}

.metrics__track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: ticker var(--ticker-duration, 22s) linear infinite;
}

.metrics__group { display: flex; height: 100%; align-items: center; gap: 80px; padding-right: 80px; }
.metric { display: flex; width: 224px; flex: 0 0 224px; align-items: center; gap: 20px; font-size: 1rem; font-weight: 600; line-height: 1.2; }
.metric > span { white-space: nowrap; }
.metric strong { font-weight: 600; }

.metric__icon {
  width: 44px;
  height: 74px;
  flex: 0 0 auto;
  fill: #f8f8f8;
}

@keyframes ticker { to { transform: translateX(var(--ticker-shift, -912px)); } }

/* Course-card concepts inserted between the ticker and About */

.course-insert { display: none; overflow: hidden; padding: clamp(56px, 6vw, 88px) clamp(24px, 4.25vw, 64px); }
body[data-variant="b1"] .course-insert--b1,
body[data-variant="b2"] .course-insert--b2 { display: block; }

.course-card {
  position: relative;
  display: grid;
  width: min(1180px, 100%);
  min-height: 548px;
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.course-card__center {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(960px, calc(100% - 48px));
  flex-direction: column;
  align-items: center;
  padding: 72px 24px;
  text-align: center;
}

.course-kicker { margin: 0 0 21px; font-size: 0.94rem; font-weight: 850; letter-spacing: 0.01em; }
.course-card h2 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(58px, 5.35vw, 80px); font-weight: 400; line-height: 0.95; }
.course-card__center > p:not(.course-kicker) { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.course-cta {
  position: relative;
  min-height: 56px;
  margin-top: 0;
  overflow: hidden;
  padding: 0 33px;
  border: 1px solid rgba(255,255,255,0.5);
  background: linear-gradient(102deg, #1da0ff 0%, #5c51ff 47%, #f000e9 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.58), 0 15px 30px -17px rgba(68,75,244,0.9);
  color: #fff;
  font-size: 0.84rem;
  isolation: isolate;
}
.course-cta::before { position: absolute; z-index: -1; top: -35%; bottom: -35%; left: -34%; width: 24%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent); content: ""; transform: skewX(-23deg) translateX(-180%); transition: transform 560ms ease; }
.course-cta:hover::before,
.course-cta:focus-visible::before { transform: skewX(-23deg) translateX(650%); }

.course-cta-wrap {
  position: relative;
  display: inline-flex;
  margin-top: 31px;
}

.course-confetti {
  position: absolute;
  z-index: 4;
  inset: -22px -34px;
  overflow: visible;
  pointer-events: none;
}

.course-confetti i {
  --x: 0px;
  --y: 0px;
  --r: 0deg;
  --delay: 0ms;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 4px;
  border-radius: 999px;
  background: #248aff;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
}

.course-confetti i:nth-child(1) { --x: -119px; --y: -31px; --r: -28deg; background: #248aff; }
.course-confetti i:nth-child(2) { --x: -126px; --y: 17px; --r: 32deg; --delay: 35ms; background: #f000ee; }
.course-confetti i:nth-child(3) { --x: -89px; --y: 42px; --r: 78deg; --delay: 70ms; background: #ffcb45; }
.course-confetti i:nth-child(4) { --x: 117px; --y: -34px; --r: 31deg; background: #f000ee; }
.course-confetti i:nth-child(5) { --x: 129px; --y: 14px; --r: -36deg; --delay: 35ms; background: #248aff; }
.course-confetti i:nth-child(6) { --x: 91px; --y: 43px; --r: -76deg; --delay: 70ms; background: #ffcb45; }

.course-cta-wrap:hover .course-confetti i,
.course-cta-wrap:focus-within .course-confetti i {
  animation: course-confetti-pop 660ms cubic-bezier(.18,.78,.28,1) var(--delay) both;
}

@keyframes course-confetti-pop {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(0) scale(0.25); }
  23% { opacity: 0.82; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(1); }
}

.course-card__ambient { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.course-card__ambient i { position: absolute; display: block; width: 540px; height: 300px; border: 2px solid rgba(255,255,255,0.76); border-radius: 50%; }
.course-card__ambient i:nth-child(1) { top: -34%; left: -12%; transform: rotate(17deg); }
.course-card__ambient i:nth-child(2) { right: -15%; bottom: -26%; transform: rotate(-17deg); }

.course-insert--b1,
.course-insert--b2 { background: var(--sky); }

.course-card--b1,
.course-card--b2 { border-radius: 38px; box-shadow: 0 28px 70px -54px rgba(17,44,86,0.42); }
.course-card--b1 {
  border: 1px solid rgba(82, 151, 226, 0.13);
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(52, 132, 220, 0.13) 1px, transparent 1.25px);
  background-position: center;
  background-size: 24px 24px;
}
.course-card--b1 .course-kicker { color: #276fc8; }
.course-card--b2 { background: #4a8df3; color: #fff; }
.course-card--b2 .course-card__center > p:not(.course-kicker) { color: rgba(255,255,255,0.91); }
.course-card--b2 .course-card__ambient i { border-color: rgba(255,255,255,0.23); }

/* Live-site lower-page composition, preserved beneath the B-card insertion */

.about {
  display: grid;
  min-height: 492px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  column-gap: 12.5%;
  padding: 100px 5% 82px;
  border-radius: 0 0 110px 110px;
  background: var(--sky);
}

.about__heading { width: 100%; }
.section-label { width: min(322px, 100%); margin: 0 0 9px; padding-bottom: 20px; border-bottom: 2px solid rgba(255,255,255,0.95); font-size: 1.125rem; font-weight: 600; line-height: 1.2; }
.about h2 { margin: 0; font-family: var(--display); font-size: clamp(7rem, 10.43vw, 10.5rem); font-weight: 400; line-height: 1.2; white-space: nowrap; }
.about h2 span { color: var(--blue); font-family: Apple Color Emoji, Segoe UI Emoji, sans-serif; font-size: 0.61em; }
.about__copy { max-width: none; align-self: end; margin: 0; font-family: Inter, Arial, sans-serif; font-size: 1.375rem; line-height: 1.4; }

.scroll-slides { position: relative; border-radius: 90px 90px 0 0; background: #fff; }
.time-statement,
.not-much,
.mission,
.weeks { position: sticky; top: 0; display: grid; min-height: 100svh; place-items: center; overflow: hidden; padding: 0; }
.not-much,
.mission,
.weeks { min-height: 110svh; }
.time-statement { background: #fff; }
.time-statement p,
.mission p,
.weeks > p { width: min(600px, calc(100% - 56px)); margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 6.57vw, 6.75rem); font-weight: 400; line-height: 1.2; text-align: left; }
.time-statement p > span,
.mission p > span,
.weeks > p > span,
.newsletter-journey h2 > span { display: block; white-space: nowrap; }
.time-statement strong,
.weeks > p strong { color: var(--blue); font-weight: 400; }
.not-much { background: var(--pink); }
.not-much p { width: min(600px, calc(100% - 56px)); margin: 0; font-family: var(--display); font-size: clamp(5.8rem, 8.93vw, 8.5rem); font-weight: 400; line-height: 1.2; text-align: center; white-space: nowrap; }
.not-much strong { color: #fb1a1e; font-weight: 400; }
.ellipsis { display: inline-flex; color: inherit; }
.ellipsis i { color: #ff9999; font-style: normal; }
.ellipsis i:nth-child(2) { color: #ff6b6b; }
.ellipsis i:nth-child(3) { color: #ff0000; }
.not-much__line { position: absolute; top: 39%; left: 0; width: 52.6%; height: 2px; background: #fff; }
.not-much__line--right { top: 60%; right: 0; left: auto; }
.mission { background: var(--blue); color: #fff; }
.mission p { font-size: clamp(4.5rem, 6.57vw, 6.75rem); }
.weeks { background: #e8fbfc; }
.weeks > p { font-size: clamp(5.6rem, 8.2vw, 8rem); }

.newsletter-journey { position: relative; display: grid; min-height: max(850px, 123svh); place-items: center; overflow: hidden; padding: 0; background: #fff; }
.newsletter-journey::before,
.newsletter-journey::after { position: absolute; width: 760px; height: 320px; border: 1px solid rgba(55,137,237,0.13); border-radius: 50%; content: ""; pointer-events: none; }
.newsletter-journey::before { top: 22%; left: -370px; transform: rotate(71deg); }
.newsletter-journey::after { right: -180px; bottom: 3%; transform: rotate(-31deg); }
.newsletter-journey__content { position: relative; z-index: 2; width: min(600px, calc(100% - 56px)); }
.newsletter-journey h2 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 6.57vw, 6.75rem); font-weight: 400; line-height: 1.2; }
.journey-free { font-style: normal; }
.newsletter-journey .gradient-cta { min-width: 210px; margin-top: 55px; }
.newsletter-journey__portrait { position: absolute; z-index: 1; border-radius: 50%; object-fit: cover; }
.newsletter-journey__portrait--1 { top: 47.2%; left: 5.9%; width: 9%; aspect-ratio: .91; }
.newsletter-journey__portrait--2 { top: 8.1%; left: 10.8%; width: 8.7%; aspect-ratio: .91; }
.newsletter-journey__portrait--3 { top: 11.7%; right: 11.8%; width: 7.8%; aspect-ratio: .91; }
.newsletter-journey__portrait--4 { top: 59.6%; right: 13%; width: 6.8%; aspect-ratio: .91; }
.newsletter-journey__portrait--5 { bottom: 4.6%; left: 21.1%; width: 6.9%; aspect-ratio: .91; }
.newsletter-journey__portrait--6 { right: 34%; bottom: 11.7%; width: 9.6%; aspect-ratio: .91; }

.site-footer { min-height: 339px; padding: 60px 5% 30px; border-top: 0; background: #fff; color: #16171a; }
.site-footer__cta { display: flex; min-height: 130px; align-items: flex-end; justify-content: space-between; gap: 40px; padding-bottom: 0; border-bottom: 1px solid var(--blue); }
.site-footer h2 { width: min(600px, 60%); margin: 0 0 1px; font-family: var(--display); font-size: clamp(2.7rem, 3.93vw, 3.5rem); font-weight: 400; line-height: 1.5; }
.site-footer h2 span { display: block; white-space: nowrap; }
.site-footer .gradient-cta { min-width: 180px; min-height: 48px; margin: 0 30px 0 0; font-size: 0.875rem; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 59px; color: #999; font-family: Inter, Arial, sans-serif; font-size: 0.875rem; font-weight: 500; }
.site-footer__socials { display: flex; align-items: center; gap: 10px; }
.site-footer__socials span { margin-left: 10px; }
.site-footer__socials a { color: #08090b; }
.site-footer__socials svg { width: 20px; height: 30px; fill: currentColor; }
.site-footer__credit { color: #999; font-weight: 500; text-decoration: none; }
.site-footer__credit strong { color: #b73acb; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease, transform 620ms cubic-bezier(.2,.75,.25,1); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .about { display: block; min-height: 498px; border-radius: 0 0 80px 80px; }
  .about h2 { font-size: 8.25rem; }
  .about__copy { margin-top: 30px; }
}

@media (max-width: 1120px) {
  .review-toolbar { grid-template-columns: minmax(180px, 1fr) auto auto; gap: 14px; }
  .review-control-set--devices { grid-column: 2; grid-row: 1; }
  .review-toolbar > .review-control-set:not(.review-control-set--devices) { grid-column: 1 / -1; grid-row: 2; }
  .review-open { grid-column: 3; grid-row: 1; }
  .review-toolbar { padding-block: 10px; }
}

@media (max-width: 1100px) {
  :root { --header-height: 72px; --ticker-height: 104px; }
  .site-header { padding-inline: 29px; }
  .hero { min-height: 0; grid-template-columns: minmax(0, 1.18fr) minmax(265px, 0.82fr); }
  .hero__copy { padding: 44px 10px 42px 31px; }
  .hero h1 { font-size: clamp(54px, 7.4vw, 64px); }
  .hero .gradient-cta { min-width: 270px; min-height: 53px; margin-top: 32px; }
  .hero__portrait { justify-content: flex-end; padding-right: 0; }
  .hero__portrait img { width: min(66vw, 520px); min-width: 400px; transform: translateX(8%); }
  .course-card { min-height: 520px; }
  .course-card__center { width: min(820px, calc(100% - 44px)); padding-block: 62px; }
}

@media (max-width: 700px) {
  .review-toolbar { grid-template-columns: 1fr auto; gap: 10px; min-height: 0; }
  .review-brand small { display: none; }
  .review-control-set--devices { grid-column: 1 / -1; grid-row: 2; }
  .review-toolbar > .review-control-set:not(.review-control-set--devices) { grid-column: 1 / -1; grid-row: 3; }
  .review-open { grid-column: 2; grid-row: 1; }
  .review-meta div span { display: none; }
  .review-segmented { overflow-x: auto; }
}

@media (max-width: 600px) {
  :root { --header-height: 66px; --ticker-height: 94px; }
  body[data-variant="c1"],
  body[data-variant="c2"] { --banner-height: 52px; }
  .announcement { padding: 7px 12px; }
  .announcement a { gap: 7px; font-size: 0.72rem; line-height: 1.25; }
  .announcement__pill { flex: 0 0 auto; font-size: 0.56rem; }
  .site-header { padding: 10px 17px; }
  .site-header__logo img { width: 91px; }
  .site-header__nav { gap: 13px; }
  .course-link { font-size: 0.7rem; }
  .header-cta { min-width: 0; min-height: 36px; padding: 0 15px; font-size: 0.63rem; }
  .hero { display: block; height: calc(100svh - var(--header-height) - var(--ticker-height) - var(--banner-height)); min-height: 600px; }
  .hero__copy { height: 100%; justify-content: flex-start; padding: 42px 18px 0; }
  .hero h1 { width: 100%; font-size: clamp(46px, 13.2vw, 54px); line-height: 1; }
  .hero .gradient-cta { min-width: 258px; min-height: 50px; margin-top: 27px; padding-inline: 24px; font-size: 0.82rem; }
  .social-proof { margin-top: 22px; }
  .social-proof__faces img { width: 26px; height: 26px; }
  .social-proof p { font-size: 0.63rem; }
  .hero__portrait { position: absolute; right: -37px; bottom: 0; width: 345px; height: 340px; padding: 0; }
  .hero__portrait img { width: 345px; min-width: 345px; max-height: none; transform: none; }
  .metrics__group { gap: 80px; padding-right: 80px; }
  .metric { width: 224px; min-width: 224px; gap: 20px; font-size: 1rem; }
  .metric__icon { width: 44px; height: 74px; }
  .course-insert { padding: 34px 13px; }
  .course-card { min-height: 570px; }
  .course-card__center { width: calc(100% - 28px); padding: 54px 10px 68px; }
  .course-kicker { margin-bottom: 17px; font-size: 0.76rem; line-height: 1.35; }
  .course-card h2 { font-size: clamp(48px, 13.5vw, 56px); }
  .course-card h2 span { display: block; }
  .course-card__center > p:not(.course-kicker) { margin-top: 21px; font-size: 0.86rem; line-height: 1.58; }
  .course-cta-wrap { margin-top: 28px; }
  .course-cta { min-height: 51px; padding-inline: 27px; }
  .course-card--b1,
  .course-card--b2 { border-radius: 28px; }
  .about { min-height: 396px; padding: 70px 19px 40px; border-radius: 0 0 50px 50px; }
  .section-label { width: 100%; margin-bottom: 9px; padding-bottom: 20px; font-size: 0.875rem; }
  .about h2 { font-size: 5.25rem; line-height: 1.08; white-space: nowrap; }
  .about h2 span { font-size: 0.52em; }
  .about__copy { margin-top: 7px; font-size: 1.125rem; line-height: 1.4; }
  .scroll-slides { border-radius: 90px 90px 0 0; }
  .time-statement p,
  .mission p,
  .weeks > p { width: min(322px, calc(100% - 40px)); }
  .time-statement { padding-bottom: 40px; }
  .not-much,
  .mission,
  .weeks { grid-template-rows: calc(100svh - 40px) 1fr; align-content: start; padding-bottom: 40px; }
  .time-statement p { font-size: 2.162rem; line-height: 1.3; }
  .not-much p { width: min(322px, calc(100% - 40px)); font-size: 3.28rem; line-height: 1.2; }
  .not-much__line { top: 39%; width: 52.6%; }
  .not-much__line--right { top: 60%; }
  .mission p { font-size: 2.532rem; line-height: 1.2; }
  .weeks > p { font-size: 3rem; line-height: 1.2; }
  .newsletter-journey { min-height: 123svh; }
  .newsletter-journey__content { width: min(322px, calc(100% - 40px)); }
  .newsletter-journey h2 { font-size: 3.242rem; line-height: 1.2; }
  .journey-free { display: none; }
  .newsletter-journey h2 > span { width: 127%; transform: scaleX(.787); transform-origin: left center; }
  .newsletter-journey .gradient-cta { min-width: 176px; margin-top: 38px; }
  .newsletter-journey__portrait--1 { top: auto; bottom: 8.3%; left: -4%; width: 15.6%; }
  .newsletter-journey__portrait--2 { top: auto; bottom: 12%; left: 63%; width: 16.9%; }
  .newsletter-journey__portrait--3 { top: 65%; right: 10.8%; width: 19.8%; }
  .newsletter-journey__portrait--4 { top: 24.8%; right: auto; left: 37%; width: 15.6%; }
  .newsletter-journey__portrait--5 { top: 18.2%; right: 0; bottom: auto; left: auto; width: 18.5%; }
  .newsletter-journey__portrait--6 { right: auto; bottom: 20.8%; left: 15.6%; width: 21.4%; }
  .site-footer { min-height: 471px; padding: 60px 40px 30px; }
  .site-footer__cta { min-height: 251px; align-items: flex-start; flex-direction: column; gap: 20px; padding-bottom: 30px; }
  .site-footer h2 { width: calc(100% + 16px); margin: 0; font-size: 2.5rem; line-height: 1.3; }
  .site-footer h2 span { display: inline; white-space: normal; }
  .site-footer h2 span + span::before { content: " "; }
  .site-footer .gradient-cta { min-width: 132px; min-height: 45px; margin: 0 0 0 20px; padding-inline: 22px; font-size: 0.75rem; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 19px; padding-top: 27px; font-size: 0.75rem; }
  .site-footer__socials { flex-wrap: wrap; }
  .site-footer__socials span { flex-basis: 100%; margin: 0; }
  .site-footer__credit { font-size: 0.8125rem; }
}

@media (max-height: 700px) and (min-width: 601px) {
  .hero { min-height: 500px; }
  .hero h1 { font-size: clamp(62px, 5.4vw, 80px); }
  .hero .gradient-cta { min-height: 50px; margin-top: 29px; }
  .social-proof { margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .metrics__track { animation: none; }
  .course-confetti { display: none; }
  .js-ready .reveal { opacity: 1; transform: none; transition: none; }
}
