﻿:root {
  --bg-main: #f8f6f1;
  --bg-card: rgba(255, 255, 255, 0.96);
  --text-primary: #111111;
  --text-secondary: #3d3d44;
  --text-muted: #4d5f88;
  --accent: #2f55c7;
  --accent-deep: #283f87;
  --accent-soft: rgba(47, 85, 199, 0.09);
  --border-soft: #dde3ef;
  --border-card: rgba(210, 217, 231, 0.95);
  --trust-bar: #127c69;
  --shadow-card: 0 18px 36px rgba(52, 61, 92, 0.08);
  --sticky-footer-stack: 71px;
}

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

html,
body {
  min-height: 100%;
}

.top-brand-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 58px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(212, 217, 228, 0.82);
  box-shadow: 0 2px 10px rgba(44, 57, 92, 0.05);
}

.brand-lockup {
  display: flex;
  align-items: center;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.brand-wordmark-primary {
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-wordmark-secondary {
  color: #3b5fcf;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.proof {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #111111;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

.proof svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: currentColor;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #1f4ba3;
  background: linear-gradient(135deg, #2f63d9 0%, #1f4ba3 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
  box-shadow: 0 6px 12px rgba(31, 75, 163, 0.22);
}

.header-continue-btn:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.header-continue-btn:focus-visible {
  outline: 2px solid rgba(31, 75, 163, 0.28);
  outline-offset: 1px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #d8deeb;
  border-radius: 999px;
  background: #ffffff;
}

.lang-switch-btn {
  min-width: 74px;
  height: 24px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #425172;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease;
}

.lang-switch-btn.is-active {
  background: #1f4ba3;
  color: #ffffff;
}

.lang-switch-btn:focus-visible {
  outline: 2px solid rgba(31, 75, 163, 0.25);
  outline-offset: 1px;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  color: var(--text-primary);
  background: linear-gradient(180deg, #faf8f4 0%, #f7f4ef 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(112, 112, 112, 0.45) 0.65px, transparent 0.65px),
    radial-gradient(rgba(255, 255, 255, 0.85) 0.75px, transparent 0.75px);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}

.page-shell {
  position: relative;
  min-height: 0;
  padding-bottom: 0;
}

.hero-stage {
  --progress-position: 14%;
  position: relative;
  min-height: 0;
  padding: 38px 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.hero-stage-step-1 {
  background-image: url("/assets/scene-background.webp");
  background-position: left top;
}

.hero-stage-step-2 {
  background-image: url("/assets/scene-background-2.webp?v=20260323-2305");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-step-3 {
  background-image: url("/assets/scene-background-3.webp?v=20260323-2319");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-step-4 {
  background-image: url("/assets/scene-background-4.webp?v=20260323-2322");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-step-5 {
  background-image: url("/assets/scene-background-5.webp?v=20260324-0022");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-step-6 {
  background-image: url("/assets/scene-background-6.webp?v=20260324-0043");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-step-7 {
  background-image: url("/assets/scene-background-7.webp?v=20260324-0112");
  background-position: left top;
  background-size: 100% auto;
}

.hero-stage-results {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.96), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #f6f3f5 0%, #f3f0f3 100%);
}

.hero-stage-results::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(99, 94, 108, 0.38) 0.65px, transparent 0.65px),
    radial-gradient(rgba(255, 255, 255, 0.9) 0.65px, transparent 0.65px);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
}

.hero-stage::before {
  content: none;
}

.progress-bar-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  min-height: 76px;
}

.progress-bar-container.is-hidden {
  display: none;
}

.progress-bar-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: var(--progress-position);
  background: linear-gradient(90deg, #32477d, #2e4985);
}

.progress-back {
  position: absolute;
  top: 43px;
  left: 68px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 0.95rem;
  cursor: pointer;
}

.progress-back.hide {
  display: none;
}

.progress-back svg {
  width: 16px;
  height: 14px;
  fill: currentColor;
}

.progress-back:focus {
  outline: none;
}

.progress-back:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.16);
  outline-offset: 6px;
  border-radius: 4px;
}

.progress-bar-label {
  position: absolute;
  top: 8px;
  left: var(--progress-position);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--accent-deep);
  box-shadow: 0 6px 12px rgba(40, 63, 135, 0.16);
}

.progress-bar-label::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 8px;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent #3e5db2 transparent transparent;
}

.progress-bar-label-percent {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.progress-bar-label-steps {
  display: none;
}

.progress-bar-steps {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.step-screen {
  display: none;
}

.step-screen.is-active {
  display: block;
}

.form-layout-inner {
  width: min(1860px, 100%);
  margin: 0 auto;
  padding: 62px 0 0;
  display: grid;
  align-items: start;
}

.form-layout-inner-step-1,
.form-layout-inner-step-2 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 62px;
}

.form-layout-inner-step-3 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 58px;
}

.form-layout-inner-step-4 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 62px;
}

.form-layout-inner-step-5 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 62px;
}

