/* ============ V4 OVERRIDES + ADDITIONS ============
   Base = styles.css from v1.
   Changes:
   - Orange dot on hero chip (Aufnahme-Limit)
   - Softer anthracite instead of deep ink for dark cards
   - Kosten section: tier table left + multi-step form right
*/

:root {
  /* Softer dark — replaces pure --ink on dark cards */
  --anthracite: #2f343a;
  --topper-ink: #4a4a4a;
  --topper-rule: rgba(0,0,0,0.06);
  --anthracite-soft: #3d434a;
  --anthracite-line: #4a5057;

  /* Aufnahme-Akzent */
  --accent-orange: #c25a2a;
  --accent-orange-soft: #e07a4a;
  --accent-orange-glow: rgba(194, 90, 42, 0.22);
}

/* ===== Hero chip → white bg, orange dot ONLY (Aufnahme-Signal) ===== */
.hero-chip {
  background: var(--white);
  border-color: var(--rule);
  color: var(--ink);
}
.hero-chip strong { color: var(--ink); }
.hero-chip-dot {
  background: var(--accent-orange) !important;
  box-shadow: 0 0 0 3px var(--accent-orange-glow) !important;
  animation: chipPulse 2.4s ease-in-out infinite;
}
@keyframes chipPulse {
  0%, 100% { box-shadow: 0 0 0 3px var(--accent-orange-glow); }
  50%      { box-shadow: 0 0 0 6px rgba(194,90,42,0.06); }
}

/* ===== Hero — image taller, no calc ===== */
.hero-v4-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-v4-image {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--sand-50);
  position: relative;
  border: 1px solid var(--rule);
}
.hero-v4-image img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-v4-image-meta {
  position: absolute;
  inset: auto .9rem .9rem .9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}
.hero-v4-badge {
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(8px);
  padding: .55rem .85rem;
  border-radius: 999px;
  font-size: .78rem;
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.hero-v4-pill {
  background: var(--anthracite);
  color: #fff;
  padding: .55rem .9rem;
  border-radius: 999px;
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-v4-quote {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--graphite-deep);
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--sand);
  background: var(--sand-50);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}

/* ===== Soften deep-black dark surfaces ===== */
.dark-soft {
  background: var(--anthracite);
  color: #fff;
}

/* ===== PROMISE / Für wen ===== */
.promise-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.promise-head-v4 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 3rem;
}
@media (max-width: 820px){ .promise-head-v4{ grid-template-columns: 1fr; gap: 1rem; } }
.promise-head-v4 .promise-sub {
  font-size: 1.02rem;
  color: var(--graphite-deep);
  line-height: 1.6;
}

.promise-grid-v4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2.5rem;
}
@media (max-width: 820px){ .promise-grid-v4{ grid-template-columns: 1fr; } }
.promise-cell-v4 {
  padding: 1.75rem 1.5rem 1.75rem 0;
  border-right: 1px solid var(--rule);
}
.promise-cell-v4:last-child { border-right: 0; }
@media (max-width: 820px){
  .promise-cell-v4 { border-right: 0; border-bottom: 1px solid var(--rule); padding: 1.5rem 0; }
  .promise-cell-v4:last-child { border-bottom: 0; }
}
.promise-cell-num {
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  color: var(--sand-deep);
  margin-bottom: .9rem;
}
.promise-cell-v4 h3 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: .7rem;
}
.promise-cell-v4 p {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--graphite-deep);
}

.restriction-v4 {
  background: var(--anthracite);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 2rem 2.25rem;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 820px){ .restriction-v4{ grid-template-columns: 1fr; padding: 1.5rem; } }
