:root {
  color: #15110f;
  background: #fffaf4;
  font-family:
    "Roboto Condensed",
    "Arial Narrow",
    system-ui,
    -apple-system,
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  --color-ink: #15110f;
  --color-muted: #6f6760;
  --color-soft: #fffaf4;
  --color-card: rgba(255, 255, 255, 0.86);
  --color-line: #eadfd2;
  --color-accent: #ff4b2b;
  --color-accent-dark: #df3215;
  --gradient-cta: linear-gradient(135deg, var(--color-accent), #ff7b3d);
  --gradient-cta-hover: linear-gradient(135deg, var(--color-accent-dark), #ff6d34);
  --color-success: #197c4a;
  --color-error: #b42318;
  --shadow-card: 0 34px 90px rgba(55, 34, 21, 0.16);
  --shadow-soft: 0 18px 38px rgba(255, 75, 43, 0.22);
  --radius-lg: 34px;
  --radius-md: 18px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--color-soft);
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 75, 43, 0.13), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 187, 136, 0.28), transparent 26%),
    linear-gradient(145deg, #fffaf4 0%, #fffefd 46%, #f7efe4 100%);
}

body.is-modal-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 10px max(16px, calc((100% - 1120px) / 2));
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(21, 17, 15, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(5px) saturate(1.02);
  -webkit-backdrop-filter: blur(5px) saturate(1.02);
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.08em;
  color: var(--color-ink);
  font-weight: 950;
  letter-spacing: -0.075em;
}

.brand {
  position: relative;
  flex: 0 1 auto;
  width: 74px;
  height: 44px;
  min-width: 0;
  font-size: clamp(1.28rem, 5vw, 1.72rem);
  line-height: 1;
}

.brand__logo {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
  transform: translateY(-50%);
}

.site-header .brand {
  color: #fffaf4;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.brand__accent {
  color: var(--color-accent);
}

.site-header .brand__accent {
  color: var(--color-accent);
}

.header-contact {
  display: grid;
  gap: 2px;
  margin: 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.78rem;
  font-style: normal;
  text-align: right;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.header-contact a {
  color: #fffaf4;
  font-size: 0.94rem;
  font-weight: 800;
  transition: color 160ms ease;
  white-space: nowrap;
}

.header-contact a:hover {
  color: var(--color-accent);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  background: #fff7f2;
  padding: clamp(88px, 18vw, 112px) 0 clamp(32px, 8vw, 46px);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("lead_bg.png");
  background-repeat: no-repeat;
  background-position: 42% center;
  background-size: cover;
  content: "";
  filter: brightness(0.68) saturate(0.78) contrast(0.92);
  opacity: 0.96;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(21, 17, 15, 0.7) 0%,
      rgba(21, 17, 15, 0.54) 42%,
      rgba(21, 17, 15, 0.24) 72%,
      rgba(21, 17, 15, 0.16) 100%
    ),
    linear-gradient(
      180deg,
      rgba(21, 17, 15, 0.34) 0%,
      rgba(21, 17, 15, 0.14) 44%,
      rgba(21, 17, 15, 0.38) 100%
    ),
    radial-gradient(
      ellipse at 18% 46%,
      rgba(21, 17, 15, 0.34) 0%,
      rgba(21, 17, 15, 0.14) 52%,
      rgba(21, 17, 15, 0) 78%
    );
  content: "";
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--container);
  margin: 0 auto;
  gap: clamp(28px, 8vw, 42px);
}

.hero__copy {
  position: relative;
  max-width: 500px;
  padding: clamp(34px, 12vw, 72px) 0 0;
}

.eyebrow {
  position: relative;
  z-index: 2;
  display: block;
  align-items: center;
  margin: 0 0 -0.3em 0.04em;
  color: rgba(255, 75, 43, 0.86);
  font-size: clamp(1.82rem, 5.05vw, 2.95rem);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: none;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 8.5em;
  margin-bottom: clamp(30px, 9vw, 48px);
  font-size: clamp(2.18rem, 10.8vw, 3.22rem);
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
  color: #fffaf4;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--color-accent);
}

.hero-benefits {
  display: grid;
  gap: clamp(18px, 5vw, 30px);
  max-width: 500px;
}

.hero-benefit {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 17px;
}

.hero-benefit__icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--color-accent);
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.36));
}

.hero-benefit__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-benefit strong,
.hero-benefit span span {
  display: block;
}

