:root {
  --forest-950: #151714;
  --forest-900: #1d211c;
  --forest-850: #262c25;
  --forest-800: #333c32;
  --forest-700: #4f5f4d;
  --moss: #748269;
  --gold: #e0a52b;
  --gold-light: #f1d585;
  --gold-dark: #b87b0c;
  --paper: #f6f2e7;
  --paper-warm: #eae3d2;
  --white: #ffffff;
  --ink: #22261f;
  --muted: #6d7367;
  --line: #d9d5c7;
  --danger: #b42318;
  --radius-lg: 30px;
  --radius-md: 21px;
  --shadow: 0 30px 80px rgba(27, 34, 26, .2);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--forest-950);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pixel-fallback {
  display: none;
}

.topbar {
  position: relative;
  z-index: 30;
  background: linear-gradient(90deg, #a96f05, #e3ad3e 48%, #a96f05);
  color: #27220f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
}

.topbar-inner span {
  position: relative;
}

.topbar-inner span + span::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(23, 33, 29, .45);
  transform: translateY(-50%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 25;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(21, 23, 20, .93);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(212, 173, 98, .38);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(212, 173, 98, .13), rgba(255, 255, 255, .03));
}

.brand-mark i {
  position: absolute;
  left: 50%;
  border: 2px solid var(--gold);
  border-radius: 50%;
  transform: translateX(-50%);
}

.brand-mark i:nth-child(1) {
  bottom: 6px;
  width: 31px;
  height: 13px;
}

.brand-mark i:nth-child(2) {
  bottom: 12px;
  width: 22px;
  height: 10px;
  opacity: .8;
}

.brand-mark i:nth-child(3) {
  top: 9px;
  width: 6px;
  height: 6px;
  border: 0;
  background: var(--gold-light);
}

.brand > span:last-child {
  display: grid;
  gap: 2px;
}

.brand b {
  font-size: 13px;
  letter-spacing: .09em;
}

.brand small {
  color: #91a69b;
  font-size: 11px;
}

.header nav {
  display: flex;
  gap: 30px;
}

.header nav a {
  color: #bdcbc4;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.header nav a:hover {
  color: var(--gold-light);
}

.header-button {
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 173, 98, .62);
  border-radius: 13px;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.header-button:hover {
  background: var(--gold);
  color: var(--forest-950);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 92px 0 96px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px),
    radial-gradient(circle at 76% 16%, rgba(224, 165, 43, .2), transparent 29%),
    radial-gradient(circle at 7% 95%, rgba(116, 130, 105, .2), transparent 28%),
    linear-gradient(135deg, #11130f, #262c25 56%, #191d18);
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 173, 98, .78), rgba(78, 129, 103, .58), transparent);
}

.hero-ring {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(212, 173, 98, .13);
  border-radius: 50%;
}

.ring-one {
  top: 80px;
  right: -250px;
  width: 560px;
  height: 560px;
  box-shadow: inset 0 0 100px rgba(212, 173, 98, .06);
}

.ring-two {
  left: -170px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border-color: rgba(99, 150, 122, .16);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 76px;
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a9bab1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow span {
  flex: 0 0 29px;
  width: 29px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold), #6e997f);
}

.eyebrow.dark {
  color: #68766f;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(47px, 5.3vw, 72px);
  line-height: 1;
  letter-spacing: -.058em;
}

h1 em,
h2 em {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: #c1cec7;
  font-size: 19px;
  line-height: 1.65;
}

.topic-pills {
  width: min(620px, 100%);
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.topic-pills span {
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: #d8e1dc;
  font-size: 12px;
  font-weight: 800;
}

.topic-pills span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 173, 98, .1);
}

.hero-offer {
  display: flex;
  align-items: center;
  gap: 23px;
}

.price,
.order-price {
  display: grid;
}

