:root {
  --ink: #171311;
  --muted: #6f6660;
  --soft: #fbf4ef;
  --soft-2: #f3e6dc;
  --surface: #ffffff;
  --line: #e8d9cf;
  --gold: #b99863;
  --gold-soft: #efe2cc;
  --rose: #b76e79;
  --shadow: 0 22px 70px rgba(38, 29, 23, 0.12);
  --shadow-soft: 0 12px 36px rgba(38, 29, 23, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 152, 99, 0.14), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(183, 110, 121, 0.12), transparent 24%);
  z-index: -1;
}

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

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

address {
  font-style: normal;
}

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

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 244, 239, 0.9);
  border-bottom: 1px solid rgba(232, 217, 207, 0.82);
  backdrop-filter: blur(18px);
}

.topline {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

.topline a {
  color: var(--gold-soft);
  font-weight: 700;
}

.nav-shell {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  overflow: hidden;
}

.brand-logo {
  background: #f6f1ea;
  border: 1px solid var(--line);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.22);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 13px;
}

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

.ghost-link,
.text-link {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(185, 152, 99, 0.45);
  outline-offset: 3px;
}

.button-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 26px rgba(23, 19, 17, 0.2);
}

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

.button-outline {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(23, 19, 17, 0.18);
  color: var(--ink);
}

.button-large {
  min-height: 54px;
  padding: 16px 24px;
}

.hero {
  padding: 54px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  gap: 52px;
  align-items: center;
}

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

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 86px);
  max-width: 780px;
}

h1 small {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-size: clamp(30px, 4.4vw, 52px);
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 58px);
}

h3 {
  margin: 0 0 8px;
  line-height: 1.2;
  font-size: 20px;
}

.hero-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.offer-conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.offer-conditions li {
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-media {
  position: relative;
  min-height: 620px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--gold-soft);
}

.hero-media picture,
.tech-image picture,
.hero-media img,
.tech-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  transition: transform 220ms ease, opacity 180ms ease;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 19, 17, 0.02), rgba(23, 19, 17, 0.42));
}

.hero-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.hero-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1;
}

.hero-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.trust-bar span {
  display: grid;
  min-height: 66px;
  place-items: center;
  padding: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  color: var(--ink);
}

.section {
  padding: 70px 0;
}

.quiz-section {
  padding: 44px 0 70px;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), #fff 72%);
}

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: start;
}

.quiz-intro {
  position: sticky;
  top: 110px;
}

.quiz-intro p {
  color: var(--muted);
}

.freedom-calculator {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(185, 152, 99, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 244, 239, 0.94));
  box-shadow: 0 18px 42px rgba(119, 88, 48, 0.08);
}

.freedom-calculator span,
.matched-offer span {
  display: block;
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.freedom-calculator strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}

.freedom-calculator b {
  font: inherit;
}

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

.quiz-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.quiz-progress {
  padding: 22px 24px 0;
}

.quiz-progress span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quiz-progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft-2);
}

.quiz-progress i {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 220ms ease;
}

.quiz-form {
  padding: 24px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quiz-step {
  display: none;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step.is-active {
  display: grid;
  gap: 12px;
}

.quiz-step legend {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.05;
}

.quiz-step label {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 78px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quiz-step label:has(input[type="text"]),
.quiz-step label:has(input[type="tel"]),
.quiz-step label:has(input[type="email"]) {
  grid-template-columns: 1fr;
}

.quiz-step label:hover,
.quiz-step label:has(input:checked) {
  transform: translateY(-1px);
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
}

.quiz-step input[type="radio"] {
  width: 22px;
  height: 22px;
  accent-color: var(--gold);
  margin-top: 2px;
}

.quiz-icon {
  display: inline-grid;
  min-width: 62px;
  min-height: 34px;
  place-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6f5530;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quiz-step b,
.quiz-step small {
  display: block;
}

.quiz-step b {
  font-size: 17px;
}

.quiz-step small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.45;
}

.quiz-fields {
  display: grid;
  gap: 12px;
}

.quiz-fields label {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  cursor: default;
}

.quiz-fields .quiz-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  cursor: pointer;
}

.quiz-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--gold);
}

.quiz-consent a {
  text-decoration: underline;
  font-weight: 800;
}

.quiz-fields input {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}

.quiz-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.quiz-error {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(183, 110, 121, 0.32);
  border-radius: 14px;
  background: rgba(183, 110, 121, 0.08);
  color: #7f3e49;
  font-weight: 800;
}

.quiz-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.quiz-actions .button[disabled] {
  opacity: 0.45;
  pointer-events: none;
}

.quiz-result {
  padding: 28px;
}

.quiz-result h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
}

.quiz-result p {
  color: var(--muted);
}

.matched-offer {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(185, 152, 99, 0.4);
  border-radius: 20px;
  background: #fffaf2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.matched-offer strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
}

.matched-offer p {
  margin: 6px 0 0;
}

.freedom-calculator-result {
  margin-bottom: 18px;
}

