/* ============ Soforthilfe page ============ */

/* ===== HERO (matched to Strafrecht style) ===== */
.sh-hero {
  background: var(--paper);
  padding: 60px 0 72px;
  position: relative;
}
.sh-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.sh-hero-image {
  position: relative;
  aspect-ratio: 4/3;
  background: #d8dde4;
}
.sh-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.sh-hero-image::before {
  content: '';
  position: absolute;
  left: -22px; bottom: -22px;
  width: 55%; height: 45%;
  background: var(--gold);
  z-index: 0;
}
.sh-hero-frame { display: none; }
.sh-hero-text { padding-right: 20px; }
.sh-hero-crumb {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 22px;
}
.sh-hero-crumb a { color: var(--ink-3); }
.sh-hero-crumb a:hover { color: var(--gold); }
.sh-hero-crumb .is-current { color: var(--gold); font-weight: 600; }
.sh-hero-title {
  font-family: var(--serif);
  font-size: clamp(40px, 4.4vw, 58px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.sh-hero-sub {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 22px;
  letter-spacing: 0.1px;
}
.sh-hero-lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 32px;
  max-width: 540px;
}
.sh-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.sh-hero-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
}
.sh-hero-call:hover { color: var(--gold); }

/* ===== FAQ (matched to Strafrecht/Kündigungsschutz style) ===== */
.sh-faq {
  background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
  padding: 110px 0 120px;
}
.sh-faq .section-head { margin-bottom: 56px; }
.sh-faq .section-title em {
  font-style: normal;
  font-weight: 700;
  color: var(--navy);
}
.sh-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
}
.sh-faq-item { border-bottom: 1px solid rgba(5,29,75,0.12); }
.sh-faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 24px 0;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  letter-spacing: 0.1px;
}
.sh-faq-q:hover { color: var(--gold); }
.sh-faq-toggle {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.sh-faq-a {
  padding: 0 0 24px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 90%;
}
.sh-faq-item.is-open { border-bottom-color: var(--gold); }

@media (max-width: 1024px) {
  .sh-faq-grid { grid-template-columns: 1fr; column-gap: 0; }
}

.sh-hero-title { font-weight: 700; }
.sh-hero-title-bold { font-weight: 700; }
.sh-hero-title-light { font-weight: 400; font-style: italic; color: var(--gold-2); }

/* ===== INTRO ===== */
.sh-intro {
  background: var(--paper);
  padding: 72px 0 64px;
}
.sh-intro-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.sh-intro-head h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0 0 18px;
  text-wrap: balance;
}
.sh-intro-head h2 em {
  font-style: italic;
  color: var(--gold-2);
  font-weight: 500;
}
.sh-intro-head p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0;
  text-wrap: pretty;
}
.sh-list--center {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 56px;
}
.sh-list--center li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  align-items: start;
  padding: 0;
  border: 0;
}
.sh-list--center .sh-list-icon {
  color: var(--gold-2);
  padding-top: 2px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--gold-soft);
  border-radius: 50%;
}
.sh-list--center h4 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin: 4px 0 8px;
  letter-spacing: 0.1px;
}
.sh-list--center li > div > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0;
}
@media (max-width: 900px) {
  .sh-list--center { grid-template-columns: 1fr; gap: 28px; }
}

/* ===================================================================== */
/* ===== FORM SECTION — refined, matched to site system =============== */
/* ===================================================================== */
.sh-form-section {
  background: var(--paper-2);
  padding: 96px 0 120px;
  border-top: 1px solid var(--line);
}

/* Section heading */
.sh-form-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold-2);
  text-align: center;
  margin-bottom: 18px;
}
.sh-form-head {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px;
}
.sh-form-head h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0;
  text-wrap: balance;
}
.sh-form-head h2 em {
  font-style: italic;
  color: var(--gold-2);
  font-weight: 500;
}

/* Two-column layout: rail + card */
.sh-form-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(5,29,75,0.08);
  box-shadow: 0 30px 60px -30px rgba(5,29,75,0.18);
  max-width: 1500px;
  margin: 0 auto;
}

