:root {
  --ink: #10261f;
  --muted: #607069;
  --paper: #f7f7f2;
  --lime: #b9ed6a;
  --green: #178557;
  --dark: #112720;
  --line: #dfe4da;
  --serif: Manrope, Arial, sans-serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

.hero-photo > img {
  translate: var(--photo-x, 0) var(--photo-y, 0);
  transition: translate 0.35s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
iframe,
video {
  max-width: 100%;
  display: block;
}

.page-glow {
  width: 48vw;
  height: 48vw;
  position: absolute;
  right: 12vw;
  top: -12vw;
  background: #e5f8c7;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.site-header {
  max-width: 1300px;
  height: 88px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font: 800 22px var(--serif);
  letter-spacing: -1.5px;
  text-decoration: none;
}

.brand > span:last-child > span {
  color: #5da933;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: var(--ink);
  color: var(--lime);
  display: grid;
  place-items: center;
  font: 800 20px Georgia, serif;
  transform: rotate(-8deg);
}

.desktop-nav {
  display: flex;
  gap: 35px;
  margin-left: 90px;
}

.desktop-nav a,
.login-link,
.footer-links a {
  color: #46564f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s;
}

.desktop-nav a:hover,
.login-link:hover,
.footer-links a:hover {
  color: #178557;
}

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

.button {
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 21px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.25s, background 0.25s;
  position: relative;
  z-index: 1;
}

.button span {
  font-size: 18px;
  line-height: 10px;
}

.button:hover {
  transform: translateY(-3px);
  background: #178557;
}

.button-small {
  padding: 11px 16px;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  max-width: 1300px;
  margin: 0 auto;
  padding: 76px 32px 93px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  min-height: 665px;
  position: relative;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #5b7065;
  margin: 0 0 21px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6fbe42;
  box-shadow: 0 0 0 5px rgba(136, 214, 95, 0.45);
  animation: pulseGlow 1.8s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(111, 190, 66, 0.5);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 0 10px rgba(111, 190, 66, 0);
  }
}

.hero h1,
.section h2,
.cta h2 {
  font: 800 clamp(45px, 5.3vw, 75px) / 1.05 var(--serif);
  letter-spacing: -4.3px;
  margin: 0;
}

.hero h1 em,
.section h2 em,
.cta h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #428e47;
}

.hero-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
  max-width: 480px;
  margin: 26px 0 30px;
}

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

.text-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #a7b4a9;
  padding-bottom: 4px;
  transition: color 0.2s;
}

.text-link:hover {
  color: #178557;
}

.text-link b {
  font-size: 18px;
  margin-left: 7px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}

.avatars {
  display: flex;
}

.avatars span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--paper);
  margin-left: -7px;
  background: #d5b198;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: bold;
}

.avatars span:nth-child(2) {
  background: #77a58c;
}

.avatars span:nth-child(3) {
  background: #c37872;
}

.avatars span:last-child {
  background: var(--ink);
  font-size: 13px;
}

.trust-row p {
  margin: 0;
  color: #718078;
  font-size: 12px;
  line-height: 1.3;
}

.trust-row strong {
  color: var(--ink);
}

.hero-art {
  height: 470px;
  position: relative;
  margin-left: 25px;
}

.orb {
  position: absolute;
  border-radius: 50%;
}

.orb-one {
  width: 410px;
  height: 410px;
  background: #d9f5ab;
  right: 20px;
  top: 28px;
}

.orb-two {
  width: 125px;
  height: 125px;
  background: #90c96b;
  right: -10px;
  bottom: 0;
}

.hero-card {
  position: absolute;
}

.card-main {
  width: min(390px, 88%);
  right: 62px;
  top: 85px;
  background: var(--dark);
  color: #fff;
  padding: 26px 27px;
  border-radius: 22px;
  box-shadow: 0 32px 55px #1936293b;
  transform: rotate(-5deg);
  animation: float 6s ease-in-out infinite;
}

.card-top,
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #b9c7bd;
}

.dots {
  font-size: 18px;
  letter-spacing: 2px;
}

.card-main > strong {
  display: block;
  font: 700 36px var(--serif);
  letter-spacing: -2px;
  margin: 20px 0 9px;
}

.card-chart {
  height: 89px;
  position: relative;
  margin: 0 -5px;
}

