:root {
  --black: #080806;
  --ink: #0f0d0a;
  --cream: #f5ecdd;
  --white: #f6f2ec;
  --gold: #c79a59;
  --gold-light: #ebc883;
  --rose: #a54f48;
  --sans: "Montserrat", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #111;
  background: #f3d59d;
  text-decoration: none;
  transform: translateY(-150%);
}

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

.pay-later-shell,
main {
  min-width: 0;
}

main {
  overflow: hidden;
}

.section-kicker {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 500;
  letter-spacing: 0.27em;
  line-height: 1.5;
  text-transform: uppercase;
}

.gold-rule {
  width: clamp(78px, 7vw, 116px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), #f2cd86, transparent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 17px 25px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button svg {
  width: 17px;
  height: 17px;
}

.button-gold {
  border: 1px solid var(--gold-light);
  color: #15100a;
  background: linear-gradient(135deg, #f0ce91, #bd8749);
  box-shadow: 0 14px 40px rgba(189, 135, 73, 0.2);
}

.button-gold:hover,
.button-gold:focus-visible {
  color: #080706;
  background: #f1d49d;
}

.pay-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  align-items: center;
  gap: clamp(60px, 7vw, 130px);
  min-height: max(790px, 100svh);
  padding: 145px clamp(46px, 8vw, 145px) 90px;
  isolation: isolate;
  background:
    linear-gradient(105deg, rgba(11, 10, 8, 0.08), rgba(9, 8, 6, 0.76)),
    url("../../../home/assets/images/payment-options/backgrounds/background-desktop-clean.png") center / cover no-repeat,
    #0b0907;
}

.pay-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 79% 47%, rgba(153, 61, 57, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(7, 6, 5, 0.28), rgba(7, 6, 5, 0.04) 42%, rgba(7, 6, 5, 0.45));
  content: "";
}

.pay-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 6, 0.84));
  content: "";
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(229, 190, 121, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: 18%;
  right: 4%;
  width: min(43vw, 680px);
  aspect-ratio: 1;
}

.hero-orbit-two {
  top: 27%;
  right: 9%;
  width: min(32vw, 510px);
  aspect-ratio: 1;
}

.pay-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.pay-hero-copy h1 {
  margin: clamp(36px, 4vw, 58px) 0 30px;
  font-family: var(--serif);
  font-size: clamp(72px, 7.2vw, 116px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.83;
}

.pay-hero-copy h1 span,
.pay-hero-copy h1 em {
  display: block;
}

.pay-hero-copy h1 em {
  margin-top: 15px;
  color: var(--gold);
  font-weight: 400;
}

.hero-summary {
  max-width: 590px;
  margin: 35px 0 0;
  color: rgba(246, 241, 235, 0.78);
  font-family: var(--serif);
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.55;
}

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

.button-quiet {
  min-height: auto;
  padding: 14px 0;
  border-bottom: 1px solid rgba(235, 200, 131, 0.55);
  color: rgba(246, 241, 235, 0.76);
}

.button-quiet:hover,
.button-quiet:focus-visible {
  color: var(--gold-light);
}

.hero-payment-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  min-height: 540px;
  margin-left: auto;
}

.visual-glow {
  position: absolute;
  top: 8%;
  left: 2%;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(188, 86, 73, 0.25), rgba(180, 130, 67, 0.12) 40%, transparent 68%);
  filter: blur(10px);
}