.form-layout-inner-step-6 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 62px;
}

.form-layout-inner-step-7 {
  grid-template-columns: minmax(830px, 1fr) minmax(520px, 558px) minmax(110px, 1fr);
  padding-top: 62px;
}

.form-layout-inner-result {
  display: block;
  width: min(1240px, 100%);
  padding: 8px 16px 0;
}

.results-shell {
  width: min(590px, 100%);
  margin: 0 auto;
}

.results-card {
  position: relative;
  padding: 34px 24px 20px;
  border: 1px solid #e4e0e7;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 251, 252, 0.99));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.65) inset,
    0 18px 32px rgba(64, 62, 73, 0.05);
}

.results-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(95, 90, 105, 0.38) 0.55px, transparent 0.55px),
    radial-gradient(rgba(255, 255, 255, 0.9) 0.55px, transparent 0.55px);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.results-kicker {
  margin: 0 0 8px;
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.results-title {
  margin: 0;
  color: #111111;
  font-family: "Cormorant Garamond", Georgia, serif;
  max-width: 505px;
  font-size: 3.24rem;
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.application-id-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 8px 12px;
  border: 1px solid #d8deeb;
  border-radius: 8px;
  background: #f7f9fd;
}

.application-id-label {
  color: #4b5a7a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.application-id-value {
  color: #1f4ba3;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.matched-provider-card {
  margin-top: 36px;
  padding: 22px 24px 24px;
  border: 1px solid #d7dbe3;
  border-radius: 3px;
  background: #ffffff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 1px 2px rgba(32, 32, 32, 0.09),
    0 6px 12px rgba(32, 32, 32, 0.06);
}

.matched-provider-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f8ff;
  color: #2c84d9;
  font-size: 0.73rem;
  font-weight: 500;
  box-shadow: 0 0 0 1px rgba(44, 132, 217, 0.08) inset;
}

.matched-provider-badge svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.matched-provider-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 11px;
}

.matched-provider-title-wrap {
  display: grid;
  gap: 8px;
}

.matched-provider-header h2 {
  margin: 0;
  color: #111111;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 700;
}

.partner-logo-accredited {
  position: relative;
  min-width: 160px;
  padding-top: 6px;
  color: #6b6666;
  text-align: right;
}

.partner-logo-accredited-word {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.partner-logo-accredited-mark {
  position: absolute;
  top: -1px;
  right: 8px;
  width: 52px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dd9f23, #f0b147);
  transform: rotate(-10deg);
  transform-origin: right center;
}

.partner-logo-accredited-sub {
  display: block;
  margin-top: 2px;
  color: #6e6765;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.matched-provider-divider {
  height: 1px;
  margin: 16px 0 14px;
  background: #dddfe5;
}

.matched-provider-bullets {
  margin: 0;
  padding-left: 17px;
  color: #2a2f38;
  font-size: 0.72rem;
  line-height: 1.55;
  font-weight: 500;
}

.matched-provider-bullets li + li {
  margin-top: 2px;
}

.matched-provider-next-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.matched-provider-next-step-label {
  color: #111111;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 700;
}

.matched-provider-next-step-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 60px;
  padding-left: 16px;
  border-left: 1px solid #d6dbe4;
}

.matched-provider-next-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2988d5, #1676be);
  color: #ffffff;
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(24, 108, 174, 0.22);
}

.matched-provider-next-step-icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.matched-provider-next-step-copy p {
  margin: 0;
  max-width: 308px;
  color: #111111;
  font-size: 0.84rem;
  line-height: 1.5;
  font-weight: 700;
}

