@font-face {
  font-family: "Open Sans Local";
  src: local("Open Sans"), local("Arial");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans Local";
  src: local("Open Sans Bold"), local("Arial Bold");
  font-weight: 800;
}

:root {
  --green: #002147;
  --green-dark: #000a1e;
  --green-soft: #e2edf4;
  --gold: #fed488;
  --gold-soft: #aec7f6;
  --cream: #fffdf8;
  --paper: #e2edf4;
  --text: #1d241f;
  --muted: #626c64;
  --line: rgba(68, 71, 78, 0.18);
  --shadow: 0 22px 55px rgba(0, 10, 30, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: "Open Sans Local", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 4px;
  background: #002147;
  color: #fff;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #f0b228;
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.top-strip {
  background: var(--green-dark);
  color: #fff;
  font-size: 14px;
}

.top-strip .container,
.logo-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-strip .container {
  min-height: 46px;
}

.top-strip p {
  margin: 0;
}

.top-strip strong,
.eyebrow,
.section-kicker {
  color: var(--gold-soft);
}

.top-strip a {
  font-weight: 800;
}

.logo-strip {
  background: #e2edf4;
  border-bottom: 1px solid var(--line);
}

.logo-strip .container {
  justify-content: center;
  width: min(calc(100% - 20px), var(--max));
  min-height: 68px;
}

.logo-strip img,
.minimal-footer img {
  width: 184px;
  height: auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  background: #002147;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.button-phone {
  background: #fed488;
  color: #002147;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #e2edf4;
  color: #002147;
  padding: 56px 0 66px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(226, 237, 244, 0.98), rgba(226, 237, 244, 0.94));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  min-height: 0;
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 920px;
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
}

h1 {
  max-width: 920px;
  font-size: clamp(38px, 5.4vw, 64px);
  text-transform: capitalize;
}

.hero-scribble {
  position: relative;
  display: inline-block;
  padding-bottom: 0.12em;
}

.hero-scribble::after {
  content: "";
  position: absolute;
  left: -0.04em;
  right: -0.04em;
  bottom: -0.06em;
  height: 0.34em;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 18' preserveAspectRatio='none'%3E%3Cpath d='M2 11 C15 6, 26 15, 38 10 S62 5, 74 10 S88 14, 98 8' fill='none' stroke='%23f0b228' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  pointer-events: none;
}

.hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(0, 33, 71, 0.82);
  font-size: 16px;
}

.preszler-hero-youtube {
  width: min(100%, 860px);
  margin: 0 auto;
}

.hero .eyebrow {
  color: #465f88;
}

.hero .button {
  background: #002147;
  color: #fff;
}

.hero .button-phone {
  background: #fed488;
  color: #002147;
}

.hero .hero-cta {
  margin-top: 18px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #e0b93b;
  border-radius: 5px;
  background: #f7c843 !important;
  background-color: #f7c843 !important;
  color: #002147 !important;
  font-weight: 800;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(0, 33, 71, 0.1);
}

@media (min-width: 960px) {
  .hero {
    padding: 36px 0 42px;
  }

  .hero-inner {
    gap: 18px;
  }

  .hero-copy {
    gap: 10px;
  }

  h1 {
    max-width: 780px;
    font-size: clamp(30px, 3.25vw, 44px);
  }

  .hero p {
    max-width: 700px;
    font-size: 15px;
  }

  .preszler-hero-youtube {
    width: min(100%, 560px);
  }

  .hero .hero-cta {
    margin-top: 14px;
  }
}

@media (min-width: 1600px) {
  .hero {
    padding: 28px 0 300px;
  }

  .hero-inner {
    gap: 14px;
  }

  .hero-copy {
    gap: 8px;
  }

  h1 {
    max-width: 840px;
    font-size: clamp(38px, 2.3vw, 52px);
  }

  .hero p {
    max-width: 740px;
    font-size: 16px;
  }

  .preszler-hero-youtube {
    width: min(100%, 900px);
  }

  .hero .hero-cta {
    margin-top: 12px;
  }
}

