:root {
  --ink: #173f31;
  --text: #263d34;
  --muted: #626d66;
  --green: #24734b;
  --yellow: #f2d968;
  --paper: #fafbf7;
  --line: #dbe1d9;
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

button, input {
  font: inherit;
}

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid #b38400;
  outline-offset: 5px;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

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

h1, h2, h3 {
  color: var(--ink);
  line-height: 1.12;
}

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--yellow);
  padding: 12px 20px;
}

.skip-link:focus {
  top: 16px;
}

.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  padding: 6px 24px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

.announcement > span {
  color: #c9dbc7;
  font-size: 11px;
  letter-spacing: .1em;
}

.announcement strong {
  font-weight: 600;
}

.announcement a {
  margin-left: 22px;
  color: #f5df79;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250,251,247,.97);
  border-bottom: 1px solid rgba(23,63,49,.09);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.8px;
}

.brand b {
  font-weight: 750;
}

.brand-logo {
  width: 44px;
  height: 46px;
  object-fit: contain;
  border-radius: 7px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 800;
  font-size: 16px;
  border-radius: 13px;
}

.main-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}

.main-nav a {
  padding-block: 12px;
}

.main-nav a:hover {
  color: var(--green);
}

.button {
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
  transition: background .2s, transform .2s;
}

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

.button-dark {
  color: #fff;
  background: var(--ink);
}

.button-dark:hover {
  background: #236247;
}

.button-outline {
  border-color: #bfcbbd;
  color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  background: #e9eee5;
}

.header-cta {
  min-height: 46px;
  padding: 12px 18px;
}

.menu-toggle {
  background: transparent;
  color: var(--ink);
  border: 0;
  padding: 10px;
}

.hero {
  padding: 70px 0 76px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 55px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: .17em;
  font-weight: 650;
  color: var(--green);
  margin-bottom: 22px;
}

.eyebrow::before {
  content: "";
  height: 1px;
  width: 27px;
  background: currentColor;
}

h1 {
  font-size: clamp(42px, 4.5vw, 66px);
  letter-spacing: -.055em;
  font-weight: 600;
  line-height: 1.09;
}

h1 em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero-description {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 470px;
  margin: 25px 0 30px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.link-note {
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
}

.link-note strong {
  font-weight: 600;
  color: var(--ink);
}

.hero-rate {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  max-width: 400px;
}

.currency-icon {
  display: grid;
  place-items: center;
  flex: 0 0 45px;
  height: 45px;
  background: #e5eee4;
  color: var(--green);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 600;
}

.small-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
  font-weight: 600;
}

.hero-rate p {
  font-size: 21px;
  line-height: 1.5;
  color: var(--ink);
}

.rate-equals {
  color: #7d8b81;
  margin: 0 10px;
}

.circle-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  margin-left: auto;
  font-size: 20px;
}

.rate-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}

.hero-visual {
  min-height: 550px;
  border-radius: 36px;
  background: #e7eddf;
  position: relative;
}

.visual-topline {
  position: absolute;
  top: 23px;
  left: 29px;
  right: 29px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .16em;
  color: #385442;
  font-weight: 650;
}

.visual-topline > span:last-child {
  font-size: 21px;
  line-height: 1;
}

.hero-screen {
  position: absolute;
  padding: 6px;
  background: #fff;
  border: 1px solid #c7d5c4;
  border-radius: 24px;
  box-shadow: 0 24px 36px -22px #173f316b;
  overflow: hidden;
}

.hero-screen img {
  border-radius: 18px;
}

.hero-screen-back {
  width: 190px;
  top: 92px;
  left: 26px;
  transform: rotate(-8deg);
}

.hero-screen-front {
  width: 206px;
  top: 66px;
  right: 35px;
  transform: rotate(6deg);
}

.cashback-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  left: 19px;
  bottom: 60px;
  background: var(--yellow);
  padding: 13px 18px;
  border: 1px solid #e2c860;
  border-radius: 13px;
  box-shadow: 0 12px 24px -18px #243b28;
  transform: rotate(-4deg);
}

.label-symbol {
  font-size: 29px;
  line-height: 1;
  font-weight: 600;
}

.cashback-label strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.4;
}

.cashback-label div > span {
  display: block;
  font-size: 11px;
  color: #415531;
}

.visual-caption {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--ink);
}

.section-divider {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #617062;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: .1em;
}

.section {
  padding: 90px 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading > p {
  max-width: 345px;
  color: var(--muted);
  line-height: 1.8;
  padding-bottom: 4px;
}

h2 {
  font-size: clamp(33px, 3.4vw, 48px);
  letter-spacing: -.045em;
  font-weight: 560;
}

h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--green);
}

