
@import url("https://use.typekit.net/rlx3zmx.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,900&display=swap');

:root {
  --color-bg: #faf5ec;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f3ef;
  --color-text: #111111;
  --color-text-soft: #242424;
  --color-text-muted: #6d665e;
  --color-line: #d8d0c4;
  --color-line-soft: rgba(216, 208, 196, 0.75);
  --color-yellow: #e6a93d;
  --color-yellow-bright: #f6bf49;
  --color-gold: #ca8d34;
  --color-gold-deep: #c7852c;
  --color-green: #79c85f;
  --color-footer: #070707;
  --color-white-soft: #fff8e8;
  --shadow-soft: 0 16px 34px rgba(60, 41, 12, 0.06);
  --shadow-panel: 4px 6px 10px rgba(56, 36, 11, 0.3);
  --radius-sm: 0.85rem;
  --radius-md: 1rem;
  --radius-lg: 1.55rem;
  --space-2xs: 0.4rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.25rem;
  --space-xl: 3rem;
  --space-2xl: 4.25rem;
  --container-max: 2160px;
  --container-wide: 2160px;
  --container-pad: 1rem;
  --section-space: 4.25rem;
  --hero-copy-max: 67.5rem;   /* 1080px */
  --hero-card-max: 42.875rem; /* 686px */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  margin: 0;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--color-text);
  background: var(--color-surface);
  line-height: 1.45;
}

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

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

button,
input {
  font: inherit;
}