.hero-benefit strong {
  margin-bottom: 4px;
  color: #fffaf4;
  font-size: clamp(1rem, 1.65vw, 1.08rem);
  font-weight: 860;
  line-height: 1.18;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.hero-benefit span span {
  color: rgba(255, 250, 244, 0.86);
  font-size: clamp(0.94rem, 1.45vw, 1rem);
  line-height: 1.52;
  font-weight: 620;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.valuation-card {
  position: relative;
  width: 100%;
  max-width: 580px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 244, 0.9)),
    var(--color-card);
  box-shadow: 0 30px 76px rgba(55, 34, 21, 0.14);
  backdrop-filter: blur(16px);
}

.valuation-card::before {
  content: none;
}

.valuation-card::after {
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-lg) - 1px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 40%);
  content: "";
  pointer-events: none;
}

.valuation-card__header {
  position: relative;
  z-index: 1;
  padding: 24px 22px 8px;
}

.valuation-card h2 {
  margin-bottom: 9px;
  font-size: clamp(1.42rem, 4vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.valuation-card p {
  color: var(--color-muted);
  line-height: 1.5;
}

.valuation-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  padding: 0 22px 18px;
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 2px;
}

.form-progress__item {
  display: grid;
  min-height: 32px;
  min-width: 0;
  border: 1px solid rgba(221, 207, 193, 0.78);
  border-radius: 999px;
  place-items: center;
  background: rgba(255, 255, 255, 0.48);
  color: var(--color-muted);
  padding: 0 9px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.form-progress__item.is-active,
.form-progress__item.is-complete {
  border-color: rgba(255, 75, 43, 0.42);
  background: rgba(255, 75, 43, 0.09);
  color: var(--color-accent-dark);
}

.form-progress__item.is-active {
  border-color: rgba(255, 75, 43, 0.86);
  background: var(--gradient-cta);
  box-shadow:
    0 10px 24px rgba(255, 75, 43, 0.22),
    0 0 0 3px rgba(255, 75, 43, 0.12);
  color: #fff;
}

.form-step {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(10px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.form-step.is-active {
  animation: stepFadeIn 220ms ease both;
  opacity: 1;
  transform: translateX(0);
}

.form-step[hidden] {
  display: none;
}

@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-step legend {
  display: grid;
  gap: 3px;
  width: 100%;
  margin-bottom: 2px;
  padding: 0;
}

.form-step legend span {
  color: var(--color-accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-step legend strong {
  color: var(--color-ink);
  font-size: 1.04rem;
  line-height: 1.22;
}

.form-step__grid {
  display: grid;
  gap: 8px;
}

.form-field {
  display: grid;
  gap: 5px;
}

.form-field[hidden] {
  display: none;
}

.form-field label {
  color: #3c342e;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.form-field input,
.form-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(221, 207, 193, 0.92);
  border-radius: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-ink);
  padding: 0 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--color-muted) 50%),
    linear-gradient(135deg, var(--color-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 15px) 22px;
  background-repeat: no-repeat;
  background-size:
    5px 5px,
    5px 5px;
}

.form-field input:focus,
.form-field select:focus {
  border-color: rgba(255, 75, 43, 0.72);
  background: #fff;
  box-shadow:
    0 0 0 4px rgba(255, 75, 43, 0.12),
    0 14px 28px rgba(60, 37, 25, 0.08);
  transform: translateY(-1px);
}

.form-field .is-invalid {
  border-color: var(--color-error);
  background: #fffafa;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.1);
}

.field-error {
  min-height: 14px;
  margin: 0;
  color: var(--color-error);
  font-size: 0.78rem;
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 8px;
  align-items: center;
  margin-top: 3px;
}

.form-actions.is-first-step {
  grid-template-columns: 1fr;
}

.form-actions.is-first-step .submit-button {
  grid-column: 1 / -1;
}

.submit-button {
  min-height: 50px;
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--gradient-cta);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.015em;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

.submit-button:hover {
  background: var(--gradient-cta-hover);
  box-shadow: 0 22px 48px rgba(255, 75, 43, 0.28);
  transform: translateY(-2px);
}

.submit-button:focus-visible {
  outline: 3px solid rgba(255, 75, 43, 0.32);
  outline-offset: 3px;
}

.submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.78;
  transform: none;
}

.step-button {
  min-height: 50px;
  margin-top: 2px;
  border: 1px solid rgba(221, 207, 193, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--color-ink);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.015em;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.step-button:hover {
  border-color: rgba(255, 75, 43, 0.34);
  background: #fff;
  transform: translateY(-1px);
}

.step-button:focus-visible {
  outline: 3px solid rgba(255, 75, 43, 0.24);
  outline-offset: 3px;
}

.step-button[hidden],
.submit-button[hidden] {
  display: none;
}

.privacy-note {
  max-width: 34rem;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.55;
  text-align: center;
}

.form-status {
  min-height: 20px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.form-status--error {
  color: var(--color-error);
}

.form-status--success {
  color: var(--color-success);
}

.process {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 78px 0 82px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.38), rgba(244, 238, 231, 0) 38%),
    #f4eee7;
}

.process::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(38px, 7vw, 74px);
  background: linear-gradient(
    180deg,
    rgba(255, 247, 242, 0.24) 0%,
    rgba(244, 238, 231, 0.72) 44%,
    rgba(244, 238, 231, 0) 100%
  );
  content: "";
  pointer-events: none;
}

.process::after {
  position: absolute;
  z-index: 0;
  inset: 8% -12% 6%;
  background:
    linear-gradient(
      132deg,
      transparent 8%,
      rgba(255, 123, 61, 0.16) 22%,
      rgba(255, 75, 43, 0.08) 32%,
      transparent 48%
    ),
    linear-gradient(
      312deg,
      transparent 18%,
      rgba(255, 163, 93, 0.14) 38%,
      rgba(255, 75, 43, 0.07) 48%,
      transparent 66%
    );
  content: "";
  filter: blur(34px);
  opacity: 0.78;
  pointer-events: none;
}

.process__inner {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin: 0 auto;
}

.process__header {
  max-width: 620px;
  margin: 0 auto 42px;
  text-align: center;
}

.process__header h2 {
  margin-bottom: 10px;
  color: var(--color-ink);
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.process__header p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.55;
}

.process__steps {
  position: relative;
  display: grid;
  gap: 22px;
}

.process-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  min-height: 248px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 22px 24px;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--gradient-cta) border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 18px 46px rgba(55, 34, 21, 0.07);
  text-align: center;
}