.price small,
.order-price small {
  color: #80948a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}

.price strong,
.order-price strong {
  color: var(--gold-light);
  font-size: 39px;
  line-height: 1.05;
}

.button {
  min-height: 56px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button b {
  font-size: 21px;
}

.button-gold {
  background: linear-gradient(135deg, #e1bd74, #bd8e40);
  color: #102018;
  box-shadow: 0 17px 42px rgba(189, 142, 64, .25);
}

.button-gold:hover {
  background: linear-gradient(135deg, #efd79c, #d4ad62);
  box-shadow: 0 20px 50px rgba(212, 173, 98, .32);
}

.button-dark {
  background: var(--forest-900);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(24, 31, 23, .2);
}

.button-dark:hover {
  background: var(--forest-800);
}

.microcopy {
  margin: 15px 0 0;
  color: #8da097;
  font-size: 12px;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 540px;
  justify-self: end;
}

.image-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #d7ddd8;
}

.image-shell img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image {
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 92px rgba(0, 0, 0, .44);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .025);
}

.float-card {
  position: absolute;
  z-index: 2;
  min-width: 155px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(212, 173, 98, .22);
  border-radius: 17px;
  background: rgba(20, 23, 18, .92);
  box-shadow: 0 18px 35px rgba(8, 10, 7, .38);
  backdrop-filter: blur(12px);
}

.float-card small {
  display: block;
  margin-bottom: 4px;
  color: #8fa79a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.float-card b {
  display: block;
  font-size: 14px;
}

.float-card > span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--gold);
  color: var(--forest-950);
  font-size: 20px;
  font-weight: 900;
}

.card-top {
  top: 22px;
  right: 22px;
  display: grid;
}

.card-bottom {
  left: -24px;
  bottom: 26px;
}

.trust-strip {
  position: relative;
  background: #252b24;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid article {
  min-height: 120px;
  padding: 27px 34px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.trust-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.trust-grid article > span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 27px;
}

.trust-grid b {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.trust-grid p {
  margin: 0;
  color: #91a59a;
  font-size: 13px;
  line-height: 1.45;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.problem,
.materials,
.format {
  padding: 112px 0;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
  align-items: center;
  gap: 84px;
}

.dark-copy h2,
.section-heading.dark-copy h2 {
  color: var(--ink);
}

.section-copy h2,
.section-heading h2,
.faq-intro h2,
.audience-title h2,
.order-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4vw, 59px);
  line-height: 1.05;
  letter-spacing: -.046em;
}

.dark-copy h2 em,
.section-heading.dark-copy h2 em {
  color: #a96f05;
}

.section-copy > p:not(.eyebrow):not(.result-note),
.section-heading > p,
.section-heading > div + p,
.faq-intro > p:not(.eyebrow),
.order-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.fact-list {
  margin: 30px 0 34px;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.fact-list li {
  padding: 16px;
  display: flex;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.fact-list i {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3e7c8;
  color: #a96f05;
  font-style: normal;
  font-weight: 900;
}

.fact-list li > span {
  color: #637068;
  font-size: 13px;
  line-height: 1.5;
}

.fact-list b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
}

.caption-image {
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
}

.image-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 14px 17px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(212, 173, 98, .2);
  border-radius: 13px;
  background: rgba(5, 15, 10, .9);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.image-caption.right {
  right: 18px;
  left: auto;
}

.image-caption small {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.image-caption b {
  font-size: 14px;
}

.program {
  padding: 118px 0 124px;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 165, 43, .18), transparent 29%),
    radial-gradient(circle at 0 100%, rgba(116, 130, 105, .17), transparent 28%),
    var(--forest-950);
}

.section-heading {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: 58px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading > div + p,
.section-heading > p {
  color: #93a79c;
}

.section-heading.centered {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered > p {
  margin-top: 18px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.program-grid article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .016));
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}

.program-grid article:hover {
  border-color: rgba(212, 173, 98, .46);
  transform: translateY(-3px);
}