.restriction-v4 .r-title {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: .6rem;
}
.restriction-v4 .r-title em {
  color: var(--sand);
  font-style: italic;
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
}
.restriction-v4 .r-intro {
  color: rgba(255,255,255,0.6);
  font-size: .9rem;
}
.restriction-v4 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem 1.25rem;
  padding: 0;
}
.restriction-v4 li {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  font-size: .95rem;
  padding: .55rem 0;
  border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.restriction-v4 li::before {
  content: '×';
  color: var(--sand);
  font-size: 1.05rem;
  flex-shrink: 0;
  line-height: 1;
}
.restriction-v4 li strong { font-weight: 500; }
.restriction-v4 li span { color: rgba(255,255,255,0.5); font-size: .82rem; }
.restriction-v4 .r-foot {
  grid-column: 1 / -1;
  font-size: .85rem;
  color: rgba(255,255,255,0.55);
  margin-top: .25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1rem;
}

/* ===== SERVICES — 8-list ===== */
.services-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.services-v4 .services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
@media (max-width: 700px){ .services-v4 .services-list{ grid-template-columns: 1fr; } }
.service-item-v4 {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .7rem;
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
}
.service-item-v4:nth-child(2n) { border-right: 0; padding-left: 1.5rem; padding-right: 0; }
@media (max-width: 700px){
  .service-item-v4, .service-item-v4:nth-child(2n) {
    border-right: 0; padding-left: 0; padding-right: 0;
    grid-template-columns: 30px 1fr;
    gap: .6rem;
  }
}
.service-num-v4 {
  font-family: var(--ff-mono);
  font-size: 1.02rem;
  letter-spacing: .04em;
  color: var(--sand-deep);
  padding-top: .25rem;
}
.service-item-v4 h3 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: .4rem;
}
.service-item-v4 p {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--graphite-deep);
}

/* ===== FOCUS — persönliche Beratung ===== */
.focus-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.focus-grid-v4 {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 820px){ .focus-grid-v4{ grid-template-columns: 1fr; gap: 2rem; } }
.focus-image-v4 {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 1px solid var(--rule);
}
.focus-image-v4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.focus-text-v4 h2 { margin: .75rem 0 1.25rem; }
.focus-text-v4 p {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--graphite-deep);
  margin-bottom: 1rem;
}
.focus-signature-v4 {
  display: flex;
  gap: .9rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}
.focus-signature-v4 strong {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.focus-signature-v4 small {
  color: var(--text-muted);
  font-size: .85rem;
}

/* ===== KOSTEN ===== */
.kosten {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.kosten-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 2.5rem;
}
@media (max-width: 820px){ .kosten-head{ grid-template-columns: 1fr; gap: 1rem; } }
.kosten-head .body-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--graphite-deep);
}

.kosten-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: stretch;
}
@media (max-width: 900px){ .kosten-grid{ grid-template-columns: 1fr; } }

/* ===== Kosten Bento — Estimator on top, Form below ===== */
.kosten-bento { display: flex; flex-direction: column; gap: 1.25rem; }
.estimator-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  position: relative;
}
.estimator-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule); }
.estimator-eyebrow { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite-deep); }
.estimator-badge { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sand-deep); background: var(--sand-50); padding: .25rem .55rem; border-radius: 999px; }
.estimator-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.5rem; align-items: stretch; }
@media (max-width: 620px){ .estimator-grid { grid-template-columns: 1fr; gap: 1.25rem; } }
.estimator-label { font-family: var(--ff-sans); font-size: .82rem; color: var(--graphite-deep); margin-bottom: .35rem; }
.estimator-income { font-family: var(--ff-display); font-weight: 400; font-size: 2.4rem; line-height: 1; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 1rem; }
.estimator-income-unit { font-size: .9rem; color: var(--graphite-deep); margin-left: .35rem; font-family: var(--ff-sans); }
.estimator-slider { position: relative; width: 100%; height: 36px; margin-bottom: .35rem; }
.estimator-slider input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: grab; margin: 0; z-index: 3; }
.estimator-track { position: absolute; left: 0; right: 0; top: 50%; height: 4px; background: var(--sand-50); border-radius: 2px; transform: translateY(-50%); overflow: hidden; }
.estimator-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--anthracite); border-radius: 2px; width: 28%; }
.estimator-thumb { position: absolute; top: 50%; left: 28%; transform: translate(-50%, -50%); width: 22px; height: 22px; background: var(--anthracite); border-radius: 50%; border: 3px solid var(--white); box-shadow: 0 2px 6px rgba(0,0,0,0.15); pointer-events: none; }
.estimator-ticks { display: flex; justify-content: space-between; font-family: var(--ff-mono); font-size: .68rem; color: var(--graphite-deep); letter-spacing: .06em; margin-bottom: .25rem; }
.estimator-situation { display: flex; gap: .4rem; flex-wrap: wrap; }
.est-chip { font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .04em; padding: .45rem .8rem; border-radius: 999px; border: 1px solid var(--rule); background: transparent; color: var(--graphite-deep); cursor: pointer; transition: all .15s; }
.est-chip:hover { border-color: var(--ink); }
.est-chip.is-on { background: var(--anthracite); color: #fff; border-color: var(--anthracite); }
.estimator-result { background: var(--sand-50); border-radius: var(--r-md); padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; }
.estimator-result-label { font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--graphite-deep); margin-bottom: .5rem; }
.estimator-result-price { font-family: var(--ff-display); font-weight: 400; font-size: 3rem; line-height: 1; letter-spacing: -0.03em; color: var(--ink); }
.estimator-result-unit { font-size: 1.4rem; color: var(--graphite-deep); }
.estimator-result-sub { font-size: .82rem; line-height: 1.5; color: var(--graphite-deep); margin-top: .75rem; }
.estimator-result-sub em { font-style: normal; color: var(--ink); font-weight: 500; }
.estimator-result-foot { font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .06em; color: var(--graphite-deep); margin-top: .75rem; padding-top: .75rem; border-top: 1px solid rgba(0,0,0,0.06); }