h3 {
  font-size: 20px;
  letter-spacing: -.035em;
  font-weight: 650;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 28px 23px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s, transform .2s;
}

.feature-card:hover {
  border-color: #779b7b;
  transform: translateY(-4px);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #ebf0e5;
  color: var(--green);
  font-size: 24px;
  margin-bottom: 35px;
}

.feature-card:nth-child(3) .feature-icon {
  background: #fbf1bd;
}

.feature-card p {
  color: var(--muted);
  margin: 15px 0 24px;
  font-size: 16px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  border-bottom: 1px solid transparent;
}

.text-link:hover {
  border-bottom-color: currentColor;
}

.feature-card .text-link {
  margin-top: auto;
  font-size: 13px;
}

.preview-section {
  background: #edf2e8;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.preview-card {
  margin: 0;
  min-width: 0;
}

.preview-image {
  height: 438px;
  border-radius: 20px;
  background: #dce6d7;
  overflow: hidden;
  padding: 25px 36px 0;
  border: 1px solid #d5dfd1;
}

.preview-image img {
  width: 100%;
  border: 6px solid #fff;
  border-radius: 19px 19px 0 0;
  box-shadow: 0 15px 35px -22px #173f316b;
}

.preview-home img {
  margin-top: -54px;
}

.preview-card:nth-child(2) .preview-image {
  background: #e9e5c4;
  border-color: #e2ddbc;
}

.preview-card:nth-child(3) .preview-image {
  background: #dce8df;
}

.preview-card figcaption {
  display: flex;
  gap: 17px;
  align-items: start;
  padding: 22px 0 0;
}

.preview-number {
  color: #72826d;
  font-size: 12px;
  padding-top: 3px;
}

.preview-card h3 {
  font-size: 18px;
}

.preview-card figcaption p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 6px;
}

.section-note {
  text-align: center;
  max-width: 790px;
  margin: 30px auto 0;
  font-size: 12px;
  color: #646e63;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps-grid li {
  border-top: 1px solid #c8d3c5;
  padding: 24px 0 0;
}

.step-number {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  color: #60835d;
  margin-bottom: 27px;
}

.steps-grid p {
  color: var(--muted);
  margin-top: 15px;
  line-height: 1.8;
}

.steps-grid strong {
  font-weight: 550;
  color: #334c3a;
}

.calculator-section {
  padding: 72px 0;
  background: var(--ink);
  color: #fff;
}

.calculator-grid {
  display: grid;
  grid-template-columns: 1fr .93fr;
  align-items: center;
  gap: 110px;
}

.calculator-copy .eyebrow {
  color: #c2d4aa;
}

.calculator-copy h2 {
  color: #fff;
  font-size: clamp(42px, 4vw, 57px);
}

.calculator-copy h2 em {
  color: var(--yellow);
}

.calculator-copy > p:not(.eyebrow) {
  color: #c0d0c5;
  margin-top: 24px;
  max-width: 390px;
  line-height: 1.8;
}

.calculator-rate {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
  padding: 14px 21px;
  border: 1px solid #587a65;
  border-radius: 8px;
  margin-top: 28px;
  font-size: 17px;
}

.calculator-rate > span:nth-child(2) {
  color: #b9cbac;
}

.calculator-copy > .calculator-note {
  font-size: 13px;
  line-height: 1.8;
}

.calculator-card {
  background: var(--paper);
  color: var(--ink);
  padding: 32px;
  border-radius: 19px;
}

.calculator-card-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .12em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.calculator-card-top span:last-child {
  font-size: 18px;
  line-height: 1;
}

.calculator-card label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
}

.amount-field {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  border: 1px solid #b5c7b2;
  border-radius: 8px;
  background: #fff;
}