.program-grid article.featured {
  border-color: rgba(212, 173, 98, .4);
  background: linear-gradient(145deg, rgba(212, 173, 98, .15), rgba(55, 101, 76, .1));
}

.program-grid article > span {
  position: absolute;
  top: 27px;
  right: 27px;
  color: #52685c;
  font-family: Georgia, serif;
  font-size: 20px;
}

.lesson-icon {
  width: 53px;
  height: 53px;
  margin-bottom: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 173, 98, .34);
  border-radius: 16px;
  background: rgba(212, 173, 98, .09);
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 900;
}

.program-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.18;
}

.program-grid p {
  margin: 0 0 24px;
  color: #91a59a;
  font-size: 14px;
  line-height: 1.65;
}

.program-grid article > small {
  margin-top: auto;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.center-action {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.materials .split-grid {
  grid-template-columns: minmax(400px, .92fr) minmax(0, 1fr);
}

.material-stack {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.material-stack article {
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 17px;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(32, 40, 30, .07);
}

.material-stack article > b {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--forest-800);
  color: var(--gold-light);
  font-family: Georgia, serif;
}

.material-stack span,
.material-stack strong,
.material-stack small {
  display: block;
}

.material-stack strong {
  margin-bottom: 3px;
  font-size: 15px;
}

.material-stack small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.result-note {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--gold-dark);
  color: #718078;
  font-size: 11px;
  line-height: 1.55;
}

.audience {
  padding: 112px 0;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    #252b24;
  background-size: 64px 64px;
}

.audience-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 80px;
}

.audience-title {
  position: sticky;
  top: 120px;
}

.audience-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.audience-cards article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
}

.audience-cards span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 22px;
}

.audience-cards h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.audience-cards p {
  margin: 0;
  color: #93a79c;
  font-size: 14px;
  line-height: 1.65;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.format-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.format-grid span {
  display: inline-flex;
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f3e7c8;
  color: #a96f05;
  font-weight: 900;
}

.format-grid h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.format-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.compatibility {
  max-width: 780px;
  margin: 25px auto 0;
  color: #758079;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.faq {
  padding: 116px 0;
  background: var(--forest-950);
}

.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 86px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro > p:not(.eyebrow) {
  color: #90a39a;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: #eef4f0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 173, 98, .35);
  border-radius: 10px;
  color: var(--gold-light);
  font-size: 21px;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -7px 0 23px;
  padding-right: 55px;
  color: #91a59a;
  font-size: 14px;
  line-height: 1.75;
}

.order {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(224, 165, 43, .22), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(116, 130, 105, .2), transparent 24%),
    linear-gradient(135deg, #333c32, #151714);
}

.order::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(212, 173, 98, .14);
  border-radius: 50%;
}

.order-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
  align-items: center;
  gap: 88px;
}

.order-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: #a6b7ae;
}

.order-benefits {
  margin: 30px 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.order-benefits span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: #d1dbd5;
  font-size: 12px;
  font-weight: 800;
}

.order-form {
  padding: 32px;
  border: 1px solid rgba(212, 173, 98, .3);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(0, 0, 0, .32);
  color: var(--ink);
}

.form-head {
  margin-bottom: 25px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #e6e5dd;
}

.form-head > span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eee5d4;
  color: #835e27;
  font-size: 21px;
  font-weight: 900;
}

.form-head h3,
.form-head p {
  margin: 0;
}

.form-head h3 {
  margin-bottom: 3px;
  font-size: 21px;
}

.form-head p {
  color: #778078;
  font-size: 12px;
}

.order-form label {
  display: block;
  margin: 15px 0 7px;
  color: #3d4942;
  font-size: 12px;
  font-weight: 900;
}

.order-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #d6d8d1;
  border-radius: 13px;
  outline: none;
  background: #f8f8f5;
  color: var(--ink);
  font-size: 16px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.order-form input:focus {
  border-color: var(--gold-dark);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(169, 123, 49, .11);
}