/* Tier table — left */
.tier-card {
  background: var(--paper-deep);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.tier-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
}
.tier-head h3 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.tier-head .tier-label {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .12em;
  color: var(--sand-deep);
  text-transform: uppercase;
}
.tier-list { list-style: none; padding: 0; }
.tier-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: .85rem 0;
  border-bottom: 1px dashed var(--rule);
  font-variant-numeric: tabular-nums;
}
.tier-row:last-child { border-bottom: 0; }
.tier-row.is-active {
  background: linear-gradient(90deg, var(--sand-50) 0%, transparent 90%);
  margin: 0 -.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: var(--r-sm);
  border-bottom-color: transparent;
}
.tier-row-bracket {
  font-size: .95rem;
  color: var(--ink);
}
.tier-row-bracket small {
  display: block;
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: .15rem;
}
.tier-row-price {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.tier-row.is-active .tier-row-price { color: var(--sand-deep); }
.tier-foot {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  font-size: .82rem;
  color: var(--text-muted);
}
.tier-foot strong {
  color: var(--ink);
  font-weight: 500;
  font-size: .92rem;
}

/* ===== Multi-Step Form — right ===== */
.step-card {
  background: var(--anthracite);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 20px 50px -25px rgba(47,52,58,0.5);
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, transparent 60%, rgba(170,161,142,0.10));
  pointer-events: none;
  border-radius: var(--r-lg);
}
.step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.step-eyebrow {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.step-counter {
  font-family: var(--ff-mono);
  font-size: .72rem;
  color: rgba(255,255,255,0.7);
  font-variant-numeric: tabular-nums;
}
.step-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 1.5rem;
}
.step-progress span {
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.12);
  transition: background .3s;
}
.step-progress span.is-done { background: var(--sand); }
.step-progress span.is-current { background: #fff; }

.step-title {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: .4rem;
}
.step-title em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  color: var(--sand);
}
.step-sub {
  color: rgba(255,255,255,0.6);
  font-size: .92rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.step-body { flex: 1; }
.step-panel { display: none; }
.step-panel.is-active { display: block; }

/* Status chips — radio style, sand accent */
.status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .55rem;
}
.status-chip {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-md);
  padding: .85rem 1rem;
  color: #fff;
  font-family: var(--ff-sans);
  font-size: .94rem;
  font-weight: 450;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  line-height: 1.2;
  transition: all .2s var(--ease);
}
.status-chip:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.28);
}
.status-chip.is-on {
  background: rgba(170,161,142,0.16);
  border-color: var(--sand);
}
.status-chip-radio {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.35);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: border-color .2s, background .2s;
}
.status-chip.is-on .status-chip-radio {
  border-color: var(--sand);
  background: var(--sand);
}
.status-chip.is-on .status-chip-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--anthracite);
}
.status-chip-body { display: flex; flex-direction: column; gap: .15rem; }
.status-chip-meta {
  display: block;
  font-size: .74rem;
  color: rgba(255,255,255,0.55);
  font-weight: 400;
  line-height: 1.3;
}
.status-chip.is-on .status-chip-meta { color: rgba(255,255,255,0.75); }

