:root {
  --brand-red: #c80d1e;
  --brand-red-dark: #8d0612;
  --brand-red-deep: #520108;
  --brand-yellow: #ffdb00;
  --brand-gold: #f6ad14;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #24100c;
  --muted: #775e58;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 46%, rgba(255, 101, 26, 0.24), transparent 24%),
    radial-gradient(circle at 12% 15%, rgba(255, 215, 0, 0.12), transparent 23%),
    linear-gradient(128deg, #a30412 0%, var(--brand-red) 47%, #7a020a 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: -260px;
  right: -180px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(255, 218, 0, 0.34);
  box-shadow:
    0 0 90px rgba(255, 193, 7, 0.24),
    inset 0 0 90px rgba(255, 193, 7, 0.14);
}

.hero-glow-two {
  bottom: -360px;
  left: -220px;
  width: 680px;
  height: 680px;
  background: rgba(71, 0, 6, 0.38);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand,
.footer-brand {
  position: relative;
  display: block;
  width: 188px;
  height: 76px;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand img,
.footer-brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 235px;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 640px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  padding-block: 58px 108px;
}

.hero-copy {
  padding-bottom: 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 222, 0, 0.5);
  border-radius: 999px;
  background: rgba(83, 0, 8, 0.28);
  color: #ffe66a;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-yellow);
  box-shadow: 0 0 15px rgba(255, 219, 0, 0.9);
}

.hero h1 {
  max-width: 670px;
  margin: 0;
  font-size: clamp(3.25rem, 5.5vw, 5.7rem);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.065em;
  text-wrap: balance;
  text-shadow: 0 7px 28px rgba(57, 0, 4, 0.28);
}

.hero h1 span {
  display: block;
  color: var(--brand-yellow);
}

.hero-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 34px;
}

.group-button {
  position: relative;
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 19px 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffe42c 0%, #ffc400 100%);
  color: #4c1108;
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  box-shadow:
    0 15px 34px rgba(76, 0, 6, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.group-button::before {
  position: absolute;
  top: -160%;
  left: -80%;
  width: 58%;
  height: 380%;
  content: "";
  background: rgba(255, 255, 255, 0.42);
  transform: rotate(24deg);
  transition: left 480ms ease;
}

.group-button:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow:
    0 19px 40px rgba(66, 0, 5, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.group-button:hover::before {
  left: 140%;
}

.group-button:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.group-button.compact {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(61, 0, 5, 0.25);
}

.button-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.trust-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  line-height: 1.5;
}

.trust-line > span:first-child {
  margin-right: 4px;
  color: var(--brand-yellow);
  font-weight: 900;
}

.trust-separator {
  padding-inline: 7px;
  color: rgba(255, 255, 255, 0.33);
}

.campaign-wrap {
  position: relative;
  width: min(100%, 510px);
  justify-self: end;
}

.campaign-halo {
  position: absolute;
  inset: 7% -8% -8% 9%;
  z-index: -1;
  border-radius: 45%;
  background: rgba(255, 185, 13, 0.26);
  filter: blur(48px);
}

.campaign-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 223, 95, 0.54);
  border-radius: 32px;
  background: #9b0610;
  box-shadow:
    0 35px 80px rgba(56, 0, 5, 0.55),
    0 0 0 8px rgba(255, 255, 255, 0.05),
    inset 0 1px rgba(255, 255, 255, 0.18);
  transform: rotate(1.2deg);
}

.campaign-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 28%);
}

.campaign-card img {
  width: 100%;
  height: auto;
}

.floating-note {
  position: absolute;
  right: -26px;
  bottom: 30px;
  display: grid;
  min-width: 210px;
  grid-template-columns: auto 1fr;
  gap: 1px 9px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 231, 93, 0.65);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(80, 0, 6, 0.96), rgba(145, 3, 15, 0.96));
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.72rem;
  line-height: 1.2;
  box-shadow: 0 14px 30px rgba(52, 0, 4, 0.35);
  backdrop-filter: blur(10px);
}