.quiz-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.phorest-embed {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.phorest-embed iframe {
  display: block;
  width: 100%;
  height: 580px;
  border: 0;
}

.two-column,
.offer-layout,
.technology-grid,
.location-grid,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.reason-grid,
.value-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reason-grid article,
.value-grid article,
.proof-grid article,
.step-grid article,
.hours-card,
.map-placeholder,
.calm-note,
.offer-panel,
.split-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.reason-grid article,
.value-grid article,
.proof-grid article,
.step-grid article,
.hours-card,
.map-placeholder,
.calm-note {
  padding: 24px;
}

.reason-grid p,
.value-grid p,
.proof-grid p,
.section-head p,
.split-card p,
.calm-note p,
.fineprint,
.location-grid p {
  color: var(--muted);
  margin: 0;
}

.offer-section {
  background: #fff;
}

.offer-layout {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: stretch;
}

.offer-panel {
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 244, 239, 0.96)),
    radial-gradient(circle at top right, rgba(185, 152, 99, 0.18), transparent 38%);
}

.offer-panel > p {
  color: var(--muted);
  max-width: 680px;
}

.offer-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.offer-facts div {
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

.offer-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.offer-facts dd {
  margin: 6px 0 0;
  font-weight: 900;
}

.calm-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: #fff;
}

.calm-note p {
  color: rgba(255, 255, 255, 0.76);
  margin-top: 10px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

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

.step-grid article {
  min-height: 210px;
}

.step-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 900;
}

.video-section {
  background: #fff;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.74fr);
  gap: 42px;
  align-items: center;
}

.video-grid p {
  color: var(--muted);
}

.video-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 680px;
  object-fit: cover;
}

.split-card {
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: center;
  background: #fff;
}

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

.check-list li {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--soft);
  font-weight: 800;
}

.technology-grid {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  align-items: center;
}

.lead-magnet-section {
  background: #fff;
}

.lead-magnet-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 244, 239, 0.96)),
    radial-gradient(circle at top right, rgba(185, 152, 99, 0.16), transparent 36%);
  box-shadow: var(--shadow-soft);
}

.lead-magnet-card p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
}

.tech-image {
  overflow: hidden;
  min-height: 520px;
  border-radius: 26px;
  box-shadow: var(--shadow);
  background: var(--gold-soft);
}

.wavelengths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.wavelengths span {
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 900;
}

.proof-section {
  background: #fff;
}

.placeholder-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6f5530;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.faq-layout {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  padding: 0;
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.faq-hint {
  margin: 0 24px 22px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
  background: rgba(251, 244, 239, 0.78);
  color: var(--ink);
  font-weight: 700;
}

.location-section {
  background: #fff;
}

.location-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr) minmax(260px, 0.72fr);
}

.location-grid address {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
}

.location-grid address a {
  color: var(--ink);
}

.hours-card dl {
  margin: 18px 0 0;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.hours-card dt,
.hours-card dd {
  margin: 0;
}

.hours-card dd {
  font-weight: 900;
}

.map-placeholder {
  min-height: 220px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(23, 19, 17, 0.08), rgba(185, 152, 99, 0.18)),
    #fff;
}

.map-placeholder span {
  font-weight: 900;
  color: var(--ink);
}

.final-cta {
  padding: 70px 0;
}

.final-panel {
  padding: clamp(32px, 6vw, 68px);
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.final-panel .kicker {
  color: var(--gold-soft);
}

.final-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.75);
}

.final-panel .button-dark {
  background: #fff;
  color: var(--ink);
}

.final-panel .button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.footer {
  padding: 36px 0 112px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-weight: 800;
}

.sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 520px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(232, 217, 207, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(23, 19, 17, 0.24);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  background: var(--ink);
  color: #fff;
}

@media (max-width: 980px) {
  .nav-actions .ghost-link,
  .nav-actions .button-light {
    display: none;
  }

  .hero-grid,
  .quiz-shell,
  .two-column,
  .offer-layout,
  .technology-grid,
  .location-grid,
  .faq-layout,
  .video-grid,
  .lead-magnet-card,
  .split-card {
    grid-template-columns: 1fr;
  }

  .quiz-intro {
    position: static;
  }

  .hero-media,
  .tech-image {
    min-height: 440px;
  }

  .trust-bar,
  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  body {
    padding-bottom: 84px;
  }

  .topline {
    display: none;
  }

  .nav-shell {
    padding: 10px 0;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 12px;
  }

  .nav-actions .button-dark {
    min-height: 40px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .hero {
    padding: 26px 0 22px;
  }

  h1 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  h1 small {
    margin-top: 8px;
    font-size: clamp(22px, 7vw, 30px);
  }

  h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-actions,
  .inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .hero-media {
    min-height: 390px;
    border-radius: 22px;
  }

  .hero-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .trust-bar,
  .reason-grid,
  .value-grid,
  .proof-grid,
  .offer-facts,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar span {
    min-height: 52px;
  }

  .section {
    padding: 52px 0;
  }

  .quiz-section {
    padding: 22px 0 52px;
  }

  .quiz-section .container {
    width: min(100% - 20px, var(--max));
  }

  .quiz-card {
    border-radius: 22px;
  }

  .quiz-form,
  .quiz-result {
    padding: 18px;
  }

  .quiz-progress {
    padding: 18px 18px 0;
  }

  .quiz-actions,
  .quiz-result-actions {
    flex-direction: column;
  }

  .phorest-embed iframe {
    height: 520px;
  }

  .step-grid article {
    min-height: auto;
  }

  .location-grid {
    gap: 16px;
  }

  .footer-grid {
    flex-direction: column;
  }

  .sticky-cta {
    display: grid;
  }
}

@media (min-width: 681px) {
  .sticky-cta {
    display: none;
  }
}

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