.results-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 15px;
  border-radius: 3px;
  background: linear-gradient(180deg, #1d84cf, #177bbf);
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 6px 14px rgba(20, 108, 173, 0.18);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.results-call-button:hover,
.results-call-button:focus-visible {
  outline: none;
  background: linear-gradient(180deg, #1876ba, #1369a5);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 10px 20px rgba(20, 108, 173, 0.22);
}

.results-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.results-contact-actions .results-call-button {
  margin-top: 0;
}

.results-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 3px;
  background: linear-gradient(180deg, #2f95df, #1d80ca);
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 6px 14px rgba(24, 119, 189, 0.2);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.results-whatsapp-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: currentColor;
}

.results-whatsapp-button:hover,
.results-whatsapp-button:focus-visible {
  outline: none;
  background: linear-gradient(180deg, #2788d0, #166db1);
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 10px 20px rgba(24, 119, 189, 0.24);
}

.left-slot,
.right-slot {
  min-height: 0;
}

.left-slot {
  position: relative;
}

.hero-visual {
  position: relative;
  width: 100%;
  height: 760px;
}

.sidebar-card {
  width: 326px;
  margin-left: auto;
  margin-right: 64px;
  margin-top: 360px;
  padding: 24px 28px 22px;
  border-radius: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(23, 23, 23, 0.96), rgba(57, 57, 57, 0.9));
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.18);
}

.form-layout-inner-step-2 .sidebar-card {
  width: 320px;
  margin-right: 84px;
  margin-top: 332px;
  padding: 22px 26px 20px;
}

.sidebar-logo {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 1;
}

.sidebar-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 1.06rem;
  font-weight: 700;
}

.sidebar-heading svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sidebar-copy {
  margin: 0;
  max-width: 240px;
  font-size: 0.93rem;
  line-height: 1.62;
}

.journey-form-container {
  display: flex;
  justify-content: center;
}

.journey-form {
  width: 558px;
  max-width: calc(100vw - 36px);
  border: 1px solid var(--border-card);
  border-radius: 8px;
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
}

.journey-form.is-busy {
  opacity: 0.9;
  transition: opacity 180ms ease;
}

.journey-content {
  padding: 28px 26px 24px;
}

.step-1-form .journey-content {
  padding: 28px 26px 24px;
}

.step-2-form .journey-content {
  padding: 24px 26px 26px;
}

.step-3-form .journey-content {
  padding: 22px 26px 26px;
}

.step-4-form .journey-content {
  padding: 22px 26px 26px;
}

.step-5-form .journey-content {
  padding: 28px 26px 26px;
}

.step-6-form .journey-content {
  padding: 22px 26px 26px;
}