.floating-note span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--brand-yellow);
  font-size: 1.35rem;
}

.floating-note strong {
  color: var(--white);
  font-size: 0.84rem;
}

.spark-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.spark-field i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #ffd51c;
  box-shadow: 0 0 10px 2px rgba(255, 204, 0, 0.45);
  animation: shimmer 3.8s ease-in-out infinite;
}

.spark-field i:nth-child(1) { top: 14%; left: 7%; }
.spark-field i:nth-child(2) { top: 25%; left: 18%; animation-delay: -1s; }
.spark-field i:nth-child(3) { top: 10%; left: 36%; animation-delay: -2s; }
.spark-field i:nth-child(4) { top: 42%; left: 4%; animation-delay: -0.4s; }
.spark-field i:nth-child(5) { top: 72%; left: 12%; animation-delay: -1.8s; }
.spark-field i:nth-child(6) { top: 86%; left: 28%; animation-delay: -2.7s; }
.spark-field i:nth-child(7) { top: 32%; left: 44%; animation-delay: -0.6s; }
.spark-field i:nth-child(8) { top: 66%; left: 48%; animation-delay: -2.1s; }
.spark-field i:nth-child(9) { top: 18%; left: 58%; animation-delay: -1.3s; }
.spark-field i:nth-child(10) { top: 79%; left: 64%; animation-delay: -2.9s; }
.spark-field i:nth-child(11) { top: 8%; left: 74%; animation-delay: -0.8s; }
.spark-field i:nth-child(12) { top: 38%; left: 81%; animation-delay: -2.4s; }
.spark-field i:nth-child(13) { top: 60%; left: 91%; animation-delay: -1.2s; }
.spark-field i:nth-child(14) { top: 89%; left: 86%; animation-delay: -2.3s; }
.spark-field i:nth-child(15) { top: 24%; left: 95%; animation-delay: -0.2s; }
.spark-field i:nth-child(16) { top: 54%; left: 34%; animation-delay: -1.7s; }
.spark-field i:nth-child(17) { top: 92%; left: 6%; animation-delay: -0.9s; }
.spark-field i:nth-child(18) { top: 48%; left: 67%; animation-delay: -2.5s; }
.spark-field i:nth-child(19) { top: 76%; left: 76%; animation-delay: -0.5s; }
.spark-field i:nth-child(20) { top: 5%; left: 91%; animation-delay: -1.6s; }

.hero-wave {
  position: absolute;
  right: -3%;
  bottom: -66px;
  left: -3%;
  height: 110px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--cream);
}

.section-inner {
  padding-block: 110px 104px;
}

.benefits-section {
  background: var(--cream);
}

.section-heading {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker,
.cta-kicker {
  margin: 0 0 13px;
  color: var(--brand-red);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.steps-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.8vw, 3.6rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 53px;
}

.benefit-card {
  position: relative;
  padding: 30px 28px 31px;
  overflow: hidden;
  border: 1px solid rgba(106, 26, 16, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 13px 35px rgba(83, 24, 14, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.benefit-card::after {
  position: absolute;
  top: -42px;
  right: -34px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  content: "";
  background: rgba(255, 216, 0, 0.12);
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 21px 42px rgba(83, 24, 14, 0.1);
}

.benefit-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--brand-red), var(--brand-red-dark));
  color: var(--brand-yellow);
  box-shadow: 0 10px 22px rgba(153, 4, 15, 0.21);
}

.benefit-icon svg {
  width: 25px;
  height: 25px;
}

.benefit-card h3 {
  margin: 23px 0 9px;
  font-size: 1.11rem;
  letter-spacing: -0.025em;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.steps-section {
  background: var(--paper);
}

.steps-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(56px, 9vw, 125px);
  align-items: start;
  padding-block: 105px;
}

.steps-copy {
  position: sticky;
  top: 40px;
}

.steps-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 21px 23px;
  border: 1px solid rgba(106, 26, 16, 0.1);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 11px 32px rgba(83, 24, 14, 0.05);
}

