﻿@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600;700;800&family=Montserrat:wght@700;800;900&family=Noto+Sans+JP:wght@500;700;800;900&family=Oswald:wght@500;600;700&display=swap");

:root {
  --clone-rail: 560px;
  --clone-gutter: 16px;
  --clone-content: 358px;
  --clone-reading: 310px;
  --clone-ink: #334155;
  --clone-ink-dark: #0f172a;
  --clone-night: #020617;
  --clone-night-card: #0f172a;
  --clone-slate-200: #e2e8f0;
  --clone-slate-300: #cbd5e1;
  --clone-white: #fff;
  --clone-line: #06c755;
  --clone-line-border: #07ad4d;
  --clone-blue: #21d4fd;
  --clone-violet: #7d63ff;
  --clone-purple: #b721ff;
  --clone-pink: #ff2056;
  --clone-gold: #daaf08;
  --clone-gold-dark: #b67b03;
  --clone-font: Seed, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --clone-hero-image: url("../../outputs/assets/images/hero-freedom-beach-suya-summer-v4.webp");
  --clone-shadow: 0 10px 32px rgb(15 23 42 / 14%);
}


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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.clone-page {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--clone-ink);
  font: 400 16px/1.6 var(--clone-font);
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

.clone-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clone-page a {
  color: inherit;
  text-decoration: none;
}

.clone-page p,
.clone-page h1,
.clone-page h2,
.clone-page h3,
.clone-page ul,
.clone-page ol,
.clone-page dl,
.clone-page dd {
  margin: 0;
}

.clone-page ul,
.clone-page ol {
  padding: 0;
  list-style: none;
}

.clone-rail {
  position: relative;
  width: 100%;
  max-width: var(--clone-rail);
  margin-inline: auto;
  overflow: clip;
  background: #fff;
}

.clone-section {
  position: relative;
  isolation: isolate;
  width: 100%;
}

.clone-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: var(--clone-content);
  margin-inline: auto;
}

.clone-reading {
  width: calc(100% - 80px);
  max-width: var(--clone-reading);
  margin-inline: auto;
}

.clone-display {
  font-family: Jost, var(--clone-font);
  font-weight: 800;
  letter-spacing: .04em;
}

.clone-number {
  font-family: Oswald, var(--clone-font);
  font-variant-numeric: tabular-nums;
}

.clone-grid::before,
.clone-grid::after {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 250px;
  content: "";
  pointer-events: none;
  opacity: .75;
  background-image:
    linear-gradient(90deg, rgb(255 255 255 / 3%) 50%, transparent 50%),
    linear-gradient(rgb(255 255 255 / 3%) 50%, transparent 50%);
  background-size: 100px 100px;
}

.clone-grid::before {
  top: 0;
}

.clone-grid::after {
  bottom: 0;
  transform: rotate(180deg);
}

/* Hero — measured 390 × 630.604. The copy groups are fixed, editable lines. */
.clone-hero {
  position: relative;
  isolation: isolate;
  min-height: 630.604px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(-20deg, var(--clone-purple), var(--clone-blue));
}

.clone-hero::after {
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 250px;
  content: "";
  background: linear-gradient(180deg, transparent, rgb(105 32 221 / 35%));
}

.clone-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  min-height: 630.604px;
  padding: 24px 16px 0;
}

.clone-hero__panel-a,
.clone-hero__panel-b {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 72%);
  background: linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(246 237 255 / 92%));
  box-shadow: 0 6px 18px rgb(15 23 42 / 14%);
  color: #25348e;
  text-align: center;
}

.clone-hero__panel-a {
  aspect-ratio: 300 / 111;
  padding: 10px 12px 8px;
}

.clone-hero__panel-b {
  aspect-ratio: 283 / 150;
  padding: 10px 8px 8px;
}

.clone-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  padding-inline: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d68d8, #680184);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.clone-hero__metric-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 4px;
}

.clone-hero__metric {
  color: #2d5bd0;
  font: 700 67px/.82 Oswald, sans-serif;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.clone-hero__metric-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #252525;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
  white-space: nowrap;
}

.clone-hero__topic {
  color: #fff;
  font: 800 44px/.98 var(--clone-font);
  letter-spacing: -.055em;
  text-shadow: 0 2px 0 rgb(44 69 174 / 35%);
  white-space: nowrap;
}

.clone-hero__promise {
  display: inline-block;
  margin-top: 3px;
  padding: 1px 5px 4px;
  background: rgb(255 255 255 / 88%);
  color: #4268d7;
  font: 800 56px/.92 var(--clone-font);
  letter-spacing: -.06em;
  white-space: nowrap;
}

.clone-hero__format {
  margin-top: 5px;
  color: #fff;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.clone-hero__badge {
  position: absolute;
  right: 8px;
  bottom: 12px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  white-space: pre-line;
}

.clone-hero__lower {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 243.9px;
  padding: 0 16px 20px;
}

.clone-hero__schedule {
  position: relative;
  z-index: 3;
  width: 218px;
}