h1, h2, h3, h4, .feature-badge-title, .step-badge, .button{
  font-family: museo, serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container,
.container-wide {
  margin-inline: auto;
}

.container {
  width: min(calc(100% - (var(--container-pad) * 2)), var(--container-max));
}

.container-wide {
  width: min(calc(100% - (var(--container-pad) * 2)), var(--container-wide));
}
.section {
  padding: var(--section-space) 0;
}

.stack > * {
  margin: 0;
}

.stack-sm > * + * {
  margin-top: var(--space-sm);
}

.stack-md > * + * {
  margin-top: var(--space-md);
}

.stack-lg > * + * {
  margin-top: var(--space-lg);
}

.panel {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-line-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.panel--result {
  border-radius: var(--radius-sm);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  padding: 0.78rem 1.5rem;
  border: 0;
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #cf9134 0%, var(--color-gold-deep) 100%);
  box-shadow: 0 7px 18px rgba(129, 83, 18, 0.18);
  color: #fff8ee;
  font-size: clamp(1rem, 1.4vw, 2rem);
  padding: clamp(0.6rem, 1vw, 1rem) clamp(1.2rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(129, 83, 18, 0.24);
}

.field {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #d8d0c5;
  background: var(--color-surface);
  color: var(--color-text);
  border-radius: 0;
}

.field::placeholder {
  color: #8e8880;
}

.section-heading {
  margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.section-heading--center-mobile {
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 3;
  background: var(--color-bg);
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: 1.2rem 0 0;
}

.brand,
.cta-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.9;
}

.cta-brand {
  width: clamp(18rem, 35vw, 43.75rem);
}

.cta-brand img {
  width: 100%;
  height: auto;
}

.brand-main {
  font-size: clamp(1.8rem, 7vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.065em;
}

.brand-accent {
  color: #f0bb4d;
}

.brand-sub {
  align-self: flex-end;
  margin-top: 0.16rem;
  font-size: clamp(0.56rem, 1.7vw, 0.82rem);
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-size: clamp(0.85rem, 1.2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

a.brand {
  display: inline-block;
  width: clamp(9rem, 14vw, 15.5rem);
}

a.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav a {
  transition: opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 0.65;
}

.hero {
  position: relative;
  overflow: clip;
  background: radial-gradient(circle at 24% 12%, #fffdf8 0, var(--color-bg) 58%);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 3.4rem;
  padding: 1.2rem 0 2.8rem;
}

.hero-copy,
.hero-card-wrap {
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy h1 {
  font-size: clamp(2.45rem, 3.6vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
  font-family: museo, serif;
}

.hero-copy p {
  font-size: clamp(0.98rem, 3.9vw, 1.3rem);
  line-height: 1.5;
  color: var(--color-text-soft);
}

.hero-emphasis {
  font-weight: 800;
  color: var(--color-text);
}

.hero-card-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-numbers{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.test-card {
  width: 100%;
  max-width: 686px;
  padding: 2.15rem 1.35rem 1.6rem;
  background: linear-gradient(180deg, #f7bf47 0%, #f1b640 100%);
  border-color: rgba(157, 102, 25, 0.16);
  border-radius: 0.95rem;
  box-shadow: var(--shadow-panel);
  text-align: center;
}

.hero-card-wrap form.test-card {
  width: 80%;
  max-width: 686px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.test-card h2 {
  color: var(--color-white-soft);
  font-size: clamp(1.4rem, 2vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 0 rgba(133, 89, 24, 0.14);
}

.card-intro {
  max-width: 14.6rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.45;
}

.card-note {
  max-width: 40rem;
  margin-inline: auto;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  line-height: 1.35;
  font-style: italic;
}

.hero-card-wrap .hero-decor {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: rgba(145, 140, 133, 0.18);
  border: 1px solid rgba(145, 140, 133, 0.18);
  border-radius: 50%;
  font-size: clamp(2rem, 3vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  pointer-events: none;
  font-family: museo, serif;
  font-weight: 400;
}

.hero-decor-76 {
  top: -10%; 
  left: -4%;
  width: clamp(5rem, 8vw, 11.4rem);
  height: clamp(5rem, 8vw, 11.4rem);
  font-size: clamp(2.5rem, 4vw, 6.9rem);
}

.hero-decor-65 {
  top: 18%; 
  left: -5%;
  width: clamp(4rem, 6vw, 8.25rem);
  height: clamp(4rem, 6vw, 8.25rem);
  font-size: clamp(2rem, 3.2vw, 5rem);
}

.hero-decor-84 {
  top: -6%; 
  right: -5%;
  width: clamp(5.5rem, 8.5vw, 12.3rem);
  height: clamp(5.5rem, 8.5vw, 12.3rem);
  font-size: clamp(3rem, 4.5vw, 7.5rem);
}

.hero-decor-92 {
  bottom: -6%; 
  right: -6%;
  width: clamp(5rem, 8vw, 11.4rem);
  height: clamp(5rem, 8vw, 11.4rem);
  font-size: clamp(2.5rem, 4vw, 6.9rem);
}

.features {
  background: var(--color-surface);
}

.section-heading--feature {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 18rem);
  gap: 1.7rem;
  justify-content: center;
}

.feature-card {
  position: relative;
  text-align: center;
}

.feature-card + .feature-card {
  padding-top: 0;
}

.feature-card + .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5rem;
  height: 1px;
  background: var(--color-line);
  transform: translateX(-50%);
}

.feature-card::after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -0.85rem;
  width: 1px;
  height: 8rem;
  background: var(--color-line);
}

.feature-card:last-child::after {
  display: none;
}

.feature-badge {
  position: relative;
  width: clamp(12rem, 18vw, 20rem);
  min-height: clamp(14rem, 20vw, 23rem);
  padding-top: clamp(2rem, 3vw, 3.05rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.05rem);
  padding-left: clamp(2rem, 3vw, 3.05rem);
  padding-right: clamp(2rem, 3vw, 3.05rem);
  margin: 0 auto 1.65rem;
  background: linear-gradient(180deg, var(--color-gold) 0%, #c68830 100%);
  clip-path: polygon(50% 0%, 100% 23%, 100% 77%, 50% 100%, 0% 77%, 0% 23%);
  color: var(--color-white-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-description{
  position: relative;
  padding-top: 20px;
}

.feature-description::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.6rem;
  width: 2.5rem;
  height: 1.50rem;
  background: #ffcb49;
  clip-path: polygon(0 0, 50% 55%, 100% 0, 100% 45%, 50% 100%, 0 45%);
  transform: translateX(-50%);
}

.feature-badge-title {
  display: block;
  font-size: clamp(2rem, 2.8vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-badge-sub {
  display: block;
  margin-top: 0.65rem;
  font-size: clamp(0.9rem, 1.4vw, 1.8rem);
  line-height: 1.18;
  font-weight: 700;
}

.feature-card p {
  max-width: 25.2rem;
  margin: 0 auto;
  font-size: clamp(0.9rem, 1.4vw, 1.8rem);
  line-height: 1.5;
  color: var(--color-text-soft);
}

.how-it-works {
  background: var(--color-surface-soft);
}

.steps-grid {
  display: grid;
  gap: 2.15rem;
}

.step-card {
  max-width: 20rem;
  margin: 0 auto;
  padding: 3.35rem 1.3rem 2rem;
  text-align: center;
  box-shadow: none;
}

.step-badge {
    position: absolute;
    top: -1.55rem;
    left: 50%;
    width: 4.3rem;
    height: 4rem;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    color: var(--color-gold);
    font-size: clamp(1.8rem, 2.5vw, 3.9rem);
    font-weight: 800;
    z-index: 1;
}

/* fake border */
.step-badge::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    clip-path: polygon(50% 0%, 95% 23%, 95% 77%, 50% 100%, 5% 77%, 5% 23%);
    transform: scale(1.08);
    z-index: -1;
}

.step-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #efc34d;
    clip-path: polygon(50% 0%, 95% 23%, 95% 77%, 50% 100%, 5% 77%, 5% 23%);
    transform: scale(1.15);
    z-index: -2;
}

.step-card h3 {
  color: var(--color-gold);
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  min-height: 5rem;
}

.step-card p {
  max-width: 14rem;
  margin-inline: auto;
  font-size: clamp(0.9rem, 1.4vw, 1.8rem);
  line-height: 1.5;
}

.results {
  background: linear-gradient(180deg, var(--color-yellow-bright) 0%, #f2b741 100%);
}

.results-grid {
  display: grid;
  gap: 2rem;
}

.result-card {
  max-width: 19rem;
  margin: 0 auto;
  padding: 3rem 1.35rem 1.9rem;
  text-align: center;
  box-shadow: none;
  border: 1px solid #828181;
}

.result-card h3 {
  color: var(--color-gold);
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.result-card p {
  max-width: 14.2rem;
  margin-inline: auto;
  font-size: clamp(0.9rem, 1.4vw, 1.8rem);
  line-height: 1.52;
  color: var(--color-text-soft);
}

.check-icon {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 8px 18px rgba(84, 161, 61, 0.2);
  transform: translateX(-50%);
}

.check-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 0.95rem;
  height: 1.85rem;
  border-right: 0.5rem solid var(--color-surface);
  border-bottom: 0.5rem solid var(--color-surface);
  transform:rotate(45deg) translate(50%, 50%);
}

.bottom-cta {
  background: var(--color-surface);
}

.cta-grid {
  display: grid;
  gap: 2.8rem;
}

.cta-copy {
  max-width: 22rem;
  margin: 0 auto;
  text-align: center;
}

.cta-copy h2 {
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.cta-copy p {
  font-size: clamp(1rem, 4.2vw, 1.55rem);
  line-height: 1.45;
  color: var(--color-text-soft);
}

.cta-list {
  display: grid;
  gap: 1.25rem;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.cta-list li {
  position: relative;
  padding-top: 0.85rem;
  font-size: clamp(1rem, 4.2vw, 1.55rem);
  line-height: 1.35;
}

.cta-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--color-gold);
  clip-path: polygon(50% 0%, 95% 23%, 95% 77%, 50% 100%, 5% 77%, 5% 23%);
}

.cta-panel {
  display: grid;
  justify-items: center;
  text-align: center;
}

.cta-panel .brand-main {
  font-size: clamp(3.7rem, 16vw, 5.1rem);
}

.cta-panel p {
  max-width: 28.5rem;
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  line-height: 1.4;
  color: var(--color-text-soft);
}

.site-footer {
  background: var(--color-footer);
}

.footer-shell {
  padding: 2rem 0 1.4rem;
}

.footer-top-inner {
  display: grid;
  gap: 1.8rem;
  text-align: center;
}

.footer-top-inner > p {
  margin: 0;
  color: var(--color-yellow);
  font-size: clamp(1rem, 1.5vw, 1.8rem);
  line-height: 1.55;
  font-weight: 700;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: clamp(0.85rem, 1.2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-yellow);
}

.footer-bottom-inner {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.8rem;
  text-align: center;
}

.footer-bottom-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}



@media (min-width: 48rem) {
  :root {
    --container-pad: 1.5rem;
    --section-space: 5.2rem;
  }

  .container,
  .container-wide {
    width: min(88vw, calc(100% - (var(--container-pad) * 2)));
    max-width: var(--container-max);
  }

  .site-nav {
    gap: 2rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2.5rem;
    padding: 3.8rem 0 4.7rem;
  }

  .hero-copy {
    margin: 0;
    text-align: left;
  }

  .hero-card-wrap {
    justify-content: flex-end;
  }

  .test-card {
    padding: 2.6rem 1.9rem 2rem;
    border-radius: 1.35rem;
  }

  .section-heading--center-mobile,
  .section-heading--feature {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6rem 2rem;
  }

  .feature-card {
    max-width: none;
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .step-card {
    max-width: none;
    padding: 3.6rem 1.7rem 2.4rem;
  }

  .step-card p,
  .result-card p {
    max-width: none;
  }

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

  .result-card {
    max-width: none;
    padding: 3.15rem 1.7rem 2rem;
  }

  .cta-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: 3rem;
  }

  .cta-copy {
    max-width: 37rem;
    margin: 0;
    text-align: left;
  }

  .cta-list li {
    padding-top: 0;
    padding-left: 1.25rem;
    font-size: 1.2rem;
  }

  .cta-list li::before {
    top: 0.46em;
    left: 0;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 0;
  }

  .footer-top-inner {
    grid-template-columns: minmax(0, 1.3fr) auto;
    align-items: center;
    text-align: left;
  }

  .footer-nav {
    justify-content: flex-end;
  }

  .footer-bottom-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
  }

  /* .hero-decor-92{
    right: -20px;
  } */

}

@media (min-width: 72rem) {
  :root {
    --container-pad: 2rem;
    --section-space: 5.9rem;
  }

  .container {
    width: min(80vw, var(--container-max));
  }

  .container-wide {
    width: min(86vw, var(--container-wide));
  }

  .site-header {
    padding-top: 0.2rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3.4rem;
    min-height: 47rem;
    padding: 5.5rem 0 5.6rem;
  }

  .hero-copy p {
    max-width: 1080px;
    font-size: clamp(1.1rem, 1.6vw, 2.2rem);
    line-height: 1.52;
  }

  .test-card {
    width: 100%;
    max-width: var(--hero-copy-max);
    min-height: 30.5rem;
    padding: 3rem 2.55rem 2.45rem;
    border-radius: var(--radius-lg);
  }

  .card-intro {
    max-width: 20rem;
  }

  .field {
    padding: 1.14rem 1.3rem;
  }

  .button {
    min-width: 11.5rem;
    padding: 0.92rem 1.95rem;
  }

  .hero-copy {
    width: 100%;
  }

  .test-card {
    width: 100%;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.7rem;
  }

  .feature-card + .feature-card {
    padding-top: 0;
  }

  .feature-card + .feature-card::before {
    display: none;
  }

  .feature-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5rem;
    right: -1.0rem;
    width: 1px;
    height: 8rem;
    background: var(--color-line);
  }

  .steps-grid {
    gap: 2.6rem;
  }

  .step-card {
    min-height: 22rem;
    padding: 3.8rem 2rem 2.4rem;
  }

  .results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }

  .result-card {
    min-height: 18.5rem;
    padding: 3.2rem 1.8rem 2rem;
  }

  .cta-grid {
    gap: 4.8rem;
  }

  .cta-panel .brand-main {
    font-size: 5.2rem;
  }

  .footer-shell {
    padding-top: 2.15rem;
  }

  /* .hero-decor-65 {
      left: 20px;
      top: 20%;
  } */
}


@media (max-width: 992px) {
  .container,
  .container-wide {
    width: calc(100% - (var(--container-pad) * 2));
  }

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

  .step-card h3{
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .hero-card-wrap{
    max-width: 90%;
    margin: 0 auto;
  }

  .step-card,
  .result-card{
    width: 100%;
    max-width: 100%;
  }

  .section-heading h2{
    margin: 0 0 50px;
  }

  .hero-card-wrap form.test-card{
    width: 90%;
    max-width: 700px;
  }

   .hero-copy{
    margin-bottom: 50px;
    text-align: center;
  }

  .section-heading--center-mobile,
  .section-heading--feature {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-card-wrap form.test-card{
    width: 90%;
  }

  .steps-grid{
    gap: 3.15rem;
  }

  .feature-card + .feature-card {
    padding-top: 1.8rem;
  }

  .hero-decor-76{
    top: -13%;
    left: -8%;
  }
  .hero-decor-65 {
    top: 14%;
    left: -11%;
  }

  .hero-decor-84 {
    top: -6%;
    right: -14%;
  }

  .hero-decor-92 {
    bottom: -3%;
    right: -13%;
  }

 

}