/*
Theme Name: Connect Smart Money Theme
Author: CSM
Version: 1.1
Description: Starter marketing theme for Connect Smart Money.
*/
:root {
  --page-bg: #fffaf6;
  --section-bg: #fff8f3;
  --hero-right: #feeab7;
  --hero-circle: #f7d8c8;
  --footer-bg: #e9e4dc;
  --text-main: #293542;
  --text-soft: #4a5f72;
  --line: rgba(41, 53, 66, 0.12);
  --orange: #ff6f21;
  --gold: #ffb443;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(224, 181, 127, 0.18);
  --shadow-card: 0 24px 60px rgba(225, 184, 137, 0.16);
  --container: 1710px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 0 0, rgba(253, 210, 175, 0.22), transparent 18%),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 100%);
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 108px));
  margin: 0 auto;
}

.site-landing {
  overflow: hidden;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  min-height: 700px;
}

.hero-panel {
  position: relative;
}

.hero-panel--content {
  padding: 44px 72px 44px 92px;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 180, 0.28), transparent 24%),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 100%);
}

.hero-panel--visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  padding: 108px 40px 40px 20px;
}

.hero-visual {
  position: relative;
  width: min(100%, 520px);
  min-height: 560px;
  display: flex;
  justify-content: center;
}

.hero-visual__backdrop {
  position: absolute;
  inset: 34px 10px 22px 26px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 179, 67, 0.42), transparent 28%),
    linear-gradient(160deg, #fff7e5 0%, #ffe8b8 46%, #ffd29b 100%);
  box-shadow: 0 28px 60px rgba(227, 176, 111, 0.28);
}

