/* V2: subscriber launch, bright brand campaign. Variance 8 / motion 5 / density 4.
   Multiple accent surfaces follow the user's explicit request for stronger color contrast.
   Existing typography, spoon geometry and interaction behavior remain the foundation. */
:root {
  --paper: #fffdf7;
  --tangerine: #ff895c;
  --lime: #d9ee9a;
  --lilac: #e6ddf5;
  --pink: #f5dce1;
  --navy: #14263d;
  --content: 1160px;
  --body: #485461;
  --muted: #596472;
  background: var(--paper);
}
body { background: var(--paper); }
.review-strip { background: var(--navy); }
.review-strip a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { background: var(--paper); border-bottom-color: #e9e6df; }
.nav-inner { height: 82px; }
.wordmark { font-size: 29px; }
.tittle { width: 12px; height: 6px; left: 6.4px; top: 1.45px; }
nav { gap: 28px; }
.nav-action { background: var(--navy); color: white; padding: 10px 19px; border-radius: 30px; }
.nav-action:hover { color: var(--lime); }
.button { border-radius: 40px; min-height: 58px; padding: 16px 25px; }
.primary { background: var(--navy); }
.primary .icon { color: var(--lime); }
.quiet { background: transparent; }
.quiet:hover { background: #efece4; }
.section-pad { padding-block: clamp(80px, 9vw, 128px); }
h2 { font-size: clamp(36px, 4.6vw, 62px); font-weight: 760; line-height: 1.18; letter-spacing: -.055em; }
.section-kicker { font-size: 14px; font-weight: 650; margin-bottom: 24px; letter-spacing: -.01em; }
.section-heading p.section-kicker { margin: 0 0 24px; font-size: 14px; font-weight: 650; }
.section-heading { margin-bottom: 48px; }
.section-heading > p:last-child { margin-top: 24px; }

/* An asymmetric opening: the message and the offer each get a distinct scale. */
.hero {
  display: grid;
  grid-template-columns: 1.24fr 1fr;
  align-items: center;
  gap: 64px;
  text-align: left;
  max-width: var(--content);
  padding-top: 62px;
  padding-bottom: 70px;
}
.hero-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--navy); margin-bottom: 28px; font-size: 13px; }
.eyebrow-dot { width: 8px; height: 8px; background: #e35326; border-radius: 50%; flex: none; }
.hero h1 { font-size: clamp(43px, 5.35vw, 73px); font-weight: 820; letter-spacing: -.065em; line-height: 1.17; }
.hero h1 span { color: #cc4520; }
.hero-copy { font-size: 16px; line-height: 1.85; margin: 27px 0 29px; }
.hero-actions { justify-content: flex-start; gap: 9px; margin-top: 0; flex-wrap: wrap; }
.hero-actions .quiet { font-size: 14px; padding-inline: 13px; }
.hero-actions .primary { font-size: 15px; }
.hero-conditions { margin-top: 21px; font-size: 12px; line-height: 1.7; }
.hero-art { position: relative; padding: 9px 9px 0; }
.offer-arch {
  min-height: 456px;
  padding: 33px 20px 28px;
  border-radius: 190px 190px 22px 22px;
  background: var(--tangerine);
  color: var(--navy);
  text-align: center;
  transform: rotate(3deg);
}
.hero-mark { width: 126px; height: 126px; margin: 0 auto 16px; border-radius: 50%; background: var(--paper); padding: 11px; }
.arch-label { font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.arch-price { display: flex; flex-direction: column; gap: 0; }
.arch-price strong { font-size: clamp(55px, 6.2vw, 86px); line-height: 1; font-weight: 850; letter-spacing: -.075em; font-variant-numeric: tabular-nums; }
.arch-price > span { font-size: 23px; font-weight: 650; margin-top: 7px; }
.arch-note { font-size: 12px; line-height: 1.65; margin-top: 20px; }
.arch-line { display: block; width: 50px; height: 1px; background: var(--navy); margin: 19px auto 16px; opacity: .5; }
.arch-sign { font-size: 16px; font-weight: 650; letter-spacing: -.03em; }
.offer-sticker {
  position: absolute; z-index: 1; top: 9px; left: -33px;
  background: var(--lime); border: 1px solid var(--navy); border-radius: 50%;
  width: 122px; height: 122px; display: flex; flex-direction: column; justify-content: center;
  font-size: 12px; text-align: center; line-height: 1.5; transform: rotate(-12deg);
}
.offer-sticker strong { font-size: 23px; font-weight: 750; }
.price-band { border-top: 1px solid #d9d8ce; border-bottom: 1px solid #d9d8ce; display: grid; grid-template-columns: 1fr 3fr; gap: 36px; align-items: center; padding-block: 26px; margin-bottom: 90px; }
.price-band > p { font-size: 17px; line-height: 1.65; }
.price-band > p strong { font-weight: 650; }
.price-overview { max-width: none; width: 100%; margin: 0; padding: 0; border-radius: 0; background: transparent; text-align: center; }
.price-overview dt { font-size: 14px; }
.price-overview dd { font-size: 30px; }
.price-overview > div + div { border-color: #d9d8ce; }

/* The bundle is an editorial list, not a row of repeated marketing cards. */
.bundle-section { background: var(--lilac); }
.bundle-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.bundle-grid h2 span { color: #624792; }
.bundle-grid .body-copy { font-size: 17px; }
.bundle-stack > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 13px; padding: 30px 0; border-bottom: 1px solid #b6a9cd; }
.bundle-stack > div:first-child { border-top: 1px solid #b6a9cd; }
.bundle-index { font-size: 12px; color: #675780; }
.bundle-stack strong { font-size: 24px; letter-spacing: -.045em; font-weight: 650; }
.bundle-stack > div > span:last-child { font-size: 13px; color: #524569; }
.bundle-stack > p { font-size: 12px; color: #524569; margin-top: 18px; line-height: 1.6; }
.eligibility-note { display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid #b6a9cd; margin-top: 65px; padding-top: 28px; }
.eligibility-note > span { font-size: 13px; color: #524569; }
.eligibility-note p { font-size: 14px; line-height: 1.8; }
.eligibility-note strong { font-size: 17px; font-weight: 650; }

/* Different semantic surfaces provide rhythm without changing CTA meaning. */
.learning-section { background: var(--paper); }
.learning-card { flex-basis: min(450px, 78vw); border-radius: 22px; display: flex; flex-direction: column; }
.learn-time { background: var(--lime); }
.learn-cash { background: var(--lilac); }
.learn-question { background: var(--pink); }
.learning-card-copy { padding: 34px 32px 24px; }
.feature-name { font-size: 13px; color: var(--navy); }
.learning-card h3 { margin-block: 24px 20px; font-size: 33px; line-height: 1.25; }
.learning-card p { font-size: 15px; line-height: 1.8; min-height: 0; }
.learning-graphic { min-height: 226px; padding: 14px 32px 34px; margin-top: auto; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.learning-graphic > span { font-size: 12px; font-weight: 500; }
.days-number { font-size: 130px; line-height: 1; font-weight: 780; letter-spacing: -.085em; }
.days-number small { font-size: 33px; margin-left: 8px; letter-spacing: -.04em; }
.cash-graphic { display: grid; grid-template-columns: auto 30px 1fr; gap: 12px; align-content: end; align-items: center; }
.cash-graphic > span { font-size: 23px; }
.cash-graphic .icon { width: 26px; height: 26px; }
.cash-graphic > strong { font-size: 33px; letter-spacing: -.055em; font-weight: 750; }
.cash-graphic > p { grid-column: 1/-1; font-size: 12px; margin-top: 10px; }
.question-graphic > strong { font-size: 95px; line-height: 1; letter-spacing: -.09em; font-weight: 740; margin-bottom: 20px; }
.question-graphic strong span { font-size: 56px; font-weight: 400; margin-inline: 12px; }
.gallery-controls { margin-top: 22px; }
.round-button { background: #ebe9e0; }
.round-button:hover { background: #dcd9ce; }

/* OT: a dark chapter between the bright learning and course sections. */
.ot-section { background: var(--navy); color: var(--paper); width: 100%; max-width: none; padding-inline: max(var(--page-gutter), calc((100vw - var(--content))/2)); }
.ot-section .section-kicker { color: var(--lime); }
.ot-section .section-heading p:last-child { color: #c8d2df; }
.ot-section h2 span { color: var(--lime); }
.ot-frame { min-height: 470px; border-radius: 20px; background: #dddeda; }
.ot-content { background: #243c55; padding: 46px; }
.ot-content h3 { font-size: 30px; line-height: 1.4; }
.ot-label { color: #ffb295; }
.play-circle { background: var(--lime); border: 0; color: var(--navy); width: 60px; height: 60px; }
.ot-play small { color: #c8d2df; }
.instructor-line { align-items: flex-start; margin-top: 30px; }
.instructor-line strong { font-size: 23px; }
.instructor-line p { color: #d0d9e4; font-size: 14px; line-height: 1.7; }
.career-line { color: #aebed0; font-size: 12px; }

/* Tabs stay familiar; color and the oversized course name change together. */
.course-section { background: var(--paper); }
.course-section .section-heading { text-align: left; }
.course-section .section-heading p { margin-inline: 0; }
.course-section h2 span { color: #cc4520; }
.course-tabs { margin: 0 0 35px; background: #eae8e0; border-radius: 16px; padding: 6px; }
.course-tabs button { border-radius: 11px; min-height: 55px; }
#course-panel { grid-template-columns: 1fr 1fr; gap: 65px; }
.course-visual { background: var(--tangerine); color: var(--navy); min-height: 480px; border-radius: 20px; padding: 34px; }
.course-visual[data-tone=principles] { background: var(--lime); }
.course-visual[data-tone=management2] { background: var(--lilac); }
.course-visual-top { color: var(--navy); }
.course-visual-top img { background: var(--navy); border-radius: 50%; width: 60px; height: 60px; padding: 5px; }
.course-visual > strong { font-size: clamp(54px, 5.8vw, 78px); font-weight: 760; letter-spacing: -.065em; }
.visual-bottom { color: var(--navy); border-color: #14263d50; }
.course-kicker { color: #9f3519; }
.course-info h3 { font-size: 38px; }
.course-intro { max-width: 360px; }
.course-specs { font-size: 14px; gap: 16px; }
.course-price strong { font-size: 44px; font-weight: 770; }
.course-price { margin-top: 30px; }
.apply-button { border-radius: 12px; }
.purchase-conditions { background: #eeeee5; border-radius: 10px; }
.pdf-preview { margin-top: 48px; }
.pdf-preview h3 { font-size: 27px; }
.pdf-slots { gap: 12px; }
.pdf-slot { background: var(--paper); border-color: #cacdc3; }
.pdf-slot:hover { background: #eeeee5; }
.conditions-section { background: #edeee5; }
.conditions-grid { grid-template-columns: 1fr 1.05fr; gap: 80px; }
.conditions-grid h2 { font-size: clamp(33px, 3.8vw, 49px); }
.fixed-notes { max-width: 390px; }
.faqs summary { font-weight: 550; }
.faqs details { border-color: #c9cfc2; }
.faqs details:first-child { border-color: #c9cfc2; }
.closing { background: var(--tangerine); color: var(--navy); }
.closing img { background: var(--navy); border-radius: 50%; padding: 8px; width: 78px; height: 78px; }
.closing p.closing-kicker { color: var(--navy); font-size: 14px; margin: 0 0 23px; }
.closing h2 { font-size: clamp(38px, 5.5vw, 74px); font-weight: 760; letter-spacing: -.06em; }
.closing p { color: var(--navy); }
.closing .inverse { background: var(--navy); color: white; padding-inline: 29px; }
.closing .inverse .icon { color: var(--lime); }
.closing .inverse:hover { background: #29405a; }
.footer { background: var(--paper); }
.mobile-dock { background: var(--paper); }
dialog { background: var(--paper); }

@media (max-width: 1000px) {
  .hero { gap: 35px; grid-template-columns: 1.15fr 1fr; padding-top: 48px; }
  .hero h1 { font-size: 49px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { gap: 5px; }
  .hero-actions .button { font-size: 13px; padding-inline: 17px; }
  .hero-eyebrow { font-size: 11px; }
  .offer-sticker { width: 100px; height: 100px; left: -18px; font-size: 10px; }
  .offer-sticker strong { font-size: 20px; }
  .offer-arch { min-height: 410px; padding-inline: 10px; }
  .hero-mark { width: 108px; height: 108px; }
  .arch-price strong { font-size: 62px; }
  .arch-label { font-size: 11px; }
  .arch-price > span { font-size: 20px; }
  .bundle-grid { gap: 50px; }
  .bundle-stack strong { font-size: 20px; }
  .bundle-stack > div { grid-template-columns: 24px 1fr; gap: 7px; padding-block: 22px; }
  .bundle-stack > div > span:last-child { grid-column: 2; margin-top: 5px; }
  #course-panel { gap: 38px; }
  .course-info h3 { font-size: 32px; }
  .course-visual { padding: 27px; }
  .course-visual > strong { font-size: 59px; }
  .course-intro { font-size: 15px; }
  .conditions-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .nav-inner { height: 70px; }
  .wordmark { font-size: 25px; }
  nav > a:not(.nav-action) { display: none; }
  .nav-action { font-size: 12px; padding: 10px 14px; }
  .hero { gap: 42px; grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 50px; }
  .hero-story { max-width: 580px; }
  .hero h1 { font-size: clamp(43px, 8vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 5px; }
  .hero-actions > .primary { width: auto; max-width: none; font-size: 14px; min-height: 55px; }
  .hero-actions > .quiet { font-size: 13px; padding-inline: 12px; }
  .hero-eyebrow { font-size: 12px; margin-bottom: 25px; }
  .hero-conditions { font-size: 11px; }
  .hero-art { width: min(420px, calc(100% - 30px)); justify-self: center; padding: 8px; }
  .offer-arch { min-height: 415px; padding: 27px 20px; }
  .hero-mark { width: 110px; height: 110px; margin: 0 auto 16px; }
  .offer-sticker { width: 108px; height: 108px; left: -14px; top: 2px; }
  .arch-price strong { font-size: 74px; }
  .arch-label { font-size: 12px; }
  .arch-note { margin-top: 18px; }
  .price-band { grid-template-columns: 1fr; gap: 20px; margin-bottom: 65px; padding-block: 26px; }
  .price-band > p br { display: none; }
  .price-band > p { font-size: 16px; }
  .price-band > p strong { margin-left: 5px; }
  .price-overview { max-width: none; display: flex; flex-direction: column; gap: 0; padding: 0; }
  .price-overview > div { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
  .price-overview > div + div { border-left: 0; border-top: 1px solid #deded2; }
  .price-overview dt { font-size: 14px; margin: 0; }
  .price-overview dd { font-size: 27px; }
  .section-pad { padding-block: 75px; }
  h2 { font-size: 39px; }
  .section-kicker { font-size: 12px; margin-bottom: 22px; }
  .section-heading p.section-kicker { font-size: 12px; margin-bottom: 22px; }
  .section-heading > p:last-child { font-size: 15px; margin-top: 21px; }
  .bundle-grid { grid-template-columns: 1fr; gap: 36px; }
  .bundle-stack strong { font-size: 22px; }
  .bundle-stack > div { grid-template-columns: 23px 1fr auto; padding-block: 25px; }
  .bundle-stack > div > span:last-child { grid-column: auto; font-size: 12px; }
  .bundle-grid .body-copy { font-size: 16px; }
  .eligibility-note { margin-top: 39px; padding-top: 24px; flex-direction: column; gap: 14px; }
  .eligibility-note > span { font-size: 12px; }
  .eligibility-note p { font-size: 13px; }
  .eligibility-note strong { font-size: 16px; }
  .learning-card { flex-basis: calc(100vw - 62px); }
  .learning-card-copy { padding: 28px 25px 22px; }
  .learning-card h3 { font-size: 28px; margin: 21px 0 18px; }
  .learning-card p { font-size: 14px; }
  .learning-graphic { padding: 12px 25px 30px; min-height: 202px; }
  .days-number { font-size: 118px; }
  .cash-graphic { grid-template-columns: auto 20px 1fr; gap: 9px; }
  .cash-graphic > strong { font-size: 28px; }
  .cash-graphic > span { font-size: 22px; }
  .cash-graphic .icon { width: 20px; height: 20px; }
  .question-graphic > strong { font-size: 82px; }
  .question-graphic strong span { font-size: 43px; }
  .ot-frame { min-height: 0; grid-template-columns: 1fr; padding-top: 77%; }
  .instructor-photo { top: 0; right: 0; width: 100%; height: 100%; object-position: center 18%; }
  .ot-content { position: relative; padding: 28px 25px; }
  .ot-content h3 { font-size: 25px; }
  .instructor-line { flex-direction: column; gap: 13px; }
  .instructor-line p { font-size: 12px; line-height: 1.8; }
  .career-line { font-size: 11px; }
  .ot-frame.has-video { padding-top: 0; }
  .course-section h2 { font-size: 37px; }
  .course-section .section-heading p { max-width: none; }
  .course-tabs { width: 100%; margin-bottom: 26px; padding: 5px; border-radius: 13px; }
  .course-tabs button { min-height: 48px; border-radius: 9px; font-size: 13px; padding-inline: 5px; }
  #course-panel { grid-template-columns: 1fr; gap: 30px; }
  .course-visual { min-height: 320px; padding: 28px; }
  .course-visual > strong { font-size: 60px; }
  .course-visual-top img { width: 50px; height: 50px; }
  .course-info h3 { font-size: 32px; }
  .course-intro { font-size: 16px; line-height: 1.75; }
  .course-specs { margin-top: 27px; }
  .course-price strong { font-size: 39px; }
  .pdf-preview { grid-template-columns: 1fr; gap: 21px; }
  .pdf-preview h3 { font-size: 25px; }
  .pdf-slots { grid-template-columns: 1fr; }
  .conditions-grid { grid-template-columns: 1fr; gap: 35px; }
  .conditions-grid h2 { font-size: 35px; }
  .conditions-grid h2 br { display: initial; }
  .closing h2 { font-size: 39px; line-height: 1.2; }
  .closing p.closing-kicker { font-size: 12px; max-width: none; }
  .closing .button { font-size: 14px; }
  .mobile-dock { padding-inline: 20px; }
}

@media (max-width: 359px) {
  :root { --page-gutter: 18px; }
  .review-detail { font-size: 9px; }
  .hero h1 { font-size: 38px; }
  .hero-eyebrow { font-size: 10px; gap: 6px; }
  .hero-copy { font-size: 14px; }
  .hero-actions > .primary { font-size: 13px; }
  .hero-actions > .quiet { font-size: 12px; }
  .arch-price strong { font-size: 61px; }
  .arch-label { font-size: 10px; }
  .offer-sticker { width: 91px; height: 91px; }
  .offer-sticker strong { font-size: 18px; }
  .hero-art { width: calc(100% - 15px); }
  h2, .course-section h2 { font-size: 33px; }
  .bundle-stack strong { font-size: 18px; }
  .bundle-stack > div { grid-template-columns: 20px 1fr; }
  .bundle-stack > div > span:last-child { grid-column: 2; }
  .learning-card h3 { font-size: 25px; }
  .learning-card-copy { padding-inline: 22px; }
  .learning-graphic { padding-inline: 22px; }
  .cash-graphic > strong { font-size: 23px; }
  .cash-graphic > span { font-size: 19px; }
  .conditions-grid h2 { font-size: 31px; }
  .closing h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .offer-arch { animation: offer-arrive .65s cubic-bezier(.22,1,.36,1) both; }
  .motion-ready .offer-sticker { animation: sticker-arrive .55s cubic-bezier(.22,1,.36,1) .18s both; }
  @keyframes offer-arrive { from { opacity: 0; transform: translateY(18px) rotate(0); } to { opacity: 1; transform: translateY(0) rotate(3deg); } }
  @keyframes sticker-arrive { from { opacity: 0; transform: scale(.86) rotate(-20deg); } to { opacity: 1; transform: scale(1) rotate(-12deg); } }
}