.order-form input[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, .09);
}

.form-help {
  display: block;
  margin-top: 7px;
  color: #818a84;
  font-size: 11px;
}

.form-error {
  display: none;
  margin-top: 7px;
  color: var(--danger);
  font-size: 12px;
  font-weight: 700;
}

.form-error.show {
  display: block;
}

.order-form button {
  width: 100%;
  min-height: 58px;
  margin-top: 23px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #d7b166, #b48436);
  color: #102018;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 15px 32px rgba(169, 123, 49, .25);
  transition: transform .15s ease, box-shadow .15s ease;
}

.order-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(169, 123, 49, .32);
}

.order-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.privacy {
  margin: 13px 0 0;
  color: #8b938e;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #10120f;
}

.footer-inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-inner p {
  margin: 0;
  color: #789087;
  font-size: 12px;
  text-align: right;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .83fr);
    gap: 48px;
  }

  .split-grid,
  .materials .split-grid {
    gap: 50px;
  }

  .order-grid {
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .header nav {
    display: none;
  }

  .hero {
    padding: 70px 0 82px;
  }

  .hero-grid,
  .split-grid,
  .materials .split-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 55px;
  }

  .hero-visual {
    max-width: 650px;
    justify-self: center;
  }

  .split-grid,
  .materials .split-grid {
    gap: 50px;
  }

  .reverse-mobile .image-shell {
    order: 2;
  }

  .reverse-mobile .section-copy {
    order: 1;
  }

  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .audience-title,
  .faq-intro {
    position: static;
  }

  .format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-form {
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 620px);
  }

  .topbar-inner {
    min-height: 34px;
    gap: 0;
    justify-content: space-between;
    font-size: 9px;
    letter-spacing: .04em;
  }

  .topbar-inner span:nth-child(3),
  .topbar-inner span::before {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .brand b {
    font-size: 11px;
  }

  .brand small {
    font-size: 9px;
  }

  .header-button {
    min-height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding: 56px 0 72px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-offer {
    align-items: stretch;
    flex-direction: column;
  }

  .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .float-card {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .card-top {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article {
    min-height: 100px;
    padding: 22px 4px;
  }

  .trust-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
  }

  .problem,
  .materials,
  .format,
  .program,
  .audience,
  .faq,
  .order {
    padding: 78px 0;
  }

  .section-copy h2,
  .section-heading h2,
  .faq-intro h2,
  .audience-title h2,
  .order-copy h2 {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .program-grid,
  .audience-cards,
  .format-grid {
    grid-template-columns: 1fr;
  }

  .program-grid article {
    min-height: 255px;
  }

  .audience-cards article,
  .format-grid article {
    min-height: auto;
  }

  .audience-cards span,
  .format-grid span {
    margin-bottom: 22px;
  }

  .caption-image {
    border-width: 5px;
  }

  .image-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .image-caption.right {
    right: 12px;
    left: 12px;
  }

  .order-form {
    padding: 25px 20px;
  }

  .footer-inner {
    padding: 30px 0 94px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner p {
    text-align: left;
  }

  .mobile-cta {
    position: fixed;
    z-index: 40;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 59px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 17px;
    background: linear-gradient(135deg, #d8b369, #ac7d30);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .38);
    color: #102018;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: opacity .25s ease, transform .25s ease;
  }

  .mobile-cta b {
    font-size: 20px;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 24px);
  }

  .topbar-inner {
    font-size: 8px;
  }

  .header-button {
    display: none;
  }

  .brand b {
    font-size: 12px;
  }

  .hero {
    padding-top: 45px;
  }

  h1 {
    font-size: 42px;
  }

  .topic-pills span {
    font-size: 11px;
  }

  .fact-list li {
    padding: 14px;
  }

  .faq-list summary {
    font-size: 15px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