.process-card__number {
  position: absolute;
  top: -18px;
  left: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  background: var(--gradient-cta);
  box-shadow: 0 10px 22px rgba(255, 75, 43, 0.24);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.process-card__icon {
  display: inline-grid;
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  place-items: center;
  color: #7d7771;
}

.process-card__icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.process-card__icon img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.process-card__icon .icon-accent {
  color: rgba(255, 75, 43, 0.78);
  stroke: currentColor;
}

.process-card h3 {
  margin: 0 0 12px;
  color: var(--color-ink);
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.process-card p {
  max-width: 16rem;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.testimonials {
  position: relative;
  overflow: hidden;
  padding: 72px 0 88px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 75, 43, 0.055), transparent 24%),
    radial-gradient(circle at 86% 72%, rgba(255, 195, 147, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 250, 244, 0.88));
}

.testimonials__inner {
  width: var(--container);
  margin: 0 auto;
}

.section-header {
  max-width: 690px;
  margin-bottom: 38px;
}

.section-header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 14px;
  color: var(--color-accent);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-header h2 {
  margin-bottom: 16px;
  color: var(--color-ink);
  font-size: clamp(2rem, 7vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.testimonials .section-header h2 {
  letter-spacing: 0;
}

.section-header p:last-child {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.7;
}

.testimonial-grid {
  display: grid;
  align-items: stretch;
  gap: 18px;
  min-width: 0;
}

.testimonial-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(224, 211, 196, 0.74);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 244, 0.82)),
    #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 18px 48px rgba(55, 34, 21, 0.075);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.testimonial-card__quote {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 75, 43, 0.82);
  background: rgba(255, 241, 236, 0.78);
  font-family: Georgia, serif;
  font-size: 2.32rem;
  line-height: 1;
}

.testimonial-card__text {
  flex: 1;
  margin-bottom: 30px;
  color: #342d27;
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(234, 223, 210, 0.7);
}

