@font-face {
  font-family: "Delta Sans";
  src: url("/assets/poppins.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

:root {
  --black: #0b0c0c;
  --black-soft: #111312;
  --ivory: #f7f4ed;
  --white: #fff;
  --gold: #c79a33;
  --gold-light: #e3bc5a;
  --ink: #171918;
  --muted: #686964;
  --line: rgba(199, 154, 51, 0.58);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Delta Sans", "Avenir Next", "Segoe UI", sans-serif;
  --container: min(1380px, calc(100vw - 80px));
  color-scheme: light;
  font-family: var(--sans);
  font-synthesis: none;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.98;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--gold);
  color: var(--black);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  min-height: 92px;
  padding: 0 max(40px, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(199, 154, 51, 0.46);
  background: rgba(11, 12, 12, 0.95);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: 125px;
  height: 78px;
  align-items: center;
  overflow: hidden;
}

.brand img,
.footer-logo {
  width: 126px;
  filter: drop-shadow(0 0 10px rgba(199, 154, 51, 0.08));
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3vw, 54px);
  font-size: 0.93rem;
}

.desktop-nav a,
.login-link {
  opacity: 0.86;
  transition: color 180ms ease, opacity 180ms ease;
}

.desktop-nav a:hover,
.login-link:hover {
  color: var(--gold-light);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.language-control {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.language-control span {
  opacity: 0.42;
}

.language-control .language-active,
.language-control span:nth-child(2) {
  opacity: 1;
}

.language-control span:nth-child(2) {
  color: var(--gold);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 650;
  letter-spacing: -0.015em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.button-gold {
  background: linear-gradient(105deg, #b78424, #e0b84f 56%, #c28f28);
  color: #111;
  box-shadow: 0 14px 40px rgba(199, 154, 51, 0.12);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
}

.menu-button span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 82px 0 0;
  flex-direction: column;
  gap: 28px;
  padding: 48px 28px;
  background: var(--black);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.9rem;
}

.mobile-menu:not([hidden]) {
  display: flex;
}

.section-dark {
  background:
    radial-gradient(circle at 43% 45%, rgba(255, 255, 255, 0.045), transparent 30%),
    linear-gradient(115deg, #0a0b0b, #111312 63%, #090a0a);
  color: var(--white);
}

.section-light {
  background:
    radial-gradient(circle at 72% 12%, rgba(199, 154, 51, 0.045), transparent 31%),
    var(--ivory);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr) minmax(410px, 0.82fr);
  min-height: min(760px, calc(100vh - 92px));
  max-height: 860px;
  overflow: hidden;
  padding: 54px max(40px, calc((100vw - 1440px) / 2)) 0;
}

.hero::before {
  position: absolute;
  inset: auto auto 0 0;
  width: 410px;
  height: 210px;
  background: repeating-radial-gradient(ellipse at 0 100%, transparent 0 9px, rgba(199, 154, 51, 0.08) 10px 11px);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 0 12px 70px 0;
}

.hero h1 {
  max-width: 600px;
  margin-bottom: 28px;
  font-size: clamp(3.5rem, 4.4vw, 5rem);
  line-height: 0.98;
}

.gold-line {
  width: 72px;
  height: 2px;
  margin: 0 0 26px;
  background: var(--gold);
}

.hero-copy p {
  max-width: 470px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-portrait {
  position: relative;
  align-self: end;
  height: 92%;
  min-height: 620px;
}

.hero-portrait img {
  position: absolute;
  z-index: 2;
  right: -140px;
  bottom: 0;
  width: min(430px, 40vw);
  max-width: none;
  height: 92%;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
  filter: saturate(0.88) contrast(1.02);
  -webkit-mask-image: linear-gradient(to bottom, #000 0 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0 88%, transparent 100%);
}

.portrait-rings {
  position: absolute;
  z-index: 1;
  top: 9%;
  left: -26%;
  width: 470px;
  aspect-ratio: 1;
  border: 1px solid rgba(199, 154, 51, 0.46);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(0, 0, 0, 0), 0 0 0 53px rgba(199, 154, 51, 0.17);
}

.maple {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  left: -42%;
  width: 125px;
  fill: none;
  stroke: rgba(199, 154, 51, 0.32);
  stroke-width: 1.2;
}

.loan-panel {
  position: relative;
  z-index: 3;
  align-self: center;
  margin: 0 0 54px 34px;
  padding: 36px 38px 30px;
  border: 1px solid rgba(199, 154, 51, 0.62);
  background: #0d0f0e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.27);
}

.panel-topline {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.95rem;
}

.amount-output {
  font-family: var(--serif);
  font-size: 4rem;
  line-height: 1.1;
}

.loan-range {
  width: 100%;
  height: 3px;
  margin: 24px 0 5px;
  accent-color: var(--gold);
  cursor: pointer;
}

.range-ends {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.frequency {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 28px 0 22px;
  padding: 0;
  border: 0;
}

.frequency legend {
  grid-column: 1 / -1;
  margin-bottom: 12px;
  font-size: 0.92rem;
}

.frequency-button {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.77);
  cursor: pointer;
}

.frequency-button.is-active {
  border-color: var(--gold);
  background: rgba(199, 154, 51, 0.07);
  color: var(--gold-light);
}

.estimate {
  padding: 23px 0 20px;
  border-top: 1px solid var(--line);
}

.estimate strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 3.1rem;
  font-weight: 400;
}

.estimate p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.button-full {
  width: 100%;
}

.panel-disclaimer {
  max-width: 300px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
}

.country-band {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  padding: 60px 24px;
  border-top: 1px solid var(--gold);
  background: var(--ivory);
}

.country-band h2 {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 1.05;
  text-align: center;
}

.canada-line {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  opacity: 0.2;
  background:
    linear-gradient(162deg, transparent 0 44%, var(--gold) 44.4% 44.7%, transparent 45%) 0 40px / 240px 100px repeat-x,
    linear-gradient(18deg, transparent 0 49%, var(--gold) 49.4% 49.7%, transparent 50%) 80px 48px / 300px 90px repeat-x;
}

.section-heading h2 {
  margin-bottom: 22px;
}

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

.section-heading-centered .gold-line {
  margin-inline: auto;
}

.process {
  padding: 120px max(40px, calc((100vw - 1360px) / 2));
}

.process > .section-heading {
  max-width: 650px;
  margin-bottom: 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.step {
  display: grid;
  align-items: start;
}

.step-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 4.5rem;
  line-height: 1;
}

.step h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.08;
}

.step p {
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

.step img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  filter: saturate(0.84);
}

.step-one {
  grid-column: 1 / 6;
  grid-template-columns: 120px 1fr;
  gap: 18px;
}

.step-one img {
  grid-column: 2;
  margin-top: 26px;
}

.step-two {
  grid-column: 6 / 10;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  margin-top: -55px;
}

.step-two img {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.step-three {
  grid-column: 10 / 13;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  margin-top: -145px;
}

.step-three img {
  grid-column: 1 / -1;
  margin-bottom: 22px;
  aspect-ratio: 1;
}

.why {
  padding: 120px max(40px, calc((100vw - 1360px) / 2)) 70px;
}

.why .section-heading h2 {
  color: var(--gold-light);
}

.why-intro {
  max-width: 760px;
  margin: 0 0 68px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.45;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px 28px;
  padding: 46px 40px 46px 0;
}

.proof-list article + article {
  padding-left: 40px;
  border-left: 1px solid var(--line);
}

.proof-list svg {
  grid-row: 1 / 3;
  width: 58px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.proof-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.proof-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.84rem;
  line-height: 1.62;
}

.legal-note {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.7rem;
}

.calculator {
  padding: 120px max(40px, calc((100vw - 1360px) / 2)) 70px;
}

.calculator .section-heading {
  margin-bottom: 62px;
}

.ornament-line {
  width: 440px;
  max-width: 72vw;
  height: 12px;
  margin: 0 auto;
  background:
    linear-gradient(var(--gold), var(--gold)) 0 50% / 100% 1px no-repeat,
    linear-gradient(45deg, transparent 40%, var(--gold) 42% 58%, transparent 60%) 50% 50% / 12px 12px no-repeat;
}

.calculator-rail {
  display: grid;
  grid-template-columns: 1.5fr 0.78fr 0.8fr auto;
  gap: 32px;
  align-items: center;
  padding: 0 0 38px;
  border-bottom: 1px solid var(--line);
}

.calculator-rail > div + div {
  min-height: 145px;
  padding-left: 32px;
  border-left: 1px solid var(--line);
}

.rail-label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rail-amount output,
.rail-estimate strong {
  display: block;
  font-family: var(--serif);
  font-size: 3.1rem;
  line-height: 1.1;
}

.light-range {
  margin-top: 25px;
}

.rail-amount .range-ends {
  color: var(--muted);
}

.segmented {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--gold);
}

.segmented button {
  min-height: 46px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.segmented button.is-active {
  background: var(--gold);
  color: var(--white);
}

.rail-estimate > span:not(.rail-label) {
  font-size: 0.75rem;
}

.rail-estimate p {
  margin: 14px 0 0;
  font-size: 0.76rem;
}

.calculator-disclaimer {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.73rem;
  text-align: center;
}

.testimonials {
  padding: 110px max(40px, calc((100vw - 1360px) / 2)) 120px;
}

.testimonials-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.testimonials h2 {
  color: var(--gold-light);
}

.carousel-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  color: var(--gold-light);
  cursor: pointer;
}

.testimonial-stage {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 22px;
  min-height: 390px;
}

.testimonial {
  position: relative;
  display: grid;
  align-content: start;
  padding: 34px;
  border: 1px solid rgba(199, 154, 51, 0.62);
}

.testimonial.is-featured {
  grid-template-columns: minmax(150px, 0.72fr) 1.35fr;
  gap: 34px;
}

.testimonial img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.testimonial blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 2.3rem);
  line-height: 1.25;
}

.testimonial blockquote::before {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  content: "“";
  font-size: 3.4rem;
  line-height: 0.6;
}

.testimonial cite {
  display: block;
  margin-top: 26px;
  color: var(--gold-light);
  font-style: normal;
}

.testimonial:not(.is-featured) img {
  width: 110px;
  margin-bottom: 28px;
}

.testimonial:not(.is-featured) blockquote {
  font-size: 1.35rem;
}

.faq {
  padding: 110px max(40px, calc((100vw - 1260px) / 2)) 120px;
}

.faq-mark {
  width: 45px;
  margin: 0 auto 20px;
}

.faq-mark svg {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.3;
}

.faq .section-heading {
  margin-bottom: 54px;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 54px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.33rem;
  text-align: left;
}

.faq-icon {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 300;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  transition: grid-template-rows 240ms ease, padding 240ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) 1fr auto;
  gap: 72px;
  align-items: center;
  padding: 72px max(40px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid rgba(199, 154, 51, 0.26);
}

.canada-skyline svg {
  width: 100%;
  max-width: 400px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.2;
}

.final-cta h2 {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: clamp(2.8rem, 4vw, 4.7rem);
}

.final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.site-footer {
  padding: 44px max(40px, calc((100vw - 1360px) / 2)) 24px;
  background: #080909;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 210px 1fr 1fr auto;
  gap: 54px;
  align-items: center;
  padding-bottom: 38px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  padding: 4px 54px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-size: 0.8rem;
}

.footer-links a,
address a {
  opacity: 0.78;
}

.footer-links a:hover,
address a:hover {
  color: var(--gold-light);
  opacity: 1;
}

address {
  display: grid;
  gap: 12px;
  font-size: 0.8rem;
  font-style: normal;
}

address span {
  color: rgba(255, 255, 255, 0.58);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(199, 154, 51, 0.48);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.privacy-dialog {
  width: min(930px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  padding: 0;
  border: 1px solid var(--gold);
  background: var(--ivory);
  color: var(--ink);
}

.privacy-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(5px);
}

.privacy-toolbar {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.privacy-toolbar img {
  width: 90px;
}

.privacy-toolbar button {
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 2rem;
}

.privacy-dialog article {
  padding: 56px clamp(24px, 7vw, 76px) 80px;
}

.privacy-dialog h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.privacy-dialog h2 {
  margin: 42px 0 12px;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
}

.privacy-dialog p,
.privacy-dialog li {
  color: #555752;
  font-size: 0.92rem;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 150px 1fr auto;
  }

  .desktop-nav {
    gap: 20px;
    font-size: 0.8rem;
  }

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

  .hero h1 {
    font-size: clamp(3.3rem, 5vw, 4.6rem);
  }

  .hero-portrait {
    opacity: 0.72;
  }

  .loan-panel {
    margin-left: 0;
  }

  .proof-list article {
    grid-template-columns: 1fr;
  }

  .proof-list svg {
    grid-row: auto;
  }

  .calculator-rail {
    grid-template-columns: 1.4fr 0.85fr 0.8fr;
  }

  .calculator-rail > .button {
    grid-column: 3;
  }

  .testimonial-stage {
    grid-template-columns: 1.8fr 1fr;
  }

  .testimonial:nth-child(3) {
    display: none;
  }

  .final-cta {
    grid-template-columns: 0.65fr 1fr;
  }

  .final-cta .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 40px, 680px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 82px;
    padding: 0 22px;
  }

  .desktop-nav,
  .login-link,
  .header-cta {
    display: none;
  }

  .header-actions {
    gap: 16px;
  }

  .menu-button {
    display: block;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    max-height: none;
    padding: 78px 20px 48px;
  }

  .hero-copy {
    width: var(--container);
    margin: 0 auto;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 10vw, 5.2rem);
  }

  .hero-portrait {
    width: var(--container);
    height: 380px;
    min-height: 0;
    margin: 20px auto 0;
  }

  .hero-portrait img {
    right: 5%;
    width: 58%;
    height: 100%;
  }

  .portrait-rings {
    top: 5%;
    left: 28%;
    width: 340px;
  }

  .maple {
    bottom: 5%;
    left: 8%;
  }

  .loan-panel {
    width: var(--container);
    margin: -26px auto 0;
    padding: 30px;
  }

  .process,
  .why,
  .calculator,
  .testimonials,
  .faq {
    padding: 84px 20px;
  }

  .process > *,
  .why > *,
  .calculator > *,
  .testimonials > *,
  .faq > * {
    width: var(--container);
    margin-right: auto;
    margin-left: auto;
  }

  .steps {
    display: grid;
    grid-template-columns: 1fr;
  }

  .step-one,
  .step-two,
  .step-three {
    grid-column: auto;
    margin-top: 0;
  }

  .step-three {
    grid-template-columns: 90px 1fr;
  }

  .step-three img {
    order: 3;
    margin-top: 22px;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .proof-list article,
  .proof-list article + article {
    grid-template-columns: 70px 1fr;
    padding: 32px 0;
    border-left: 0;
  }

  .proof-list article + article {
    border-top: 1px solid var(--line);
  }

  .proof-list svg {
    grid-row: 1 / 3;
  }

  .calculator-rail {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-rail > div + div {
    min-height: auto;
  }

  .calculator-rail > .button {
    grid-column: 2;
    justify-self: start;
  }

  .testimonial-stage {
    grid-template-columns: 1fr;
  }

  .testimonial.is-featured {
    grid-template-columns: 0.6fr 1fr;
  }

  .testimonial:not(.is-featured) {
    display: none;
  }

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

  .final-cta {
    grid-template-columns: 1fr;
    padding: 72px 20px;
  }

  .final-cta > * {
    width: var(--container);
    margin-inline: auto;
  }

  .final-cta .button {
    grid-column: auto;
    justify-self: auto;
    width: auto;
    margin-left: max(20px, calc((100vw - 680px) / 2));
  }

  .site-footer {
    padding: 44px 20px 24px;
  }

  .footer-main {
    width: var(--container);
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
  }

  .footer-links {
    padding: 0;
    border: 0;
  }

  .footer-bottom {
    width: var(--container);
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .brand {
    width: 96px;
    height: 68px;
  }

  .brand img {
    width: 94px;
  }

  .site-header .language-control {
    font-size: 0.72rem;
  }

  .hero {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.4rem);
  }

  .hero-copy p {
    font-size: 0.95rem;
  }

  .hero-portrait {
    height: 330px;
  }

  .hero-portrait img {
    right: -4%;
    width: 76%;
  }

  .portrait-rings {
    left: 15%;
    width: 300px;
  }

  .loan-panel {
    margin-top: -4px;
    padding: 26px 22px;
  }

  .amount-output {
    font-size: 3.4rem;
  }

  .country-band {
    min-height: 230px;
  }

  .country-band h2 {
    font-size: 2.65rem;
  }

  .steps {
    gap: 62px;
  }

  .step-one,
  .step-two,
  .step-three {
    grid-template-columns: 74px 1fr;
  }

  .step img {
    grid-column: 1 / -1;
  }

  .step-number {
    font-size: 3.4rem;
  }

  .why-intro {
    font-size: 1.28rem;
  }

  .proof-list article,
  .proof-list article + article {
    grid-template-columns: 54px 1fr;
  }

  .proof-list svg {
    width: 44px;
  }

  .calculator-rail {
    grid-template-columns: 1fr;
  }

  .calculator-rail > div + div {
    padding: 28px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .calculator-rail > .button {
    grid-column: auto;
    width: 100%;
  }

  .testimonials-header {
    display: block;
  }

  .testimonial-stage {
    min-height: auto;
  }

  .testimonial.is-featured {
    display: block;
    padding: 24px;
  }

  .testimonial.is-featured img {
    width: 120px;
    margin-bottom: 28px;
  }

  .testimonial blockquote {
    font-size: 1.55rem;
  }

  .faq-question {
    font-size: 1.14rem;
  }

  .final-cta {
    gap: 34px;
  }

  .final-cta .button {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

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

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

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