.step-7-form .journey-content {
  padding: 22px 26px 24px;
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

h1 {
  margin: 14px 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.42rem;
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.step-2-form h1 {
  margin: 14px 0 10px;
  font-size: 2.08rem;
  line-height: 1.02;
}

.step-3-form h1 {
  margin: 14px 0 12px;
  font-size: 2.1rem;
  line-height: 1.02;
}

.step-4-form h1 {
  margin: 14px 0 12px;
  font-size: 2.08rem;
  line-height: 1.02;
}

.step-5-form h1 {
  margin: 0 0 28px;
  font-size: 2.48rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.step-6-form h1 {
  margin: 14px 0 10px;
  font-size: 2.24rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.step-7-form h1 {
  margin: 14px 0 10px;
  font-size: 2.22rem;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.content-divider {
  height: 1px;
  margin-bottom: 24px;
  background: #d7dde9;
}

.copy-block h2 {
  margin: 0 0 8px;
  font-size: 0.99rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.copy-block p {
  margin: 0 0 24px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.58;
}

.copy-block-step-2 p {
  max-width: 470px;
  margin-bottom: 26px;
  color: #2f3138;
  font-size: 0.94rem;
  line-height: 1.42;
}

.copy-block-step-3 p {
  max-width: 476px;
  margin-bottom: 20px;
  color: #2f3138;
  font-size: 0.94rem;
  line-height: 1.42;
}

.copy-block-step-4 p {
  max-width: 485px;
  margin-bottom: 24px;
  color: #2f3138;
  font-size: 0.94rem;
  line-height: 1.42;
}

.copy-block-step-6 p {
  max-width: 470px;
  margin-bottom: 24px;
  color: #2f3138;
  font-size: 0.94rem;
  line-height: 1.42;
}

.copy-block-step-7 p {
  max-width: 470px;
  margin-bottom: 24px;
  color: #2f3138;
  font-size: 0.94rem;
  line-height: 1.42;
}

.copy-block-step-1 p {
  margin-bottom: 24px;
}

.copy-highlight {
  color: #0f76d8;
  font-weight: 700;
}

.birthdate-form {
  display: grid;
  gap: 18px;
}

.birthdate-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.82fr 0.82fr;
  gap: 8px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-label {
  color: #2d2f35;
  font-size: 0.86rem;
  font-weight: 700;
}

.select-wrap {
  position: relative;
  display: block;
}

.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.select-wrap select {
  width: 100%;
  min-height: 54px;
  padding: 0 40px 0 16px;
  border: 1px solid #cfd7e7;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.95rem;
  appearance: none;
}

.select-wrap select:focus {
  outline: 2px solid rgba(28, 117, 218, 0.18);
  border-color: #1c75da;
}

.continue-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #177dc2;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.continue-button:hover,
.continue-button:focus-visible {
  outline: none;
  background: #126fad;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(23, 125, 194, 0.18);
}

.continue-arrow {
  font-size: 1.1rem;
  line-height: 1;
}

.step-3-divider {
  height: 1px;
  margin: 25px 0 18px;
  background: #d7dde9;
}

.security-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 2px;
  background: #eef3ff;
  color: #274f9e;
  font-size: 0.9rem;
}

.security-box svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  fill: currentColor;
}

.phone-form {
  display: grid;
  gap: 12px;
}

.phone-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #cfd7e7;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.96rem;
}

.phone-field input::placeholder {
  color: #6d7483;
}

.phone-field input:focus {
  outline: 2px solid rgba(28, 117, 218, 0.18);
  border-color: #1c75da;
}

.phone-meta {
  display: grid;
  gap: 8px;
  margin-top: -2px;
}

.otp-inline-actions {
  display: flex;
  justify-content: flex-start;
}

.otp-send-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #1c75da;
  border-radius: 6px;
  background: #ffffff;
  color: #1c75da;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.otp-send-button:hover,
.otp-send-button:focus-visible {
  outline: none;
  background: #1c75da;
  color: #ffffff;
  transform: translateY(-1px);
}

.phone-helper-text {
  color: #5f697a;
  font-size: 0.86rem;
  line-height: 1.4;
}

.secure-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #117c69;
  font-size: 0.84rem;
  font-weight: 700;
}

.secure-line svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.consent-box {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f1f3f7;
  color: #5d6573;
  font-size: 0.72rem;
  line-height: 1.55;
}

.consent-box p {
  margin: 0;
}

.consent-box a {
  color: inherit;
}

.agree-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  border: 0;
  border-radius: 3px;
  background: #78b1d9;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.agree-button:hover,
.agree-button:focus-visible {
  outline: none;
  background: #5f9cc7;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(120, 177, 217, 0.22);
}

.address-form {
  display: grid;
  gap: 12px;
}

.address-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #cfd7e7;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.96rem;
}

.address-field input::placeholder {
  color: #6d7483;
}

.address-field input:focus {
  outline: 2px solid rgba(28, 117, 218, 0.18);
  border-color: #1c75da;
}

.secure-line-address {
  margin-top: 4px;
}

.address-continue-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 3px;
  background: #78b1d9;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.address-continue-button:hover,
.address-continue-button:focus-visible {
  outline: none;
  background: #5f9cc7;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(120, 177, 217, 0.22);
}

.contact-form {
  display: grid;
  gap: 12px;
}

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

.contact-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #cfd7e7;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  font-size: 0.96rem;
}

.contact-field input::placeholder {
  color: #6d7483;
}

.contact-field input:focus {
  outline: 2px solid rgba(28, 117, 218, 0.18);
  border-color: #1c75da;
}

.secure-line-contact {
  margin-top: 2px;
}

.step-7-divider {
  height: 1px;
  margin: 12px 0 10px;
  background: #d7dde9;
}