.promise-row,
.awards,
.quiz-section,
.results,
.minimal-footer {
  padding: 58px 0;
}

.promise-row,
.awards,
.quiz-section,
.results,
.minimal-footer {
  background: var(--paper);
}

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

.promise-grid article {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.promise-grid img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.promise-grid strong {
  font-weight: 800;
  text-transform: uppercase;
}

.promise-grid p,
.awards p,
.quiz-copy p,
.results-disclaimer,
.minimal-footer p {
  margin: 0;
  color: var(--muted);
}

.awards-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.awards h2,
.quiz-copy h2,
.results h2 {
  margin: 8px 0 14px;
  color: var(--green);
  font-size: clamp(32px, 4vw, 52px);
}

.award-logos {
  display: grid;
  grid-template-columns: 120px 1fr 132px;
  gap: 18px;
  align-items: center;
  justify-items: center;
}

.award-logos img {
  max-height: 92px;
  width: auto;
  object-fit: contain;
}

.award-logos img:nth-child(2) {
  width: min(100%, 330px);
  max-height: 76px;
}

.quiz-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.quiz-copy {
  display: grid;
  gap: 14px;
}

.quiz-copy ul {
  display: grid;
  gap: 8px;
  margin: 6px 0 0;
  padding-left: 20px;
  font-weight: 800;
}

.quiz-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.quiz-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.progress {
  height: 10px;
  overflow: hidden;
  background: rgba(0, 33, 71, 0.12);
}

.progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: #002147;
}

.quiz-stage {
  display: grid;
  gap: 10px;
}

.quiz-form {
  gap: 16px;
}

.quiz-fields {
  display: grid;
  gap: 14px;
}

.quiz-field {
  display: grid;
  gap: 8px;
}

.quiz-label {
  color: #002147;
  font-size: 14px;
  font-weight: 800;
}

.quiz-stage h3 {
  margin: 0 0 6px;
  color: var(--green);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.quiz-stage p {
  margin: 0 0 10px;
  color: var(--muted);
}

.quiz-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0, 33, 71, 0.22);
  padding: 12px 14px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.quiz-stage textarea.quiz-input {
  min-height: 120px;
  resize: vertical;
}

.quiz-choice {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(0, 33, 71, 0.18);
  padding: 0 16px;
  background: #f8fbfd;
  color: #002147;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.quiz-choice:hover {
  border-color: #002147;
  background: #eef6fb;
}

.quiz-choice:focus-visible,
.quiz-input:focus-visible {
  border-color: #002147;
  background: #eef6fb;
}

.quiz-submit {
  justify-self: start;
  min-width: 180px;
  border: 1px solid #e0b93b;
  border-radius: 5px;
  background: #f7c843;
  color: #002147;
}

.quiz-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0, 33, 71, 0.22);
  padding: 12px 14px;
  background: #fff;
  color: var(--text);
}

.lead-form textarea {
  min-height: 112px;
  resize: vertical;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.consent input {
  width: auto;
  min-height: 0;
  margin-top: 5px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.results {
  background: #fffaf3;
  color: #191c1d;
}

.results h2 {
  color: #191c1d;
}

.results .section-kicker {
  color: #191c1d;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.result-slider {
  overflow: hidden;
  margin-top: 12px;
}

.result-track {
  display: flex;
  transition: transform 220ms ease;
}

.result-card {
  position: relative;
  flex: 0 0 100%;
  min-height: 100%;
  padding: 34px 36px 36px 84px;
  border: 1px solid rgba(0, 33, 71, 0.14);
  background: #fff;
  color: #191c1d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.result-card::before,
.result-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.result-card::before {
  left: 0;
  width: 28px;
  background: #000;
}

.result-card::after {
  left: 28px;
  width: 28px;
  background: #f7d765;
}

.result-card p {
  margin: 0;
  color: rgba(25, 28, 29, 0.82);
}

.result-label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-type {
  display: block;
  margin: 0 0 16px;
  color: #002147;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 14px;
}

.result-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  color: #002147;
}

.result-copy {
  font-size: 15px;
  line-height: 1.65;
  color: #3f494f;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.slider-dot {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: #f0b228;
  opacity: 1;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease;
}

.slider-dot.is-active {
  background: #f8db79;
  transform: scale(0.92);
}

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

  .skip-link,
  .result-track,
  .slider-dot {
    transition: none;
  }
}

.minimal-footer {
  padding: 24px 0 28px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.thank-you-main {
  min-height: calc(100vh - 68px);
}

.thank-you-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 32px 88px;
  text-align: center;
}

.thank-you-card p + p {
  margin-top: 18px;
}

.thank-you-purpose {
  padding: 28px 0 0;
  background: #000;
  overflow: hidden;
}

.thank-you-purpose-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
}

