:root {
  --charcoal: #2b2b2b;
  --charcoal-deep: #202020;
  --yellow: #f7be39;
  --yellow-bright: #ffc63f;
  --green: #32c671;
  --blue: #36bbf7;
  --red: #da4453;
  --ink: #242424;
  --body: #5d6065;
  --line: #e5e5e5;
  --paper: #ffffff;
  --soft: #f6f7f8;
}

* {
  box-sizing: border-box;
}

.page-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  margin-top: 94px;
  color: #555555;
}

.hero-grid,
.final-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}


.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 76px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.eyebrow span {
  padding: 6px 8px;
  background: var(--yellow);
  color: #292929;
  font-size: 10px;
  letter-spacing: 1px;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero .eyebrow {
	color: #2e2e2e;
}

.year-stroke {
  display: block;
  margin-top: 12px;
  color: var(--yellow);
  font-size: 0.78em;
  letter-spacing: 0;
}

.hero-copy > p {
  max-width: 550px;
  margin: 28px 0 30px;
  color: #555555;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  border-radius: 5px;
}

.button span {
  font-size: 21px;
  line-height: 0;
}

.button-primary {
  background: var(--yellow);
  color: #2e2e2e;
  box-shadow: 0 10px 25px rgba(247, 190, 57, 0.16);
}

.button-primary:hover {
  background: #ffcd55;
  box-shadow: 0 14px 30px rgba(247, 190, 57, 0.26);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.03);
  color: #2e2e2e;
}

.button-ghost:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.08);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #32c671;
  font-size: 13px;
}

.check-disc {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.exam-card-wrap {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  transform: rotate(1deg);
}

.exam-card {
  position: relative;
  overflow: hidden;
  border: 9px solid rgba(255,255,255,0.11);
  border-radius: 3px;
  background: white;
  color: var(--ink);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
}

.exam-card-head {
  min-height: 74px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #2e2e2e;
  color: white;
}

.mini-logo {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #2a2a2a;
  font-family: Impact, sans-serif;
  font-size: 20px;
  font-style: italic;
  transform: skew(-5deg);
}

.exam-card-head div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.exam-card-head strong {
  font-size: 13px;
}

.exam-card-head span {
  color: #aaa;
  font-size: 10px;
}

.question-count {
  margin-left: auto;
  padding: 5px 8px;
  border: 1px solid #575757;
  border-radius: 2px;
  color: var(--yellow) !important;
  font-size: 10px !important;
  font-weight: 700;
}

.progress-track {
  height: 4px;
  background: #dedede;
}

.progress-track span {
  display: block;
  width: 3%;
  height: 100%;
  background: var(--yellow);
}

.exam-content {
  padding: 30px 31px 27px;
}

.question-label {
  color: #b17f08;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.exam-content h2 {
  max-width: 390px;
  margin: 8px 0 20px;
  font-size: 20px;
  line-height: 1.4;
}

.answer-list {
  display: grid;
  gap: 8px;
}

.answer {
  width: 100%;
  min-height: 43px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fafafa;
  color: #555;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  transition: border 150ms ease, background 150ms ease;
}

.answer:hover,
.answer.selected {
  border-color: var(--yellow);
  background: #fff9e9;
}

.radio-dot {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  border: 1.5px solid #bbb;
  border-radius: 50%;
  background: white;
}

.answer.selected .radio-dot {
  border: 4px solid var(--yellow);
}

.next-question {
  min-height: 40px;
  margin-top: 18px;
  margin-left: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: #2d2d2d;
  color: white;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.next-question span {
  color: var(--yellow);
  font-size: 15px;
}

.free-stamp {
  position: absolute;
  z-index: 5;
  top: -42px;
  right: -27px;
  width: 91px;
  height: 91px;
  border: 3px solid #f7be39;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2e2e2e;
  color: #f7be39;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 18px;
  line-height: 1;
  transform: rotate(10deg);
  box-shadow: 0 0 0 2px #2e2e2e;
}

.free-stamp span {
  font-size: 12px;
}

.score-float {
  position: absolute;
  right: -30px;
  bottom: -31px;
  min-width: 225px;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-left: 4px solid var(--green);
  background: #fff;
  color: #272727;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
  transform: rotate(-1deg);
}

.score-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f8ed;
  color: var(--green);
  font-weight: 900;
}

.score-float div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.score-float strong {
  font-size: 12px;
}

.score-float div span {
  color: #838383;
  font-size: 10px;
}

.proof-bar {
  position: relative;
  z-index: 3;
  background: #2e2e2e;
  color: #f7be39;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.proof-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-inner > div {
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255,255,255,0.27);
}