.contact-info-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 2px;
  background: #eef3ff;
  color: #2d55aa;
}

.contact-info-box svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: currentColor;
  margin-top: 2px;
}

.contact-info-box p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-info-box strong {
  font-weight: 700;
}

.contact-continue-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
  background: #78b1d9;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.contact-continue-button:hover,
.contact-continue-button:focus-visible {
  outline: none;
  background: #5f9cc7;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(120, 177, 217, 0.22);
}

.income-options {
  display: grid;
  gap: 14px;
}

.amount-options {
  display: grid;
  gap: 14px;
}

.amount-option,
.income-option {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #cfd7e7;
  border-radius: 2px;
  background: #ffffff;
  color: #383d47;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.amount-option:hover,
.amount-option:focus-visible,
.income-option:hover,
.income-option:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: #95a8e2;
  box-shadow: 0 10px 16px rgba(48, 73, 149, 0.08);
}

.amount-option.is-selected,
.income-option.is-selected {
  border-color: #2f72f2;
  background: #f7faff;
  color: #175fe0;
}

.amount-option:disabled,
.income-option:disabled,
.debt-card:disabled,
.progress-back:disabled {
  cursor: wait;
}

.income-info-box {
  margin-top: 18px;
  padding: 13px 14px 14px;
  border-radius: 2px;
  background: #eff3ff;
}

.income-info-box h3 {
  margin: 0;
  color: #204d9f;
  font-size: 0.95rem;
  font-weight: 700;
}

.income-tips {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.income-tips li {
  position: relative;
  padding-left: 18px;
  color: #263652;
  font-size: 0.92rem;
  line-height: 1.45;
}

.income-tips li::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #1f4ba3;
  transform: rotate(45deg);
}

.debt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.debt-card {
  min-height: 67px;
  padding: 17px 16px 17px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #ccd6eb;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.debt-card:hover,
.debt-card:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: #8ea4e7;
  box-shadow: 0 10px 18px rgba(63, 89, 180, 0.08);
}

.debt-card.is-selected {
  background: #f8fbff;
  border-color: #2f72f2;
  box-shadow: none;
}

.debt-card.is-selected .debt-card-label,
.debt-card.is-selected .debt-card-icon {
  color: #1764e8;
}

.debt-card-label {
  color: var(--text-secondary);
  font-size: 0.91rem;
  font-weight: 700;
}

.debt-card-icon {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.debt-card-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.debt-card:nth-child(2) .debt-card-icon svg,
.debt-card:nth-child(3) .debt-card-icon svg,
.debt-card:nth-child(4) .debt-card-icon svg {
  fill: currentColor;
  stroke: none;
}

.info-box {
  margin-top: 24px;
  padding: 12px 18px 13px;
  display: grid;
  gap: 8px;
  border-radius: 2px;
  background: #eff3ff;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.info-item svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: var(--accent);
}

.step-1-mobile-visual {
  display: none;
}

.step-1-mobile-visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.selection-feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

#phone-feedback {
  position: static;
  width: auto;
  height: auto;
  margin: 10px 0 0;
  padding: 10px 12px;
  overflow: visible;
  border: 1px solid #e3e8f4;
  border-radius: 8px;
  background: #f7f9fd;
  clip: auto;
  white-space: normal;
  color: #2f3f60;
  font-size: 0.9rem;
  line-height: 1.4;
}

#phone-feedback.feedback-error {
  border-color: #f1c6cb;
  background: #fff5f6;
  color: #a12634;
}

#phone-feedback.feedback-success {
  border-color: #bfe7d4;
  background: #f2fcf7;
  color: #0f7b53;
}

.accredited-footer {
  margin-top: 0;
  background: #f2f2f2;
  border-top: 1px solid #e3e3e3;
}

.accredited-footer-inner {
  width: min(1520px, 100%);
  margin: 0 auto;
  padding: 24px 34px 44px;
}

.accredited-why h3 {
  margin: 0 0 32px;
  color: #004783;
  text-align: center;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 700;
}

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

.accredited-feature-item {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  text-align: center;
  color: #1f2b42;
  font-size: 1.02rem;
  line-height: 1.34;
  font-weight: 500;
}

.feature-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #5a6f93;
}