.thank-you-purpose-copy {
  max-width: 640px;
  text-align: center;
}

.thank-you-purpose-copy h2 {
  margin-bottom: 14px;
  color: #fff;
}

.thank-you-purpose-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
  font-family: "Open Sans Local", Arial, sans-serif;
}

.thank-you-purpose-media {
  line-height: 0;
}

.thank-you-purpose-media img {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin: 0 auto;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.footer-top,
.footer-bottom {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-top p {
  text-align: right;
  font-size: 12px;
  max-width: 300px;
  line-height: 1.45;
}

.footer-disclaimer {
  margin: 0;
  max-width: 920px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer-bottom {
  margin-top: 28px;
}

.footer-results-note {
  margin: 14px 0 0;
  max-width: 920px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0;
}

@media (max-width: 920px) {
  .hero-inner,
  .awards-inner,
  .quiz-layout,
  .thank-you-purpose-inner {
    grid-template-columns: 1fr;
  }

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

}

@media (max-width: 560px) {
  .top-strip .container,
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .logo-strip .container {
    width: min(calc(100% - 16px), var(--max));
    min-height: 60px;
  }

  .logo-strip img {
    width: 164px;
  }

  .hero {
    padding: 34px 0 38px;
  }

  .hero .hero-cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
    margin-top: 16px;
    width: auto;
  }

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

  .award-logos {
    grid-template-columns: 76px minmax(0, 1fr) 82px;
    gap: 10px;
  }

  .award-logos img {
    max-height: 62px;
  }

  .award-logos img:nth-child(2) {
    width: min(100%, 210px);
    max-height: 50px;
  }

  .lead-form,
  .result-card {
    padding: 22px;
  }

  .result-card {
    padding: 28px 20px 28px 62px;
  }

  .result-card::before {
    left: 0;
    width: 22px;
  }

  .result-card::after {
    left: 22px;
    width: 20px;
  }

  .result-card strong {
    font-size: clamp(28px, 11vw, 46px);
  }

  .slider-dots {
    gap: 12px;
  }

  .slider-dot {
    width: 16px;
    height: 16px;
  }

  .quiz-submit {
    width: 100%;
    justify-self: stretch;
  }

  .thank-you-main {
    min-height: calc(100vh - 60px);
  }

  .thank-you-card {
    padding: 48px 12px 64px;
  }

  .thank-you-purpose {
    padding: 18px 0 0;
  }

  .thank-you-purpose-copy {
    text-align: center;
  }

  .thank-you-purpose-copy p {
    font-size: 16px;
  }

  .thank-you-purpose-media {
    max-width: 560px;
    margin: 0 auto;
  }

  .footer-top p {
    text-align: center;
  }

  .footer-top img {
    margin: 0 auto;
  }

  .footer-disclaimer {
    max-width: none;
    text-align: center;
  }

  .footer-results-note {
    max-width: none;
    text-align: center;
    font-size: 10px;
    line-height: 1.45;
    margin-top: 10px;
  }
}