.card-chart:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  border-bottom: 1px solid #ffffff20;
}

.card-chart svg {
  width: 100%;
  height: 100%;
}

.card-chart path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 3;
}

.card-bottom b {
  color: var(--lime);
}

.floating-card {
  background: #fff;
  box-shadow: 0 18px 32px #183a2a20;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  position: absolute;
  z-index: 2;
}

.floating-card small,
.floating-card strong {
  display: block;
}

.floating-card small {
  color: #78867f;
  font-size: 10px;
}

.floating-card strong {
  font: 700 16px var(--serif);
}

.rate-card {
  top: 33px;
  left: 8px;
  animation: float 5s ease-in-out 1s infinite;
}

.secure-card {
  right: 2px;
  bottom: 35px;
  animation: float 5.5s ease-in-out 0.5s infinite;
}

.mini-icon,
.check {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #e2f7c1;
  color: #558e30;
  font-weight: bold;
}

.check {
  background: #e1f5eb;
  color: #178557;
}

.round-seal {
  position: absolute;
  left: 24px;
  bottom: 10px;
  width: 102px;
  height: 102px;
  border: 1px solid #6d9872;
  border-radius: 50%;
  color: #3d6845;
  font-size: 9px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 18px;
  transform: rotate(-16deg);
}

.round-seal b {
  font-size: 23px;
  color: var(--ink);
  width: 100%;
  text-align: center;
  margin-top: -11px;
}

.numbers {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 33px max(32px, calc((100% - 1236px) / 2));
  gap: 25px;
}

.numbers div {
  padding-left: 25px;
  border-left: 1px solid #ffffff31;
}

.numbers div:first-child {
  border: 0;
  padding-left: 0;
}

.numbers strong {
  font: 700 26px var(--serif);
  letter-spacing: -1px;
  display: block;
}

.numbers span {
  display: block;
  color: #bbcac0;
  font-size: 12px;
  margin-top: 5px;
}

.star {
  color: var(--lime);
  font-size: 15px;
}

.section {
  max-width: 1300px;
  margin: auto;
  padding: 130px 32px;
}

.section-heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 57px;
}

.section-heading .eyebrow {
  justify-content: center;
}

.section h2 {
  font-size: 50px;
  letter-spacing: -3.5px;
}

.section-heading > p:last-child,
.process-intro > p:not(.eyebrow),
.why-copy > p {
  color: var(--muted);
  line-height: 1.65;
  max-width: 520px;
  margin: 23px auto 0;
}

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

.product-card {
  min-height: 440px;
  background: #e6eee1;
  border-radius: 18px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.35s, box-shadow 0.35s;
}

.product-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 22px 35px #23402e20;
}

.product-card.featured {
  background: #b9ed6a;
}

.product-card.dark {
  background: var(--ink);
  color: white;
}

.product-number {
  color: #6e8175;
  font-size: 12px;
}

.featured .product-number {
  color: #466b29;
}

.product-icon {
  margin: 50px 0 25px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 25px;
  font-weight: 600;
  z-index: 1;
}

.dark .product-icon {
  background: #b9ed6a;
  color: var(--ink);
}

.card-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #597061;
  margin: 0 0 9px;
  z-index: 1;
}

.dark .card-label {
  color: #9fbaa9;
}

.product-card h3 {
  font: 700 38px / 0.98 var(--serif);
  letter-spacing: -2px;
  margin: 0;
  z-index: 1;
}

.product-card > p:not(.card-label) {
  color: #53685d;
  font-size: 14px;
  line-height: 1.55;
  max-width: 245px;
  z-index: 1;
}

.dark > p:not(.card-label) {
  color: #b5c5bb;
}

.product-card a {
  margin-top: auto;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  z-index: 1;
}

.product-card a b {
  margin-left: 10px;
  font-size: 18px;
}

.card-swoop {
  position: absolute;
  width: 290px;
  height: 290px;
  border: 52px solid #d9f6aa;
  border-radius: 50%;
  bottom: -175px;
  right: -80px;
}

.dark-circle {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #1d4237;
  bottom: -125px;
  right: -56px;
}

.loan-calculator {
  padding-top: 0;
  padding-bottom: 60px;
}