.clone-schedule__label {
  margin-bottom: 8px;
  padding: 4px 8px;
  border: 1px solid rgb(255 255 255 / 45%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.clone-schedule__list {
  display: grid;
  gap: 2px;
}

.clone-schedule__row {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: baseline;
  min-height: 29px;
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.clone-schedule__time {
  font-size: 13px;
}

.clone-hero__photo {
  position: absolute;
  z-index: 2;
  right: -3px;
  bottom: 0;
  width: 156px;
  height: 208px;
  overflow: hidden;
  border-radius: 70px 0 0;
  background: var(--clone-hero-image) 61% center / cover no-repeat;
  box-shadow: -8px 0 24px rgb(18 26 90 / 18%);
}

.clone-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

/* Gold bonuses, 10 cards in a dense 5 × 2 poster grid. */
.clone-offer {
  min-height: 920px;
  padding: 20px 0 48px;
  background:
    radial-gradient(circle at 52% 8%, rgb(255 255 255 / 92%), transparent 27%),
    linear-gradient(145deg, #fffdf1, #f6d993 46%, #f8e9b7 75%, #eec773);
}

.clone-offer__headline {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  min-height: 108px;
  color: var(--clone-gold-dark);
}

.clone-offer__count {
  font: 700 88px/.85 Oswald, sans-serif;
  letter-spacing: -.06em;
}

.clone-offer__heading {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.clone-offer__heading span {
  display: block;
  white-space: nowrap;
}

.clone-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.clone-offer__card {
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 8px;
  padding: 16px 9px 9px;
  overflow: hidden;
  border: 1px solid rgb(182 123 3 / 42%);
  border-radius: 3px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 3px 8px rgb(91 57 0 / 6%);
}

.clone-offer__number {
  position: absolute;
  top: 0;
  left: 8px;
  display: grid;
  width: 38px;
  height: 35px;
  place-items: start center;
  padding-top: 2px;
  background: linear-gradient(#d7a821, #a66c00);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  color: #fff;
  font: 700 12px/1 Oswald, sans-serif;
}

.clone-offer__thumb {
  width: 44px;
  height: 69px;
  margin-top: 22px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgb(15 23 42 / 18%);
}

.clone-offer__text {
  margin-top: 24px;
  color: var(--clone-ink-dark);
  font-size: 13px;
  line-height: 1.6;
}

.clone-offer__action {
  margin-top: 26px;
}

/* Shared editorial headings. */
.clone-heading-poster {
  color: var(--clone-ink-dark);
  font-size: 31.2px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-align: center;
}

.clone-heading-poster > span {
  display: block;
  white-space: nowrap;
}

.clone-heading-poster strong {
  color: #495ce5;
  font-weight: 900;
}

.clone-section-kicker {
  color: #55b9ff;
  font: 800 42px/1 Jost, sans-serif;
  letter-spacing: .1em;
  text-align: center;
}

.clone-section-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* Recommended audience. */
.clone-audience {
  min-height: 816.99px;
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #f1d9ff 0 20%, #fff 52%);
}

.clone-audience__list {
  display: grid;
  gap: 12px;
  width: 326px;
  max-width: 100%;
  margin: 42px auto 0;
}

.clone-audience__item {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 9px 13px 9px 46px;
  border-bottom: 1px solid var(--clone-slate-200);
  font-size: 16px;
  line-height: 25.6px;
}

.clone-audience__item::before {
  position: absolute;
  left: 6px;
  display: grid;
  width: 28px;
  height: 28px;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #3bd1fb, #7967ff);
  color: #fff;
  font-weight: 800;
}

.clone-audience__item strong {
  font-size: 18px;
  line-height: 28.8px;
}

/* Five outcomes. */
.clone-outcomes {
  min-height: 844.792px;
  padding: 48px 0 96px;
  background: #fff;
}

.clone-outcomes__list {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

.clone-outcomes__item {
  position: relative;
  display: flex;
  min-height: 96px;
  align-items: center;
  padding: 15px 18px 15px 76px;
  overflow: hidden;
  border-radius: 7px;
  background: linear-gradient(110deg, #eefaff, #f4eaff);
  color: var(--clone-ink);
  font-size: 16px;
  line-height: 25.6px;
  box-shadow: 0 5px 16px rgb(80 90 180 / 8%);
}

.clone-outcomes__number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 62px;
  place-items: center;
  background: linear-gradient(160deg, #24c8f7, #765fff);
  color: #fff;
  font: 700 25px/1 Oswald, sans-serif;
}

.clone-outcomes__item strong {
  color: var(--clone-ink-dark);
  font-size: 18px;
  line-height: 28.8px;
}

.clone-outcomes__action {
  margin-top: 32px;
}

/* Dark argument / one reason. */
.clone-argument {
  min-height: 1692.573px;
  padding: 76px 0 96px;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
}

.clone-argument__headline {
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}

.clone-argument__bubble {
  position: absolute;
  top: -20px;
  left: 2px;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: #ffd95a;
  color: #201702;
  font-size: 15px;
  transform: rotate(-9deg);
}

.clone-argument__line {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
}

.clone-argument__line strong {
  display: inline-block;
  margin-right: 8px;
  background: linear-gradient(180deg, #38c8ff, #885bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 700 94px/.8 Oswald, sans-serif;
  vertical-align: -.18em;
}

.clone-argument__card {
  width: var(--clone-content);
  max-width: 100%;
  margin-inline: auto;
  padding: 30px 24px;
  border-radius: 7px;
  background: #fff;
  color: var(--clone-ink-dark);
}

.clone-argument__copy {
  width: var(--clone-reading);
  max-width: 100%;
  margin-inline: auto;
  font-size: 18px;
  line-height: 36px;
}

.clone-argument__copy p + p {
  margin-top: 24px;
}

.clone-argument__copy strong {
  color: var(--clone-pink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.clone-argument__proof {
  width: var(--clone-reading);
  height: 246.6px;
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  object-fit: cover;
}

/* Pale obstacle bridge. */
.clone-obstacles {
  min-height: 655px;
  padding: 88px 16px 0;
  background-color: var(--clone-slate-200);
  background-image: radial-gradient(ellipse at top, rgb(255 255 255 / 65%), transparent 50%);
}

.clone-obstacles__heading {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.04em;
  text-align: center;
}

.clone-obstacles__heading span {
  display: block;
  white-space: nowrap;
}

.clone-obstacles__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.clone-obstacles__item {
  position: relative;
  min-height: 54px;
  padding: 12px 12px 12px 44px;
  border-radius: 4px;
  background: rgb(255 255 255 / 78%);
  color: var(--clone-ink-dark);
  font-size: 14px;
  line-height: 1.55;
}

.clone-obstacles__item::before {
  position: absolute;
  left: 14px;
  content: "×";
  color: var(--clone-pink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.clone-obstacles__figure {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 358px;
  max-width: 100%;
  height: 214.8px;
  margin-inline: auto;
  object-fit: cover;
  object-position: center bottom;
}

/* Gradient solution bridge. */
.clone-solution {
  min-height: 454.021px;
  margin-top: -24px;
  padding: 64px 0 40px;
  overflow: hidden;
  background: linear-gradient(-20deg, var(--clone-purple), var(--clone-blue));
  color: #fff;
  text-align: center;
}

.clone-solution__lead,
.clone-solution__close {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.clone-solution__mark {
  display: grid;
  width: 100%;
  min-height: 190px;
  margin: 20px auto;
  place-items: center;
  background: rgb(255 255 255 / 8%);
}

.clone-solution__mark img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

/* Curriculum. */
.clone-program {
  min-height: 1749.385px;
  padding: 48px 0;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
}

.clone-program__list {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 38px;
  padding-left: 26px;
}

.clone-program__list::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 7px;
  width: 2px;
  content: "";
  background: linear-gradient(var(--clone-blue), var(--clone-violet));
}

.clone-program__chapter {
  position: relative;
}

.clone-program__chapter::before {
  position: absolute;
  top: 8px;
  left: -25px;
  width: 16px;
  height: 16px;
  content: "";
  border: 3px solid var(--clone-violet);
  border-radius: 50%;
  background: var(--clone-night);
}

.clone-program__number {
  color: #c7d2fe;
  font-size: 13px;
  font-weight: 700;
}

.clone-program__chapter h3 {
  margin-top: 3px;
  font-size: 19px;
  line-height: 1.35;
}

.clone-program__points {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.clone-program__point {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff;
  color: var(--clone-ink-dark);
  font-size: 16px;
  line-height: 25.6px;
}

.clone-program__dates {
  margin-top: 34px;
  padding: 20px 16px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 6px;
  background: rgb(255 255 255 / 5%);
}

.clone-program__dates .clone-schedule__row {
  grid-template-columns: 1fr 1fr auto;
  min-height: 38px;
  font-size: 16px;
}

.clone-program__action {
  width: 326px;
  max-width: 100%;
  margin: 24px auto 0;
}

.clone-program__more {
  display: block;
  width: max-content;
  margin: 8px auto 0;
  padding: 4px 12px;
  border-bottom: 1px solid rgb(255 255 255 / 62%);
  font-size: 14px;
  line-height: 22.4px;
}

/* Three reasons. */
.clone-reasons {
  min-height: 2087.865px;
  padding: 24px 0 48px;
  background: linear-gradient(180deg, #fff, #eee9ff 42%, #e5dcff 100%);
}

.clone-reasons__list {
  display: grid;
  gap: 24px;
}

.clone-reason-card {
  position: relative;
  padding: 76px 24px 28px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(91 78 178 / 7%);
}

.clone-reason-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 90px;
  height: 64px;
  place-items: center;
  background: linear-gradient(180deg, #25d1fa, #825aff);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  color: #fff;
  font: 700 22px/1 Oswald, sans-serif;
  transform: translateX(-50%);
}

.clone-reason-card h3 {
  min-height: 58px;
  color: var(--clone-ink-dark);
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

.clone-reason-card__image {
  width: 310px;
  max-width: 100%;
  height: 206.7px;
  margin: 20px auto 22px;
  border-radius: 4px;
  object-fit: cover;
}

.clone-reason-card__copy {
  width: 310px;
  max-width: 100%;
  min-height: 144px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 36px;
}

.clone-reasons__action {
  margin-top: 28px;
}

/* Instructor. */
.clone-instructor {
  min-height: 1364.948px;
  padding: 56px 0;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
}

.clone-instructor__portrait-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: -80px;
}

.clone-instructor__portrait {
  width: 200px;
  height: 199.6px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 0 0 5px rgb(255 255 255 / 10%);
}

.clone-instructor__label {
  font-weight: 700;
}

.clone-instructor__card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: var(--clone-content);
  margin-inline: auto;
  padding: 104px 24px 24px;
  border-radius: 8px;
  background: rgb(255 255 255 / 90%);
  color: var(--clone-ink);
}

.clone-instructor__role {
  width: 268px;
  max-width: 100%;
  font-size: 16px;
  line-height: 32px;
}

.clone-instructor__name {
  color: var(--clone-ink-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.clone-instructor__bio,
.clone-instructor__proof-copy {
  width: var(--clone-reading);
  max-width: 100%;
  margin-inline: auto;
  font-size: 16px;
  line-height: 25.6px;
}

.clone-instructor__proof-image {
  width: var(--clone-reading);
  height: 221.4px;
  margin-inline: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* Reviews. */
.clone-reviews {
  min-height: 1474.396px;
  padding: 56px 0;
  background: #fff;
}

.clone-reviews__list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.clone-review-card {
  position: relative;
  min-height: 204px;
  padding: 20px 18px 18px 82px;
  border: 1px solid var(--clone-slate-200);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(15 23 42 / 5%);
}

.clone-review-card__avatar {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.clone-review-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.clone-review-card__stars {
  color: var(--clone-gold);
  font-size: 14px;
  letter-spacing: .12em;
}

.clone-review-card__body,
.clone-review-card__meta {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.72;
}

.clone-review-card__meta {
  color: #64748b;
  text-align: right;
}

.clone-reviews__action {
  margin-top: 30px;
}

/* FAQ is intentionally all-expanded, as measured. */
.clone-faq {
  min-height: 1977.563px;
  padding: 56px 0;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.clone-faq__list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.clone-faq__item {
  overflow: hidden;
  border: 1px solid var(--clone-slate-200);
  border-radius: 7px;
  background: #fff;
}

.clone-faq__question,
.clone-faq__answer {
  position: relative;
  padding: 20px 18px 20px 56px;
  font-size: 16px;
  line-height: 25.6px;
}

.clone-faq__question {
  min-height: 74px;
  color: var(--clone-ink-dark);
  font-weight: 700;
}

.clone-faq__answer {
  min-height: 132px;
  border-top: 1px solid var(--clone-slate-200);
  background: #f8fafc;
}

.clone-faq__question::before,
.clone-faq__answer::before {
  position: absolute;
  top: 18px;
  left: 18px;
  font: 700 24px/1 Jost, sans-serif;
}

.clone-faq__question::before {
  content: "Q";
  color: var(--clone-violet);
}

.clone-faq__answer::before {
  content: "A";
  color: var(--clone-pink);
}

/* CTA. */
.clone-cta {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 36px 0 24px;
  border: .666667px solid var(--clone-line-border);
  border-radius: 844px;
  background: var(--clone-line);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 30%), 0 1px 3px rgb(0 0 0 / 20%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 28.8px;
  text-align: center;
  white-space: nowrap;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.clone-cta::after {
  position: absolute;
  right: 18px;
  content: "›";
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.clone-cta:hover {
  filter: brightness(1.04) saturate(1.05);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 30%), 0 5px 14px rgb(0 0 0 / 18%);
}

.clone-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgb(6 199 85 / 45%);
}

.clone-cta-kicker {
  margin-bottom: 5px;
  color: var(--clone-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.clone-sticky {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: var(--clone-rail);
  min-height: 102.396px;
  margin-inline: auto;
  padding: 12px;
  background: #fff;
  transform: translateY(0);
  transition: transform .3s ease-in-out;
}

.clone-sticky[hidden],
.clone-sticky.is-hidden,
.clone-footer.is-visible ~ .clone-sticky {
  pointer-events: none;
  transform: translateY(110%);
}

.clone-sticky .clone-cta {
  width: 100%;
}

/* Footer reserves 160px so sticky never occludes legal links. */
.clone-footer {
  min-height: 484px;
  padding: 80px 16px 160px;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
  text-align: center;
}

.clone-footer__logo {
  font-size: 20px;
  font-weight: 800;
}

.clone-footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
  font-size: 12px;
}

.clone-footer__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clone-footer__copyright {
  margin-top: 42px;
  color: var(--clone-slate-300);
  font-size: 11px;
}

@media (min-width: 560px) {
  :root {
    --clone-content: 446.6667px;
    --clone-reading: 382.6667px;
  }

  .clone-hero {
    min-height: 820px;
  }

  .clone-hero__inner {
    min-height: 820px;
    padding: 40px 56.6667px 0;
  }

  .clone-hero__eyebrow {
    height: 28px;
    font-size: 17px;
  }

  .clone-hero__metric {
    font-size: 83px;
  }

  .clone-hero__metric-copy {
    font-size: 21px;
  }

  .clone-hero__topic {
    font-size: 55px;
  }

  .clone-hero__promise {
    font-size: 70px;
  }

  .clone-hero__format {
    font-size: 36px;
  }

  .clone-hero__lower {
    min-height: 304px;
    padding-inline: 56.6667px;
  }

  .clone-hero__photo {
    width: 212.3px;
    height: 282.9px;
  }

  .clone-hero__schedule {
    width: 272px;
  }

  .clone-schedule__row {
    min-height: 36px;
    font-size: 22px;
  }

  .clone-schedule__time {
    font-size: 16px;
  }

  .clone-section-title {
    font-size: 20px;
    line-height: 20px;
  }

  .clone-cta {
    height: 64px;
  }

  .clone-program__action {
    width: 398.6667px;
  }

  .clone-argument__proof {
    height: 304.4px;
  }

  .clone-obstacles__figure {
    width: 420px;
    height: 252px;
  }

  .clone-solution__mark,
  .clone-solution__mark img {
    min-height: 237.1px;
    height: 237.1px;
  }

  .clone-reason-card__image {
    height: 255px;
  }

  .clone-instructor__proof-image {
    height: 284.7px;
  }

  .clone-review-card__avatar {
    width: 52px;
    height: 52px;
  }

  .clone-sticky {
    min-height: 112px;
  }
}

@media (max-width: 374px) {
  .clone-hero__topic {
    font-size: 40px;
  }

  .clone-hero__promise {
    font-size: 51px;
  }

  .clone-hero__format {
    font-size: 26px;
  }

  .clone-heading-poster,
  .clone-obstacles__heading,
  .clone-solution__lead,
  .clone-solution__close {
    font-size: 27px;
  }

  .clone-cta {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final fidelity fixes for the approved freedom-copy structure. */
.clone-hero__title {
  white-space: normal;
  line-height: .98;
}

.clone-hero__visual {
  bottom: 0;
  height: 244px;
}

.clone-hero__visual img {
  height: 100%;
  object-fit: cover;
}

.clone-hero__schedule {
  bottom: 24px;
}

.clone-offer__lead {
  width: calc(100% - 32px);
  max-width: var(--clone-content);
  margin: -8px auto 24px;
  text-align: center;
}

.clone-offer__lead p {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Actual freedom/index.html compatibility layer.
   These selectors intentionally target the finished semantic HTML instead of
   requiring markup changes. They are later in cascade and are authoritative.
   -------------------------------------------------------------------------- */

body.clone-body {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--clone-ink);
  font: 400 16px/25.6px var(--clone-font);
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

.clone-copy-separator {
  display: none;
}

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

.clone-body img {
  display: block;
  max-width: 100%;
}

.clone-body a {
  color: inherit;
  text-decoration: none;
}

.clone-body :is(p, h1, h2, h3, ul, ol) {
  margin: 0;
}

.clone-body :is(ul, ol) {
  padding: 0;
  list-style: none;
}

/* Finished hero DOM: 630.604px at 390, image-composite line structure. */
.clone-hero__top {
  position: relative;
  z-index: 4;
  width: calc(100% - 32px);
  margin-inline: auto;
  padding-top: 24px;
  text-align: center;
}

.clone-hero__top .clone-hero__eyebrow {
  display: block;
  width: 100%;
  height: 26px;
  padding: 5px 9px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(246 237 255 / 92%));
  color: #2c278d;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clone-hero__top .clone-hero__promise {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 8px 5px 7px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 72%);
  background: linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(246 237 255 / 92%));
  color: #242b72;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.055em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clone-hero__title {
  margin-top: 13px !important;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.07em;
  text-align: left;
  text-shadow: 0 2px 0 rgb(44 69 174 / 36%);
  white-space: nowrap;
}

.clone-hero__top .clone-hero__format {
  margin-top: 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
  text-align: left;
  white-space: nowrap;
}

.clone-hero__top .clone-hero__badge {
  right: 0;
  bottom: -5px;
}

.clone-hero__visual {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 104px;
  width: 156px;
  height: 208px;
  overflow: hidden;
  border-radius: 74px 0 0;
  box-shadow: -8px 0 24px rgb(18 26 90 / 18%);
}

.clone-hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 -32px 32px rgb(70 27 175 / 28%);
  pointer-events: none;
}

.clone-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.clone-hero > .clone-hero__schedule {
  position: absolute;
  z-index: 3;
  bottom: 118px;
  left: 16px;
  width: 218px;
  color: #fff;
}

.clone-hero > .clone-hero__schedule h2 {
  padding: 4px 8px;
  border: 1px solid rgb(255 255 255 / 48%);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.clone-hero > .clone-hero__schedule p {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.clone-hero__offer {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 104px;
  padding: 7px 16px 10px;
  background: #fff;
  color: var(--clone-ink);
}

.clone-hero__offer p {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}

.clone-hero__offer p:first-child {
  color: var(--clone-gold-dark);
}

.clone-hero__offer .clone-cta {
  height: 56px;
  margin-top: 3px;
}

/* Finished 10-benefit grid. */
.clone-offer--top,
.clone-offer--bottom {
  min-height: 920px;
}

.clone-offer__header {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  width: calc(100% - 32px);
  min-height: 108px;
  margin-inline: auto;
  color: var(--clone-gold-dark);
}

.clone-offer__header > span {
  font: 700 88px/.85 Oswald, sans-serif;
  letter-spacing: -.06em;
}

.clone-offer__header h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.clone-offer > .clone-offer__grid {
  width: calc(100% - 32px);
  margin: 18px auto 0;
}

.clone-offer > .clone-offer__grid > li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 128px;
  flex-direction: column;
  justify-content: center;
  padding: 42px 10px 10px;
  overflow: hidden;
  border: 1px solid rgb(182 123 3 / 42%);
  border-radius: 3px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 3px 8px rgb(91 57 0 / 6%);
}

.clone-offer > .clone-offer__grid > li b {
  position: absolute;
  top: 0;
  left: 9px;
  display: grid;
  width: 45px;
  height: 38px;
  place-items: start center;
  padding-top: 4px;
  background: linear-gradient(#d7a821, #a66c00);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  color: #fff;
  font: 700 10px/1.1 var(--clone-font);
  text-align: center;
}

.clone-offer > .clone-offer__grid > li p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--clone-ink-dark);
  font-size: 13px;
  line-height: 20.8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.clone-offer > .clone-cta {
  width: calc(100% - 32px);
  margin: 26px auto 0;
}

/* Finished audience/outcome heading DOM. */
.clone-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.clone-heading--poster {
  color: var(--clone-ink-dark);
  font-size: 31.2px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
}

.clone-heading--poster p,
.clone-heading--poster h2 {
  font: inherit;
  white-space: nowrap;
}

.clone-heading--poster h2 {
  margin-top: 10px;
}

.clone-check-list {
  display: grid;
  gap: 12px;
  width: 326px;
  max-width: calc(100% - 64px);
  margin: 42px auto 0;
}

.clone-check-list > li {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 9px 8px 9px 46px;
  border-bottom: 1px solid var(--clone-slate-200);
  font-size: 16px;
  line-height: 25.6px;
}

.clone-check-list > li::before {
  position: absolute;
  left: 5px;
  display: grid;
  width: 28px;
  height: 28px;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #3bd1fb, #7967ff);
  color: #fff;
  font-weight: 800;
}

.clone-outcomes > .clone-heading,
.clone-audience > .clone-heading {
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clone-outcomes > .clone-outcomes__list {
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clone-outcomes > .clone-outcomes__list > li {
  counter-increment: none;
  min-height: 96px;
  padding: 15px 18px 15px 76px;
}

.clone-outcomes > .clone-outcomes__list > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: grid;
  width: 62px;
  content: attr(data-copy-slot);
  place-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, #24c8f7, #765fff);
  color: transparent;
}

.clone-outcomes > .clone-cta,
.clone-reviews > .clone-cta,
.clone-reasons > .clone-cta {
  width: calc(100% - 32px);
  margin: 30px auto 0;
}

/* Market section maps to the measured dark argument section. */
.clone-market {
  position: relative;
  isolation: isolate;
  min-height: 1692.573px;
  padding: 76px 0 96px;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
}

.clone-market__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .7;
  background-image:
    linear-gradient(90deg, rgb(255 255 255 / 3%) 50%, transparent 50%),
    linear-gradient(rgb(255 255 255 / 3%) 50%, transparent 50%);
  background-size: 100px 100px;
}

.clone-market > h2 {
  width: calc(100% - 80px);
  margin-inline: auto;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.045em;
  text-align: center;
}

.clone-market > h2::before {
  display: block;
  margin-bottom: 10px;
  content: "1";
  background: linear-gradient(180deg, #38c8ff, #885bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 700 94px/.8 Oswald, sans-serif;
}

.clone-market__copy {
  width: calc(100% - 32px);
  margin: 40px auto 0;
  padding: 30px 24px;
  border-radius: 7px;
  background: #fff;
  color: var(--clone-ink-dark);
}

.clone-market__copy p {
  width: 310px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 18px;
  line-height: 36px;
}

.clone-market__copy p + p {
  margin-top: 26px;
}

.clone-market__copy img {
  width: 310px;
  height: 246.6px;
  margin: 30px auto;
  border-radius: 5px;
  object-fit: cover;
}

/* Actual obstacle DOM. */
.clone-obstacles > h2,
.clone-obstacles > ul {
  position: relative;
  z-index: 2;
  width: 358px;
  max-width: 100%;
  margin-inline: auto;
}

.clone-obstacles > h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.04em;
  text-align: center;
}

.clone-obstacles > ul {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.clone-obstacles > ul > li {
  position: relative;
  min-height: 54px;
  padding: 12px 12px 12px 44px;
  border-radius: 4px;
  background: rgb(255 255 255 / 82%);
  color: var(--clone-ink-dark);
  font-size: 14px;
  line-height: 1.55;
}

.clone-obstacles > ul > li::before {
  position: absolute;
  left: 14px;
  content: "×";
  color: var(--clone-pink);
  font-size: 23px;
  font-weight: 800;
}

/* Actual solution DOM. */
.clone-solution > p,
.clone-solution > h2 {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  margin-inline: auto;
  font-weight: 900;
  text-align: center;
}

.clone-solution > p:first-child {
  font-size: 30px;
  line-height: 1.2;
}

.clone-solution > h2 {
  display: grid;
  min-height: 190px;
  margin-top: 18px;
  place-items: center;
  padding: 22px 14px;
  background: rgb(255 255 255 / 9%);
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -.055em;
}

.clone-solution > p:last-child {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.3;
}

/* Curriculum finished DOM. */
.clone-curriculum {
  position: relative;
  isolation: isolate;
  min-height: 1749.385px;
  padding: 48px 0;
  overflow: hidden;
  background: var(--clone-night);
  color: #fff;
}

.clone-section-title {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 32px);
  margin-inline: auto;
  color: var(--clone-ink);
  text-align: center;
}

.clone-section-title > span {
  display: block;
  color: #55b9ff;
  font: 800 42px/1 Jost, sans-serif;
  letter-spacing: .1em;
}

.clone-section-title > h2 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.clone-section-title--light {
  color: #fff;
}

.clone-curriculum__list {
  position: relative;
  display: grid;
  gap: 18px;
  width: calc(100% - 32px);
  margin: 38px auto 0;
  padding-left: 26px;
}

.clone-curriculum__list::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 7px;
  width: 2px;
  content: "";
  background: linear-gradient(var(--clone-blue), var(--clone-violet));
}

.clone-curriculum__list > article {
  position: relative;
}

.clone-curriculum__list > article::before {
  position: absolute;
  top: 8px;
  left: -25px;
  width: 16px;
  height: 16px;
  content: "";
  border: 3px solid var(--clone-violet);
  border-radius: 50%;
  background: var(--clone-night);
}

.clone-curriculum__list h3 {
  font-size: 19px;
  line-height: 1.35;
}

.clone-curriculum__list ul {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.clone-curriculum__list li {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff;
  color: var(--clone-ink-dark);
  font-size: 16px;
  line-height: 25.6px;
}

.clone-curriculum__line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  width: calc(100% - 64px);
  margin: 32px auto 0;
  padding: 17px 14px;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 6px;
  background: rgb(255 255 255 / 5%);
  font-size: 14px;
}

.clone-curriculum__line strong {
  width: 100%;
  color: #68ea9d;
  text-align: center;
}

.clone-curriculum > .clone-cta {
  width: calc(100% - 64px);
  margin: 24px auto 0;
}

/* Finished reason DOM. */
.clone-reasons > .clone-section-title {
  margin-bottom: 26px;
}

.clone-reason {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto 24px;
  padding: 76px 24px 28px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(91 78 178 / 7%);
}

.clone-reason__number {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 90px;
  height: 64px;
  place-items: center;
  background: linear-gradient(180deg, #25d1fa, #825aff);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
  color: #fff;
  font: 700 22px/1 Oswald, sans-serif;
  transform: translateX(-50%);
}

.clone-reason h3 {
  min-height: 58px;
  color: var(--clone-ink-dark);
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

.clone-reason img {
  width: 310px;
  max-width: 100%;
  height: 206.7px;
  margin: 20px auto 22px;
  border-radius: 4px;
  object-fit: cover;
}

.clone-reason p {
  width: 310px;
  max-width: 100%;
  min-height: 144px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 36px;
}

/* Finished instructor DOM. */
.clone-instructor > .clone-section-title {
  margin-bottom: 26px;
}

.clone-instructor > .clone-instructor__portrait {
  position: relative;
  z-index: 3;
  width: 200px;
  height: 199.6px;
  margin: 0 auto -80px;
  overflow: hidden;
  border-radius: 50%;
}

.clone-instructor > .clone-instructor__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.clone-instructor > .clone-instructor__card {
  padding-top: 104px;
}

.clone-instructor__card > h3 {
  color: var(--clone-ink-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.clone-instructor__card > p:not(.clone-instructor__role) {
  width: 310px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 16px;
  line-height: 25.6px;
}

.clone-instructor__note {
  padding-top: 18px;
  border-top: 1px solid var(--clone-slate-300);
  font-weight: 700;
}

/* Finished reviews DOM. */
.clone-reviews > .clone-section-title,
.clone-faq > .clone-section-title {
  width: calc(100% - 32px);
}

.clone-reviews > .clone-reviews__list {
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clone-reviews__list > article {
  position: relative;
  min-height: 204px;
  padding: 20px 18px;
  border: 1px solid var(--clone-slate-200);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(15 23 42 / 5%);
}

.clone-reviews__list > article h3 {
  font-size: 16px;
  line-height: 25.6px;
}

.clone-reviews__list > article p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.72;
}

.clone-reviews__list > article > div:last-child {
  margin-top: 8px;
  color: var(--clone-gold);
  font-size: 14px;
  letter-spacing: .12em;
  text-align: right;
}

/* Finished FAQ DOM, always expanded. */
.clone-faq > .clone-faq__list {
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clone-faq__list > article {
  overflow: hidden;
  border: 1px solid var(--clone-slate-200);
  border-radius: 7px;
  background: #fff;
}

.clone-faq__list > article h3,
.clone-faq__list > article p {
  position: relative;
  padding: 20px 18px 20px 56px;
  font-size: 16px;
  line-height: 25.6px;
}

.clone-faq__list > article h3 {
  min-height: 74px;
  color: var(--clone-ink-dark);
}

.clone-faq__list > article p {
  min-height: 132px;
  border-top: 1px solid var(--clone-slate-200);
  background: #f8fafc;
}

.clone-faq__list > article h3::before,
.clone-faq__list > article p::before {
  position: absolute;
  top: 18px;
  left: 18px;
  font: 700 24px/1 Jost, sans-serif;
}

.clone-faq__list > article h3::before {
  content: "Q";
  color: var(--clone-violet);
}

.clone-faq__list > article p::before {
  content: "A";
  color: var(--clone-pink);
}

/* Finished footer and sticky DOM. */
.clone-footer > footer {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  margin-inline: auto;
}

.clone-footer__company {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.clone-footer__company strong {
  font-size: 18px;
}

.clone-footer nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 40px;
  font-size: 12px;
}

.clone-footer nav a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clone-footer__disclaimer {
  margin-top: 34px !important;
  color: var(--clone-slate-300);
  font-size: 11px;
  line-height: 1.7;
}

.clone-footer footer > p:last-child {
  margin-top: 24px;
  color: var(--clone-slate-300);
  font-size: 11px;
}

.clone-sticky > p {
  margin: 0 0 5px;
  color: var(--clone-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
}

.clone-cta > span {
  position: absolute;
  right: 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 560px) {
  .clone-hero__top {
    width: 446.6667px;
    padding-top: 40px;
  }

  .clone-hero__top .clone-hero__eyebrow {
    height: 32px;
    font-size: 17px;
    line-height: 20px;
  }

  .clone-hero__top .clone-hero__promise {
    font-size: 28px;
  }

  .clone-hero__title {
    font-size: 54px;
  }

  .clone-hero__top .clone-hero__format {
    font-size: 35px;
  }

  .clone-hero__visual {
    bottom: 112px;
    width: 212.3px;
    height: 282.9px;
  }

  .clone-hero > .clone-hero__schedule {
    bottom: 132px;
    left: 56.6667px;
    width: 272px;
  }

  .clone-hero__offer {
    height: 112px;
    padding-inline: 56.6667px;
  }

  .clone-offer__header,
  .clone-offer > .clone-offer__grid,
  .clone-offer > .clone-cta,
  .clone-audience > .clone-heading,
  .clone-outcomes > .clone-heading,
  .clone-outcomes > .clone-outcomes__list,
  .clone-outcomes > .clone-cta,
  .clone-curriculum__list,
  .clone-reasons > .clone-section-title,
  .clone-reason,
  .clone-reasons > .clone-cta,
  .clone-reviews > .clone-section-title,
  .clone-reviews > .clone-reviews__list,
  .clone-reviews > .clone-cta,
  .clone-faq > .clone-section-title,
  .clone-faq > .clone-faq__list,
  .clone-footer > footer {
    width: 446.6667px;
  }

  .clone-market > h2,
  .clone-market__copy {
    width: 446.6667px;
  }

  .clone-market__copy p,
  .clone-market__copy img,
  .clone-reason img,
  .clone-reason p,
  .clone-instructor__card > p:not(.clone-instructor__role) {
    width: 382.6667px;
  }

  .clone-market__copy img {
    height: 304.4px;
  }

  .clone-obstacles > h2,
  .clone-obstacles > ul {
    width: 446.6667px;
  }

  .clone-solution > p,
  .clone-solution > h2,
  .clone-section-title,
  .clone-curriculum__line {
    width: 446.6667px;
  }

  .clone-solution > h2 {
    min-height: 237.1px;
  }

  .clone-curriculum > .clone-cta {
    width: 398.6667px;
  }

  .clone-reason img {
    height: 255px;
  }

  .clone-section-title > h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

/* Final cascade overrides. */
.clone-hero__title {
  white-space: normal;
  line-height: .98;
}

.clone-hero__visual {
  bottom: 0;
  height: 244px;
}

.clone-hero__visual img {
  height: 100%;
  object-fit: cover;
}

.clone-hero > .clone-hero__schedule {
  bottom: 24px;
}

.clone-offer__lead {
  width: calc(100% - 32px);
  max-width: var(--clone-content);
  margin: -8px auto 24px;
  text-align: center;
}

.clone-offer__lead p {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 560px) {
  .clone-hero__visual {
    height: 282.9px;
  }

  .clone-hero > .clone-hero__schedule {
    bottom: 40px;
  }

  .clone-offer__lead {
    max-width: 446.6667px;
  }
}


/* 2026 visual direction: one-frame resort hero + editorial seminar typography. */
body.clone-body {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}

.clone-hero {
  min-height: 760px;
  color: #fff;
  background: #082542;
}

.clone-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(3 22 42 / 78%) 0%, rgb(3 22 42 / 30%) 42%, rgb(3 22 42 / 8%) 60%, rgb(3 22 42 / 84%) 100%),
    linear-gradient(90deg, rgb(3 22 42 / 52%) 0%, transparent 78%);
}

.clone-hero::after {
  z-index: 1;
  inset: 0;
  height: auto;
  opacity: .75;
  background:
    radial-gradient(circle at 13% 9%, rgb(255 255 255 / 18%) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0 58%, rgb(255 255 255 / 11%) 58.2%, transparent 58.5%);
  background-size: 28px 28px, auto;
}

.clone-hero__visual {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}

.clone-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(.96) contrast(1.04);
}

.clone-hero__top {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0;
  padding: 22px 18px 0;
}

.clone-hero__top .clone-hero__eyebrow {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  margin: 0;
  padding: 6px 12px;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 68%);
  border-radius: 999px;
  color: #fff;
  background: rgb(3 22 42 / 42%);
  box-shadow: 0 8px 30px rgb(1 18 35 / 18%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .03em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.clone-hero__top .clone-hero__promise {
  width: 100%;
  margin: 18px 0 0;
  padding: 0;
  overflow: visible;
  color: #fff;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(29px, 8.8vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.055em;
  white-space: normal;
  text-shadow: 0 3px 22px rgb(1 18 35 / 42%);
}

.clone-hero__promise strong {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 3px;
  font-size: clamp(37px, 11vw, 48px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.075em;
}

.clone-hero__promise strong::after {
  position: absolute;
  z-index: -1;
  right: -7px;
  bottom: 1px;
  left: -4px;
  height: 13px;
  content: "";
  transform: skewX(-14deg);
  border-radius: 2px;
  background: #ff795f;
  box-shadow: 0 3px 18px rgb(255 121 95 / 32%);
}

.clone-hero__top .clone-hero__title {
  display: inline-flex;
  width: auto;
  align-items: center;
  margin: 15px 0 0;
  padding: 7px 10px;
  border-left: 3px solid #62dcff;
  color: #fff;
  background: rgb(3 22 42 / 48%);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .015em;
  white-space: nowrap;
  text-shadow: none;
  backdrop-filter: blur(6px);
}

.clone-hero__title br {
  display: none;
}

.clone-hero__title span {
  margin-left: .4em;
}

.clone-hero__top .clone-hero__format {
  width: auto;
  margin: 8px 0 0 13px;
  color: rgb(255 255 255 / 88%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgb(1 18 35 / 45%);
}

.clone-hero__top .clone-hero__badge {
  top: 19px;
  right: 18px;
  width: 50px;
  height: 50px;
  border: 1px solid rgb(255 255 255 / 80%);
  color: #082542;
  background: #fff;
  box-shadow: 0 8px 24px rgb(1 18 35 / 22%);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.clone-hero > .clone-hero__schedule {
  z-index: 2;
  bottom: 132px;
  left: 18px;
  width: auto;
  max-width: calc(100% - 36px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: 10px;
  background: rgb(3 22 42 / 48%);
  box-shadow: 0 12px 34px rgb(1 18 35 / 20%);
  backdrop-filter: blur(10px);
}

.clone-hero__schedule h2,
.clone-hero__schedule p {
  width: auto;
  border: 0;
  background: transparent;
}

.clone-hero__schedule h2 {
  padding: 8px 12px 1px;
  font-size: 11px;
  letter-spacing: .1em;
}

.clone-hero__schedule p {
  padding: 1px 12px 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.clone-hero > .clone-hero__offer {
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: auto;
  height: 106px;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
}

.clone-hero__offer > p:first-child {
  margin: 0 0 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-shadow: 0 2px 12px rgb(1 18 35 / 60%);
}

.clone-hero__offer > p:nth-child(2) {
  display: none;
}

.clone-hero__offer .clone-cta {
  width: 100%;
  height: 64px;
  min-height: 64px;
  border: 2px solid rgb(255 255 255 / 88%);
  border-radius: 17px;
  background: linear-gradient(180deg, #16d96b, #06b950);
  box-shadow: 0 7px 0 #058c3d, 0 15px 30px rgb(1 18 35 / 28%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.clone-hero__offer .clone-cta:hover {
  transform: translateY(-2px);
}

/* Move the lower page away from the source site's exact purple/gold treatment. */
.clone-offer {
  background:
    radial-gradient(circle at 10% 10%, rgb(255 255 255 / 90%), transparent 30%),
    linear-gradient(145deg, #fff8ec 0%, #f5e5c7 100%);
}

.clone-offer__header > span,
.clone-reason__number {
  color: #ff6f55;
}

.clone-section-title > span {
  color: #1372d3;
}

.clone-section-title > h2,
.clone-heading h2 {
  letter-spacing: -.035em;
}

.clone-reason,
.clone-reviews__list article,
.clone-faq__list article {
  border-radius: 12px;
  box-shadow: 0 12px 35px rgb(6 35 63 / 8%);
}

@media (min-width: 560px) {
  .clone-hero {
    min-height: 820px;
  }

  .clone-hero__top {
    padding: 32px 56.6667px 0;
  }

  .clone-hero__top .clone-hero__promise {
    font-size: 38px;
  }

  .clone-hero__promise strong {
    font-size: 52px;
  }

  .clone-hero__top .clone-hero__title {
    font-size: 17px;
  }

  .clone-hero__top .clone-hero__badge {
    top: 30px;
    right: 56.6667px;
  }

  .clone-hero > .clone-hero__schedule {
    bottom: 146px;
    left: 56.6667px;
  }

  .clone-hero > .clone-hero__offer {
    right: 56.6667px;
    bottom: 18px;
    left: 56.6667px;
  }

  .clone-hero__visual img {
    object-position: 58% center;
  }
}

.clone-hero__top {
  text-align: left;
}

.clone-hero__offer .clone-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  align-items: center;
  justify-content: stretch;
  padding: 0 12px 0 20px;
  gap: 4px;
}

.clone-hero__offer .clone-cta > span:first-child {
  position: static;
  display: block;
  width: auto;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.02em;
  text-align: center;
  white-space: nowrap;
}

.clone-hero__offer .clone-cta > span:last-child {
  position: static;
  display: block;
  width: 24px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 560px) {
  .clone-hero__offer .clone-cta > span:first-child {
    font-size: 18px;
  }
}

.clone-sticky {
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
  transition: transform .3s ease, opacity .25s ease;
}

.clone-sticky.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* --------------------------------------------------------------
   Requested refinement pass: clearer hierarchy, original motifs,
   strict Japanese line breaking, and richer visual proof.
   -------------------------------------------------------------- */
html,
body.clone-body {
  width: 100%;
  background: #fff;
}

body.clone-body {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}

.clone-rail {
  width: 100%;
  border-left: 0 !important;
  box-shadow: none;
}

.clone-rail::before,
.clone-rail::after {
  display: none !important;
}

.clone-hero__promise strong > span {
  color: #ffd54b;
  text-shadow: 0 3px 18px rgb(3 22 42 / 55%);
}

.clone-hero__top .clone-hero__badge {
  width: 62px;
  height: 62px;
  font-size: 12px;
  letter-spacing: .02em;
  box-shadow: 0 10px 28px rgb(1 18 35 / 28%), inset 0 0 0 4px rgb(255 213 75 / 32%);
}

.clone-down-cue {
  display: inline-block;
  margin-left: .25em;
  color: #ffd54b;
  font-size: 24px;
  line-height: .5;
  vertical-align: -4px;
  filter: drop-shadow(0 2px 5px rgb(1 18 35 / 45%));
  animation: clone-cue 1.15s ease-in-out infinite alternate;
}

@keyframes clone-cue {
  to { transform: translateY(4px); }
}

.clone-hero__offer .clone-cta,
.clone-offer > .clone-cta,
.clone-outcomes > .clone-cta,
.clone-curriculum > .clone-cta,
.clone-reasons > .clone-cta,
.clone-reviews > .clone-cta,
.clone-sticky .clone-cta {
  color: #fff !important;
  background: linear-gradient(180deg, #18d96c, #07b950) !important;
  text-shadow: 0 1px 1px rgb(0 0 0 / 16%);
}

/* 10 benefits: real icon-led tiles rather than text-only boxes. */
.clone-offer__grid > li {
  display: grid;
  min-height: 168px;
  grid-template-rows: 48px 22px 1fr;
  align-items: start;
  padding: 14px 9px 12px;
  overflow: hidden;
  border: 1px solid rgb(182 123 3 / 28%);
  border-radius: 12px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 9px 22px rgb(83 54 10 / 8%);
}

.clone-benefit-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-inline: auto;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #1372d3, #22b8d9);
  box-shadow: 0 7px 16px rgb(19 114 211 / 22%);
}

.clone-benefit-icon svg {
  width: 25px;
  height: 25px;
}

.clone-offer__grid > li:nth-child(2n) .clone-benefit-icon {
  background: linear-gradient(145deg, #ff765e, #ef4f65);
}

.clone-offer__grid > li:nth-child(3n) .clone-benefit-icon {
  background: linear-gradient(145deg, #8b63e6, #4f74da);
}

.clone-offer__grid > li > b {
  position: static;
  width: auto;
  min-width: 0;
  margin: 4px 0 0;
  transform: none;
  clip-path: none;
  color: #a26412;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
}

.clone-offer__grid > li > p {
  padding: 3px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
}

/* Audience and outcomes: remove edge collisions and clarify scanning. */
.clone-audience,
.clone-outcomes {
  overflow: hidden;
  padding-inline: 0;
  border-left: 0 !important;
}

.clone-audience > .clone-heading,
.clone-outcomes > .clone-heading {
  position: relative;
  width: calc(100% - 32px);
  margin-inline: auto;
  padding: 28px 20px 24px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0a3357 0%, #135e8c 100%);
  box-shadow: 0 18px 38px rgb(6 45 78 / 17%);
}

.clone-audience > .clone-heading::after,
.clone-outcomes > .clone-heading::after {
  position: absolute;
  right: -42px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  content: "";
  border: 28px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
}

.clone-audience .clone-heading p,
.clone-audience .clone-heading h2,
.clone-outcomes .clone-heading p,
.clone-outcomes .clone-heading h2 {
  color: #fff;
}

.clone-check-list {
  width: calc(100% - 32px);
  margin: 26px auto 0;
  display: grid;
  gap: 10px;
}

.clone-check-list > li {
  position: relative;
  min-height: 62px;
  padding: 17px 16px 15px 54px;
  border: 1px solid #d8e7f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgb(6 45 78 / 6%);
  font-weight: 700;
  line-height: 1.65;
}

.clone-check-list > li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 26px;
  height: 26px;
  content: "✓";
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #11b965;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgb(17 185 101 / 23%);
}

.clone-outcomes__list {
  counter-reset: outcome;
  gap: 12px;
}

.clone-outcomes__list > li {
  counter-increment: outcome;
  position: relative;
  min-height: 104px;
  padding: 24px 18px 20px 76px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f3f9ff);
  box-shadow: 0 12px 28px rgb(6 45 78 / 9%);
  font-weight: 700;
  line-height: 1.65;
}

.clone-outcomes__list > li::before {
  position: absolute;
  top: 19px;
  left: 16px;
  content: counter(outcome, decimal-leading-zero);
  color: #1372d3;
  font: 800 27px/1 "Montserrat", sans-serif;
}

.clone-outcomes__list > li::after {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 62px;
  width: 1px;
  content: "";
  background: #c9dff1;
}

/* Suya illustration speech system. */
.clone-suya-talk {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 10px;
  width: calc(100% - 32px);
  margin: 14px auto 18px;
}

.clone-suya-talk--reverse {
  grid-template-columns: 1fr 96px;
}

.clone-suya-talk--reverse .clone-suya-face {
  grid-column: 2;
}

.clone-suya-talk--reverse > p {
  grid-column: 1;
  grid-row: 1;
}

.clone-suya-face {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-image: url("images/suya-character.png");
  background-repeat: no-repeat;
  background-size: 500% 200%;
  box-shadow: 0 10px 25px rgb(4 24 43 / 22%);
}

.clone-suya-face--point { background-position: 25% 100%; }
.clone-suya-face--explain { background-position: 75% 100%; }
.clone-suya-face--smile { background-position: 100% 100%; }
.clone-suya-face--think { background-position: 50% 100%; }

.clone-suya-talk > p {
  position: relative;
  margin: 0;
  padding: 15px 14px;
  border: 2px solid #103b5e;
  border-radius: 14px;
  color: #10324f;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  box-shadow: 7px 8px 0 rgb(16 59 94 / 12%);
}

.clone-suya-talk > p::before {
  position: absolute;
  top: 35px;
  left: -9px;
  width: 15px;
  height: 15px;
  content: "";
  transform: rotate(45deg);
  border-bottom: 2px solid #103b5e;
  border-left: 2px solid #103b5e;
  background: #fff;
}

.clone-suya-talk--reverse > p::before {
  right: -9px;
  left: auto;
  transform: rotate(225deg);
}

.clone-suya-talk strong {
  color: #e6523d;
  background: linear-gradient(transparent 62%, #ffe56d 62%);
}

.clone-suya-talk--market {
  width: 100%;
  margin-block: 26px;
}

/* Reassurance section becomes an original ticket / live-demo pass. */
.clone-solution {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 54px 22px;
  border-block: 8px solid #ffd54b;
  background: #0a3357;
}

.clone-solution::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .5;
  background-image: radial-gradient(circle, rgb(255 255 255 / 13%) 1px, transparent 1px);
  background-size: 18px 18px;
}

.clone-solution > p:first-child {
  display: inline-block;
  width: auto;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #0a3357;
  background: #ffd54b;
  font-size: 14px;
  font-weight: 900;
}

.clone-solution > h2 {
  width: 100%;
  min-height: 0;
  padding: 20px 16px;
  border: 2px solid rgb(255 255 255 / 65%);
  border-radius: 14px;
  color: #fff;
  background: rgb(255 255 255 / 8%);
  font-size: 31px;
  line-height: 1.35;
  box-shadow: inset 0 0 0 5px rgb(255 255 255 / 5%);
}

.clone-solution > p:last-child {
  width: 100%;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.clone-curriculum__line {
  width: max-content;
  min-width: 140px;
  margin: 24px auto;
  padding: 10px 22px;
  border-radius: 999px;
  color: #072c4b;
  background: #ffd54b;
  text-align: center;
}

.clone-curriculum__line strong {
  font-size: 18px;
}

/* Reason cards now use Suya; remove old photography constraints. */
.clone-reason {
  padding-top: 22px;
}

.clone-reason > img {
  display: none;
}

.clone-reason > h3 {
  padding-inline: 22px;
}

.clone-reason > .clone-suya-talk {
  width: calc(100% - 32px);
}

/* Profile evidence highlighting. */
.clone-instructor__card mark {
  padding: 0 .12em;
  color: inherit;
  background: linear-gradient(transparent 52%, #ffe45e 52%);
  font-weight: 800;
}

/* Generated customer image sheet clipped into five circular avatars. */
.clone-reviews__list > article {
  position: relative;
  padding-top: 30px;
}

.clone-review-avatar {
  width: 64px;
  height: 64px;
  margin: 0 auto 7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-image: url("images/testimonial-avatars-v1.png");
  background-repeat: no-repeat;
  background-size: 500% 100%;
  box-shadow: 0 7px 20px rgb(6 45 78 / 17%);
}

.clone-review-avatar--1 { background-position: 0 50%; }
.clone-review-avatar--2 { background-position: 25% 50%; }
.clone-review-avatar--3 { background-position: 50% 50%; }
.clone-review-avatar--4 { background-position: 75% 50%; }
.clone-review-avatar--5 { background-position: 100% 50%; }

.clone-reviews__list > article > small {
  display: block;
  margin-bottom: 5px;
  color: #8191a0;
  font: 700 8px/1 "Montserrat", sans-serif;
  letter-spacing: .16em;
  text-align: center;
}

.clone-reviews__list h3 {
  text-align: center;
}

/* Remove the awkward FAQ-to-offer gap. */
.clone-faq {
  padding-bottom: 44px;
  margin-bottom: 0;
}

.clone-faq__list {
  margin-bottom: 0;
}

.clone-faq + .clone-offer {
  margin-top: 0;
}

@media (min-width: 560px) {
  .clone-offer__grid > li {
    min-height: 178px;
  }

  .clone-suya-talk {
    grid-template-columns: 112px 1fr;
  }

  .clone-suya-talk--reverse {
    grid-template-columns: 1fr 112px;
  }

  .clone-suya-face {
    width: 112px;
    height: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clone-down-cue { animation: none; }
}

/* Final mobile typography and spacing safeguards. */
.clone-body :is(h1, h2, h3, p, li, a, span) {
  word-break: auto-phrase;
  text-wrap: pretty;
}

.clone-down-cue svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -5px;
}

.clone-reviews__list > article > small {
  font-size: 0 !important;
}

.clone-reviews__list > article > small::after {
  content: "イメージ";
  font-size: 9px;
}

.clone-faq,
.clone-offer--bottom {
  min-height: 0 !important;
  height: auto !important;
}

/* The reference site used fixed measured section heights. Our copy is shorter,
   so let the content define the rhythm instead of leaving clone-shaped voids. */
.clone-audience,
.clone-outcomes,
.clone-market,
.clone-curriculum,
.clone-reasons,
.clone-instructor,
.clone-reviews {
  min-height: 0 !important;
  height: auto !important;
}

.clone-market__grid {
  inset: 0 !important;
  height: auto !important;
}