/* Left rail — frist reminder, matches Kündigungsschutz Soforthilfe */
.sh-rail {
  background: var(--navy);
  color: #fff;
  padding: 56px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  min-height: 540px;
}
.sh-rail::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 3px;
  background: var(--gold);
}
.sh-rail-eyebrow {
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}
.sh-rail-num {
  font-family: var(--serif);
  font-size: 160px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 4px;
}
.sh-rail-unit {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}
.sh-rail-divider {
  width: 40px;
  height: 1px;
  background: rgba(196,180,156,0.5);
  margin: 0 0 20px;
}
.sh-rail-note {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
  max-width: 240px;
  margin: 0;
}

.sh-rail-foot {
  padding-top: 24px;
  border-top: 1px solid rgba(196,180,156,0.2);
  margin-top: 32px;
}
.sh-rail-foot-key {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.sh-rail-foot-val {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
}
.sh-rail-foot-val a { color: #fff; font-weight: 600; }
.sh-rail-foot-val a:hover { color: var(--gold); }

/* Right form area */
.sh-form-card {
  padding: 56px 64px;
  position: relative;
}

/* Stepper — slim, refined, matches eyebrow/serif system */
.sh-stepper {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 0;
  margin: 0 0 12px;
}
.sh-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sh-step-num {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--gold-2);
  color: var(--gold-2);
  background: #fff;
  letter-spacing: -0.02em;
  transition: all 0.25s ease;
}
.sh-step.is-active .sh-step-num {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}
.sh-step.is-done .sh-step-num {
  color: var(--navy);
  background: var(--gold-soft);
  border-color: var(--gold);
}
.sh-step-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold-2);
  transition: color 0.2s ease;
}
.sh-step.is-active .sh-step-label,
.sh-step.is-done .sh-step-label {
  color: var(--navy);
}
.sh-step-line {
  height: 1px;
  background: var(--gold-2);
  opacity: 0.4;
  align-self: start;
  margin-top: 22px;
  transition: all 0.25s ease;
}
.sh-step-line.is-done {
  background: var(--gold);
  opacity: 1;
}

.sh-step-meta {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.sh-step-meta strong { color: var(--navy); font-weight: 700; }

/* Step heading inside card */
.sh-step-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin: 0 0 4px;
}
.sh-step-sub {
  font-size: 14px;
  color: var(--ink-2);
  margin: 0 0 28px;
  line-height: 1.5;
}

/* Fields */
.sh-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}
.sh-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}
.sh-field-row .sh-field { margin-bottom: 0; }
.sh-field-label {
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-2);
  font-weight: 600;
}
.sh-field input[type="text"],
.sh-field input[type="email"],
.sh-field input[type="tel"],
.sh-field input[type="number"],
.sh-field input[type="date"],
.sh-field select {
  font-family: inherit;
  font-size: 16px;
  padding: 14px 16px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink);
  outline: none;
  transition: all 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.sh-field input:focus,