.feature-icon svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.feature-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.accredited-divider {
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 36px 0 30px;
}

.accredited-ratings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.rating-card {
  text-align: center;
}

.rating-logo {
  min-height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #111d33;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.rating-logo-mark {
  color: #16b67f;
  font-size: 2rem;
  line-height: 1;
}

.rating-logo img {
  width: auto;
  height: 78px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  display: block;
}

.rating-logo.trustpilot img {
  height: 78px;
}

.rating-logo.consumeraffairs img {
  height: 78px;
}

.rating-logo.google img {
  height: 78px;
}

.rating-logo.bbb img {
  height: 80px;
}

.rating-stars {
  margin-top: 8px;
  color: #f2b42c;
  font-size: 1.95rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.rating-stars span {
  display: inline-block;
}

.rating-reviews {
  margin-top: 2px;
  color: #202833;
  font-size: 1.16rem;
  line-height: 1.22;
}

.rating-reviews strong {
  font-weight: 800;
}

.accredited-links {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1.6fr repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.accredited-brand {
  position: relative;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
}

.accredited-brand-word {
  color: #5b5a5d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.accredited-brand-mark {
  position: absolute;
  top: 8px;
  left: 142px;
  width: 60px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dca22a, #efb54f);
  transform: rotate(-9deg);
  transform-origin: left center;
}

.accredited-links a {
  color: #6f747e;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.99rem;
  line-height: 1.3;
  text-align: center;
}

.accredited-disclaimer {
  color: #6b7078;
  font-size: 0.98rem;
  line-height: 1.52;
}

.accredited-disclaimer p {
  margin: 0;
}

.accredited-disclaimer p + p {
  margin-top: 18px;
}

.accredited-disclaimer small {
  font-size: inherit;
}

@media (max-width: 1200px) {
  .accredited-feature-grid,
  .accredited-ratings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accredited-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }

  .accredited-brand {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .accredited-footer-inner {
    padding: 18px 16px 30px;
  }

  .accredited-feature-grid,
  .accredited-ratings,
  .accredited-links {
    grid-template-columns: 1fr;
  }

  .accredited-feature-item {
    font-size: 0.95rem;
  }

  .feature-icon,
  .feature-icon img {
    width: 46px;
    height: 46px;
  }

  .rating-logo {
    font-size: 1.95rem;
    min-height: 72px;
  }

  .rating-logo.consumeraffairs {
    font-size: 1.95rem;
  }

  .rating-logo img {
    height: 66px;
  }

  .rating-logo.consumeraffairs img {
    height: 66px;
  }

  .rating-logo.bbb img {
    height: 68px;
  }

  .rating-stars {
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }

  .rating-reviews {
    font-size: 1.02rem;
  }

  .accredited-brand {
    justify-content: center;
  }

  .accredited-brand-word {
    font-size: 3rem;
  }

  .accredited-brand-mark {
    left: 106px;
    width: 46px;
    top: 8px;
  }

  .accredited-links a {
    font-size: 0.95rem;
  }
}
.bottom-trust-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 38px;
  z-index: 20;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 6px 16px;
  background: var(--trust-bar);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
}

.inline-pre-footer.bottom-trust-bar,
.inline-pre-footer.bottom-legal-bar {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
}

.inline-pre-footer.bottom-trust-bar {
  margin-top: 0;
  min-height: 40px;
  gap: 28px;
  padding: 8px 16px;
}

.inline-pre-footer.bottom-legal-bar {
  box-shadow: none;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.trust-item svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.bottom-legal-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 7px;
  margin: 0;
  background: rgba(255, 255, 255, 0.985);
  border-top: 1px solid #e5e8f0;
  color: #17459c;
  font-size: 0.78rem;
  line-height: 1;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
}

.legal-group {
  display: flex;
  align-items: center;
  gap: 38px;
}

.legal-group-left {
  min-width: 0;
}

.legal-group-right {
  margin-left: auto;
}

.legal-divider {
  display: none;
  width: 1px;
  align-self: stretch;
  background: #dfe3eb;
}

.legal-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: #17459c;
  font-weight: 400;
}

.legal-item svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  opacity: 0.98;
}

.legal-link {
  color: #17459c;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
}