.testimonial-card__avatar {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 75, 43, 0.12);
  border-radius: 50%;
  color: #a92d18;
  background:
    linear-gradient(145deg, rgba(255, 75, 43, 0.13), rgba(255, 255, 255, 0.82)),
    #fff7f3;
  box-shadow:
    0 10px 22px rgba(255, 75, 43, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

.testimonial-card strong {
  color: var(--color-ink);
  font-size: 0.98rem;
  line-height: 1.35;
}

.testimonial-card small {
  color: var(--color-muted);
  font-size: 0.84rem;
}

.final-callout {
  padding: 34px 0;
  background: rgba(255, 250, 244, 0.88);
}

.final-callout__inner {
  position: relative;
  display: grid;
  width: var(--container);
  margin: 0 auto;
  gap: 22px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid transparent;
  border-radius: 24px;
  background:
    linear-gradient(
      132deg,
      transparent 10%,
      rgba(255, 123, 61, 0.14) 26%,
      rgba(255, 75, 43, 0.075) 38%,
      transparent 56%
    ) padding-box,
    linear-gradient(
      312deg,
      transparent 20%,
      rgba(255, 163, 93, 0.12) 42%,
      rgba(255, 75, 43, 0.06) 54%,
      transparent 72%
    ) padding-box,
    radial-gradient(circle at 94% 12%, rgba(255, 75, 43, 0.075), transparent 26%) padding-box,
    linear-gradient(#f4eee7, #f4eee7) padding-box,
    var(--gradient-cta) border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86) inset,
    0 18px 44px rgba(55, 34, 21, 0.07);
}

.final-callout__copy {
  max-width: 700px;
}

.final-callout h2 {
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: clamp(1.28rem, 3vw, 1.78rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.final-callout p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.final-callout__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--gradient-cta);
  box-shadow: var(--shadow-soft);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: -0.015em;
  transition:
    box-shadow 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.final-callout__button:hover {
  color: #fff;
  background: var(--gradient-cta-hover);
  box-shadow: 0 22px 48px rgba(255, 75, 43, 0.28);
  transform: translateY(-2px);
}

.thank-you {
  display: grid;
  min-height: 68vh;
  min-height: 68svh;
  place-items: center;
  padding: 132px 0 72px;
  background:
    linear-gradient(135deg, rgba(21, 17, 15, 0.9), rgba(52, 39, 31, 0.86)),
    url("lead_bg.png") center / cover no-repeat;
}

.thank-you__inner {
  display: grid;
  width: min(620px, calc(100% - 32px));
  justify-items: center;
  gap: 14px;
  padding: clamp(30px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 250, 244, 0.08);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.18);
  text-align: center;
  backdrop-filter: blur(16px);
}

.thank-you__mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 4px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--gradient-cta);
  box-shadow: 0 18px 38px rgba(255, 75, 43, 0.3);
}

.thank-you__mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.thank-you__eyebrow {
  margin-bottom: 0;
  color: rgba(255, 123, 61, 0.94);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.thank-you h1 {
  max-width: 13.5em;
  margin-bottom: 0;
  color: #fffaf4;
  font-size: clamp(1.64rem, 3.4vw, 2.38rem);
  line-height: 1.16;
  text-wrap: balance;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

.thank-you p {
  max-width: 34rem;
  margin-bottom: 8px;
  color: rgba(255, 250, 244, 0.82);
  font-size: clamp(0.96rem, 1.6vw, 1.04rem);
  line-height: 1.58;
}

.thank-you__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--gradient-cta);
  box-shadow: var(--shadow-soft);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: -0.015em;
  transition:
    box-shadow 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.thank-you__button:hover {
  color: #fff;
  background: var(--gradient-cta-hover);
  box-shadow: 0 22px 48px rgba(255, 75, 43, 0.28);
  transform: translateY(-2px);
}

.site-footer {
  border-top: 1px solid rgba(224, 211, 196, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.92), rgba(255, 255, 255, 0.86)),
    var(--color-soft);
}

.site-footer__inner {
  display: grid;
  width: var(--container);
  margin: 0 auto;
  gap: 34px;
  padding: 48px 0 38px;
  --footer-heading-row: 34px;
  --footer-heading-gap: 0;
}

.site-footer__brand {
  align-self: start;
  max-width: 350px;
}

.footer-column {
  align-self: start;
  min-width: 0;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  height: var(--footer-heading-row);
  margin-bottom: var(--footer-heading-gap);
  font-size: 1.44rem;
  line-height: 1;
}