/* Income slider — light theme inside dark card */
.step-slider-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: .5rem;
}
.step-slider-label span:first-child {
  font-family: var(--ff-sans);
  font-size: .85rem;
  color: rgba(255,255,255,0.65);
}
.step-income {
  font-family: var(--ff-display);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  font-variant-numeric: tabular-nums;
}
.step-income-unit { font-size: 1rem; color: rgba(255,255,255,0.5); margin-left: .35rem; }
.step-slider {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 0.5rem;
}
.step-slider input[type=range] {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: grab;
  z-index: 3;
}
.step-slider input[type=range]:active { cursor: grabbing; }
.step-track {
  position: absolute;
  left: 0; right: 0; top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  overflow: hidden;
}
.step-fill {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, var(--sand), var(--sand-deep));
  transition: width .15s linear;
}
.step-thumb {
  position: absolute;
  top: 50%;
  width: 22px; height: 22px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  pointer-events: none;
}
.step-thumb::after {
  content: '';
  position: absolute; inset: 6px;
  border-radius: 50%;
  background: var(--sand);
}
.step-ticks {
  display: flex; justify-content: space-between;
  font-family: var(--ff-mono);
  font-size: .65rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1.25rem;
}

/* Situation chips */
.step-situation {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
}

/* Bracket grid — replaces slider with 8 income brackets */
.bracket-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  margin-bottom: .25rem;
}
.bracket-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .15rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: .7rem .85rem;
  color: rgba(255,255,255,0.92);
  font-family: var(--ff-sans);
  cursor: pointer;
  text-align: left;
  transition: all .18s var(--ease);
}
.bracket-chip:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.28); }
.bracket-chip.is-on { background: rgba(170,161,142,0.16); border-color: var(--sand); }
.bracket-range { font-size: .92rem; font-weight: 500; letter-spacing: -0.01em; color: #fff; }
.bracket-meta {
  font-family: var(--ff-mono);
  font-size: .66rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,0.55);
  line-height: 1.3;
}
.bracket-chip.is-on .bracket-meta { color: rgba(255,255,255,0.78); }
@media (max-width: 720px) { .bracket-grid { grid-template-columns: 1fr; } }
.sit-chip {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: .55rem .9rem;
  color: rgba(255,255,255,0.85);
  font-size: .82rem;
  font-family: var(--ff-sans);
  cursor: pointer;
  text-align: center;
  transition: all .2s;
}
.sit-chip:hover { background: rgba(255,255,255,0.08); }
.sit-chip.is-on {
  background: rgba(255,255,255,0.95);
  color: var(--anthracite);
  border-color: #fff;
}

/* Form fields */
.step-field {
  display: flex;
  flex-direction: column;
  margin-bottom: .9rem;
}
.step-field label {
  font-family: var(--ff-mono);
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: .4rem;
}
.step-field input,
.step-field textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-md);
  padding: .75rem .95rem;
  font-family: var(--ff-sans);
  font-size: .95rem;
  color: #fff;
  outline: none;
  transition: border-color .2s, background .2s;
}
.step-field input:focus,
.step-field textarea:focus {
  border-color: var(--sand);
  background: rgba(255,255,255,0.06);
}
.step-field input::placeholder,
.step-field textarea::placeholder { color: rgba(255,255,255,0.35); }