.sh-field select:focus {
  border-color: var(--navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(5,29,75,0.08);
}
.sh-field input::placeholder { color: #aab0bc; }

.sh-field-select-wrap {
  position: relative;
}
.sh-field-select-wrap::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* Radio group as elegant chips */
.sh-radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sh-radio {
  flex: 1;
  min-width: 100px;
  cursor: pointer;
}
.sh-radio input { position: absolute; opacity: 0; pointer-events: none; }
.sh-radio-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.18s ease;
  text-align: center;
}
.sh-radio:hover .sh-radio-pill {
  border-color: var(--gold-2);
  color: var(--navy);
}
.sh-radio input:checked + .sh-radio-pill {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 8px 16px -8px rgba(5,29,75,0.4);
}

/* Helper note (italic serif aside) */
.sh-note {
  font-family: 'Source Sans 3', system-ui, sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 4px 0 28px;
  padding: 14px 18px;
  background: var(--paper-2);
  border-left: 3px solid var(--gold);
}

/* Checkbox */
.sh-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 16px 18px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  transition: all 0.15s ease;
  margin-top: 8px;
}
.sh-check:hover { border-color: var(--gold-2); }
.sh-check input { position: absolute; opacity: 0; pointer-events: none; }
.sh-check-box {
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--ink-2);
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.15s ease;
}
.sh-check input:checked + .sh-check-box {
  background: var(--navy);
  border-color: var(--navy);
}
.sh-check input:checked + .sh-check-box::after {
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.sh-check-text {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.sh-check-text strong { color: var(--ink); font-weight: 600; }
.sh-check-text a { color: var(--navy); text-decoration: underline; }

/* Form nav (buttons match site btn system) */
.sh-form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.sh-form-nav-spacer { flex: 1; }
.sh-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border-radius: 2px;
  transition: all 0.18s ease;
  cursor: pointer;
  border: 0;
  font-family: inherit;
  white-space: nowrap;
}
.sh-btn--back {
  background: transparent;
  color: var(--ink-2);
  padding: 16px 0;
}
.sh-btn--back:hover { color: var(--navy); gap: 14px; }
.sh-btn--next {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(5,29,75,0.4);
}
.sh-btn--next:hover {
  background: var(--navy-2);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -8px rgba(5,29,75,0.5);
}
.sh-btn--submit {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(5,29,75,0.4);
}
.sh-btn--submit:hover {
  background: var(--navy-2);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -8px rgba(5,29,75,0.5);
}
.sh-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: 0 8px 20px -8px rgba(5,29,75,0.2) !important;
}

/* EUR prefix */
.sh-input-prefix {
  position: relative;
}
.sh-input-prefix::before {
  content: '€';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-2);
  font-weight: 600;
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
}
.sh-input-prefix input {
  padding-left: 36px !important;
}

/* Success state */
.sh-success {
  text-align: center;
  padding: 40px 20px;
}
.sh-success-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: var(--navy);
}
.sh-success h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--navy);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.sh-success p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 auto 12px;
  max-width: 480px;
}
.sh-success-meta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-2);
}
.sh-success-meta strong { color: var(--navy); font-weight: 700; }

/* Animation */
.sh-step-pane {
  animation: shFadeIn 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@keyframes shFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .sh-hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .sh-hero-frame { inset: 16px -16px -16px 16px; }
  .sh-form-wrap { grid-template-columns: 1fr; max-width: 720px; }
  .sh-rail {
    min-height: auto;
    padding: 40px 32px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .sh-rail::after { top: auto; bottom: 0; right: 0; left: 0; width: 100%; height: 3px; }
  .sh-rail-num { font-size: 100px; margin-bottom: 0; }
  .sh-rail-divider { display: none; }
  .sh-rail-foot { display: none; }
  .sh-form-card { padding: 40px 28px; }
  .sh-form-section { padding: 64px 0 80px; }
  .sh-field-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sh-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 24px;
  }
  .sh-rail-num { font-size: 80px; }
  .sh-form-card { padding: 32px 20px; }
  .sh-stepper { grid-template-columns: auto 1fr auto 1fr auto; }
  .sh-step-label { display: none; }
  .sh-radio { min-width: 0; }
  .sh-form-nav { flex-wrap: wrap; }
}


/* ===================== Vorab / 3 Schritte ===================== */
.sh-vorab {
  background: var(--paper);
  padding: 100px 0;
  border-bottom: 1px solid rgba(5,29,75,0.08);
}
.sh-vorab-inner { max-width: 1080px; }
.sh-vorab-head { margin-bottom: 60px; max-width: 760px; }
.sh-vorab-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 14px 0 16px;
}
.sh-vorab-intro {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(5,29,75,0.68);
  margin: 0;
  max-width: 640px;
}