.legal-link:hover {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .form-layout-inner {
    gap: 18px;
    padding-inline: 20px;
  }

  .form-layout-inner-step-1,
  .form-layout-inner-step-2 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 52px;
  }

  .form-layout-inner-step-3 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 50px;
  }

  .form-layout-inner-step-4 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 52px;
  }

  .form-layout-inner-step-5 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 52px;
  }

  .form-layout-inner-step-6 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 52px;
  }

  .form-layout-inner-step-7 {
    grid-template-columns: minmax(680px, 1fr) minmax(500px, 540px) minmax(40px, 1fr);
    padding-top: 52px;
  }

  .results-title {
    font-size: 2.72rem;
  }

  .right-slot {
    display: none;
  }

  .hero-visual {
    height: 680px;
  }

  .sidebar-card {
    margin-right: 12px;
    margin-top: 328px;
  }

  .form-layout-inner-step-2 .sidebar-card {
    margin-right: 32px;
    margin-top: 296px;
  }

  h1 {
    font-size: 2.32rem;
  }
}

@media (max-width: 1100px) {
  .top-brand-bar {
    padding: 0 16px;
  }

  .hero-stage {
    padding-top: 46px;
    background-size: auto 100%;
    background-position: 20% top;
  }

  .form-layout-inner {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .left-slot,
  .right-slot {
    display: none;
  }

  .journey-form-container {
    justify-content: center;
  }

  .form-layout-inner-result {
    padding-top: 10px;
  }

  .results-shell {
    width: min(620px, 100%);
  }

  .progress-back {
    left: 16px;
  }

  .progress-bar-label {
    left: var(--progress-position);
  }
}

@media (max-width: 640px) {
  .top-brand-bar {
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px 9px;
    gap: 6px;
    flex-wrap: wrap;
    position: relative;
  }

  .brand-wordmark {
    gap: 6px;
  }

  .brand-wordmark-primary {
    font-size: 1.62rem;
    letter-spacing: -0.035em;
  }

  .brand-wordmark-secondary {
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .proof {
    display: inline-flex;
    font-size: 0.62rem;
    gap: 4px;
    position: absolute;
    right: 10px;
    top: 11px;
  }

  .proof svg {
    width: 11px;
    height: 11px;
  }

  .header-tools {
    width: 100%;
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
    min-width: 0;
    padding-top: 2px;
  }

  .header-continue-btn {
    height: 25px;
    padding: 0 10px;
    font-size: 0.64rem;
    margin: 0;
    justify-self: start;
  }

  .lang-switch {
    margin-left: 0;
    flex: 0 0 auto;
    justify-self: end;
  }

  .lang-switch-btn {
    min-width: 68px;
  }

  .page-shell {
    padding-bottom: 0;
  }

  .hero-stage {
    min-height: auto;
    padding: 66px 0 0;
    background-position: 24% center;
  }

  .hero-stage-step-1 {
    background-image: linear-gradient(180deg, #fbfaf7 0%, #f8f6f1 100%);
    background-position: center top;
    background-size: auto;
  }

  .journey-form {
    width: calc(100vw - 24px);
    overflow: hidden;
  }

  .journey-content {
    padding: 20px 16px 18px;
  }

  .form-layout-inner-step-1 {
    padding-top: 6px;
  }

  .step-1-form {
    width: calc(100vw - 12px);
    border-radius: 8px;
    box-shadow:
      0 14px 28px rgba(44, 57, 92, 0.08),
      0 0 0 1px rgba(222, 228, 239, 0.84);
  }

  .step-1-form .journey-content {
    padding: 114px 20px 18px;
  }

  .progress-bar-container {
    min-height: 84px;
  }

  .progress-bar-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #dfe4f0;
  }

  .progress-bar-container::before {
    z-index: 1;
    width: calc(var(--progress-position) + 2px);
    border-radius: 0 999px 999px 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset;
  }

  .progress-bar-label {
    top: 10px;
    left: calc(var(--progress-position) - 2px);
    transform: translateX(-18%);
    min-width: 48px;
    height: 32px;
    padding: 0 10px;
    border-radius: 0 0 6px 6px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.1) inset,
      0 8px 14px rgba(40, 63, 135, 0.14);
  }

  .progress-bar-label::before {
    top: -5px;
    right: 9px;
    border-width: 0 5px 5px 0;
  }

  .progress-bar-label-percent {
    font-size: 0.96rem;
  }

  .step-1-form .eyebrow {
    margin-bottom: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.035em;
  }

  .step-1-form h1 {
    margin: 0 0 18px;
    font-size: 2.95rem;
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .step-1-form .content-divider {
    margin-bottom: 14px;
  }

  .step-1-form .copy-block-step-1 h2 {
    margin: 0 0 8px;
    font-size: 1.18rem;
    line-height: 1.22;
  }

  .step-1-form .copy-block-step-1 p {
    margin: 0 0 14px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .step-2-form .journey-content {
    padding: 18px 16px 20px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }

  .step-2-form h1 {
    font-size: 1.9rem;
  }

  .step-3-form h1 {
    font-size: 1.92rem;
  }

  .step-4-form h1 {
    font-size: 1.9rem;
  }

  .step-5-form h1 {
    font-size: 2.08rem;
  }

  .step-6-form h1 {
    font-size: 2rem;
  }

  .step-7-form h1 {
    font-size: 1.95rem;
  }

  .results-card {
    padding: 28px 16px 18px;
  }

  .results-title {
    font-size: 2.2rem;
    line-height: 1;
  }

  .copy-block p {
    margin-bottom: 22px;
    font-size: 0.94rem;
  }

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

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

  .step-1-form .debt-grid {
    gap: 16px;
  }

  .step-1-form .debt-card {
    min-height: 84px;
    padding: 0 20px;
    border-radius: 4px;
  }

  .step-1-form .debt-card-label {
    font-size: 0.99rem;
  }

  .step-1-form .debt-card-icon {
    width: 39px;
    height: 39px;
  }

  .step-1-form .info-box {
    margin-top: 16px;
    padding: 16px 18px 18px;
    gap: 12px;
    border-radius: 4px;
  }

  .step-1-form .info-item {
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .step-1-form .info-item svg {
    width: 18px;
    height: 18px;
    margin-top: 1px;
  }

  .step-1-mobile-visual {
    display: block;
    margin: 20px -20px 0;
    overflow: hidden;
    background: transparent;
  }

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

  .matched-provider-card {
    margin-top: 24px;
    padding: 16px;
  }

  .matched-provider-header {
    flex-direction: column;
    gap: 12px;
  }

  .partner-logo-accredited {
    text-align: left;
  }

  .matched-provider-next-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .matched-provider-next-step-copy {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .matched-provider-next-step-copy p {
    max-width: none;
  }

  .bottom-trust-bar {
    position: static;
    min-height: 88px;
    align-items: stretch;
    gap: 0;
    padding: 12px 10px 11px;
  }

  .bottom-legal-bar {
    position: static;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 14px 16px 18px;
  }

  .trust-item {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;
    min-width: 0;
    text-align: center;
    white-space: normal;
    font-size: 0.72rem;
    line-height: 1.45;
    font-weight: 500;
  }

  .trust-item svg {
    width: 16px;
    height: 16px;
  }

  .trust-item span {
    display: block;
    max-width: 94px;
    margin: 0 auto;
  }

  .legal-group {
    width: 100%;
    justify-content: center;
    gap: 12px 18px;
  }

  .legal-divider {
    display: none;
  }

  .legal-group-left {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
  }

  .legal-group-right {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin-left: 0;
  }

  .legal-item {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .legal-item svg {
    width: 14px;
    height: 14px;
  }

  .legal-link {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .inline-pre-footer.bottom-trust-bar {
    min-height: auto;
    padding: 10px 10px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .inline-pre-footer.bottom-trust-bar .trust-item {
    flex: 1 1 46%;
    flex-direction: row;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    font-size: 0.73rem;
    line-height: 1.25;
  }

  .inline-pre-footer.bottom-trust-bar .trust-item span {
    max-width: none;
    margin: 0;
  }

  .inline-pre-footer.bottom-legal-bar {
    gap: 10px;
    padding: 10px 12px 12px;
  }

  .inline-pre-footer.bottom-legal-bar .legal-group {
    width: 100%;
    gap: 10px 14px;
  }

  .inline-pre-footer.bottom-legal-bar .legal-group-left,
  .inline-pre-footer.bottom-legal-bar .legal-group-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}