/* Summary (step 4) */
.summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px dashed rgba(255,255,255,0.12);
  font-size: .92rem;
}
.summary-row:last-child { border-bottom: 0; }
.summary-row span:first-child { color: rgba(255,255,255,0.55); }
.summary-row span:last-child { color: #fff; font-weight: 500; }

.summary-price {
  background: rgba(170,161,142,0.14);
  border: 1px solid rgba(170,161,142,0.32);
  border-radius: var(--r-md);
  padding: 1rem 1.1rem;
  margin: 1rem 0 1.25rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.summary-price-label {
  font-family: var(--ff-sans);
  color: #fff;
  font-size: .95rem;
}
.summary-price-num {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--sand);
  font-variant-numeric: tabular-nums;
}
.summary-price-num small {
  font-size: .85rem;
  color: rgba(255,255,255,0.55);
  margin-left: .35rem;
  font-family: var(--ff-sans);
}

/* Step nav */
.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.step-back {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.7);
  font-family: var(--ff-sans);
  font-size: .88rem;
  cursor: pointer;
  padding: .55rem 0;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: color .2s;
}
.step-back:hover { color: #fff; }
.step-back[disabled] { opacity: 0; pointer-events: none; }

.step-next {
  background: #fff;
  color: var(--anthracite);
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.4rem;
  font-family: var(--ff-sans);
  font-size: .92rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: transform .2s, background .2s;
}
.step-next:hover { background: var(--sand); color: var(--anthracite); transform: translateY(-1px); }
.step-next[disabled] { opacity: 0.4; cursor: not-allowed; transform: none; }

.step-success {
  text-align: center;
  padding: 1.5rem 0;
}
.step-success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(170,161,142,0.22);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sand);
  font-size: 1.6rem;
}
.step-success h4 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: .5rem;
}
.step-success p {
  color: rgba(255,255,255,0.65);
  font-size: .95rem;
  line-height: 1.5;
  max-width: 32ch;
  margin: 0 auto;
}

/* ===== TESTIMONIAL (carry over v2 look, refined to v1 palette) ===== */
.testi-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.testi-head-v4 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.testi-head-v4 h2 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ink);
  max-width: 18ch;
}
.testi-head-v4 .testi-count {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sand-deep);
}

.testi-feature-v4 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2rem;
}
@media (max-width: 820px){ .testi-feature-v4{ grid-template-columns: 1fr; gap: 1.25rem; } }
.testi-mark-v4 {
  font-family: var(--ff-display);
  font-size: 4rem;
  line-height: .8;
  color: var(--sand);
  margin-bottom: .4rem;
}
.testi-quote-v4 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--ink);
}
.testi-meta-v4 {
  border-left: 1px solid var(--rule);
  padding-left: 1.5rem;
}
@media (max-width: 820px){ .testi-meta-v4{ border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.25rem; } }
.testi-name-v4 {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.testi-role-v4 {
  font-size: .9rem;
  color: var(--graphite-deep);
  margin-top: .25rem;
}
.testi-since-v4 {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sand-deep);
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--rule);
}

.testi-more-v4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 820px){ .testi-more-v4{ grid-template-columns: 1fr; } }
.testi-small-v4 {
  background: var(--paper-deep);
  border-radius: var(--r-md);
  padding: 1.25rem;
}
.testi-small-v4 .q {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.08rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: .85rem;
}
.testi-small-v4 .who {
  font-size: .82rem;
  color: var(--text-muted);
}
.testi-small-v4 .who strong { color: var(--ink); font-weight: 500; }