.steps-list li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-yellow);
  color: #71100a;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: inset 0 -3px 0 rgba(178, 91, 0, 0.12);
}

.steps-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.steps-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 218, 0, 0.2), transparent 25%),
    linear-gradient(123deg, #7c020c, var(--brand-red) 58%, #980613);
  color: var(--white);
}

.final-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.15;
  background-image: radial-gradient(#ffd900 1px, transparent 1.5px);
  background-size: 37px 37px;
}

.final-cta-glow {
  position: absolute;
  right: 10%;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 220, 0, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 100px rgba(255, 208, 0, 0.12);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding-block: 76px;
}

.cta-kicker {
  color: #ffe44b;
}

.final-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.8vw, 3.45rem);
}

footer {
  background: #3a0509;
  color: rgba(255, 255, 255, 0.6);
}

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

.footer-brand {
  width: 152px;
  height: 65px;
}

.footer-brand img {
  width: 194px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.78rem;
}

.mobile-sticky {
  display: none;
}

@keyframes shimmer {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.7rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .floating-note {
    right: -10px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 34px, 600px);
  }

  .hero {
    min-height: auto;
  }

  .site-header {
    min-height: 82px;
  }

  .site-header > .group-button {
    display: none;
  }

  .brand {
    width: 164px;
    height: 67px;
  }

  .brand img {
    width: 207px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 48px 112px;
  }

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

  .eyebrow {
    margin-bottom: 19px;
  }

  .hero h1 {
    max-width: 610px;
    margin-inline: auto;
    font-size: clamp(2.9rem, 12.4vw, 4.3rem);
    line-height: 0.98;
  }

  .hero-lead {
    margin-inline: auto;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: center;
    margin-top: 28px;
  }

  .campaign-wrap {
    width: min(94%, 500px);
    justify-self: center;
  }

  .campaign-card {
    border-radius: 25px;
    transform: rotate(0.7deg);
  }

  .floating-note {
    right: -7px;
    bottom: 20px;
  }

  .hero-wave {
    bottom: -72px;
  }

  .section-inner {
    padding-block: 88px 80px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .benefit-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    padding: 23px;
  }

  .benefit-card h3 {
    align-self: end;
    margin: 0 0 4px;
  }

  .benefit-card p {
    grid-column: 2;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-block: 82px;
  }

  .steps-copy {
    position: static;
    text-align: center;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-block: 65px 72px;
    text-align: center;
  }

  .final-cta-inner .group-button {
    justify-self: center;
  }

  .footer-inner {
    min-height: 145px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding-bottom: 18px;
  }

  .mobile-sticky {
    position: fixed;
    right: 13px;
    bottom: max(13px, env(safe-area-inset-bottom));
    left: 13px;
    z-index: 100;
    display: block;
  }

  .mobile-sticky .group-button {
    width: 100%;
    min-height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 12px 35px rgba(49, 0, 4, 0.38);
  }

  footer {
    padding-bottom: 70px;
  }
}

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

  .hero-grid {
    gap: 36px;
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 13.5vw, 3.55rem);
  }

  .hero-lead {
    font-size: 0.95rem;
    line-height: 1.58;
  }

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

  .floating-note {
    right: -2px;
    bottom: 12px;
    min-width: 190px;
  }

  .section-heading h2,
  .steps-copy h2,
  .final-cta h2 {
    font-size: 2.15rem;
  }

  .benefit-card {
    grid-template-columns: 45px 1fr;
    column-gap: 15px;
    padding: 21px 19px;
  }

  .benefit-icon {
    width: 45px;
    height: 45px;
  }

  .steps-list li {
    padding: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