.calculator-wrap {
  background: linear-gradient(135deg, #edf9e5 0%, #f8fbf6 100%);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.calculator-copy {
  padding: 12px 8px;
}

.calculator-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: -2.8px;
  line-height: 1.02;
  margin: 0;
}

.calculator-copy h2 em {
  font: 400 1em Georgia, serif;
  color: #4b9a45;
}

.calculator-copy p:last-child {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 18px;
  max-width: 520px;
}

.calculator-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 35px rgba(16, 36, 24, 0.08);
}

.calculator-field + .calculator-field {
  margin-top: 22px;
}

.calculator-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5d7168;
  margin-bottom: 10px;
}

.currency-field {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dfe9da;
  border-radius: 12px;
  background: #f7faf6;
  padding: 12px 14px;
}

.currency-field span {
  color: var(--ink);
  font-weight: 700;
}

.currency-field input,
.calculator-panel input[type='range'] {
  width: 100%;
}

.currency-field input {
  border: 0;
  background: transparent;
  font: 700 1.1rem var(--sans);
  color: var(--ink);
  outline: none;
}

.calculator-panel input[type='range'] {
  accent-color: #4da64c;
}

.slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  font-size: 12px;
  color: #677b70;
}

.slider-meta strong {
  font-size: 13px;
  color: var(--ink);
}

.calculator-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.calculator-results div {
  background: #f5faef;
  border-radius: 12px;
  padding: 14px 15px;
  min-width: 0;
}

.calculator-results span {
  display: block;
  color: #607267;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.calculator-results strong {
  display: block;
  font: 700 1.1rem var(--serif);
  color: var(--ink);
  overflow-wrap: anywhere;
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding-top: 45px;
  padding-bottom: 140px;
}

.process-intro h2 {
  font-size: 54px;
}

.process-intro > p:not(.eyebrow) {
  margin: 22px 0 29px;
}

.steps {
  border-top: 1px solid var(--line);
}

.step {
  padding: 22px 0 25px;
  border-bottom: 1px solid var(--line);
}

.step-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 700 14px var(--serif);
  color: #829188;
}

.step-head i {
  font-style: normal;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: #dff3c1;
  color: #4b8131;
}