/* ===== TEAM (4 cards) ===== */
.team-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.team-grid-v4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 900px){ .team-grid-v4{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) and (min-width: 521px){ .team-photo-v4{ aspect-ratio: 1 / 1; } }
@media (max-width: 520px){
  .team-grid-v4{ grid-template-columns: 1fr; }
  .team-photo-v4{ aspect-ratio: 16 / 10; }
  .team-photo-v4 img { object-position: center 25%; }
}
.team-card-v4 {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.team-card-v4:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(26,26,26,0.12); }
.team-photo-v4 {
  aspect-ratio: 4/5;
  background: var(--sand-50);
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.team-photo-v4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-body-v4 { padding: 1rem 1.25rem 1.25rem; }
.team-name-v4 {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: .25rem;
}
.team-role-v4 {
  font-size: .85rem;
  color: var(--graphite-deep);
  line-height: 1.4;
  margin-bottom: .6rem;
}
.team-lang-v4 {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .1em;
  color: var(--sand-deep);
}

/* ===== OFFICE ===== */
.office-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.office-grid-v4 {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 820px){ .office-grid-v4{ grid-template-columns: 1fr; gap: 2rem; } }
.office-image-v4 {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid var(--rule);
}
.office-image-v4 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.office-address-v4 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: .75rem 0 1.5rem;
  color: var(--ink);
}
.office-hours-v4 {
  border-top: 1px solid var(--rule);
  padding-top: 1.25rem;
  margin-bottom: 1.75rem;
}
.office-hour-v4 {
  display: flex;
  justify-content: space-between;
  padding: .65rem 0;
  border-bottom: 1px dashed var(--rule);
  font-variant-numeric: tabular-nums;
  font-size: .95rem;
}
.office-hour-v4:last-child { border-bottom: 0; }
.office-hour-v4 span:first-child { color: var(--graphite-deep); }
.office-hour-v4 span:last-child { color: var(--ink); font-weight: 500; }
.office-ctas-v4 { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ===== FAQ ===== */
.faq-v4 {
  padding: var(--pad-xl) 0;
  border-top: 1px solid var(--rule);
}
.faq-inner-v4 { max-width: none; margin: 0; }
.faq-head-v4 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 2.5rem;
  text-align: left;
}
@media (max-width: 820px){ .faq-head-v4{ grid-template-columns: 1fr; gap: 1rem; } }
.faq-head-v4 .faq-head-left { display: block; }
.faq-head-v4 h2 {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-top: .75rem;
  color: var(--ink);
}
.faq-list-v4 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.faq-list-v4 .faq-item-v4 { border-top: 0; border-bottom: 1px solid var(--rule); }
.faq-head-v4 h2 em {
  font-family: 'Instrument Serif', Georgia, serif;
  color: var(--sand-deep);
  font-style: italic;
}
.faq-item-v4 {
  border-top: 1px solid var(--rule);
  padding: 1.25rem 0;
}
.faq-item-v4:last-child { border-bottom: 1px solid var(--rule); }
.faq-item-v4 summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.faq-item-v4 summary::-webkit-details-marker { display: none; }
.faq-marker-v4 {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--sand-50);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-mono);
  font-size: 1rem;
  color: var(--graphite-deep);
  flex-shrink: 0;
  transition: transform .3s;
}
.faq-marker-v4::before { content: '+'; }
.faq-item-v4[open] .faq-marker-v4 {
  background: var(--anthracite);
  color: #fff;
  transform: rotate(45deg);
}
.faq-body-v4 {
  padding-top: 1rem;
  color: var(--graphite-deep);
  font-size: .95rem;
  line-height: 1.6;
  max-width: 65ch;
}

/* ===== Section head reuse (left + right) ===== */
.sh-v4 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: 2.5rem;
}
@media (max-width: 820px){ .sh-v4{ grid-template-columns: 1fr; gap: 1rem; } }
.sh-v4 h2 em {
  font-family: 'Instrument Serif', Georgia, serif;
  color: var(--sand-deep);
  font-style: italic;
}
.sh-v4 .body-text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--graphite-deep);
}

/* ===== Footer ===== */
.footer-v4 {
  background: var(--anthracite);
  color: #fff;
  padding: 3.5rem 0 2rem;
  margin-top: var(--pad-xl);
}
.footer-grid-v4 {
  display: grid;
  grid-template-columns: 1.7fr .9fr .9fr .9fr .9fr .9fr;
  gap: 2.5rem 2rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 1024px){ .footer-grid-v4{ grid-template-columns: 1.4fr 1fr 1fr 1fr; row-gap: 2rem; } .footer-brand-v4{ grid-column: 1 / -1; max-width: 480px; } }