.hero-visual__card {
  position: absolute;
  z-index: 2;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 50px rgba(217, 168, 110, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-visual__card--main {
  left: 34px;
  right: 34px;
  top: 158px;
  padding: 30px 28px;
}

.hero-visual__eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual__card h2 {
  margin: 0;
  color: #263341;
  font-size: clamp(1.85rem, 2.4vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.hero-visual__list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hero-visual__list li {
  position: relative;
  padding-left: 22px;
  color: #495f73;
  font-size: 0.96rem;
  line-height: 1.45;
}

.hero-visual__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--orange) 0%, var(--gold) 100%);
}

.hero-visual__card--stat {
  width: 220px;
  padding: 18px 20px;
}

.hero-visual__card--top {
  right: 0;
  top: 24px;
}

.hero-visual__card--bottom {
  left: 0;
  bottom: 18px;
}

.hero-visual__stat-label {
  display: block;
  color: #718394;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual__card--stat strong {
  display: block;
  margin-top: 8px;
  color: #24313f;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-visual__coin {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #ff8b3d 0%, #ff6a21 100%);
  box-shadow: 0 24px 40px rgba(255, 111, 33, 0.28);
}

.hero-visual__coin--large {
  right: 28px;
  bottom: 46px;
  width: 74px;
  height: 74px;
  font-size: 2rem;
}

.hero-visual__coin--small {
  left: 48px;
  top: 54px;
  width: 42px;
  height: 42px;
  font-size: 1.1rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 44px 72px 0 92px;
  background: transparent;
}

.site-logo {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  font-size: clamp(2rem, 2.45vw, 2.95rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.site-logo__strong,
.site-logo__dot,
.site-logo__light {
  color: var(--orange);
}

.site-logo__strong {
  font-weight: 800;
}

.site-logo__dot {
  font-weight: 800;
}

.site-logo__light {
  font-weight: 300;
  margin-left: 2px;
}

.primary-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.primary-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.primary-nav__list a {
  color: #41586b;
  font-size: 0.87rem;
  font-weight: 400;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text-main);
}

.hero-copy {
  max-width: 630px;
  padding-top: 142px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 630px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.hero-description {
  max-width: 540px;
  margin: 24px 0 0;
  color: #344c61;
  font-size: clamp(0.98rem, 1.02vw, 1.12rem);
  line-height: 1.62;
}

.lead-form {
  width: min(100%, 610px);
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.lead-form__field {
  display: grid;
  gap: 6px;
  padding: 17px 26px;
  border-bottom: 1px solid var(--line);
}

.lead-form__field label {
  color: #8795a1;
  font-size: 0.82rem;
}

.lead-form__field input,
.lead-form__field select {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #384a5d;
  font-size: 0.95rem;
  outline: none;
  appearance: none;
  font-weight: 500;
}

.lead-form__field--select {
  position: relative;
}

.lead-form__field--select::after {
  content: '\2304';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-4px);
  color: #3d4f62;
  font-size: 1.55rem;
  pointer-events: none;
}

.lead-form__note,
.lead-form__message {
  margin: 0;
  padding: 18px 26px;
  color: #546678;
  font-size: 0.83rem;
  line-height: 1.55;
}

.lead-form__note a {
  color: var(--orange);
  margin-inline: 3px;
}

.lead-form__message {
  padding-top: 0;
}

.lead-form__message.is-success {
  color: #1c8046;
}

.lead-form__message.is-error {
  color: #c13b1d;
}

.lead-loader {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 247, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lead-loader.is-visible {
  display: flex;
}

.lead-loader__box {
  min-width: 240px;
  padding: 28px 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.lead-loader__box p {
  margin: 14px 0 0;
  color: #41586b;
  font-size: 0.94rem;
  font-weight: 500;
}

.lead-loader__spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 4px solid rgba(255, 180, 68, 0.26);
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: lead-loader-spin 0.8s linear infinite;
}

@keyframes lead-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.lead-form__submit,
.button-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 19px 26px;
  border: 0;
  background: linear-gradient(90deg, var(--orange) 0%, var(--gold) 100%);
  color: var(--white);
  font-size: clamp(1.02rem, 1.08vw, 1.18rem);
  font-weight: 700;
  cursor: pointer;
}

.lead-form__submit:disabled {
  opacity: 0.75;
  cursor: wait;
}

.benefits-strip {
  padding: 24px 0;
  background: linear-gradient(90deg, #ffe4b1 0%, #fff8ee 48%, #ffd8cd 100%);
}

.benefits-strip__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #526779;
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
}

.benefit-item--wide {
  font-size: 0.82rem;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 5px solid rgba(255, 180, 68, 0.28);
  color: var(--orange);
  font-size: 1rem;
  font-weight: 700;
}

.benefit-icon--lock,
.benefit-icon--clock,
.benefit-icon--funds {
  font-size: 0.92rem;
}

.how-it-works.section-shell {
  padding-top: 68px;
}

.section-shell {
  position: relative;
  padding: 100px 0 82px;
}

.how-it-works::before {
  display: none;
}

.how-it-works::after {
  display: none;
}

.section-shell h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.35rem, 3.3vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.section-intro {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  color: #466075;
  font-size: clamp(0.98rem, 1.1vw, 1.15rem);
  line-height: 1.5;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.step-card {
  position: relative;
  padding: 18px 24px 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.step-card__icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffeddc;
}

.step-card__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.step-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.08rem, 1.5vw, 1.45rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.step-card p {
  margin: 0;
  color: #445a6e;
  font-size: 0.9rem;
  line-height: 1.62;
}

.step-card__arrow {
  display: none;
}

.steps-grid .step-card:last-child .step-card__arrow {
  display: none;
}

.why-use {
  padding-top: 40px;
}

.why-use__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.why-use__media {
  position: relative;
  min-height: 560px;
}

.bubble {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255, 0.94);
}

.bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bubble--large {
  width: 300px;
  height: 300px;
  left: 14px;
  top: 6px;
}

.bubble--medium {
  width: 380px;
  height: 380px;
  left: 244px;
  top: 64px;
}

.bubble--small {
  width: 232px;
  height: 232px;
  left: 112px;
  bottom: 18px;
}

.floating-ring {
  position: absolute;
  left: 248px;
  bottom: 24px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 30px solid rgba(255, 212, 156, 0.28);
}

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

.floating-dot--orange {
  right: 172px;
  bottom: 48px;
  width: 44px;
  height: 44px;
  background: var(--orange);
}

.floating-dot--gold {
  right: 244px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  background: var(--gold);
}

.why-use__content h2 {
  margin: 0 0 26px;
  font-size: clamp(2.4rem, 3.5vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.why-use__content p,
.covered-card p,
.footer-disclaimer p,
.fallback-page p {
  margin: 0;
  color: #445c70;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.8;
}

.feature-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.feature-list li {
  position: relative;
  padding-left: 48px;
  color: #445c70;
  font-size: 0.98rem;
}

.feature-list li::before {
  content: '\203A';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid rgba(255, 180, 68, 0.36);
  color: var(--orange);
  font-weight: 700;
}

.covered {
  padding-top: 40px;
}

.covered-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff3dc 0%, #fff7ea 45%, rgba(255, 255, 255, 0.9) 62%);
}

.covered-card__content {
  padding: 92px 72px 82px;
}

.covered-card h2 {
  margin: 0 0 38px;
  font-size: clamp(2.9rem, 4.1vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.covered-card p + p {
  margin-top: 30px;
}

.button-cta {
  width: min(100%, 356px);
  margin-top: 42px;
  border-radius: 14px;
}

.covered-card__image-wrap {
  position: relative;
  min-height: 100%;
}

.covered-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.covered-card__image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 235, 0.96) 0%, rgba(255, 248, 235, 0.6) 18%, rgba(255, 255, 255, 0) 42%);
}

.covered-card__dot,
.covered-card__curve {
  position: absolute;
  z-index: 2;
}

.covered-card__dot {
  border-radius: 50%;
}

.covered-card__dot--big {
  width: 56px;
  height: 56px;
  right: 182px;
  bottom: 118px;
  background: var(--orange);
}

.covered-card__dot--small {
  width: 26px;
  height: 26px;
  right: 214px;
  bottom: 40px;
  background: var(--gold);
}

.covered-card__curve {
  right: -36px;
  bottom: -28px;
  width: 290px;
  height: 190px;
  border-radius: 190px 190px 0 0;
  border: 38px solid rgba(255, 244, 227, 0.92);
  border-bottom: 0;
}

.site-footer {
  margin-top: 28px;
  padding: 72px 0 52px;
  background: var(--footer-bg);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.site-footer .footer-brand .site-logo,
.how-it-works-page__footer .footer-brand .site-logo,
.get-started-footer .footer-brand .site-logo {
  font-size: clamp(3rem, 4.2vw, 4.9rem) !important;
  line-height: 0.86;
}

.site-footer .site-logo__strong,
.site-footer .site-logo__dot {
  font-weight: 700;
}

.site-footer .site-logo__light {
  font-weight: 400;
}

.footer-links {
  display: grid;
  gap: 20px;
}

.footer-links a {
  color: #4f6477;
  font-size: 1rem;
}

.footer-disclaimer {
  margin-top: 88px;
  padding: 50px 0;
  border-top: 1px solid rgba(79, 100, 119, 0.55);
  border-bottom: 1px solid rgba(79, 100, 119, 0.55);
}

.footer-disclaimer p {
  font-size: 1rem;
}

.footer-disclaimer p + p {
  margin-top: 28px;
}

.footer-copyright {
  padding-top: 44px;
}

.footer-copyright p {
  margin: 0;
  color: #4f6477;
  font-size: 1rem;
}

.fallback-page {
  padding: 120px 0;
}

.get-started-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 0 0, rgba(253, 210, 175, 0.22), transparent 18%),
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 100%);
}

.get-started-hero {
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(255, 250, 247, 0.98) 0%, rgba(255, 253, 251, 0.98) 56%, rgba(254, 232, 177, 0.92) 100%);
}