.amount-field:focus-within {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.amount-field input {
  width: 100%;
  min-width: 0;
  font-size: 33px;
  line-height: 1.4;
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 550;
  outline: none;
}

.amount-field input:focus-visible {
  outline: none;
}

.amount-field > span {
  font-size: 13px;
  font-weight: 600;
}

.field-help {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

.amount-presets {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.amount-presets button {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: #415a40;
  flex: 1;
  padding: 8px 3px;
  font-size: 14px;
  min-height: 39px;
}

.amount-presets button:hover, .amount-presets button[aria-pressed="true"] {
  background: #e7eedf;
  border-color: #92ad83;
  color: var(--ink);
}

.field-error {
  color: #9e3128;
  font-size: 13px;
  margin-top: 8px;
}

.field-error:empty {
  display: none;
}

.calculator-result {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.calculator-result > span {
  color: var(--muted);
  font-size: 14px;
}

.calculator-result output {
  display: block;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -.06em;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.calculator-result p {
  color: var(--muted);
  font-size: 12px;
}

.noscript-note {
  font-size: 14px;
  margin-top: 12px;
}

.rewards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.body-copy {
  color: var(--muted);
  margin-top: 22px;
  max-width: 470px;
  line-height: 1.8;
}

.rewards-grid .text-link {
  margin-top: 23px;
}

.rewards-table-wrap {
  padding: 27px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.rewards-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

.rewards-table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 20px;
}

.rewards-table thead {
  color: var(--muted);
  font-size: 12px;
}

.rewards-table th {
  font-weight: 500;
}

.rewards-table thead th {
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.rewards-table thead th:last-child {
  text-align: right;
}

.rewards-table tbody th {
  padding-block: 20px;
  font-size: 16px;
}

.rewards-table tbody td {
  text-align: right;
  color: var(--ink);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.rewards-table tbody td > span {
  font-size: 18px;
  margin-left: 2px;
  font-weight: 450;
}

.rewards-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e8ebe5;
}

.level-badge {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: #ecf1e5;
  font-size: 13px;
}

.rewards-table tbody tr:first-child .level-badge {
  background: var(--yellow);
}

.table-note {
  color: var(--muted);
  font-size: 12px;
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.faq-section {
  background: #f0f3eb;
}

.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 85px;
}

.faq-aside {
  margin-top: 35px;
  font-size: 14px;
  color: var(--muted);
}

.faq-aside a {
  margin-top: 8px;
}

.faq-list details {
  border-bottom: 1px solid #ccd7c6;
}

.faq-list details:first-child {
  border-top: 1px solid #ccd7c6;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 22px;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 28px 23px 0;
  font-size: 16px;
  color: #606f61;
  line-height: 1.8;
}

.faq-list details strong {
  font-weight: 550;
  color: var(--ink);
}

.closing-section {
  padding: 72px 0;
}

.closing-card {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
  padding: 52px 60px;
  background: var(--yellow);
  border-radius: 20px;
}

.closing-card h2 {
  font-size: clamp(36px, 3.5vw, 50px);
}

.closing-card .eyebrow {
  color: #52672c;
  margin-bottom: 18px;
}

.closing-card > div > p:last-child {
  margin-top: 15px;
  color: #4c5d36;
}

.closing-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.closing-actions .button {
  white-space: nowrap;
}

.closing-actions .button-outline {
  border-color: #a7a15f;
}

.closing-actions > p {
  grid-column: 1 / -1;
  color: #4c5d36;
  font-size: 12px;
  text-align: center;
}

.invite-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  padding-top: 9px;
}

.invite-row button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8d8e52;
  color: var(--ink);
  font-size: 13px;
  padding: 3px 0;
}

.copy-status {
  grid-column: 1 / -1;
  font-size: 12px;
  text-align: center;
  min-height: 18px;
}

.site-footer {
  padding: 30px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 70px;
  padding-bottom: 43px;
}

.footer-brand p {
  color: var(--muted);
  margin-top: 18px;
  max-width: 300px;
  font-size: 14px;
}

.footer-domain {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--green);
}

.footer-grid h2 {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  margin: 8px 0 17px;
}

.footer-grid > div:not(:first-child) a {
  display: block;
  color: var(--muted);
  font-size: 14px;
  padding: 5px 0;
  width: fit-content;
}

.footer-grid > div:not(:first-child) a:hover {
  color: var(--green);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  align-items: start;
}

.footer-bottom p:nth-child(2) {
  max-width: 465px;
}

.footer-bottom a {
  white-space: nowrap;
}

.mobile-actions {
  display: none;
}

.legal-page {
  max-width: 800px;
  padding-block: 65px 90px;
}

.legal-page .eyebrow {
  margin-bottom: 18px;
}

.legal-page h1 {
  font-size: clamp(38px, 6vw, 58px);
}

.legal-page h2 {
  font-size: 25px;
  margin-top: 35px;
  letter-spacing: -.025em;
}

.legal-page p, .legal-page li {
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.85;
}

.legal-page a {
  color: var(--green);
  text-decoration: underline;
}

.legal-page .button {
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
}

.legal-page .updated {
  font-size: 13px;
}

@media (max-width: 1000px) {
  .main-nav {
    gap: 16px;
  }
  .header-cta {
    display: none;
  }
  .hero-grid {
    gap: 30px;
  }
  .hero-visual {
    min-height: 515px;
  }
  .hero-screen-back {
    width: 164px;
    left: 13px;
    top: 112px;
  }
  .hero-screen-front {
    width: 183px;
    right: 20px;
    top: 71px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-card {
    padding: 25px;
  }
  .feature-icon {
    margin-bottom: 23px;
  }
  .preview-image {
    padding: 20px 18px 0;
    height: 350px;
  }
  .calculator-grid {
    gap: 45px;
  }
  .rewards-grid {
    gap: 45px;
  }
  .faq-grid {
    gap: 45px;
  }
  .closing-card {
    padding: 40px 35px;
    gap: 25px;
  }
  .closing-actions {
    grid-template-columns: 1fr;
  }
  .closing-actions .button {
    min-height: 46px;
  }
  .footer-grid {
    gap: 40px;
  }
}

@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .announcement {
    gap: 10px;
    font-size: 12px;
  }
  .announcement > span {
    font-size: 10px;
  }
  .announcement a {
    display: none;
  }
  .header-inner {
    min-height: 75px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 23px;
  }
  .main-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
    padding-bottom: 12px;
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .hero {
    padding: 42px 0 48px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  h1 {
    font-size: clamp(39px, 9.8vw, 63px);
  }
  .hero-description {
    font-size: 16px;
    margin: 21px 0 24px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .button {
    flex: 1 1 auto;
    padding-inline: 15px;
    gap: 13px;
  }
  .hero-rate {
    margin-top: 25px;
    padding-top: 21px;
  }
  .hero-visual {
    min-height: 510px;
  }
  .hero-screen-back {
    width: 174px;
    left: calc(50% - 154px);
    top: 94px;
  }
  .hero-screen-front {
    width: 192px;
    right: calc(50% - 155px);
    top: 60px;
  }
  .cashback-label {
    bottom: 52px;
    left: calc(50% - 147px);
  }
  .section-divider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 10px;
    text-align: center;
    padding: 23px 0;
  }
  .section {
    padding: 58px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p, .section-heading > a {
    margin-top: 20px;
  }
  .section-heading > p {
    max-width: 440px;
  }
  .eyebrow {
    font-size: 11px;
    margin-bottom: 17px;
  }
  h2 {
    font-size: clamp(34px, 7.8vw, 44px);
  }
  .feature-grid {
    gap: 13px;
  }
  .feature-card {
    padding: 22px 18px;
  }
  .feature-card h3 {
    font-size: 19px;
  }
  .feature-card p {
    font-size: 16px;
  }
  .feature-card .text-link {
    gap: 9px;
  }
  .preview-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .preview-image {
    height: 420px;
    max-width: 430px;
    padding: 24px 55px 0;
    margin-inline: auto;
  }
  .preview-card figcaption {
    max-width: 430px;
    margin-inline: auto;
    padding-top: 18px;
  }
  .preview-home img {
    margin-top: -42px;
  }
  .section-note {
    text-align: left;
    margin-top: 24px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps-grid li {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 20px;
    padding-top: 24px;
  }
  .step-number {
    font-size: 30px;
    grid-row: span 2;
    margin: 0;
  }
  .steps-grid p {
    grid-column: 2;
    margin-top: 11px;
  }
  .calculator-section {
    padding: 54px 0;
  }
  .calculator-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .calculator-copy h2 {
    font-size: 45px;
  }
  .calculator-copy > p:not(.eyebrow) {
    max-width: none;
    margin-top: 19px;
  }
  .calculator-card {
    padding: 24px;
  }
  .calculator-result output {
    font-size: 36px;
  }
  .rewards-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .rewards-table-wrap {
    padding: 24px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-aside {
    display: none;
  }
  .faq-list summary {
    padding: 21px 0;
  }
  .faq-list details p {
    padding-right: 8px;
  }
  .closing-section {
    padding: 45px 0;
  }
  .closing-card {
    display: block;
    padding: 32px 25px 24px;
  }
  .closing-actions {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    gap: 9px;
  }
  .closing-actions .button {
    padding: 13px 11px;
    font-size: 13px;
    gap: 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand p {
    max-width: 410px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 14px;
    padding-block: 22px;
  }
  .footer-bottom p:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .site-footer {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }
  .mobile-actions {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    gap: 10px;
    background: rgba(250,251,247,.98);
    border-top: 1px solid var(--line);
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  }
  .mobile-actions .button {
    flex: 1;
    min-height: 46px;
    padding: 12px;
    font-size: 14px;
  }
  .legal-page {
    padding-block: 40px 55px;
  }
}

@media (max-width: 390px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-visual {
    min-height: 470px;
  }
  .hero-screen-back {
    width: 154px;
    left: 13px;
    top: 91px;
  }
  .hero-screen-front {
    width: 172px;
    right: 15px;
    top: 62px;
  }
  .cashback-label {
    bottom: 49px;
    left: 14px;
    padding: 11px 14px;
  }
  .cashback-label strong {
    font-size: 15px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-icon {
    margin-bottom: 18px;
  }
  .preview-image {
    padding-inline: 40px;
    height: 395px;
  }
  .closing-actions {
    grid-template-columns: 1fr;
  }
  .calculator-result output {
    font-size: 31px;
  }
  .hero-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