.proof-inner > div:first-child {
  padding-left: 0;
}

.proof-inner > div:last-child {
  border-right: 0;
}

.proof-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 2px solid #f7be39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
}

.proof-inner p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  color: #fff;
}

.proof-inner strong {
  font-size: 13px;
  color: #fff;
}

.section {
  padding: 112px 0;
}

.section-heading {
  max-width: 920px;
}

.section-heading.centered {
  margin: 0 auto 50px;
  text-align: center;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #f7be39;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.section-kicker.light {
  color: var(--yellow);
}

.section-heading h2,
.how-copy h2,
.faq-heading h2,
.mid-cta h2,
.final-cta h2 {
  margin: 0;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.02;
}

.section-heading > p {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.65;
}

.benefits-section {
  background: white;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 34px 28px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 8px 25px rgba(0,0,0,0.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border 180ms ease;
  border-radius: 5px;
}

.benefit-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 5px;
  background: var(--yellow);
  content: "";
  transition: width 180ms ease;
}

.benefit-card:hover {
  border-color: #d3d3d3;
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.07);
}

.benefit-card:hover::after {
  width: 100%;
}

.card-number {
  position: absolute;
  top: 19px;
  right: 22px;
  color: #efefef;
  font-family: Impact, sans-serif;
  font-size: 55px;
  line-height: 1;
}

.benefit-icon {
  position: relative;
  z-index: 2;
  width: 49px;
  height: 49px;
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff6dc;
  color: #ad7c00;
  font-size: 24px;
  font-weight: 900;
}

.benefit-card h3 {
  position: relative;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  color: #555;
}

.benefit-card p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.7;
}

.how-section {
  position: relative;
  background: #f9f9f9;
  background-size: 36px 36px;
}

.how-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 105px;
}

.how-copy {
  position: sticky;
  top: 40px;
  align-self: start;
}

.how-copy p,
.faq-heading p {
  margin: 23px 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--yellow);
  color: #282828;
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  font-size: 19px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.steps {
  position: relative;
  display: grid;
  gap: 17px;
}

.steps::before {
  position: absolute;
  top: 59px;
  bottom: 59px;
  left: 34px;
  width: 2px;
  background: #ddd;
  content: "";
}

.step {
  position: relative;
  z-index: 2;
  min-height: 115px;
  padding: 24px 28px 24px 18px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 18px;
  border: 1px solid #e4e4e4;
  background: white;
  box-shadow: 0 7px 22px rgba(0,0,0,0.035);
  transition: transform 180ms ease, border 180ms ease;
  border-radius: 5px;
}

.step:hover {
  border-color: #d7c279;
  transform: translateX(6px);
}

.step-number {
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #282828;
  font-family: Impact, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 0 8px white;
}

.step h3 {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: 900;
}

.step p {
  margin: 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.6;
}

.mid-cta-section {
  padding: 88px 0;
  background: white;
}

.mid-cta {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  padding: 50px 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  background: #2b2b2b;
  color: white;
  box-shadow: 0 20px 50px rgba(0,0,0,0.13);
  border-radius: 10px;
}

.mid-cta h2 {
  font-size: clamp(34px, 3.5vw, 48px);
}

.mid-cta p {
  max-width: 650px;
  margin: 14px 0 0;
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}

.mid-cta-copy,
.mid-cta-actions {
  position: relative;
  z-index: 2;
}