.get-started-header {
  position: relative;
}

.get-started-nav {
  display: flex;
}

.get-started-shell {
  display: flex;
  justify-content: center;
  padding-top: 44px;
  padding-bottom: 28px;
}

.get-started-card {
  width: min(100%, 560px);
}

.get-started-progress {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #dde3ea;
  overflow: hidden;
}

.get-started-progress__fill {
  display: block;
  width: 12%;
  height: 100%;
  background:
    repeating-linear-gradient(
      -45deg,
      #ff6f21 0,
      #ff6f21 10px,
      #ff8644 10px,
      #ff8644 20px
    );
}

.get-started-progress.is-name-step .get-started-progress__fill {
  width: 44%;
}

.get-started-progress.is-job-step .get-started-progress__fill {
  width: 63%;
}

.get-started-progress.is-bank-step .get-started-progress__fill {
  width: 82%;
}

.get-started-card h1 {
  margin: 28px 0 0;
  text-align: center;
  font-size: clamp(1.52rem, 2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.get-started-tip {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.get-started-tip__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--orange);
  font-size: 2.35rem;
  font-weight: 700;
}

.get-started-tip__bubble {
  position: relative;
  padding: 14px 20px;
  border-radius: 14px;
  background: #e1e4e8;
  color: #3f556a;
  font-size: 0.8rem;
  line-height: 1.32;
}

.get-started-tip__bubble::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 14px;
  border-width: 8px 14px 8px 0;
  border-style: solid;
  border-color: transparent #e1e4e8 transparent transparent;
}

