@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600;650;700;750;800&display=swap");
:root {
  font-family: Inter, Arial, sans-serif;
  color: #192347;
  background: #fff;
  font-synthesis: none;
  --ink: #192347;
  --blue: #003087;
  --coral: #f9423a;
  --paper: #f4f6fa;
  --muted: #5b647a;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #003087;
  outline-offset: 5px;
}
button,
a {
  touch-action: manipulation;
}
img {
  display: block;
  max-width: 100%;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
p {
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 99;
  background: #fff;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 96px;
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8ebf2;
}
.brand-logo {
  width: 206px;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}
.site-header nav > span {
  color: var(--muted);
}
.site-header nav a {
  font-weight: 550;
  font-size: 16px;
}
.site-header nav a span {
  margin-left: 12px;
  color: var(--coral);
}
.hero {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  gap: 0;
  padding: 44px 40px 40px;
  min-height: 650px;
}
.hero-copy {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  padding-left: 24px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 13px;
}
.split-number {
  display: block;
  font-size: clamp(108px, 10.8vw, 148px);
  line-height: 1;
  letter-spacing: -9px;
  font-weight: 750;
  color: var(--blue);
}
.slash {
  font-weight: 400;
  padding: 0 3px;
  color: #c4c9d9;
}
.full-stop {
  color: var(--coral);
}
.hero-line {
  display: block;
  font-size: clamp(30px, 3.45vw, 46px);
  letter-spacing: -1.6px;
  font-weight: 550;
  line-height: 1.2;
  margin-top: 8px;
  white-space: nowrap;
}
.hero-description {
  font-size: 19px;
  color: var(--muted);
  max-width: 455px;
  margin-top: 24px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.apply-button {
  background-color: var(--coral);
  background-image: linear-gradient(180deg, transparent 40%, rgb(0 0 0 / 12%) 100%);
  color: #fff;
  padding: 17px 38px;
  min-width: 236px;
  min-height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -0.5px;
  white-space: nowrap;
  transition:
    filter 0.18s,
    transform 0.18s;
}
.apply-button:hover {
  filter: brightness(0.96);
}
.apply-button:active {
  transform: scale(0.98);
}
.video-bottom-cta {
  display: none;
}
.example-link {
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.example-link span {
  transition: transform 0.2s;
}
.example-link:hover span {
  transform: translateY(4px);
}
.video-stage {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  justify-self: center;
  padding: 0 40px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-stage:before {
  content: "";
  position: absolute;
  inset: 40px -8px 80px -22px;
  background: var(--paper) url("/assets/paper-plate.webp") center/cover;
  border-radius: 50%;
  transform: rotate(-10deg);
  z-index: -1;
}
.video-frame {
  position: relative;
  width: 288px;
  aspect-ratio: 9/16;
  border-radius: 22px;
  overflow: hidden;
  background: #e7eaf1;
  box-shadow: 0 20px 52px #19234718;
}
.video-frame video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}
.video-start {
  position: absolute;
  bottom: 21px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 14px;
  background: #fff;
  border: none;
  color: var(--ink);
  border-radius: 12px;
  box-shadow: 0 6px 25px #19234722;
  font-size: 15px;
  font-weight: 550;
  transition: transform 0.2s;
}
.video-start:hover {
  transform: translateY(-3px);
}
.video-start:active {
  transform: scale(0.98);
}
.play-symbol {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  padding-left: 2px;
  flex-shrink: 0;
}
.video-time {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: var(--muted);
  margin-top: 4px;
}
.video-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
.video-error {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 20px;
  inset-inline: 0;
  font-size: 14px;
}
.video-error a {
  text-decoration: underline;
}
.offer-strip {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f4f6fa;
  border-radius: 12px;
  gap: 15px;
}
.offer-strip p {
  font-size: 15px;
  color: var(--muted);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.offer-strip strong {
  font-size: 29px;
  line-height: 1;
  font-weight: 600;
  color: var(--blue);
}
.strip-divider {
  height: 24px;
  width: 1px;
  background: #dce1eb;
}
.offer-strip small {
  flex-basis: 100%;
  font-size: 11px;
  color: #626a7e;
  text-align: center;
  margin-top: 1px;
}
.calculator-section {
  max-width: 1240px;
  margin: auto;
  padding: 88px 40px 74px;
}
.section-intro h2 {
  font-size: 40px;
  letter-spacing: -1.1px;
  font-weight: 550;
  line-height: 1.16;
}
.section-intro p {
  color: var(--muted);
  font-size: 17px;
  margin-top: 12px;
}
.payment-ledger {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 34px 0;
  margin-top: 27px;
  border-top: 1px solid #dfe4ed;
  border-bottom: 1px solid #dfe4ed;
  gap: 0;
  background: #fff;
}
.amount-control {
  padding-right: 45px;
}
.amount-control label {
  display: block;
  font-size: 14px;
  color: var(--muted);
}
.order-value {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: 38px;
  letter-spacing: -1.8px;
  font-weight: 500;
  line-height: 1.3;
  margin: 8px 0 22px;
}
.amount-control input {
  width: 100%;
  accent-color: var(--blue);
  height: 28px;
  margin: 0;
  cursor: pointer;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  margin-top: 5px;
}
.range-hint {
  font-size: 11px;
  line-height: 1.5;
  color: #626a7e;
  margin-top: 15px;
}
.payment-results {
  border-left: 1px solid #dfe4ed;
  padding-left: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
.result-label {
  font-variant-numeric: tabular-nums;
  font-size: 10px;
  letter-spacing: 0.7px;
  display: block;
  color: var(--muted);
}
.payment-results strong {
  display: block;
  font-size: 42px;
  letter-spacing: -1.8px;
  line-height: 1.4;
  font-weight: 600;
  margin: 4px 0 0;
  color: var(--blue);
}
.payment-results strong span {
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0;
}
.deposit-result > span:last-child,
.weekly-result > span:last-child {
  font-size: 12px;
  color: var(--muted);
}
.split-bar {
  grid-column: 1/-1;
  display: flex;
  gap: 4px;
  height: 8px;
  margin: 22px 0 12px;
}
.split-bar span:first-child {
  width: 60%;
  background: var(--blue);
  border-radius: 4px 0 0 4px;
}
.split-bar span:last-child {
  width: 40%;
  background: #b7bfdc;
  border-radius: 0 4px 4px 0;
}
.rounding-note {
  grid-column: 1/-1;
  font-size: 12px;
  color: var(--muted);
}
.small-print {
  font-size: 12px;
  line-height: 1.65;
  color: #626a7e;
  margin-top: 17px;
  max-width: 960px;
}
.small-print a {
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.next-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px 64px;
}
.kitchen-banner {
  height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #d9deea;
}
.kitchen-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transition:
    transform 0.8s,
    filter 0.8s;
  filter: saturate(0.6);
}
.kitchen-banner:hover img {
  transform: scale(1.025);
  filter: saturate(1);
}
.kitchen-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #192347a8, transparent 85%);
}
.kitchen-banner > span {
  position: absolute;
  bottom: 29px;
  left: 32px;
  z-index: 1;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.6px;
  max-width: 350px;
  line-height: 1.2;
}
.next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-top: 60px;
}
.next-grid h2 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.18;
  font-weight: 550;
  margin-bottom: 25px;
}
.steps ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-top: 25px;
}
.steps li img {
  margin-top: 2px;
  object-fit: contain;
}
.steps li h3 {
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 4px;
}
.steps li p {
  font-size: 15px;
  color: var(--muted);
  max-width: 310px;
  line-height: 1.65;
}
.faq details {
  border-bottom: 1px solid #e1e5ee;
  padding: 17px 0;
}
.faq summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  gap: 25px;
  list-style: none;
  font-weight: 500;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
  transition: transform 0.2s;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  padding-top: 11px;
  padding-right: 20px;
}
.closing-cta {
  margin-top: 65px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: #eef1f8 url("/assets/steel-plate.webp") center/cover;
  border-radius: 12px;
  border: 1px solid #e1e6f0;
}
.closing-cta h2 {
  font-size: 27px;
  letter-spacing: -0.6px;
  font-weight: 550;
  line-height: 1.3;
}
.closing-cta p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 6px;
}
.closing-link {
  flex-shrink: 0;
}
.site-footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0 36px;
  border-top: 1px solid #e5e8ef;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.site-footer p {
  font-size: 12px;
  color: var(--muted);
  margin: 13px 0 10px;
}
.footer-phone {
  font-size: 15px;
  font-weight: 550;
}
.footer-legal {
  max-width: 455px;
}
.footer-legal p {
  margin-top: 0;
}
.footer-legal nav {
  display: flex;
  gap: 22px;
  font-size: 12px;
}
.footer-legal nav a:hover {
  text-decoration: underline;
}
.footer-legal small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 19px;
}
.error-page {
  padding: 80px 24px;
  max-width: 700px;
  margin: auto;
}
.error-page h1 {
  font-size: 42px;
}
.error-page p {
  margin: 20px 0;
}
.error-page a,
.error-page button {
  color: var(--blue);
  text-decoration: underline;
  border: 0;
  background: none;
  font-size: 18px;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: arrive 0.65s ease-out;
  }
  .video-stage {
    animation: arrive 0.75s ease-out;
  }
  @keyframes arrive {
    from {
      transform: translateY(14px);
    }
    to {
      transform: translateY(0);
    }
  }
}
@media (min-width: 1450px) {
  .hero {
    min-height: 690px;
  }
  .video-frame {
    width: 304px;
  }
  .site-header {
    height: 100px;
  }
}
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 42% 58%;
    padding: 38px 28px;
  }
  .hero-copy {
    padding-left: 10px;
  }
  .hero-line {
    font-size: 33px;
  }
  .split-number {
    font-size: 116px;
  }
  .video-frame {
    width: 250px;
  }
  .video-stage {
    padding: 0 24px 0 0;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-cta {
    min-width: 205px;
    padding: 17px 28px;
  }
  .example-link {
    font-size: 12px;
  }
  .hero-description {
    font-size: 17px;
  }
  .offer-strip {
    margin: 0 28px;
  }
  .payment-results {
    padding-left: 28px;
    gap: 15px;
  }
  .payment-results strong {
    font-size: 33px;
  }
  .next-grid {
    gap: 42px;
  }
  .site-footer {
    margin: 0 40px;
  }
  .closing-cta {
    padding: 28px;
  }
  .closing-cta h2 {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-header {
    height: 60px;
    padding: 0 22px;
  }
  .brand-logo {
    width: 152px;
  }
  .site-header nav > span {
    display: none;
  }
  .site-header nav a {
    font-size: 12px;
  }
  .site-header nav a span {
    margin-left: 3px;
  }
  .hero {
    /* Small viewport height keeps both CTAs visible with browser chrome open. */
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    min-height: 420px;
    padding: 12px 22px max(14px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
  }
  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }
  .eyebrow {
    display: none;
  }
  .hero h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .split-number {
    font-size: 57px;
    letter-spacing: -3.5px;
  }
  .slash {
    padding: 0 1px;
  }
  .hero-line {
    max-width: 135px;
    font-size: 22px;
    letter-spacing: -0.7px;
    line-height: 1.1;
    white-space: normal;
    margin-top: 0;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.45;
    margin: 8px auto 0;
    max-width: 360px;
    text-align: center;
    text-wrap: pretty;
  }
  .hero-actions {
    margin-top: 10px;
    display: block;
  }
  .hero-cta,
  .video-bottom-cta {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 10px 22px;
    font-size: 25px;
  }
  .example-link {
    display: none;
  }
  .video-stage {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    align-self: stretch;
    justify-content: center;
    container-type: size;
  }
  .video-frame {
    height: min(100cqh, calc(100cqw * 16 / 9));
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: 18px;
  }
  .video-stage:before {
    inset: 10% -10px;
    transform: none;
  }
  .video-start {
    bottom: 14px;
    left: 10px;
    right: 10px;
    padding: 10px;
    gap: 8px;
    font-size: 12px;
    min-height: 44px;
  }
  .play-symbol {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .video-time {
    font-size: 6px;
    letter-spacing: 0.4px;
  }
  .video-caption {
    display: none;
  }
  .video-bottom-cta {
    grid-column: 1;
    grid-row: 3;
  }
  .offer-strip {
    margin: 0 22px;
    padding: 21px 14px 15px;
    gap: 12px 6px;
    justify-content: space-around;
  }
  .offer-strip p {
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 1.7;
  }
  .offer-strip strong {
    display: block;
    font-size: 28px;
    line-height: 1.25;
  }
  .offer-strip small {
    font-size: 9px;
    line-height: 1.6;
    max-width: 285px;
  }
  .strip-divider {
    height: 32px;
  }
  .calculator-section {
    padding: 53px 22px 44px;
  }
  .section-intro h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }
  .section-intro p {
    font-size: 15px;
    max-width: 250px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .payment-ledger {
    grid-template-columns: 1fr;
    padding: 24px 0;
    margin-top: 22px;
  }
  .amount-control {
    padding-right: 0;
  }
  .order-value {
    font-size: 36px;
    margin: 8px 0 15px;
  }
  .range-hint {
    font-size: 10px;
  }
  .payment-results {
    border-left: 0;
    border-top: 1px solid #e1e5ee;
    padding: 24px 0 0;
    margin-top: 24px;
    column-gap: 18px;
  }
  .result-label {
    font-size: 8px;
    letter-spacing: 0.3px;
  }
  .payment-results strong {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
  .payment-results strong span {
    font-size: 12px;
  }
  .deposit-result > span:last-child,
  .weekly-result > span:last-child {
    font-size: 10px;
  }
  .split-bar {
    margin-top: 20px;
  }
  .small-print {
    font-size: 10px;
    line-height: 1.75;
  }
  .next-section {
    padding: 0 22px 34px;
  }
  .kitchen-banner {
    height: 200px;
  }
  .kitchen-banner > span {
    font-size: 24px;
    left: 20px;
    bottom: 23px;
    max-width: 230px;
  }
  .next-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 39px;
  }
  .next-grid h2 {
    font-size: 29px;
    margin-bottom: 23px;
  }
  .steps li {
    gap: 17px;
    margin-top: 23px;
  }
  .steps li h3 {
    font-size: 17px;
  }
  .steps li p {
    font-size: 14px;
  }
  .faq summary {
    font-size: 15px;
  }
  .faq details p {
    font-size: 14px;
  }
  .closing-cta {
    display: block;
    margin-top: 38px;
    padding: 26px 23px;
  }
  .closing-cta h2 {
    font-size: 25px;
    line-height: 1.25;
  }
  .closing-cta p {
    font-size: 14px;
    margin-top: 11px;
  }
  .closing-link {
    margin-top: 26px;
    width: 100%;
    min-width: 0;
    font-size: 24px;
  }
  .site-footer {
    margin: 0 22px;
    padding: 29px 0 36px;
    display: block;
  }
  .site-footer > div:first-child img {
    width: 148px;
    height: auto;
  }
  .footer-legal {
    margin-top: 28px;
  }
  .footer-legal nav {
    gap: 18px;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .site-header {
    padding: 0 17px;
  }
  .brand-logo {
    width: 138px;
  }
  .hero,
  .calculator-section {
    padding-inline: 18px;
  }
  .hero-line {
    font-size: 20px;
    max-width: 122px;
  }
  .split-number {
    font-size: 50px;
  }
  .payment-results strong {
    font-size: 28px;
  }
  .result-label {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .kitchen-banner:hover img {
    transform: none;
  }
}

@media (max-width: 700px) and (max-height: 700px) {
  .hero {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
  .split-number {
    font-size: 46px;
  }
  .hero-line {
    font-size: 19px;
    max-width: 115px;
  }
  .hero-description {
    font-size: 12px;
    margin-top: 5px;
  }
  .hero-actions {
    margin-top: 8px;
  }
  .hero-cta,
  .video-bottom-cta {
    min-height: 46px;
    padding-block: 8px;
    font-size: 23px;
  }
  .video-start {
    bottom: 8px;
    left: 7px;
    right: 7px;
    padding: 7px;
    gap: 6px;
    font-size: 10px;
  }
  .video-time {
    display: none;
  }
}

.geraldine-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #126a3a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 15px;
  border: 1px solid #b9d8c8;
  border-radius: 999px;
  background: #f5faf7;
  line-height: 1.4;
  min-height: 44px;
}
.geraldine-whatsapp:hover {
  background: #e9f5ee;
  border-color: #126a3a;
}
.geraldine-whatsapp:focus-visible {
  outline: 3px solid #003087;
  outline-offset: 4px;
}
.geraldine-whatsapp svg {
  flex-shrink: 0;
}
.geraldine-whatsapp--header {
  border: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
  font-size: 12px;
}
.geraldine-whatsapp--header:hover {
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.geraldine-whatsapp--result {
  color: #fff;
  background: transparent;
  border-color: #ffffff70;
  margin-top: 12px;
  width: 100%;
  font-size: 13px;
}
.geraldine-whatsapp--result:hover {
  background: #ffffff14;
  border-color: #fff;
}
.geraldine-whatsapp--footer {
  margin-top: 16px;
}
@media (max-width: 700px) {
  .geraldine-whatsapp--header {
    font-size: 10px;
    gap: 5px;
  }
  .geraldine-whatsapp--header svg {
    width: 13px;
    height: 13px;
  }
}
/* Match the page header layout while retaining the established 60px mobile header. */
.finance-page a.geraldine-whatsapp {
  color: #126a3a;
}
.finance-page a.geraldine-whatsapp--result {
  color: #fff;
}
.site-header nav .geraldine-whatsapp,
.f-header nav .geraldine-whatsapp {
  font-size: 13px;
  font-weight: 600;
  color: #126a3a;
}
.site-header nav .geraldine-whatsapp span,
.f-header nav .geraldine-whatsapp span {
  margin: 0;
  color: inherit;
}
.calculator-contact {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #e1e6ee;
}
.calculator-contact p {
  font-size: 13px;
  color: #5b647a;
}
.f-final .geraldine-whatsapp--footer {
  margin-top: 18px;
}
@media (max-width: 700px) {
  .site-header nav,
  .f-header nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 4px;
  }
  .site-header nav .geraldine-whatsapp,
  .f-header nav .geraldine-whatsapp {
    font-size: 10px;
    gap: 5px;
  }
  .calculator-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .calculator-contact .geraldine-whatsapp {
    width: 100%;
  }
}