.footer-logo .brand__logo {
  position: static;
  width: 54px;
  height: 54px;
  transform: translateY(-20px);
}

.site-footer__brand p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer-column h2 {
  margin-top: 0;
  min-height: 20px;
  margin-bottom: 14px;
  color: var(--color-ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column ul,
.footer-column address {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--color-muted);
  font-style: normal;
  list-style: none;
}

.footer-column a,
.footer-column span {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer-column a {
  transition: color 160ms ease;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(224, 211, 196, 0.82);
  border-radius: 50%;
  color: #5f5750;
  background: rgba(255, 255, 255, 0.64);
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-column li:first-child a {
  white-space: nowrap;
}

.footer-column a:hover {
  color: var(--color-accent-dark);
}

.social-links a:hover {
  border-color: rgba(255, 75, 43, 0.26);
  color: var(--color-accent-dark);
  background: rgba(255, 241, 236, 0.76);
  transform: translateY(-1px);
}

.site-footer__bottom {
  display: grid;
  gap: 8px;
  width: var(--container);
  margin: 0 auto;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(224, 211, 196, 0.62);
}

.site-footer__bottom p {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
}

.site-footer__bottom p:last-child {
  justify-self: start;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal[hidden] {
  display: none;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 17, 15, 0.54);
  backdrop-filter: blur(4px);
}

.modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(76vh, 620px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.94)),
    var(--color-card);
  box-shadow: 0 34px 90px rgba(21, 17, 15, 0.24);
  padding: 28px;
}

.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(224, 211, 196, 0.82);
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-ink);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.modal__close:hover {
  border-color: rgba(255, 75, 43, 0.26);
  color: var(--color-accent-dark);
  background: rgba(255, 241, 236, 0.76);
  transform: translateY(-1px);
}

.modal__close:focus-visible {
  outline: 3px solid rgba(255, 75, 43, 0.26);
  outline-offset: 3px;
}

.modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.modal h2 {
  margin: 0 44px 14px 0;
  color: var(--color-ink);
  font-size: clamp(1.28rem, 4vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.modal__content {
  display: grid;
  gap: 12px;
}

.modal__content p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.64;
}

@media (min-width: 560px) {
  :root {
    --container: min(1120px, calc(100% - 48px));
  }

  .valuation-form {
    gap: 10px;
  }

  .form-step__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 10px;
  }

  .form-progress,
  .form-step,
  .form-actions,
  .privacy-note,
  .form-status {
    grid-column: 1 / -1;
  }

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

  .testimonial-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(50% - 8px);
  }

  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .site-header {
    min-height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    display: grid;
    align-items: start;
    min-height: 100vh;
    min-height: 100svh;
    padding: clamp(94px, 12vh, 126px) 0 42px;
  }

  .hero::before {
    background-position: 45% center;
  }

  .hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(21, 17, 15, 0.72) 0%,
        rgba(21, 17, 15, 0.58) 34%,
        rgba(21, 17, 15, 0.2) 66%,
        rgba(21, 17, 15, 0.1) 100%
      ),
      linear-gradient(
        180deg,
        rgba(21, 17, 15, 0.3) 0%,
        rgba(21, 17, 15, 0.1) 50%,
        rgba(21, 17, 15, 0.32) 100%
      ),
      radial-gradient(
        ellipse at 22% 46%,
        rgba(21, 17, 15, 0.34) 0%,
        rgba(21, 17, 15, 0.1) 56%,
        rgba(21, 17, 15, 0) 80%
      );
  }

  .hero__content {
    align-items: stretch;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
    gap: clamp(28px, 4vw, 44px);
  }

  .hero__copy {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    align-content: start;
    max-width: 500px;
    padding: clamp(18px, 4vh, 36px) 0 0;
  }

  .valuation-card {
    align-self: start;
    max-width: 540px;
    justify-self: end;
    margin-top: clamp(10px, 3vh, 26px);
  }

  .valuation-card__header {
    padding: 24px 28px 6px;
  }

  .valuation-form {
    gap: 9px 12px;
    padding: 0 28px 24px;
  }

  .hero-benefits {
    align-self: start;
    align-content: start;
    gap: clamp(28px, 3.8vh, 42px);
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 919px) {
  .hero {
    min-height: auto;
    padding: 88px 0 26px;
  }

  .hero__content {
    gap: 26px;
    max-width: 720px;
  }

  .hero__copy {
    max-width: 100%;
    padding: 24px 0 0;
    text-align: center;
  }

  .hero h1 {
    max-width: none;
    margin-bottom: 28px;
    font-size: clamp(2.45rem, 5.7vw, 3.12rem);
    line-height: 1.08;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .hero h1 span {
    display: inline;
  }

  .hero-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 18px;
    text-align: left;
  }

  .hero-benefit {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
  }

  .hero-benefit strong {
    font-size: 1rem;
  }

  .hero-benefit span span {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .valuation-card {
    width: 100%;
    max-width: min(720px, 100%);
    margin: 8px auto 0;
    justify-self: center;
  }
}

@media (min-width: 920px) and (max-width: 1199px) {
  .hero {
    min-height: auto;
    padding: clamp(86px, 9vh, 104px) 0 30px;
  }

  .hero__content {
    gap: clamp(24px, 3vw, 34px);
  }

  .hero__copy {
    padding-top: clamp(12px, 2.6vh, 24px);
  }

  .valuation-card {
    margin-top: clamp(6px, 1.8vh, 16px);
  }
}

@media (min-width: 1200px) {
  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
    gap: clamp(44px, 6vw, 78px);
  }

  .hero__copy {
    max-width: 500px;
    padding-top: clamp(36px, 5.8vh, 68px);
  }

  .valuation-card {
    max-width: 580px;
    justify-self: end;
    margin-top: clamp(34px, 5vh, 56px);
  }
}