.get-started-form {
  margin-top: 28px;
}

.get-started-form label {
  display: block;
  margin-bottom: 8px;
  color: #3f556a;
  font-size: 0.78rem;
  font-weight: 700;
}

.get-started-form label + input,
.get-started-form label + .get-started-input-group,
.get-started-form label + .get-started-select {
  margin-bottom: 18px;
}

.get-started-form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 2px solid #6f7f8f;
  border-radius: 12px;
  background: #fff;
  color: #42576b;
  font-size: 0.84rem;
  text-align: center;
  outline: none;
}

.get-started-form input::placeholder {
  color: #6f7f8f;
  font-size: 0.8rem;
}

.get-started-select {
  position: relative;
  margin-bottom: 18px;
}

.get-started-select::after {
  content: '\2304';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-56%);
  color: #3d4f62;
  font-size: 1.4rem;
  pointer-events: none;
}

.get-started-select select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 2px solid #6f7f8f;
  border-radius: 12px;
  background: #fff;
  color: #42576b;
  font-size: 0.84rem;
  outline: none;
  appearance: none;
}

.get-started-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 0;
  text-align: center;
  font-size: clamp(1.52rem, 2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.get-started-help {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.get-started-input-group {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: stretch;
  border: 2px solid #6f7f8f;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 18px;
}

.get-started-input-group--picker {
  grid-template-columns: 1fr 72px;
}

.get-started-input-group__prefix {
  display: grid;
  place-items: center;
  color: #222b34;
  font-size: 1.05rem;
  font-weight: 700;
  border-right: 2px solid #6f7f8f;
}

.get-started-input-group input {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.get-started-input-group--currency {
  position: relative;
  grid-template-columns: 1fr;
}

.get-started-input-group--currency .get-started-input-group__prefix {
  position: absolute;
  left: 24px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-right: 0;
  width: auto;
  height: auto;
  pointer-events: none;
}

.get-started-input-group--currency input {
  padding-left: 58px;
  text-align: center;
}

.get-started-input-group--picker input {
  border-right: 2px solid #6f7f8f;
}

.get-started-input-group__picker {
  border: 0;
  border-left: 2px solid #6f7f8f;
  background: #fff7ef;
  color: #ff6a21;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.get-started-input-group__picker:hover {
  background: #ffefd9;
}

.get-started-input-group__native-date {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}


.thank-you-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 247, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.thank-you-modal.is-visible {
  display: flex;
}

.thank-you-modal__card {
  width: min(100%, 560px);
  padding: 42px 40px 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.thank-you-modal__brand {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--orange);
  font-size: clamp(1.75rem, 2.3vw, 2.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.thank-you-modal__brand-strong {
  font-weight: 800;
}

.thank-you-modal__brand-light {
  margin-left: 0.04em;
  font-weight: 300;
}

.thank-you-modal__card h2 {
  margin: 0 0 16px;
  font-size: 1.65rem;
  line-height: 1.1;
}

.thank-you-modal__card p {
  margin: 0;
  color: #445a6e;
  font-size: 1.08rem;
  line-height: 1.8;
}

.thank-you-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  margin-top: 34px;
  padding: 14px 28px;
  border: 0;
  border-radius: 12px;
  background: #ff7a36;
  color: #101417;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
}

.get-started-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
  padding: 16px 22px;
  border: 0;
  border-radius: 12px;
  background: #ff7a36;
  color: #101417;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.get-started-form__submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(16, 20, 23, 0.22);
  border-top-color: #101417;
  border-radius: 50%;
  animation: lead-loader-spin 0.8s linear infinite;
}

.get-started-form__submit.is-loading .get-started-form__submit-spinner {
  display: inline-block;
}

.get-started-form__message {
  margin: 12px 0 0;
  font-size: 0.76rem;
  color: #445a6e;
}

.get-started-form__message.is-success {
  color: #1c8046;
}

.get-started-form__message.is-error {
  color: #c13b1d;
}

.get-started-back {
  display: inline-block;
  margin-top: 18px;
  color: #7d8691;
  font-size: 0.8rem;
  font-weight: 700;
}

.get-started-trust {
  padding: 8px 0 28px;
}

.get-started-trust__inner {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.get-started-disclosure {
  color: var(--orange);
  font-size: 0.84rem;
  text-decoration: underline;
}

.get-started-header .primary-nav__list a {
  font-size: 0.82rem;
}

.get-started-header .site-logo {
  font-size: clamp(1.5rem, 1.8vw, 2.15rem);
}

.get-started-footer .footer-links a,
.get-started-footer .footer-disclaimer p,
.get-started-footer .footer-copyright p {
  font-size: 0.92rem;
}

.get-started-footer {
  margin-top: 0;
}

.how-it-works-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(253, 210, 175, 0.22), transparent 18%),
    linear-gradient(90deg, rgba(255, 250, 247, 0.98) 0%, rgba(255, 252, 248, 0.98) 58%, rgba(254, 232, 177, 0.34) 100%);
}

.how-it-works-page__hero {
  padding: 150px 0 0;
}

.how-it-works-page__header {
  position: fixed;
  padding-bottom: 20px;
  background: linear-gradient(180deg, rgba(255, 250, 247, 0.96) 0%, rgba(255, 250, 247, 0.9) 72%, rgba(255, 250, 247, 0) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.how-it-works-page__layout {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.how-it-works-page__sidebar {
  position: sticky;
  top: 140px;
}

.how-it-works-page__sidebar h1 {
  margin: 0 0 30px;
  font-size: clamp(2rem, 2.5vw, 2.9rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.how-it-works-info-card {
  margin-bottom: 28px;
  padding: 28px 28px 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.how-it-works-info-card__icon {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ffeddc;
}

.how-it-works-info-card__icon img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.how-it-works-info-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 1.5vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.how-it-works-info-card p {
  margin: 0;
  color: #445c70;
  font-size: 1rem;
  line-height: 1.75;
}

.how-it-works-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 68px;
  margin-top: 18px;
  margin-bottom: 42px;
  padding: 18px 28px;
  border-radius: 16px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--gold) 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.how-it-works-page__content {
  padding: 10px 0 90px;
}

.how-it-works-copy-block + .how-it-works-copy-block {
  margin-top: 34px;
}

.how-it-works-copy-block h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #4b6172;
}

.how-it-works-copy-block p,
.how-it-works-copy-block li {
  color: #445c70;
  font-size: clamp(0.94rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.how-it-works-copy-block p {
  margin: 0;
}

.how-it-works-copy-block p + p {
  margin-top: 22px;
}

.how-it-works-copy-block__meta {
  color: #556b7c;
  font-size: 0.98rem;
  font-weight: 500;
}

.how-it-works-copy-block__lead {
  color: #445c70;
  font-weight: 700;
  text-transform: uppercase;
}

.how-it-works-copy-block__subheading {
  margin: 0 0 18px;
  color: #4b6172;
  font-size: clamp(1.6rem, 2.1vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.how-it-works-copy-block__steps,
.how-it-works-copy-block__requirements {
  margin: 18px 0 0;
  padding-left: 30px;
}

.how-it-works-copy-block__steps li + li,
.how-it-works-copy-block__requirements li + li {
  margin-top: 6px;
}

.how-it-works-copy-block__requirements {
  list-style: disc;
}

.how-it-works-page__footer {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .container {
    width: min(var(--container), calc(100% - 48px));
  }

  .hero-panel--content {
    padding: 36px 42px 56px;
  }

  .trust-badges {
    padding-left: 0;
    width: 100%;
  }

  .bubble--medium {
    left: 210px;
  }
}

@media (max-width: 1180px) {
  .hero-section,
  .why-use__layout,
  .covered-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel--visual {
    min-height: 540px;
    padding: 32px 24px 34px;
  }

  .benefits-strip__items,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-use__media {
    min-height: 720px;
  }

  .covered-card__content {
    padding: 64px 36px;
  }

  .covered-card__image-wrap {
    min-height: 480px;
  }

  .get-started-header {
    flex-wrap: wrap;
  }

  .get-started-shell {
    padding-top: 40px;
  }

  .how-it-works-page__layout {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
  }

  .how-it-works-page__sidebar h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(320px, 100%);
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hero-panel--content {
    padding-inline: 16px;
  }

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

  .hero-visual__card--main {
    left: 18px;
    right: 18px;
    top: 142px;
  }

  .hero-visual__card--top,
  .hero-visual__card--bottom {
    width: 180px;
  }

  .hero-copy {
    padding-top: 120px;
  }

  .site-header {
    position: relative;
    padding: 24px 16px 0;
  }

  .lead-form__field,
  .lead-form__note,
  .lead-form__submit,
  .lead-form__message,
  .button-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-badges,
  .benefits-strip__items,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .trust-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
  }

  .benefit-item {
    justify-content: flex-start;
  }

  .step-card__arrow {
    display: none;
  }

  .get-started-tip {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .get-started-tip__bubble::before {
    display: none;
  }

  .bubble--large {
    width: 240px;
    height: 240px;
  }

  .bubble--medium {
    width: 320px;
    height: 320px;
    left: 120px;
  }

  .bubble--small {
    width: 200px;
    height: 200px;
    left: 20px;
  }

  .floating-ring,
  .covered-card__curve {
    display: none;
  }

  .how-it-works-page__hero {
    padding-top: 118px;
  }

  .how-it-works-page__layout {
    grid-template-columns: 1fr;
  }

  .how-it-works-page__sidebar {
    position: static;
  }

  .how-it-works-page__sidebar h1,
  .how-it-works-copy-block h2 {
    text-align: center;
  }

  .how-it-works-page__content {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: auto;
  }

  .benefit-item,
  .step-card p,
  .feature-list li,
  .footer-links a,
  .footer-disclaimer p,
  .footer-copyright p {
    font-size: 1rem;
  }

  .section-shell {
    padding: 72px 0 58px;
  }

  .why-use__media {
    min-height: 440px;
  }

  .covered-card__content {
    padding: 44px 22px;
  }

  .covered-card__image-wrap {
    min-height: 320px;
  }

  .get-started-card h1 {
    font-size: 1.65rem;
  }

  .get-started-form input {
    height: 62px;
  }

  .how-it-works-page__hero {
    padding-top: 100px;
  }

  .how-it-works-info-card {
    padding: 22px 18px 24px;
  }

  .how-it-works-info-card__icon {
    width: 120px;
    height: 120px;
  }

  .how-it-works-copy-block__steps,
  .how-it-works-copy-block__requirements {
    padding-left: 22px;
  }
}