.payment-card {
  position: absolute;
  border: 1px solid rgba(239, 207, 150, 0.36);
  background: linear-gradient(145deg, rgba(28, 24, 19, 0.93), rgba(11, 10, 9, 0.96));
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.payment-card-back {
  top: 84px;
  right: -20px;
  width: 78%;
  min-height: 350px;
  padding: 38px;
  color: rgba(240, 220, 186, 0.5);
  transform: rotate(8deg);
}

.payment-card-back span,
.payment-card-back strong {
  display: block;
}

.payment-card-back span {
  font-size: 9px;
  letter-spacing: 0.21em;
}

.payment-card-back strong {
  position: absolute;
  right: 35px;
  bottom: 34px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.payment-card-front {
  top: 35px;
  left: 0;
  width: 84%;
  min-height: 410px;
  padding: clamp(30px, 3vw, 46px);
}

.payment-card-front::before,
.payment-card-front::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.payment-card-front::before {
  top: -28px;
  right: -26px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(232, 192, 123, 0.4);
}

.payment-card-front::after {
  right: 28px;
  bottom: 27px;
  width: 9px;
  height: 9px;
  background: var(--rose);
  box-shadow: 14px 0 0 rgba(199, 154, 89, 0.7);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(235, 227, 215, 0.58);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.card-mark {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(235, 200, 131, 0.58);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  place-items: center;
}

.card-brand {
  margin: 50px 0 10px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
}

.payment-card-front h2 {
  margin: 0;
  font-weight: 400;
}

.card-as-low {
  display: block;
  color: rgba(246, 241, 235, 0.72);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}

.card-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 10px;
  white-space: nowrap;
}

.card-price strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(73px, 6.5vw, 102px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.card-price small {
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(20px, 1.8vw, 29px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.card-divider {
  width: 100%;
  height: 1px;
  margin: 38px 0 23px;
  background: linear-gradient(90deg, rgba(218, 176, 104, 0.7), rgba(218, 176, 104, 0.08));
}

.card-payment-copy {
  max-width: 330px;
  margin: 0;
  color: rgba(236, 229, 219, 0.56);
  font-size: 9px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-transform: uppercase;
}

.visual-caption {
  position: absolute;
  bottom: 0;
  left: 4%;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  color: rgba(237, 229, 218, 0.56);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.visual-caption span {
  color: var(--gold-light);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: clamp(24px, 3vw, 56px);
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(241, 232, 219, 0.45);
  font-size: 8px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.hero-scroll i {
  width: 46px;
  height: 1px;
  background: rgba(208, 166, 100, 0.45);
}

.why-section {
  position: relative;
  padding: clamp(100px, 10vw, 170px) clamp(32px, 8vw, 140px);
  background:
    radial-gradient(circle at 86% 8%, rgba(172, 115, 59, 0.15), transparent 24%),
    linear-gradient(145deg, #0b0a08, #12100c 52%, #090806);
}

.why-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(205, 164, 98, 0.15), transparent);
  content: "";
}

.why-heading,
.why-copy,
.benefit-grid {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin-inline: auto;
}

.why-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.why-heading h2 {
  grid-column: 1 / -1;
  margin: 35px 0 0;
  font-family: var(--serif);
  font-size: clamp(61px, 6.7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.87;
}

.why-heading h2 em {
  color: var(--gold);
  font-weight: 400;
}

.why-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(50px, 9vw, 145px);
  align-items: start;
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid rgba(205, 164, 98, 0.23);
}

.why-copy p {
  margin: 0;
  color: rgba(238, 231, 221, 0.66);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.9;
}

.why-copy .why-lead {
  color: rgba(248, 243, 235, 0.88);
  font-family: var(--serif);
  font-size: clamp(28px, 2.7vw, 43px);
  line-height: 1.25;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(70px, 8vw, 120px);
  border: 1px solid rgba(205, 164, 98, 0.2);
  background: rgba(205, 164, 98, 0.2);
}

.benefit-card {
  position: relative;
  min-height: 360px;
  padding: clamp(34px, 3.2vw, 54px);
  background: linear-gradient(145deg, rgba(19, 17, 13, 0.98), rgba(10, 9, 7, 0.98));
  overflow: hidden;
}

.benefit-card::after {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(205, 164, 98, 0.14);
  border-radius: 50%;
  content: "";
}

.benefit-number {
  color: rgba(228, 190, 126, 0.55);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.benefit-card > svg {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: 68px;
  color: var(--gold);
  stroke-width: 1.25;
}

.benefit-card h3 {
  margin: 28px 0 17px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
}

.benefit-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(234, 227, 218, 0.57);
  font-size: 13px;
  line-height: 1.8;
}

.story-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
  gap: clamp(70px, 10vw, 170px);
  align-items: center;
  min-height: 720px;
  padding: clamp(100px, 10vw, 165px) clamp(38px, 9vw, 155px);
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.05), rgba(9, 8, 6, 0.72)),
    url("../../../home/assets/images/payment-options/backgrounds/background-desktop-clean.png") center / cover no-repeat,
    #15100b;
}

.story-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 42%, rgba(169, 85, 70, 0.16), transparent 28%);
  content: "";
}

.story-ornament {
  position: absolute;
  top: 7%;
  left: 5%;
  color: rgba(218, 176, 104, 0.07);
  font-family: var(--serif);
  font-size: clamp(280px, 30vw, 520px);
  line-height: 1;
}

.story-copy,
.story-card {
  position: relative;
  z-index: 1;
}

.story-copy h2 {
  margin: 34px 0 45px;
  font-family: var(--serif);
  font-size: clamp(55px, 5.7vw, 88px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.story-copy h2 em {
  color: var(--gold);
  font-weight: 400;
}

.story-copy blockquote {
  max-width: 790px;
  margin: 0;
  padding-left: clamp(28px, 4vw, 62px);
  border-left: 1px solid rgba(221, 177, 102, 0.56);
  color: rgba(247, 242, 235, 0.84);
  font-family: var(--serif);
  font-size: clamp(24px, 2.35vw, 37px);
  font-style: italic;
  line-height: 1.48;
}

.story-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0 0 clamp(28px, 4vw, 62px);
  color: rgba(235, 227, 216, 0.5);
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-author span {
  color: var(--gold-light);
}

.story-card {
  padding: clamp(42px, 4vw, 64px);
  border: 1px solid rgba(228, 188, 119, 0.3);
  background: rgba(10, 9, 7, 0.78);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.story-card-kicker {
  color: var(--rose);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.story-card > strong {
  display: block;
  margin-top: 30px;
  font-family: var(--serif);
  font-size: clamp(33px, 3vw, 47px);
  font-weight: 400;
  line-height: 1.06;
}

.story-card > p {
  margin: 23px 0 36px;
  color: rgba(234, 226, 215, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.story-card > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(228, 188, 119, 0.52);
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

.story-card > a svg {
  width: 17px;
  height: 17px;
}

.apply-section {
  position: relative;
  display: grid;
  min-height: 660px;
  padding: 100px 30px;
  text-align: center;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(155, 79, 64, 0.17), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(205, 164, 98, 0.08), transparent 48%),
    #0a0907;
}

.apply-section::before,
.apply-section::after {
  position: absolute;
  top: 50%;
  width: min(27vw, 420px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(208, 166, 100, 0.42));
  content: "";
}

.apply-section::before {
  left: 0;
}

.apply-section::after {
  right: 0;
  transform: rotate(180deg);
}

.apply-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
}

.apply-content h2 {
  margin: 35px 0 28px;
  font-family: var(--serif);
  font-size: clamp(65px, 7vw, 108px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.84;
}

.apply-content h2 span,
.apply-content h2 em {
  display: block;
}

.apply-content h2 em {
  margin-top: 15px;
  color: var(--gold);
  font-weight: 400;
}

.apply-content > p {
  margin: 30px 0 38px;
  color: rgba(239, 231, 220, 0.68);
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
}

.apply-content small {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(230, 222, 211, 0.42);
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.site-footer {
  padding: clamp(72px, 7vw, 110px) clamp(30px, 6vw, 100px) 32px;
  border-top: 1px solid rgba(201, 164, 111, 0.32);
  background:
    radial-gradient(circle at 8% 2%, rgba(190, 137, 70, 0.18), transparent 28%),
    linear-gradient(145deg, #090806, #11100d 52%, #080706);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 1fr 0.85fr;
  gap: clamp(34px, 4vw, 70px);
  max-width: 1320px;
  margin: 0 auto;
}

.footer-brand img {
  width: min(100%, 245px);
}

.footer-brand p,
.footer-connect p {
  max-width: 320px;
  color: rgba(231, 224, 215, 0.62);
  line-height: 1.6;
}

.footer-brand p {
  font-family: var(--serif);
  font-size: 22px;
}

.footer-column h2 {
  margin: 4px 0 26px;
  color: #d2a766;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-nav span {
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  color: rgba(241, 235, 227, 0.72);
  font-family: var(--serif);
  font-size: 19px;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--gold-light);
}

.footer-nav span[aria-disabled="true"] {
  color: rgba(241, 235, 227, 0.36);
}

.footer-visit address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(236, 229, 220, 0.7);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.footer-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 28px;
  padding: 15px 17px;
  border: 1px solid rgba(201, 164, 111, 0.65);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-book-link svg {
  width: 17px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-socials a {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 164, 111, 0.4);
  border-radius: 50%;
  color: #d8b171;
  text-decoration: none;
  place-items: center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 70px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(201, 164, 111, 0.2);
}

.footer-bottom p {
  margin: 0;
  color: rgba(226, 219, 210, 0.45);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .pay-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 42px;
    padding-inline: 54px;
  }

  .hero-payment-visual {
    min-height: 500px;
  }

  .story-section {
    gap: 60px;
    padding-inline: 70px;
  }

  .footer-main {
    grid-template-columns: 1.1fr 0.7fr 1fr;
  }

  .footer-connect {
    grid-column: 3;
  }
}

@media (max-width: 899px) {
  .pay-hero {
    grid-template-columns: 1fr;
    gap: 55px;
    min-height: auto;
    padding: 145px clamp(28px, 7vw, 58px) 85px;
    background:
      linear-gradient(180deg, rgba(8, 7, 5, 0.1), rgba(8, 7, 5, 0.6)),
      url("../../../home/assets/images/payment-options/backgrounds/background-mobile-clean.png") center / cover no-repeat,
      #0b0907;
  }

  .pay-hero-copy {
    max-width: 720px;
  }

  .pay-hero-copy h1 {
    font-size: clamp(70px, 13vw, 104px);
  }

  .hero-payment-visual {
    width: min(100%, 580px);
    min-height: 530px;
    margin: 0 auto;
  }

  .hero-orbit-one {
    top: 48%;
    right: -20%;
    width: 80vw;
  }

  .hero-orbit-two {
    top: 53%;
    right: -6%;
    width: 58vw;
  }

  .hero-scroll {
    display: none;
  }

  .why-heading,
  .why-copy {
    grid-template-columns: 1fr;
  }

  .why-heading h2 {
    font-size: clamp(58px, 11vw, 84px);
  }

  .why-copy {
    gap: 35px;
  }

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

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

  .benefit-card > svg {
    margin-top: 46px;
  }

  .story-section {
    grid-template-columns: 1fr;
    gap: 70px;
    min-height: auto;
    padding: 110px clamp(28px, 7vw, 58px);
    background:
      linear-gradient(180deg, rgba(9, 8, 6, 0.1), rgba(9, 8, 6, 0.72)),
      url("../../../home/assets/images/payment-options/backgrounds/background-mobile-clean.png") center / cover no-repeat,
      #15100b;
  }

  .story-card {
    width: min(100%, 580px);
  }

  .apply-section::before,
  .apply-section::after {
    width: 15vw;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-connect {
    grid-column: auto;
  }
}

@media (max-width: 599px) {
  .pay-hero {
    padding: 126px 22px 70px;
  }

  .section-kicker {
    font-size: 9px;
  }

  .pay-hero-copy h1 {
    margin-top: 30px;
    font-size: clamp(57px, 17vw, 78px);
    line-height: 0.88;
  }

  .hero-summary {
    font-size: 20px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .button-quiet {
    align-self: flex-start;
  }

  .hero-payment-visual {
    min-height: 440px;
  }

  .payment-card-back {
    top: 58px;
    right: -9%;
    min-height: 305px;
  }

  .payment-card-front {
    top: 22px;
    width: 91%;
    min-height: 350px;
    padding: 29px 25px;
  }

  .card-brand {
    margin-top: 34px;
    font-size: 22px;
  }

  .card-price strong {
    font-size: clamp(68px, 23vw, 88px);
  }

  .card-price small {
    font-size: clamp(18px, 6vw, 24px);
  }

  .card-divider {
    margin: 28px 0 19px;
  }

  .card-payment-copy {
    max-width: 250px;
    font-size: 8px;
  }

  .visual-caption {
    left: 0;
    font-size: 8px;
  }

  .why-section {
    padding: 90px 22px;
  }

  .why-heading h2 {
    font-size: clamp(51px, 15vw, 70px);
  }

  .why-copy {
    margin-top: 48px;
  }

  .why-copy .why-lead {
    font-size: 29px;
  }

  .benefit-grid {
    margin-top: 65px;
  }

  .benefit-card {
    padding: 36px 30px 42px;
  }

  .story-section {
    padding: 90px 22px;
  }

  .story-copy h2 {
    font-size: clamp(49px, 14vw, 66px);
  }

  .story-copy blockquote {
    padding-left: 24px;
    font-size: 23px;
  }

  .story-author {
    margin-left: 24px;
  }

  .story-card {
    padding: 38px 29px;
  }

  .apply-section {
    min-height: 590px;
    padding-inline: 22px;
  }

  .apply-section::before,
  .apply-section::after {
    display: none;
  }

  .apply-content h2 {
    font-size: clamp(58px, 17vw, 76px);
  }

  .site-footer {
    padding: 65px 22px 28px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 52px;
  }
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