.mid-cta-actions {
  min-width: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.mid-cta-actions .button {
  width: 100%;
}

.mid-cta-actions small {
  color: #adadad;
  font-size: 11px;
}

.mid-cta-actions small a {
  color: var(--yellow);
  text-decoration: underline;
}

.faq-section {
  border-top: 1px solid #eee;
  background: white;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 100px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 40px;
}

.accordion {
  border-top: 1px solid #dedede;
}

.faq-item {
  border-bottom: 1px solid #dedede;
}

.faq-item > button {
  width: 100%;
  min-height: 77px;
  padding: 21px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-toggle {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b6500;
  font-size: 20px;
  font-weight: 400;
  transition: background 180ms ease, border 180ms ease;
}

.faq-open .faq-toggle {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #2a2a2a;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 250ms ease, opacity 180ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.75;
}

.faq-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 26px;
  opacity: 1;
  padding-left: 6px;
}

.faq-open .faq-answer > p {
  padding-right: 60px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(circle at center, rgba(247,190,57,0.08), transparent 35%),
    #262626;
  color: white;
  text-align: center;
}

.final-grid {
  mask-image: radial-gradient(circle at center, black, transparent 70%);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  font-size: clamp(48px, 5vw, 70px);
}

.final-cta p {
  max-width: 660px;
  margin: 21px auto 31px;
  color: #cdcdcd;
  font-size: 17px;
  line-height: 1.65;
}

.centered-actions {
  justify-content: center;
}

.final-cta small {
  display: block;
  margin-top: 19px;
  color: #999;
  font-size: 11px;
}


@media (max-width: 1080px) {

  .hero-inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
  }

  .free-stamp {
    right: -10px;
  }

  .score-float {
    right: -5px;
  }

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

  .how-layout,
  .faq-layout {
    gap: 65px;
  }
}

@media (max-width: 820px) {

  .page-shell {
    width: min(100% - 32px, 680px);
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 80px;
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero h1,
  .hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .hero-note {
    justify-content: center;
  }

  .exam-card-wrap {
    margin: 0 auto;
  }

  .hero-shape-one {
    right: -250px;
  }

  .proof-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-inner > div {
    border-bottom: 1px solid rgba(41,41,41,0.18);
  }

  .proof-inner > div:nth-child(2) {
    border-right: 0;
  }

  .proof-inner > div:first-child {
    padding-left: 25px;
  }

  .section {
    padding: 82px 0;
  }

  .how-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .how-copy,
  .faq-heading {
    position: static;
  }

  .mid-cta {
    padding: 48px 42px;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .mid-cta-actions {
    width: min(100%, 300px);
    margin: auto;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 28px, 500px);
  }

  .hero-inner {
    padding-top: 55px;
    padding-bottom: 90px;
  }

  .eyebrow {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  .hero h1 {
    font-size: clamp(52px, 18vw, 75px);
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .exam-card-wrap {
    width: calc(100% - 4px);
  }

  .exam-card {
    border-width: 5px;
  }

  .exam-card-head {
    padding: 12px;
  }

  .exam-card-head strong {
    font-size: 11px;
  }

  .exam-card-head span {
    font-size: 8px;
  }

  .question-count {
    display: none;
  }

  .exam-content {
    padding: 23px 18px;
  }

  .exam-content h2 {
    font-size: 17px;
  }

  .free-stamp {
    top: -48px;
    right: -3px;
    width: 79px;
    height: 79px;
    font-size: 16px;
  }

  .score-float {
    right: -2px;
    bottom: -36px;
    min-width: 202px;
  }

  .proof-inner {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .proof-inner > div,
  .proof-inner > div:first-child {
    padding: 14px 10px;
    border-right: 0;
  }

  .proof-inner > div:last-child {
    border-bottom: 0;
  }

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

  .benefit-card {
    min-height: auto;
  }

  .section-heading h2,
  .how-copy h2,
  .faq-heading h2,
  .mid-cta h2,
  .final-cta h2 {
    font-size: 40px;
  }

  .step {
    padding: 22px 17px 22px 10px;
    grid-template-columns: 54px 1fr;
    gap: 10px;
  }

  .steps::before {
    left: 26px;
  }

  .mid-cta-section {
    padding: 55px 0;
  }

  .mid-cta {
    padding: 43px 25px;
  }

  .faq-open .faq-answer > p {
    padding-right: 5px;
  }

  .final-cta {
    padding: 80px 0;
  }
}

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

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