.sh-vorab-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sh-vstep {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 30px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(5,29,75,0.09);
  border-radius: 5px;
  padding: 36px 40px;
  box-shadow: 0 1px 2px rgba(5,29,75,0.04);
}
.sh-vstep-marker { display: flex; justify-content: center; }
.sh-vstep-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.sh-vstep-content { min-width: 0; }
.sh-vstep-title {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.28;
  letter-spacing: -0.005em;
  margin: 6px 0 12px;
}
.sh-vstep-text {
  font-size: 16px;
  line-height: 1.68;
  color: rgba(5,29,75,0.78);
  margin: 0;
  max-width: 760px;
}
.sh-vstep-text--muted {
  margin-top: 16px;
  font-size: 15px;
  color: rgba(5,29,75,0.6);
}

/* Frist pill */
.sh-vstep-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(196,180,156,0.16);
  border: 1px solid rgba(196,180,156,0.55);
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.sh-vstep-pill::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

/* Three contact ways */
.sh-vways {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sh-vway {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 24px 22px;
  border: 1px solid rgba(5,29,75,0.1);
  border-radius: 5px;
  background: var(--paper);
  text-decoration: none;
  color: inherit;
  transition: border-color .18s, box-shadow .18s, transform .18s, background .18s;
}
.sh-vway:hover {
  border-color: var(--gold);
  box-shadow: 0 10px 26px rgba(5,29,75,0.09);
  transform: translateY(-2px);
  background: #fff;
}
.sh-vway-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 3px;
}
.sh-vway-icon svg { width: 19px; height: 19px; }
.sh-vway-label {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--gold);
}
.sh-vway-value {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.2;
}
.sh-vway-note {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(5,29,75,0.6);
  margin: 2px 0 0;
}

/* Document chips */
.sh-vchips {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sh-vchips li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(5,29,75,0.045);
  border: 1px solid rgba(5,29,75,0.1);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
}
.sh-vchips li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}

@media (max-width: 760px) {
  .sh-vorab { padding: 64px 0; }
  .sh-vorab-head { margin-bottom: 40px; }
  .sh-vstep {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }
  .sh-vstep-marker { justify-content: flex-start; }
  .sh-vstep-num { width: 48px; height: 48px; font-size: 22px; }
  .sh-vstep-title { font-size: 20px; }
  .sh-vways { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .sh-hero-section { padding: 48px 0 !important; }
  .sh-hero-inner { padding: 0 18px !important; gap: 36px !important; }
  .sh-hero-title { font-size: clamp(40px, 10vw, 60px) !important; }
  .sh-hero-sub { font-size: 17px !important; }
  .sh-hero-lede { font-size: 15px !important; }
  .sh-hero-actions { flex-direction: column; gap: 10px; }
  .sh-hero-actions .btn { width: 100%; justify-content: center; }
  .sh-faq-section { padding: 56px 0 !important; }
  .sh-faq-grid { padding: 0 18px !important; }
  .sh-faq-q { font-size: 16px; padding: 18px 0; }
  .sh-faq-a { font-size: 14px; }
  .sh-intro { padding: 64px 0 !important; }
  .sh-intro-inner { padding: 0 18px !important; }
  .sh-intro-head { margin-bottom: 36px !important; }
  .sh-form { padding: 56px 0 !important; }
  .sh-form-inner { padding: 0 18px !important; }
  .sh-form-head { margin-bottom: 32px !important; }
  .sh-form-card { padding: 28px 18px !important; border-radius: 8px !important; }
  .sh-stepper { gap: 6px !important; padding: 16px 6px !important; }
  .sh-stepper-num { width: 28px !important; height: 28px !important; font-size: 13px !important; }
  .sh-stepper-label { font-size: 11px !important; }
  .sh-step { padding: 12px 0 !important; }
  .sh-step-title { font-size: 22px !important; }
  .sh-field-row { grid-template-columns: 1fr !important; }
  .sh-input, .sh-textarea, .sh-select { font-size: 16px; }  /* iOS no-zoom */
  .sh-actions { flex-direction: column; gap: 10px; }
  .sh-actions .btn { width: 100%; justify-content: center; }
}