@media (max-width: 720px){ .footer-grid-v4{ grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; } .footer-brand-v4{ grid-column: 1 / -1; } }
@media (max-width: 460px){ .footer-grid-v4{ grid-template-columns: 1fr; } .footer-brand-v4{ grid-column: 1 / -1; } }
.footer-brand-v4 img { height: 26px; margin-bottom: 1rem; filter: brightness(0) invert(1); opacity:.92; }
.footer-brand-v4 .footer-about-v4 { color: rgba(255,255,255,0.62); font-size: .9rem; line-height: 1.6; margin: 0 0 1.1rem; max-width: 36ch; }
.footer-brand-v4 a { color: #fff; text-decoration: none; }
.footer-brand-v4 a:hover { color: var(--sand); }
.footer-socials-v4 { display: flex; gap: .55rem; }
.footer-socials-v4 a {
  width: 34px; height: 34px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.75);
  transition: background .2s, color .2s, border-color .2s;
}
.footer-socials-v4 a:hover { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.32); }
.fg-meta-v4 { color: rgba(255,255,255,0.42) !important; font-size: .82rem !important; }
.footer-v4 h5 {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: .9rem;
  font-weight: 500;
}
.footer-v4 ul { list-style: none; padding: 0; }
.footer-v4 li { margin-bottom: .5rem; }
.footer-v4 li a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: .9rem;
  transition: color .2s;
}
.footer-v4 li a:hover { color: var(--sand); }
.footer-bottom-v4 {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: rgba(255,255,255,0.42);
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
}
.footer-bottom-v4 .fb-sep-v4 { color: rgba(255,255,255,0.36); }
.footer-bottom-v4 .fb-lang-v4 { display: inline-flex; gap: .5rem; align-items: center; }
.footer-bottom-v4 .fb-lang-v4 a { color: rgba(255,255,255,0.55); text-decoration: none; padding: .15rem .35rem; border-radius: 3px; transition: color .2s, background .2s; }
.footer-bottom-v4 .fb-lang-v4 a.is-active { color: #fff; background: rgba(255,255,255,0.08); }
.footer-bottom-v4 .fb-lang-v4 a:hover { color: #fff; }
@media (max-width: 720px){
  .footer-bottom-v4 { font-size: .76rem; gap: .5rem 1rem; }
  .footer-bottom-v4 .fb-sep-v4 { order: 3; flex-basis: 100%; }
}

/* ===== Override .calc dark — used by v1 styles, just in case ===== */
.calc { background: var(--anthracite) !important; box-shadow: 0 20px 50px -25px rgba(47,52,58,0.5) !important; }

/* ===== Mobile CTA (carry from v2) ===== */
.mobile-cta-v4 {
  display: none;
}
@media (max-width: 700px){
  .mobile-cta-v4 {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 40;
    background: var(--anthracite);
    color: #fff;
    padding: .8rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mobile-cta-v4-text { display: flex; flex-direction: column; }
  .mobile-cta-v4-text small { font-size: .72rem; color: rgba(255,255,255,0.55); }
  .mobile-cta-v4 .btn { padding: .65rem 1rem; font-size: .88rem; }
  body { padding-bottom: 80px; }
}

/* ============================================================
   MOBILE TIGHTENING — comprehensive
============================================================ */
@media (max-width: 820px){
  /* Container padding gentler on small screens */
  .container { padding-left: 1.1rem; padding-right: 1.1rem; }

  /* Hero typography scales */
  .hero-v4 h1, .hero h1 { font-size: clamp(2rem, 8.5vw, 3rem) !important; line-height: 1.05 !important; }
  .hero h1 br { display: none; }
  .hero h1 .accent { display: inline; }
  .hero-meta { flex-wrap: wrap; gap: .65rem .85rem; margin-bottom: 1.25rem; }
  .hero-since { font-size: .66rem; }
  .hero-lead { font-size: 1rem; }
  .hero-ctas { gap: .6rem; }
  .hero-ctas .btn { flex: 1 1 auto; min-width: 0; justify-content: center; text-align: center; }
  .hero-v4-image { aspect-ratio: 4/5; max-height: 380px; }
  .hero-chip { font-size: .76rem; white-space: normal; }
  .hero-proof { gap: .75rem; }
  .proof-num { font-size: 1.6rem; }
  .proof-lbl { font-size: .76rem; }

  /* Section heads + display titles soften */
  .sh-v4 h2, .faq-head-v4 h2, .kosten-head h2 { font-size: clamp(1.7rem, 6.5vw, 2.4rem); line-height: 1.08; }

  /* Tier table denser */
  .tier-card { padding: 1.5rem 1.25rem; }
  .tier-row-bracket { font-size: .92rem; }
  .tier-row-bracket small { font-size: .72rem; }
  .tier-row-price { font-size: 1.05rem; }
  .tier-foot { font-size: .78rem; gap: 1rem; flex-wrap: wrap; }

  /* Step form / step card */
  .step-card { padding: 1.5rem 1.25rem; }
  .step-title { font-size: 1.5rem; }
  .step-sub { font-size: .92rem; }
  .status-chip { padding: .85rem .9rem; }
  .status-chip-body { font-size: .92rem; }
  .step-income { font-size: 2.2rem; }

  /* FAQ */
  .faq-item-v4 summary { font-size: 1.04rem; gap: .75rem; }
  .faq-marker-v4 { width: 26px; height: 26px; }
  .faq-body-v4 { font-size: .9rem; }

  /* Testimonial */
  .testi-mark-v4 { font-size: 3rem; }
  .testi-quote-v4 { font-size: 1.2rem; }
  .testi-name-v4 { font-size: 1.8rem; }

  /* Services / promise items full-width comfort */
  .service-item-v4 { padding: 1.25rem 0; }

  /* Disable any horizontal overflow */
  html, body { overflow-x: hidden; }
}

/* ===== HEADER TOPPER (v4) ===== */
.header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--rule); }
.header-top {
  font-family: var(--ff-sans);
  font-size: .78rem;
  color: var(--graphite-deep);
  border-bottom: 1px solid var(--topper-rule);
  padding: .5rem 0;
  background: var(--paper);
}
.header-top-inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1.5rem; flex-wrap: wrap;
}
.header-top-left { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.header-top-left span { display: inline-flex; align-items: center; gap: .45rem; }
.header-top-right { display: flex; gap: .85rem; align-items: center; }
.header-top-sep { color: rgba(0,0,0,0.2); }
.header-phone-top {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 500; color: var(--ink);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  transition: color .2s var(--ease);
}
.header-phone-top:hover { color: var(--accent-orange); }
.header-phone-icon { width: 13px; height: 13px; color: #4ba06b; flex-shrink: 0; }
.header-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  color: var(--graphite-deep);
  border-radius: 50%;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.header-social:hover { color: var(--ink); background: var(--sand-50); }
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4ba06b;
  box-shadow: 0 0 0 3px rgba(75,160,107,0.15);
  display: inline-block;
  animation: liveDotPulse 2.5s var(--ease) infinite;
  flex-shrink: 0;
}
@keyframes liveDotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(75,160,107,0.15); }
  50%      { box-shadow: 0 0 0 6px rgba(75,160,107,0); }
}
@media (max-width: 720px){
  .header-top { font-size: .72rem; padding: .4rem 0; }
  .header-top-inner { gap: .75rem; }
  .header-top-left span:nth-child(2),
  .header-top-left span:nth-child(3) { display: none; }
  .header-top-sep { display: none; }
}
@media (max-width: 480px){
  .header-phone-top { font-size: .8rem; }
  .header-social { width: 24px; height: 24px; }
}

@media (max-width: 480px){
  .container { padding-left: .95rem; padding-right: .95rem; }
  .hero-v4 h1, .hero h1 { font-size: clamp(1.85rem, 9vw, 2.4rem) !important; }
  .hero-v4-image { aspect-ratio: 1/1; max-height: 320px; }
  .hero-proof { grid-template-columns: 1fr 1fr !important; row-gap: 1rem; }
  .step-income { font-size: 1.9rem; }
  .step-card, .tier-card { padding: 1.25rem 1rem; border-radius: var(--r-md); }
  .testi-mark-v4 { font-size: 2.4rem; }
  .testi-quote-v4 { font-size: 1.08rem; }
  .testi-name-v4 { font-size: 1.5rem; }
  .footer-socials-v4 a { width: 32px; height: 32px; }
  /* Ensure mobile CTA buttons hit min 44px */
  .mobile-cta-v4 .btn { min-height: 44px; display: inline-flex; align-items: center; }
}