.step h3 {
  font: 700 24px var(--serif);
  letter-spacing: -1px;
  margin: 14px 0 8px;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.why {
  background: #edf3e8;
  max-width: none;
  height: 600px;
  padding-left: max(32px, calc((100% - 1236px) / 2));
  padding-right: max(32px, calc((100% - 1236px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: center;
}

.why-visual {
  height: 450px;
  position: relative;
}

.visual-frame {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: #b7eb69;
  display: grid;
  place-items: center;
  position: absolute;
  top: 20px;
  left: 28px;
}

.receipt {
  background: #fff;
  width: 250px;
  padding: 22px;
  box-shadow: 0 24px 40px #4363422e;
  transform: rotate(-8deg);
  font-size: 11px;
}

.receipt > div:first-child {
  display: flex;
  flex-direction: column;
}

.receipt > div:first-child span {
  color: #4a994b;
  font-weight: bold;
}

.receipt > div:first-child b {
  font: 700 18px var(--serif);
  margin-top: 5px;
}

.receipt hr {
  border: 0;
  border-top: 1px dashed #bcc8bc;
  margin: 17px 0;
}

.receipt > p {
  color: #65756b;
  line-height: 1.45;
}

.receipt-line {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  color: #627268;
}

.receipt-line b {
  color: var(--ink);
}

.receipt-line.total {
  border-top: 1px dashed #bcc8bc;
  margin-top: 7px;
  padding-top: 14px;
}

.visual-note {
  position: absolute;
  bottom: 7px;
  right: 27px;
  background: var(--ink);
  color: white;
  padding: 13px 17px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 15px 25px #0e251b35;
}

.visual-note span {
  color: var(--lime);
  font-size: 17px;
  margin-right: 7px;
}

.why-copy h2 {
  font-size: 53px;
}

.why-copy > p {
  margin: 21px 0 27px;
}

.why-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
  color: #40584c;
  font-size: 14px;
}

.why-copy li span {
  background: #caef94;
  color: #487b2e;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
}

.testimonial {
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 100px 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.quote-mark {
  font: 120px Georgia, serif;
  color: #b9ed6a;
  line-height: 0;
  align-self: start;
  padding-top: 35px;
}

.testimonial blockquote {
  font: 600 29px / 1.38 var(--serif);
  letter-spacing: -1.4px;
  margin: 0;
  max-width: 650px;
}

.person {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px;
}

.person-initials {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #be987d;
  color: white;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: bold;
}

.person p {
  margin: 0;
  font-size: 12px;
}

.person strong,
.person span {
  display: block;
}

.person span {
  color: #7c8a82;
  margin-top: 3px;
}

.testimonial-data {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 23px;
  padding-left: 55px;
}

.testimonial-data div {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.testimonial-data strong {
  font: 700 24px var(--serif);
}

.testimonial-data span {
  font-size: 12px;
  color: #718078;
}

.cta {
  position: relative;
  background: var(--green);
  min-height: 454px;
  padding: 90px max(32px, calc((100% - 1236px) / 2));
  color: #fff;
  overflow: hidden;
}

.cta .eyebrow {
  color: #d8f6b4;
}

.cta h2 {
  font-size: 61px;
  color: white;
}

.cta h2 em {
  color: #d7f8aa;
}

.cta p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  max-width: 400px;
  color: #d9f0e1;
  margin: 21px 0 28px;
}

.button-light {
  background: var(--lime);
  color: var(--ink);
}

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

.cta-pattern {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 80px solid #4fac75;
  border-radius: 50%;
  right: -70px;
  top: -190px;
}

.cta-pattern:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border: 53px solid #8bd16e;
  border-radius: 50%;
  left: 40px;
  top: 75px;
}

footer {
  background: #0c211a;
  color: #b0c0b5;
  padding: 54px max(32px, calc((100% - 1236px) / 2)) 29px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
}

footer .brand {
  color: #fff;
}

.brand-footer .brand-mark {
  background: #b9ed6a;
  color: var(--ink);
}

footer > p {
  font-size: 13px;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 21px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: #b0c0b5;
  font-size: 12px;
}

.footer-calc-button {
  padding: 10px 14px;
  font-size: 11px;
  white-space: nowrap;
}

footer small {
  grid-column: 1 / -1;
  border-top: 1px solid #ffffff1c;
  padding-top: 24px;
  font-size: 11px;
  color: #71877b;
  text-align: center;
  display: block;
}

@keyframes float {
  50% {
    transform: translateY(-12px) rotate(-5deg);
  }
}

.rate-card,
.secure-card {
  animation-name: floatCard;
}

@keyframes floatCard {
  50% {
    transform: translateY(-10px);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

.reveal-delay {
  transition-delay: 0.13s;
}

.reveal-delay-2 {
  transition-delay: 0.26s;
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    height: 73px;
    padding: 0 20px;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: block;
    border: 0;
    background: none;
    width: 34px;
    height: 34px;
    padding: 6px;
  }

  .menu-button i {
    display: block;
    height: 2px;
    background: var(--ink);
    margin: 6px 0;
    transition: 0.25s;
  }

  .menu-button.open i:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button.open i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    z-index: 4;
    background: #fff;
    left: 14px;
    right: 14px;
    top: 65px;
    border-radius: 15px;
    box-shadow: 0 20px 35px #1936291f;
    padding: 17px;
    flex-direction: column;
    gap: 13px;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }

  .mobile-nav.open {
    display: flex;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav a:not(.button) {
    color: var(--ink);
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    padding: 5px;
  }

  .mobile-nav .button {
    justify-content: center;
    margin-top: 5px;
  }

  .hero {
    display: block;
    padding: 57px 20px 49px;
    min-height: 0;
  }

  .hero h1 {
    font-size: 48px;
    letter-spacing: -3.3px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-art {
    height: 355px;
    margin: 36px 0 0;
  }

  .orb-one {
    width: 300px;
    height: 300px;
    right: 15px;
  }

  .card-main {
    right: 30px;
    top: 61px;
    padding: 21px;
    width: calc(100% - 70px);
  }

  .card-main > strong {
    font-size: 29px;
  }

  .rate-card {
    left: 0;
  }

  .secure-card {
    right: 0;
    bottom: 0;
  }

  .numbers {
    grid-template-columns: repeat(2, 1fr);
    padding: 25px 20px;
    gap: 20px;
  }

  .numbers div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .numbers strong {
    font-size: 21px;
  }

  .section {
    padding: 83px 20px;
  }

  .calculator-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 24px 18px;
  }

  .calculator-copy {
    padding: 0;
  }

  .calculator-copy h2 {
    font-size: 2.45rem;
    letter-spacing: -2px;
  }

  .calculator-panel {
    padding: 18px;
  }

  .section h2,
  .process-intro h2,
  .why-copy h2 {
    font-size: 39px;
    letter-spacing: -2.5px;
  }

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

  .product-card {
    min-height: 345px;
  }

  .product-icon {
    margin: 26px 0 18px;
  }

  .process {
    display: block;
    padding-top: 40px;
    padding-bottom: 85px;
  }

  .process-intro {
    margin-bottom: 44px;
  }

  .why {
    display: block;
    padding: 72px 20px;
    height: auto;
    min-height: 0;
  }

  .why-copy,
  .testimonial-copy,
  .testimonial-data,
  .person,
  .process-intro,
  .section-heading,
  .story-copy,
  .page-hero > div,
  .contact-hero > div {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .why-copy > p,
  .testimonial-copy blockquote,
  .page-hero > div > p:not(.eyebrow),
  .contact-hero > div > p:not(.eyebrow),
  .story-copy p,
  .section-heading > p:last-child,
  .process-intro > p:not(.eyebrow) {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .why-copy ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
  }

  .why-copy ul {
    width: 100%;
  }

  .testimonial-copy blockquote {
    max-width: 100%;
    width: 100%;
  }

  .why-visual {
    height: 342px;
  }

  .visual-frame {
    width: 285px;
    height: 285px;
    left: 0;
  }

  .receipt {
    width: 220px;
    padding: 18px;
  }

  .visual-note {
    right: 0;
    bottom: 0;
  }

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

  .testimonial {
    display: block;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .quote-mark {
    display: none;
  }

  .testimonial blockquote {
    font-size: 23px;
    line-height: 1.42;
  }

  .testimonial-data {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 23px 0 0;
    margin-top: 38px;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .testimonial-data div {
    display: block;
  }

  .testimonial-data strong {
    font-size: 19px;
  }

  .testimonial-data span {
    display: block;
    margin-top: 4px;
  }

  .cta {
    padding: 76px 20px;
    min-height: 406px;
  }

  .cta h2 {
    font-size: 48px;
  }

  .cta-pattern {
    width: 440px;
    height: 440px;
    right: -205px;
    top: -60px;
  }

  footer {
    padding: 43px 20px 25px;
    display: block;
  }

  footer > p {
    margin: 16px 0 27px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }

  .brand {
    font-size: 20px;
  }
}

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

/* Surecredit web-app palette and official logo */
:root {
  --ink: #17351d;
  --paper: #f9fbf7;
  --lime: #c7edae;
  --green: #85c56d;
  --dark: #17351d;
  --line: #dfe9da;
}

.brand-image {
  height: 62px;
  width: 145px;
}

.brand-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav a.active,
.desktop-nav a:hover,
.login-link:hover {
  color: #4ca630;
}

.button {
  background: var(--green);
  border: 0;
  cursor: pointer;
}

.button:hover {
  background: #579f43;
}

.brand-footer {
  background: #fff;
  border-radius: 6px;
  padding: 2px 5px;
  height: 52px;
  width: 124px;
}

/* About and contact pages */
.inner-header {
  border-bottom: 1px solid var(--line);
}

.page-hero,
.contact-hero {
  max-width: 1300px;
  margin: auto;
  padding: 95px 32px 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 440px;
}

.page-hero h1,
.contact-hero h1 {
  font: 800 clamp(48px, 5.4vw, 74px) / 1.04 var(--serif);
  letter-spacing: -4px;
  margin: 0;
}

.page-hero h1 em,
.contact-hero h1 em {
  font-family: Georgia, serif;
  color: #599e43;
  font-weight: 400;
}

.page-hero > div > p:not(.eyebrow),
.contact-hero > div > p:not(.eyebrow) {
  max-width: 455px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  margin: 23px 0 0;
}

.page-hero-art {
  height: 270px;
  position: relative;
}

.mission-stamp {
  position: absolute;
  z-index: 2;
  left: 100px;
  top: 22px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  display: grid;
  place-items: center;
  text-align: center;
  font: 700 22px / 1.05 var(--serif);
  letter-spacing: -1px;
  transform: rotate(-10deg);
  box-shadow: 0 20px 35px #254b2b2c;
}

.mission-stamp b {
  font-size: 34px;
}

.hero-bubble {
  position: absolute;
  border-radius: 50%;
}

.bubble-one {
  width: 210px;
  height: 210px;
  background: #d5f1b2;
  right: 42px;
  top: 0;
}

.bubble-two {
  width: 97px;
  height: 97px;
  background: var(--green);
  right: 0;
  bottom: 0;
}

.story {
  display: grid;
  grid-template-columns: 0.48fr 1fr;
  gap: 90px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.section-kicker {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.section-kicker > span {
  font: 700 12px var(--serif);
  color: #5aa13f;
  border: 1px solid #a9d995;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: grid;
  place-items: center;
}

.story-copy {
  max-width: 690px;
}

.story-copy h2 {
  margin-bottom: 26px;
}

.story-copy p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0 0 17px;
}

.mission-vision {
  background: var(--ink);
  padding: 95px max(32px, calc((100% - 1236px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  color: #fff;
}

.mission-vision article > span {
  font-size: 31px;
  color: var(--lime);
}

.mission-vision .eyebrow {
  color: #b1caae;
  margin: 25px 0 14px;
}

.mission-vision h2 {
  font: 700 42px / 1.08 var(--serif);
  letter-spacing: -2.8px;
  margin: 0;
}

.mission-vision h2 em {
  font: 400 42px Georgia, serif;
  color: var(--lime);
}

.mission-vision article > p:last-child {
  color: #b9c9bd;
  line-height: 1.65;
  font-size: 15px;
  max-width: 485px;
  margin-top: 20px;
}

.values {
  padding-bottom: 100px;
}

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

.value-grid article {
  padding: 30px;
  min-height: 210px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-grid b {
  font: 700 12px var(--serif);
  color: #5ca443;
}

.value-grid h3 {
  font: 700 21px var(--serif);
  letter-spacing: -1px;
  margin: 25px 0 10px;
}

.value-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.impact {
  background: #eaf6dd;
  padding: 105px max(32px, calc((100% - 1236px) / 2));
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  align-items: center;
}

.impact .section-heading {
  text-align: left;
  margin: 0;
}

.impact .section-heading .eyebrow {
  justify-content: flex-start;
}

.impact-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px 25px;
}

.impact-numbers div {
  border-left: 2px solid #87c56f;
  padding-left: 20px;
}

.impact-numbers strong {
  font: 700 31px var(--serif);
  letter-spacing: -1.4px;
  display: block;
}

.impact-numbers span {
  color: #64766a;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.contact-hero {
  background: #e8f6dc;
  max-width: none;
  padding-left: max(32px, calc((100% - 1236px) / 2));
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-hero > div {
  width: min(100%, 720px);
  margin: 0 auto;
}

.contact-hero .eyebrow {
  justify-content: center;
}

.contact-hero > div > p:not(.eyebrow) {
  max-width: 620px;
  margin: 23px auto 0;
  text-align: center;
}

.contact-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.contact-details h2 {
  font: 700 42px / 1.1 var(--serif);
  letter-spacing: -2.6px;
  margin: 0 0 37px;
}

.contact-details h2 em {
  font: 400 42px Georgia, serif;
  color: #599e43;
}

.contact-detail {
  display: flex;
  gap: 14px;
  margin: 0 0 25px;
}

.contact-detail > span {
  background: #e0f4ce;
  color: #4d9c35;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-detail > div {
  min-width: 0;
}

.contact-detail small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  color: #829187;
  margin: 1px 0 7px;
}

.contact-detail a,
.contact-detail p {
  display: block;
  color: #425c4a;
  line-height: 1.55;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-detail a:hover {
  color: #4ca630;
}

.contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 18px 35px #3153310d;
}

.contact-form-card h2 {
  font: 700 32px var(--serif);
  letter-spacing: -1.8px;
  margin: 0 0 27px;
}

.contact-form-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.contact-form-card label {
  font-size: 12px;
  font-weight: 700;
  color: #415b48;
}

.contact-form-card label:nth-of-type(4),
.contact-form-card label:nth-of-type(5) {
  grid-column: 1 / -1;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid #d7e1d3;
  background: #fbfdf9;
  border-radius: 8px;
  padding: 13px;
  margin-top: 7px;
  font: 14px var(--sans);
  outline: none;
  transition: border 0.2s;
}

.contact-form-card textarea {
  min-height: 110px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: #7ec363;
}

.contact-form-card .button {
  justify-content: center;
  width: max-content;
  margin-top: 5px;
}

.visit {
  padding-top: 30px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: center;
}

.visit-heading h2 {
  font-size: 43px;
  margin: 0;
}

.visit-heading > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
  margin: 18px 0 25px;
  max-width: 320px;
}

.map-frame {
  height: 390px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e5eee0;
}

.map-frame iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

@media (max-width: 760px) {
  .brand-image {
    height: 52px;
    width: 122px;
  }

  .page-hero,
  .contact-hero {
    display: block;
    padding: 64px 20px 74px;
    min-height: auto;
  }

  .page-hero h1,
  .contact-hero h1 {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .page-hero-art {
    height: 250px;
    margin-top: 32px;
  }

  .mission-stamp {
    left: 30px;
    width: 165px;
    height: 165px;
  }

  .story,
  .mission-vision,
  .contact-content,
  .visit {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .story {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section-kicker {
    margin-bottom: 25px;
  }

  .mission-vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mission-vision article + article {
    margin-top: 55px;
  }

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

  .value-grid article {
    min-height: 0;
  }

  .impact {
    display: block;
    padding: 75px 20px;
  }

  .impact .section-heading {
    margin-bottom: 48px;
  }

  .contact-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .contact-form-card {
    padding: 25px;
    margin-top: 47px;
  }

  .contact-form-card form {
    grid-template-columns: 1fr;
  }

  .contact-form-card label:nth-of-type(4),
  .contact-form-card label:nth-of-type(5) {
    grid-column: auto;
  }

  .visit {
    padding-top: 0;
    padding-bottom: 76px;
  }

  .visit-heading {
    margin-bottom: 34px;
  }

  .map-frame {
    height: 320px;
  }

  .brand-footer {
    height: 52px;
    width: 124px;
  }
}

/* Richer business imagery and motion */
.hero-photo {
  height: 470px;
  overflow: visible;
}

.hero-photo > img {
  position: absolute;
  right: 38px;
  top: 36px;
  width: 79%;
  height: 384px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 28px 48px #1936292b;
  z-index: 1;
  animation: photoFloat 7s ease-in-out infinite;
}

.photo-backdrop {
  position: absolute;
  width: 83%;
  height: 84%;
  border-radius: 50% 50% 42% 50%;
  background: #d7f2b1;
  right: 0;
  top: 8px;
  animation: breathe 6s ease-in-out infinite;
}

.hero-photo-message {
  position: absolute;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 2;
  right: 0;
  bottom: 5px;
  max-width: 250px;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 18px 34px #183a2a24;
  animation: floatCard 5s ease-in-out 1s infinite;
}

.hero-photo-message strong,
.hero-photo-message small {
  display: block;
}

.hero-photo-message strong {
  font: 700 14px var(--serif);
}

.hero-photo-message small {
  color: #65756b;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 3px;
}

.hero-photo .rate-card {
  left: 3px;
  top: 35px;
  z-index: 2;
}

.hero-photo .rate-card strong {
  font-size: 13px;
}

.hero-photo .round-seal {
  z-index: 2;
  bottom: -5px;
  left: 9px;
  background: #f9fbf7;
}

.benefit-ticker {
  background: #e6f5d8;
  overflow: hidden;
  color: #367228;
  border-top: 1px solid #d2eac1;
  border-bottom: 1px solid #d2eac1;
  white-space: nowrap;
}

.benefit-ticker>div{display:inline-flex;align-items:center;gap:28px;min-width:max-content;padding:14px 0;animation:ticker 22s linear infinite}
.benefit-ticker span{font-size:12px;text-transform:uppercase;letter-spacing:1.4px;font-weight:700}
.benefit-ticker b{font-size:15px;color:#78bd5b}
@keyframes ticker{to{transform:translateX(-50%)}
}
@keyframes photoFloat{50%{transform:translateY(-11px) rotate(1deg)}
}
@keyframes breathe{50%{transform:scale(1.04)}
}
.story{grid-template-columns:.34fr .95fr .72fr;gap:55px}
.story-image{margin:0;align-self:center;height:370px;border-radius:18px;overflow:hidden;box-shadow:0 20px 38px #1936291c}
.story-image img{height:100%;width:100%;object-fit:cover;transition:transform .7s}
.story-image:hover img{transform:scale(1.06)}
.leaders{padding-top:105px}
.leader-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.leader-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px 15px 23px;transition:transform .3s,box-shadow .3s}
.leader-card:hover{transform:translateY(-8px);box-shadow:0 22px 35px #19362918}
.leader-photo{height:290px;border-radius:10px;background:linear-gradient(135deg,#e5f2d9,#c1e6a7);display:block;position:relative;overflow:hidden}
.leader-photo img{display:block;width:100%;height:100%;object-fit:contain;background:#edf3e8;object-position:center}
.leader-photo:after{content:'';position:absolute;inset:auto;display:none}
.leader-photo span{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#568147;font-weight:700;margin-top:74px}
.leader-role{font-size:11px;text-transform:uppercase;letter-spacing:1.1px;color:#629c4c;font-weight:bold;margin:19px 0 6px}
.leader-card h3{font:700 22px var(--serif);letter-spacing:-1px;margin:0}
.leader-note{text-align:center;color:#77877e;font-size:12px;margin:23px 0 0}
@media(max-width:760px){.hero-photo>img{right:18px;width:82%;height:294px;top:29px}
.hero-photo{height:355px}
.hero-photo-message{right:0;bottom:0;max-width:208px;padding:11px}
.hero-photo .rate-card{top:2px;left:0}
.hero-photo .round-seal{left:0;bottom:-18px;transform:scale(.76) rotate(-16deg);transform-origin:bottom left}
.benefit-ticker>div{animation-duration:16s}
.story{display:block}
.story-image{margin-top:33px;height:270px}
.leaders{padding-top:75px}
.leader-grid{grid-template-columns:1fr;gap:16px}
.leader-photo{height:265px}
}

/* A more compact, content-rich home page and expanded site footer */
@media(min-width:761px){
  .hero{padding-top:56px;padding-bottom:58px;min-height:590px}
  .hero-art{height:420px}
  .hero-photo>img{height:340px}
  .section{padding-top:88px;padding-bottom:88px}
  .product-card{min-height:365px}
  .product-icon{margin-top:31px;margin-bottom:18px}
  .process{padding-top:45px;padding-bottom:90px}
  .testimonial{padding-top:85px;padding-bottom:85px}
  .why{padding-top:88px;padding-bottom:88px}
  .cta{min-height:395px;padding-top:74px;padding-bottom:74px}
}
footer{grid-template-columns:1.15fr 1fr .8fr;align-items:start}
.footer-brand>p{font-size:13px;line-height:1.55;margin:13px 0 0;max-width:245px}
.footer-contact{display:grid;gap:7px;font-size:12px;line-height:1.45;color:#b0c0b5}
.footer-contact p{margin:0 0 2px;color:#fff;font-size:13px}
.footer-contact a{color:#b9d2be;text-decoration:none}.footer-contact a:hover{color:#c7edae}
.footer-contact span{max-width:250px}
.footer-links{align-items:center;flex-wrap:wrap}.linkedin-link{height:28px;width:28px;border-radius:50%;display:grid;place-items:center;background:#c7edae!important;color:#17351d!important;transition:transform .2s,background .2s}.linkedin-link:hover{background:#fff!important;transform:translateY(-2px)}.linkedin-link svg{width:16px;height:16px;fill:currentColor}
@media(max-width:760px){footer{display:grid;grid-template-columns:1fr;gap:27px}.footer-brand>p{margin-bottom:0}.footer-links{margin:0}.footer-contact span{max-width:290px}}

@media (max-width: 900px) {
  .process {
    display: block;
    padding-top: 40px;
    padding-bottom: 85px;
  }

  .process-intro {
    margin-bottom: 44px;
  }

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

  .why {
    display: block;
    height: auto;
    min-height: 0;
    padding: 72px 20px;
  }

  .testimonial {
    display: block;
  }

  .quote-mark {
    display: none;
  }

  .testimonial-data {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 23px 0 0;
    margin-top: 38px;
    grid-template-columns: repeat(3, 1fr);
  }
}