@media (min-width: 1440px) {
  .hero__content {
    width: var(--container);
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
    gap: clamp(44px, 6vw, 78px);
  }

  .hero__copy {
    max-width: 640px;
    padding-top: clamp(42px, 6.5vh, 84px);
  }

  .hero h1 {
    max-width: 9em;
    font-size: clamp(3.35rem, 4vw, 4.55rem);
  }

  .hero-benefits {
    max-width: 560px;
  }

  .valuation-card {
    max-width: 660px;
    margin-top: clamp(42px, 6vh, 70px);
  }

  .valuation-card__header {
    padding: 30px 34px 8px;
  }

  .valuation-form {
    padding: 0 34px 30px;
  }
}

@media (min-width: 920px) {
  .process {
    padding: 84px 0 88px;
  }

  .process__header {
    margin-bottom: 46px;
  }

  .process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }

  .process__steps::before {
    position: absolute;
    top: 50%;
    right: calc((100% / 6) + 30px);
    left: calc((100% / 6) + 30px);
    height: 2px;
    background-image: repeating-linear-gradient(
      90deg,
      rgba(190, 73, 52, 0.34) 0 10px,
      transparent 10px 18px
    );
    content: "";
    z-index: 0;
  }

  .process-card {
    min-height: 266px;
    padding: 34px 24px 26px;
  }

  .testimonials {
    padding: 96px 0 112px;
  }

  .section-header {
    margin-bottom: 48px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .testimonial-card {
    padding: 30px;
  }

  .testimonial-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .final-callout {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .final-callout__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    padding: 30px 34px;
  }

  .final-callout__button {
    justify-self: end;
  }

  .final-callout h2 {
    white-space: nowrap;
  }

  .site-footer__inner {
    grid-template-columns:
      minmax(260px, 1fr)
      minmax(230px, 0.48fr)
      minmax(260px, 0.52fr);
    column-gap: 56px;
    row-gap: 42px;
    align-items: start;
    padding: 58px 0 46px;
  }

  .site-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding-bottom: 32px;
  }

  .site-footer__bottom p:last-child {
    justify-self: end;
    text-align: right;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 920px) {
  .testimonial-card:hover {
    border-color: rgba(255, 75, 43, 0.18);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.84) inset,
      0 26px 68px rgba(55, 34, 21, 0.11);
    transform: translateY(-4px);
  }
}

@media (max-width: 380px) {
  :root {
    --container: min(100% - 24px, 1120px);
  }

  .site-header {
    min-height: 66px;
    padding-right: 12px;
    padding-left: 12px;
    gap: 10px;
  }

  .brand {
    font-size: 1.16rem;
  }

  .header-contact {
    font-size: 0.72rem;
  }

  .header-contact a {
    font-size: 0.84rem;
  }

  .valuation-card__header,
  .valuation-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: clamp(2.32rem, 12vw, 2.7rem);
  }
}

.creator:hover{
  color: #ff4b2b;
}
