:root {
  --offer-black: var(--premium-black, #0a0a0a);
  --offer-ink: var(--premium-ink, #151515);
  --offer-muted: var(--premium-muted, #73736d);
  --offer-canvas: var(--premium-canvas, #f4f4f0);
  --offer-paper: var(--premium-paper, #fff);
  --offer-soft: var(--premium-soft, #ecece7);
  --offer-line: var(--premium-line, #ddddd6);
  --offer-line-strong: var(--premium-line-strong, #c8c8c0);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--offer-canvas); }
body.offer-body {
  margin: 0;
  overflow-x: hidden;
  background: var(--offer-canvas);
  color: var(--offer-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}
button { font: inherit; }
.offer-body main { overflow: hidden; }
.offer-body :where(h1, h2, h3, p, ol, ul) { margin-top: 0; }

.offer-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #777771;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.offer-kicker span { width: 26px; height: 1px; background: currentColor; }
.offer-kicker-dark { color: #777771; }

.offer-hero {
  width: min(100% - 32px, 1240px);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(48px, 5.5vw, 72px);
  margin: 18px auto 0;
  padding: clamp(46px, 6vw, 76px);
  border: 1px solid var(--offer-line-strong);
  border-radius: 16px;
  background: var(--offer-paper);
  color: var(--offer-black);
}
.offer-hero-copy { max-width: 710px; }
.offer-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--offer-black);
  font-size: clamp(49px, 5.15vw, 70px);
  font-weight: 690;
  line-height: .99;
  letter-spacing: -.055em;
}
.offer-hero h1 em,
.offer-final h2 em {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}
.offer-lead {
  max-width: 660px;
  margin: 27px 0 0;
  color: var(--offer-muted);
  font-size: 16px;
  line-height: 1.72;
}
.offer-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}
.offer-button,
.offer-text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 18px;
  border: 1px solid var(--offer-line-strong);
  border-radius: 8px;
  color: var(--offer-black);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.offer-button:hover,
.offer-text-link:hover { transform: translateY(-2px); }
.offer-button:disabled { opacity: .58; cursor: wait; transform: none; }
.offer-button-primary,
.offer-button-dark {
  border-color: var(--offer-black);
  background: var(--offer-black);
  color: #fff;
}
.offer-button-primary:hover,
.offer-button-dark:hover { background: #292927; }
.offer-text-link { gap: 18px; background: #fff; }
.offer-text-link:hover { border-color: var(--offer-black); }
.offer-checkout-status { min-height: 18px; margin: 12px 0 0; color: var(--offer-muted); font-size: 14px; }
.offer-checkout-status.is-error { color: #a63b32; }

.pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--offer-line-strong);
  border-radius: 12px;
  background: #fbfbf8;
  box-shadow: 0 18px 45px rgba(15, 15, 14, .055);
  color: var(--offer-ink);
}
.pricing-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--offer-line);
  color: #85857e;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pricing-card-top strong { color: var(--offer-black); font-size: 14px; }
.pricing-card-top .promotion-label { color: #a24b20; }
.pricing-price { display: flex; align-items: flex-end; gap: 12px; margin-top: 25px; }
.pricing-price > strong {
  color: var(--offer-black);
  font-size: 68px;
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
}
.pricing-price div { display: grid; gap: 3px; padding-bottom: 4px; }
.pricing-price span { color: var(--offer-black); font-size: 14px; font-weight: 800; }
.pricing-price small { color: #777771; font-size: 14px; }
.pricing-promotion-details {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  color: #6f3a20;
  font-size: 13px;
}
.pricing-previous {
  color: #85857e;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.pricing-equivalent {
  margin: 18px 0 0;
  border-bottom: 1px solid var(--offer-line);
  color: var(--offer-muted);
  font-size: 14px;
}
.pricing-equivalent { padding-bottom: 20px; }
.pricing-lowest {
  margin: 10px 0 -4px;
  color: #85857e;
  font-size: 11px;
  line-height: 1.45;
}
.checkout-promotion-renewal strong { color: var(--offer-black); }
.pricing-card ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 24px; color: #555550; font-size: 14px; line-height: 1.5; }
.pricing-card li::before {
  position: absolute;
  left: 1px;
  top: 2px;
  width: 11px;
  height: 6px;
  border-left: 1.5px solid var(--offer-black);
  border-bottom: 1.5px solid var(--offer-black);
  content: "";
  transform: rotate(-45deg);
}
.pricing-card .offer-button { width: 100%; margin-top: 22px; }
.pricing-note { margin-top: 15px; color: #777771; font-size: 14px; line-height: 1.5; text-align: center; }
dialog.checkout-dialog {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 620px;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #f8f8f5;
  box-shadow: 0 40px 110px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.18);
  color: var(--offer-ink);
}
dialog.checkout-dialog::backdrop { background: rgba(12,12,11,.66); backdrop-filter: blur(10px); }
.checkout-dialog-card { max-height: calc(100vh - 32px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.checkout-dialog-header {
  padding: 20px 24px 25px;
  background: linear-gradient(145deg, #20201e 0%, #111110 68%, #090909 100%);
  color: #fff;
}
.checkout-dialog-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkout-security { display: inline-flex; align-items: center; gap: 7px; color: #afafa9; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.checkout-security span { color: #b8ea86; font-size: 8px; }
.checkout-dialog-title-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 26px; }
.checkout-dialog-header p { margin: 0 0 6px; color: #85857f; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.checkout-dialog-header h2 { margin: 0; color: #fff; font-size: 29px; line-height: 1.05; letter-spacing: -.045em; }
.checkout-price { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.checkout-price strong { font-size: 43px; line-height: .9; letter-spacing: -.065em; }
.checkout-price span { color: #9d9d96; font-size: 10px; font-weight: 800; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.checkout-dialog-close { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.checkout-dialog-close:hover { background: rgba(255,255,255,.14); transform: rotate(4deg); }
.purchase-terms { padding: 20px 24px 22px; }
.checkout-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 18px; border-bottom: 1px solid #deded8; }
.checkout-facts div { display: grid; gap: 4px; padding: 0 14px; border-right: 1px solid #deded8; }
.checkout-facts div:first-child { padding-left: 0; }
.checkout-facts div:last-child { padding-right: 0; border-right: 0; }
.checkout-facts span { color: #85857e; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.checkout-facts strong { color: #22221f; font-size: 13px; }
.checkout-renewal { margin: 13px 0 0; color: #74746e; font-size: 11.5px; line-height: 1.45; }
.checkout-agreements { margin-top: 20px; }
.checkout-agreements-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 4px; }
.checkout-agreements-heading h3 { margin: 0; color: #1c1c1a; font-size: 15px; letter-spacing: -.02em; }
.checkout-agreements-heading > span { color: #92928b; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.purchase-acceptance {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin: 0;
  padding: 10px 2px;
  border: 0;
  border-bottom: 1px solid #e1e1db;
  border-radius: 0;
  background: transparent;
  color: #555550;
  font-size: 11.5px;
  line-height: 1.4;
  cursor: pointer;
  transition: color .18s ease;
}
.purchase-acceptance:hover { color: #20201e; }
.purchase-acceptance:has(input:checked) { color: #20201e; }
.purchase-acceptance input {
  appearance: none;
  width: 17px;
  height: 17px;
  min-height: 17px;
  display: grid;
  place-content: center;
  margin: 0;
  border: 1.5px solid #adada5;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.purchase-acceptance input::before {
  width: 8px;
  height: 4px;
  border-left: 1.7px solid #fff;
  border-bottom: 1.7px solid #fff;
  content: "";
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg) scale(.7);
  transition: opacity .14s ease, transform .14s ease;
}
.purchase-acceptance input:hover { border-color: #6f6f69; }
.purchase-acceptance input:checked { border-color: #171715; background: #171715; }
.purchase-acceptance input:checked::before { opacity: 1; transform: translateY(-1px) rotate(-45deg) scale(1); }
.purchase-acceptance input:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(23,23,21,.14); }
.purchase-acceptance a { color: #111; font-weight: 800; text-underline-offset: 2px; }
.purchase-terms-error { min-height: 16px; margin: 5px 0 0; color: #a22727; font-size: 11px; font-weight: 750; line-height: 1.3; }
.checkout-payment-choices { display: grid; gap: 8px; }
.checkout-submit { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 0; padding-inline: 19px; font-style: normal; }
.checkout-submit > span { display: grid; gap: 2px; text-align: left; }
.checkout-submit strong { font-size: 13px; }
.checkout-submit small { color: rgba(255,255,255,.63); font-size: 10px; font-weight: 650; }
.checkout-submit em { font-size: 12px; font-style: normal; font-weight: 800; }
.checkout-submit.offer-button-light { border: 1px solid #c7c7c0; background: #fff; color: #171714; }
.checkout-submit.offer-button-light small { color: #74746d; }
.checkout-submit:disabled small { opacity: .7; }
.checkout-stripe-note { display: flex; justify-content: center; gap: 7px; margin: 10px 0 0; color: #868680; font-size: 10px; font-weight: 700; }
body:has(.checkout-dialog[open]) { overflow: hidden; }

.offer-proof {
  width: min(100% - 80px, 1080px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid var(--offer-line-strong);
}
.offer-proof div {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 28px;
  border-right: 1px solid var(--offer-line);
}
.offer-proof div:first-child { padding-left: 0; }
.offer-proof div:last-child { border-right: 0; }
.offer-proof strong { color: var(--offer-black); font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.offer-proof span {
  margin-top: 9px;
  color: #777771;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 760;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.benefits-section {
  width: min(100% - 80px, 1080px);
  margin: 0 auto;
  padding: 108px 0 112px;
}
.benefits-heading {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 70px;
}
.benefits-heading h2,
.path-copy h2,
.faq-heading h2 {
  margin: 0;
  color: var(--offer-black);
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.05em;
}
.benefits-heading > p { margin: 0 0 3px; color: var(--offer-muted); font-size: 14px; line-height: 1.75; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  border-top: 1px solid var(--offer-line-strong);
  border-bottom: 1px solid var(--offer-line-strong);
}
.benefit-grid article {
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--offer-line);
  border-bottom: 1px solid var(--offer-line);
  transition: background .35s ease;
}
.benefit-grid article:nth-child(3n) { border-right: 0; }
.benefit-grid article:nth-last-child(-n + 3) { border-bottom: 0; }
.benefit-grid article:hover { background: rgba(255, 255, 255, .55); }
.benefit-visual {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  position: relative;
  margin: 0 0 24px;
  border: 1px solid rgba(23, 23, 20, .1);
  border-radius: 18px;
  background: #f7f6f1;
  transition: background .35s ease, border-color .35s ease;
}
.benefit-visual img {
  width: 68px;
  height: 68px;
  position: relative;
  z-index: 1;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}
.benefit-grid article:hover .benefit-visual { background: #fff; border-color: rgba(23, 23, 20, .17); }
.benefit-grid article:hover .benefit-visual img {
  transform: translateY(-2px) scale(1.035);
}
.benefit-grid h3 { margin: 0; color: var(--offer-black); font-size: 20px; letter-spacing: -.025em; }
.benefit-grid p { margin: 12px 0 0; color: var(--offer-muted); font-size: 14px; line-height: 1.7; }

.learning-path {
  width: min(100% - 32px, 1240px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(60px, 9vw, 120px);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 82px);
  border-radius: 16px;
  background: var(--offer-black);
  color: #fff;
}
.path-copy { align-self: center; }
.learning-path .offer-kicker { color: #85857f; }
.path-copy h2 { color: #fff; }
.path-copy > p:last-child { max-width: 480px; margin: 24px 0 0; color: #aaa9a2; font-size: 16px; line-height: 1.75; }
.learning-path ol { margin: 0; padding: 0; border-top: 1px solid #343431; list-style: none; }
.learning-path li {
  min-height: 124px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  border-bottom: 1px solid #343431;
}
.learning-path li > span { color: #989892; font-size: 14px; font-weight: 800; }
.learning-path strong { color: #fff; font-size: 17px; }
.learning-path li p { margin: 8px 0 0; color: #aaa9a2; font-size: 14px; line-height: 1.55; }

.faq-section {
  width: min(100% - 80px, 1080px);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 90px;
  margin: 0 auto;
  padding: 112px 0;
}
.faq-heading h2 { font-size: clamp(36px, 3.5vw, 46px); }
.faq-list { border-top: 1px solid var(--offer-line-strong); }
.faq-list details { border-bottom: 1px solid var(--offer-line); }
.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--offer-black);
  font-size: 15px;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  height: 1px;
  background: var(--offer-black);
  content: "";
  transition: transform .2s ease;
}
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -2px 50px 24px 0; color: var(--offer-muted); font-size: 14px; line-height: 1.75; }

.offer-final {
  width: min(100% - 32px, 1240px);
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.2fr .6fr;
  align-items: center;
  gap: 80px;
  margin: 0 auto 28px;
  padding: clamp(50px, 7vw, 82px);
  border-radius: 14px;
  background: var(--offer-black);
  color: #fff;
}
.offer-final .offer-kicker { color: #85857f; }
.offer-final h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 650;
  line-height: 1.03;
  letter-spacing: -.052em;
}
.offer-final-action { justify-self: end; width: min(100%, 360px); }
.offer-final-action > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #343431;
}
.offer-final-action strong { color: #fff; font-size: 28px; font-weight: 700; letter-spacing: -.035em; }
.offer-final-action span { color: #aaa9a2; font-size: 14px; }
.offer-final-action .offer-button { width: 100%; }
.offer-final .offer-button-primary { border-color: #fff; background: #fff; color: var(--offer-black); }
.offer-final .offer-button-primary:hover { background: #e8e8e2; }
.offer-final .offer-checkout-status { color: #989892; }
.offer-final .offer-checkout-status.is-error { color: #ffaaa1; }
.offer-footer { width: min(100% - 44px, 1180px); }

@media (max-width: 1000px) {
  .offer-hero { grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; padding: 54px 40px; }
  .pricing-card { padding: 25px; }
  .benefits-heading { gap: 42px; }
  .learning-path { gap: 60px; }
  .faq-section { gap: 60px; }
}

@media (max-width: 820px) {
  .offer-hero { grid-template-columns: 1fr; padding: 54px 34px 34px; }
  .pricing-card { max-width: 580px; }
  .offer-proof { grid-template-columns: repeat(2, 1fr); }
  .offer-proof div:nth-child(2) { border-right: 0; }
  .offer-proof div:nth-child(-n + 2) { border-bottom: 1px solid var(--offer-line); }
  .benefits-heading,
  .learning-path,
  .faq-section,
  .offer-final { grid-template-columns: 1fr; }
  .benefits-heading { align-items: start; }
  .benefits-heading > p { max-width: 580px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(3n) { border-right: 1px solid var(--offer-line); }
  .benefit-grid article:nth-child(2n) { border-right: 0; }
  .benefit-grid article:nth-last-child(-n + 3) { border-bottom: 1px solid var(--offer-line); }
  .benefit-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
  .learning-path { gap: 52px; }
  .faq-section { gap: 44px; }
  .offer-final { gap: 48px; }
  .offer-final-action { justify-self: start; }
}

@media (max-width: 560px) {
  .offer-hero { width: calc(100% - 16px); margin-top: 8px; padding: 42px 20px 20px; border-radius: 10px; }
  .offer-hero h1 { font-size: 41px; }
  .offer-lead { font-size: 14px; }
  .offer-hero-actions { align-items: stretch; flex-direction: column; }
  .offer-hero-actions .offer-button,
  .offer-hero-actions .offer-text-link { width: 100%; }
  .pricing-card { padding: 23px 20px; }
  .pricing-price > strong { font-size: 60px; }
  dialog.checkout-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 15px; }
  .checkout-dialog-card { max-height: calc(100vh - 16px); }
  .checkout-dialog-header { padding: 17px 18px 21px; }
  .checkout-dialog-title-row { margin-top: 21px; }
  .checkout-dialog-header h2 { font-size: 24px; }
  .checkout-price strong { font-size: 36px; }
  .purchase-terms { padding: 17px 18px 19px; }
  .checkout-facts { gap: 0; }
  .checkout-facts div { padding: 0 8px; }
  .checkout-facts strong { font-size: 11px; }
  .purchase-acceptance { padding: 10px 2px; font-size: 10.5px; }
  .offer-proof { width: calc(100% - 32px); padding: 28px 0; }
  .offer-proof div { min-height: 82px; padding: 14px; }
  .offer-proof div:nth-child(3) { padding-left: 0; }
  .offer-proof strong { font-size: 25px; }
  .benefits-section { width: calc(100% - 32px); padding: 76px 0; }
  .benefits-heading h2,
  .path-copy h2 { font-size: 36px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .benefit-grid article,
  .benefit-grid article:nth-child(2n),
  .benefit-grid article:nth-child(3n),
  .benefit-grid article:nth-last-child(-n + 2) { min-height: 240px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--offer-line); }
  .benefit-grid article:last-child { border-bottom: 0; }
  .learning-path { width: calc(100% - 16px); padding: 64px 22px; border-radius: 10px; }
  .faq-section { width: calc(100% - 32px); padding: 78px 0; }
  .faq-heading h2 { font-size: 34px; }
  .offer-final { width: calc(100% - 16px); margin-bottom: 16px; padding: 58px 22px; border-radius: 10px; }
  .offer-final h2 { font-size: 39px; }
  .offer-final-action > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .offer-button,
  .offer-text-link,
  .benefit-visual img { transition: none; }
  .benefit-grid article:hover .benefit-visual img { transform: none; }
}
