

.aok-search-v3 {
  --mc-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mc-font-display: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mc-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --mc-success: #188550;
  --aok-navy: #0F1B3C;
  --aok-navy-2: #0A1430;
  --aok-navy-deep: #061027;
  --aok-gold: #E8B921;
  --aok-gold-soft: #F5D77E;
  --aok-gold-line: #C99B0F;
  --aok-orange: #E87A24;
  --aok-orange-2: #C8651A;
  --aok-cream: #FBF7E8;
  --aok-bg: #FFFFFF;
  --aok-bg-soft: #F6F4EE;
  --aok-bg-muted: #EFECE3;
  --aok-card-bg: #FFFFFF;
  --aok-fg: #1B2747;
  --aok-fg-strong: #0F1B3C;
  --aok-fg-muted: #4A5670;
  --aok-fg-subtle: #6B7589;
  --aok-border: #E4E1D7;
  --aok-border-strong: #D2CEC1;
  --aok-shadow-sm: 0 1px 3px rgba(15, 27, 60, 0.08), 0 1px 2px rgba(15, 27, 60, 0.04);
  --aok-shadow-md: 0 6px 16px rgba(15, 27, 60, 0.08), 0 2px 4px rgba(15, 27, 60, 0.04);
  --aok-shadow-lg: 0 16px 36px rgba(15, 27, 60, 0.12), 0 4px 10px rgba(15, 27, 60, 0.06);
  --aok-container: 1200px;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
  background: var(--aok-bg-soft);
  color: var(--aok-fg);
  font-family: var(--mc-font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.aok-search-v3 *, .aok-search-v3 *::before, .aok-search-v3 *::after { box-sizing: border-box; }
.aok-search-v3 img, .aok-search-v3 svg { max-width: 100%; }
.aok-search-v3 button, .aok-search-v3 input, .aok-search-v3 select, .aok-search-v3 textarea { font-family: inherit; }
.aok-search-v3 .as-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.aok-search-v3 .as-form-message { display: none; margin: 0 36px 24px; padding: 14px 16px; border-radius: 8px; font-weight: 700; line-height: 1.45; }
.aok-search-v3 .as-form-message.is-error { display: block; color: #7a271a; background: #fff2ed; border: 1px solid #ffcdc2; }
.aok-search-v3 .as-form-message.is-success { display: block; color: #0b5135; background: #edfdf4; border: 1px solid #b8eacb; }
.aok-search-v3 .as-input.is-invalid,
.aok-search-v3 .as-select.is-invalid,
.aok-search-v3 .as-cities.is-invalid { border-color: #d92d20 !important; box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.14); }
.aok-search-v3 .as-flag-svg { width: 24px; height: 16px; display: block; flex: 0 0 auto; border-radius: 3px; box-shadow: 0 0 0 1px rgba(15, 27, 60, 0.14), 0 1px 2px rgba(15, 27, 60, 0.16); }
.aok-search-v3 .as-submit[disabled] { opacity: 0.72; cursor: wait; transform: none; }
.aok-search-v3 .as-hero-title,
.aok-search-v3 .as-section-title,
.aok-search-v3 .as-card-title { letter-spacing: 0 !important; }
.aok-search-v3 .as-testimonial-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: relative; }
.aok-search-v3 .as-testimonial-source { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 9px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.72); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aok-search-v3 .as-testimonial-quote,
.aok-search-v3 .as-testimonial-author { transition: opacity .25s ease, transform .25s ease; }
.aok-search-v3 .as-testimonial.is-changing .as-testimonial-quote,
.aok-search-v3 .as-testimonial.is-changing .as-testimonial-author { opacity: 0; transform: translateY(4px); }
.aok-search-v3 .as-testimonial-dots { display: flex; align-items: center; gap: 5px; margin-top: 18px; position: relative; }
.aok-search-v3 .as-testimonial-dot { width: 6px; height: 6px; border-radius: 999px; background: rgba(255,255,255,0.28); transition: width .2s ease, background .2s ease; }
.aok-search-v3 .as-testimonial-dot.is-active { width: 18px; background: var(--aok-gold); }
@media (max-width: 720px) {
  .aok-search-v3 { left: 0; right: 0; width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
  .aok-search-v3 .as-main,
  .aok-search-v3 .as-hero-inner,
  .aok-search-v3 .as-trust-band { padding-left: 16px; padding-right: 16px; }
  .aok-search-v3 .as-hero-title { font-size: clamp(30px, 8.5vw, 34px) !important; line-height: 1.1 !important; overflow-wrap: anywhere; }
  .aok-search-v3 .as-hero-title em { white-space: normal !important; }
  .aok-search-v3 .as-form-message { margin-left: 22px; margin-right: 22px; }
  .aok-search-v3 .as-actions { align-items: stretch; }
  .aok-search-v3 .as-submit { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .aok-search-v3 .as-cities-summary { align-items: flex-start; flex-direction: column; }
}
/* ============================================================
       Apartment Search — page-specific styles
       Builds on aok.css; adds form, sidebar, step progress.
       ============================================================ */

    /* Sub-hero band */
    .as-hero {
      background:
        radial-gradient(circle at 88% -20%, rgba(232, 185, 33, 0.10) 0%, transparent 55%),
        radial-gradient(circle at -10% 110%, rgba(232, 122, 36, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #0F1B3C 0%, #0A1430 100%);
      color: #fff;
      padding: 56px 0 90px;
      position: relative;
      overflow: hidden;
    }
    .as-hero::after {
      content: "";
      position: absolute;
      left: 0; right: 0; bottom: 0;
      height: 60px;
      background: var(--aok-bg-soft);
      clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 100%);
    }
    .as-hero-inner {
      max-width: var(--aok-container);
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 56px;
      align-items: center;
      position: relative;
      z-index: 1;
    }
    .as-hero-eyebrow {
      display: inline-block;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--aok-gold);
      background: rgba(232, 185, 33, 0.12);
      border: 1px solid rgba(232, 185, 33, 0.35);
      padding: 5px 11px;
      border-radius: 4px;
      margin-bottom: 18px;
    }
    .as-hero-title {
      font-family: var(--mc-font-display);
      font-size: 52px;
      line-height: 1.04;
      letter-spacing: -0.025em;
      font-weight: 800;
      margin: 0 0 16px;
      color: #fff;
      text-wrap: balance;
    }
    .as-hero-title em {
      color: var(--aok-gold);
      font-style: normal;
      position: relative;
      white-space: nowrap;
    }
    .as-hero-lede {
      font-size: 17px;
      line-height: 1.6;
      color: rgba(255,255,255,0.82);
      margin: 0;
      max-width: 540px;
    }
    .as-hero-trust {
      display: flex;
      gap: 28px;
      margin-top: 28px;
      flex-wrap: wrap;
    }
    .as-hero-trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,0.85);
      font-size: 13.5px;
    }
    .as-hero-trust-item svg {
      width: 18px; height: 18px;
      color: var(--aok-gold);
      flex-shrink: 0;
    }
    .as-hero-trust-item strong { color: #fff; font-weight: 700; }

    /* Hero side: process card */
    .as-hero-side {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 14px;
      padding: 26px 28px 28px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .as-side-h {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--aok-gold);
      margin: 0 0 18px;
    }
    .as-side-step {
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 14px;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .as-side-step:last-child { border-bottom: none; padding-bottom: 0; }
    .as-side-step:first-child { padding-top: 0; }
    .as-side-step-num {
      width: 30px; height: 30px;
      border-radius: 50%;
      background: rgba(232, 185, 33, 0.14);
      border: 1px solid rgba(232, 185, 33, 0.45);
      color: var(--aok-gold);
      font-size: 13px;
      font-weight: 800;
      display: grid; place-items: center;
      font-variant-numeric: tabular-nums;
    }
    .as-side-step-title {
      color: #fff;
      font-size: 14.5px;
      font-weight: 700;
      margin: 4px 0 2px;
    }
    .as-side-step-desc {
      color: rgba(255,255,255,0.65);
      font-size: 13px;
      line-height: 1.5;
      margin: 0;
    }

    /* Main grid */
    .as-main {
      max-width: var(--aok-container);
      margin: 0 auto;
      padding: 0 24px 64px;
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 40px;
      align-items: start;
      margin-top: -56px;
      position: relative;
      z-index: 2;
    }

    /* === Form card =========================================== */
    .as-form {
      background: #fff;
      border-radius: 14px;
      border: 1px solid var(--aok-border);
      box-shadow: 0 24px 48px rgba(15, 27, 60, 0.10), 0 6px 14px rgba(15, 27, 60, 0.06);
      overflow: hidden;
    }

    /* Step progress bar */
    .as-progress {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      background: #FBFAF6;
      border-bottom: 1px solid var(--aok-border);
    }
    .as-progress-step {
      padding: 18px 22px;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      cursor: pointer;
      border: none;
      background: transparent;
      text-align: left;
      font-family: inherit;
    }
    .as-progress-step + .as-progress-step::before {
      content: "";
      position: absolute;
      left: 0; top: 50%;
      width: 1px; height: 28px;
      background: var(--aok-border);
      transform: translateY(-50%);
    }
    .as-progress-num {
      width: 28px; height: 28px;
      border-radius: 50%;
      background: #fff;
      border: 1.5px solid var(--aok-border-strong);
      color: var(--aok-fg-muted);
      font-size: 12px;
      font-weight: 800;
      display: grid; place-items: center;
      font-variant-numeric: tabular-nums;
      flex-shrink: 0;
      transition: all 180ms ease;
    }
    .as-progress-step.is-active .as-progress-num {
      background: var(--aok-navy);
      border-color: var(--aok-navy);
      color: var(--aok-gold);
      box-shadow: 0 0 0 4px rgba(232, 185, 33, 0.18);
    }
    .as-progress-step.is-done .as-progress-num {
      background: var(--aok-gold);
      border-color: var(--aok-gold);
      color: var(--aok-navy);
    }
    .as-progress-meta {
      display: flex;
      flex-direction: column;
    }
    .as-progress-label {
      font-size: 10.5px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--aok-fg-subtle);
      font-weight: 700;
      line-height: 1;
      margin-bottom: 4px;
    }
    .as-progress-step.is-active .as-progress-label { color: var(--aok-orange); }
    .as-progress-title {
      font-size: 14px;
      color: var(--aok-fg-strong);
      font-weight: 700;
      line-height: 1.2;
    }

    /* Section block */
    .as-section {
      padding: 32px 36px 28px;
      border-bottom: 1px solid var(--aok-border);
    }
    .as-section:last-of-type { border-bottom: none; }
    .as-section-h {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 4px;
    }
    .as-section-bar {
      width: 4px; height: 22px;
      background: var(--aok-gold);
      border-radius: 2px;
    }
    .as-section-h h2 {
      font-family: var(--mc-font-display);
      font-size: 22px;
      font-weight: 700;
      color: var(--aok-fg-strong);
      margin: 0;
      letter-spacing: -0.015em;
    }
    .as-section-sub {
      font-size: 13.5px;
      color: var(--aok-fg-muted);
      margin: 0 0 22px;
      padding-left: 16px;
    }

    /* Region-grouped city chips */
    .as-region-tabs {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      margin-bottom: 18px;
    }
    .as-region-tab {
      background: #fff;
      border: 1px solid var(--aok-border-strong);
      color: var(--aok-fg);
      font-size: 12.5px;
      font-weight: 600;
      padding: 7px 14px;
      border-radius: 999px;
      transition: all 140ms ease;
      cursor: pointer;
      letter-spacing: -0.005em;
    }
    .as-region-tab:hover { border-color: var(--aok-gold); }
    .as-region-tab.is-active {
      background: var(--aok-navy);
      border-color: var(--aok-navy);
      color: var(--aok-gold);
    }
    .as-region-tab .count {
      display: inline-block;
      margin-left: 6px;
      padding: 1px 6px;
      background: var(--aok-bg-muted);
      color: var(--aok-fg-muted);
      border-radius: 999px;
      font-size: 10.5px;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
    }
    .as-region-tab.is-active .count {
      background: rgba(232, 185, 33, 0.18);
      color: var(--aok-gold);
    }

    .as-cities {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px;
    }
    .as-city {
      position: relative;
      cursor: pointer;
    }
    .as-city input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
    .as-city-tile {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 14px;
      border: 1.5px solid var(--aok-border);
      border-radius: 8px;
      background: #fff;
      transition: all 140ms ease;
      font-size: 13.5px;
      font-weight: 600;
      color: var(--aok-fg);
      user-select: none;
    }
    .as-city:hover .as-city-tile { border-color: var(--aok-gold); }
    .as-city-check {
      width: 18px; height: 18px;
      border-radius: 5px;
      border: 1.5px solid var(--aok-border-strong);
      background: #fff;
      display: grid; place-items: center;
      flex-shrink: 0;
      transition: all 140ms ease;
    }
    .as-city-check svg {
      width: 11px; height: 11px;
      color: #fff;
      stroke-width: 3.5;
      opacity: 0;
      transform: scale(0.6);
      transition: all 140ms ease;
    }
    .as-city input:checked + .as-city-tile {
      border-color: var(--aok-navy);
      background: var(--aok-navy);
      color: #fff;
    }
    .as-city input:checked + .as-city-tile .as-city-check {
      background: var(--aok-gold);
      border-color: var(--aok-gold);
    }
    .as-city input:checked + .as-city-tile .as-city-check svg {
      opacity: 1;
      transform: scale(1);
      color: var(--aok-navy);
    }

    .as-cities-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-top: 14px;
      padding: 10px 14px;
      background: var(--aok-cream);
      border-radius: 8px;
      border: 1px solid #EAE3C8;
      font-size: 13px;
    }
    .as-cities-summary-text { color: var(--aok-fg); }
    .as-cities-summary-text strong {
      color: var(--aok-fg-strong);
      font-weight: 700;
      font-variant-numeric: tabular-nums;
    }
    .as-clear-link {
      color: var(--aok-orange);
      font-weight: 700;
      font-size: 12.5px;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }
    .as-clear-link:hover { color: var(--aok-orange-2); text-decoration: underline; }

    /* Form rows */
    .as-row {
      display: grid;
      gap: 20px;
    }
    .as-row.cols-2 { grid-template-columns: 1fr 1fr; }
    .as-row.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
    .as-row + .as-row { margin-top: 20px; }

    .as-field-label {
      display: block;
      font-size: 12.5px;
      font-weight: 700;
      color: var(--aok-fg-strong);
      letter-spacing: 0.005em;
      margin-bottom: 8px;
    }
    .as-field-label .req { color: var(--aok-orange); margin-left: 2px; }
    .as-field-hint {
      font-size: 12px;
      color: var(--aok-fg-subtle);
      margin: 6px 0 0;
      font-weight: 500;
    }

    .as-input,
    .as-select {
      width: 100%;
      padding: 12px 14px;
      border: 1.5px solid var(--aok-border);
      border-radius: 8px;
      background: #fff;
      font-family: inherit;
      font-size: 14.5px;
      color: var(--aok-fg-strong);
      transition: all 140ms ease;
      font-variant-numeric: tabular-nums;
    }
    .as-input:focus,
    .as-select:focus {
      outline: none;
      border-color: var(--aok-gold);
      box-shadow: 0 0 0 3px rgba(232, 185, 33, 0.20);
    }
    .as-input::placeholder { color: var(--aok-fg-subtle); font-weight: 500; }

    /* Input with leading icon */
    .as-input-wrap {
      position: relative;
    }
    .as-input-wrap .as-input { padding-left: 42px; }
    .as-input-wrap .as-input.tel { padding-left: 78px; }
    .as-input-icon {
      position: absolute;
      left: 14px; top: 50%;
      transform: translateY(-50%);
      width: 18px; height: 18px;
      color: var(--aok-fg-subtle);
      pointer-events: none;
    }
    .as-input-flag {
      position: absolute;
      left: 12px; top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      gap: 4px;
      pointer-events: none;
      font-size: 13px;
      color: var(--aok-fg);
      font-weight: 600;
    }
    .as-input-flag::after {
      content: "";
      width: 1px; height: 18px;
      background: var(--aok-border);
      margin-left: 6px;
    }
    .as-flag-emoji {
      width: 22px; height: 16px;
      background: linear-gradient(180deg, #B22234 0%, #B22234 33%, #fff 33%, #fff 66%, #B22234 66%, #B22234 100%);
      border-radius: 2px;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
      position: relative;
      overflow: hidden;
    }
    .as-flag-emoji::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 9px; height: 9px;
      background: #3C3B6E;
    }

    /* Chip group (bedrooms / price / pets) */
    .as-chip-group {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .as-chip {
      position: relative;
      cursor: pointer;
    }
    .as-chip input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }
    .as-chip-tile {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 18px;
      border: 1.5px solid var(--aok-border);
      border-radius: 8px;
      background: #fff;
      font-size: 13.5px;
      font-weight: 600;
      color: var(--aok-fg);
      transition: all 140ms ease;
      user-select: none;
    }
    .as-chip:hover .as-chip-tile { border-color: var(--aok-gold); }
    .as-chip input:checked + .as-chip-tile {
      border-color: var(--aok-navy);
      background: var(--aok-navy);
      color: #fff;
    }
    .as-chip-icon {
      width: 16px; height: 16px;
      color: var(--aok-fg-muted);
      transition: color 140ms ease;
    }
    .as-chip input:checked + .as-chip-tile .as-chip-icon { color: var(--aok-gold); }
    .as-chip-sub {
      font-size: 11.5px;
      color: var(--aok-fg-subtle);
      font-weight: 500;
      margin-left: 4px;
    }
    .as-chip input:checked + .as-chip-tile .as-chip-sub { color: rgba(255,255,255,0.65); }

    /* Price slider */
    .as-price {
      background: #FBFAF6;
      border: 1px solid var(--aok-border);
      border-radius: 10px;
      padding: 18px 20px 20px;
    }
    .as-price-display {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 14px;
    }
    .as-price-value {
      font-family: var(--mc-font-display);
      font-size: 24px;
      font-weight: 800;
      color: var(--aok-fg-strong);
      letter-spacing: -0.015em;
      font-variant-numeric: tabular-nums;
    }
    .as-price-value .currency {
      color: var(--aok-orange);
      margin-right: 2px;
      font-weight: 700;
    }
    .as-price-value .sub {
      font-size: 13px;
      color: var(--aok-fg-muted);
      font-weight: 600;
      margin-left: 4px;
    }
    .as-price-tier {
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--aok-gold-line);
      padding: 4px 10px;
      background: rgba(232, 185, 33, 0.12);
      border-radius: 999px;
      border: 1px solid rgba(232, 185, 33, 0.35);
    }
    .as-slider {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 6px;
      background: #ECE9DD;
      border-radius: 999px;
      outline: none;
      background-image: linear-gradient(90deg, var(--aok-gold) 0%, var(--aok-gold-soft) var(--pct, 30%), #ECE9DD var(--pct, 30%));
    }
    .as-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 22px; height: 22px;
      border-radius: 50%;
      background: var(--aok-navy);
      border: 3px solid var(--aok-gold);
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(15, 27, 60, 0.30);
    }
    .as-slider::-moz-range-thumb {
      width: 22px; height: 22px;
      border-radius: 50%;
      background: var(--aok-navy);
      border: 3px solid var(--aok-gold);
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(15, 27, 60, 0.30);
    }
    .as-slider-ticks {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      font-size: 11px;
      color: var(--aok-fg-subtle);
      font-variant-numeric: tabular-nums;
    }

    /* Date input wrapper for icon */
    .as-date-wrap {
      position: relative;
      max-width: 260px;
    }
    .as-date-wrap .as-input { padding-right: 42px; }
    .as-date-icon {
      position: absolute;
      right: 14px; top: 50%;
      transform: translateY(-50%);
      color: var(--aok-fg-subtle);
      pointer-events: none;
    }
    .as-date-quick {
      display: flex;
      gap: 6px;
      margin-top: 10px;
      flex-wrap: wrap;
    }
    .as-date-quick button {
      background: #fff;
      border: 1px solid var(--aok-border);
      color: var(--aok-fg-muted);
      font-size: 12px;
      font-weight: 600;
      padding: 5px 11px;
      border-radius: 999px;
      transition: all 140ms ease;
      cursor: pointer;
    }
    .as-date-quick button:hover {
      border-color: var(--aok-gold);
      color: var(--aok-fg-strong);
    }
    .as-date-quick button.is-active {
      background: var(--aok-navy);
      border-color: var(--aok-navy);
      color: var(--aok-gold);
    }

    /* Form actions */
    .as-actions {
      padding: 24px 36px 28px;
      background: #FBFAF6;
      border-top: 1px solid var(--aok-border);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
    .as-actions-note {
      font-size: 13px;
      color: var(--aok-fg-muted);
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .as-actions-note svg {
      width: 16px; height: 16px;
      color: var(--mc-success);
      flex-shrink: 0;
    }
    .as-submit {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--aok-orange);
      color: #fff;
      font-weight: 800;
      font-size: 14.5px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 16px 32px;
      border-radius: 8px;
      border: none;
      box-shadow: 0 2px 0 var(--aok-orange-2), 0 8px 18px rgba(232, 122, 36, 0.30);
      transition: transform 120ms var(--mc-ease), background 120ms;
    }
    .as-submit:hover { background: #F08833; }
    .as-submit:active { transform: translateY(1px); }
    .as-submit-arrow { transition: transform 220ms var(--mc-ease); }
    .as-submit:hover .as-submit-arrow { transform: translateX(4px); }

    /* === Sidebar ============================================== */
    .as-sidebar {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: sticky;
      top: 110px;
    }
    .as-side-card {
      background: #fff;
      border: 1px solid var(--aok-border);
      border-radius: 12px;
      padding: 22px 24px;
      box-shadow: var(--aok-shadow-sm);
    }
    .as-side-card-h {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--aok-gold-line);
      margin: 0 0 14px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .as-side-card-h::before {
      content: "";
      width: 18px; height: 2px;
      background: var(--aok-gold);
      border-radius: 1px;
    }

    .as-side-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .as-side-stat {
      padding: 12px 14px;
      background: #FBFAF6;
      border-radius: 8px;
      border: 1px solid var(--aok-border);
    }
    .as-side-stat-value {
      font-family: var(--mc-font-display);
      font-size: 24px;
      font-weight: 800;
      color: var(--aok-fg-strong);
      line-height: 1.05;
      letter-spacing: -0.015em;
      font-variant-numeric: tabular-nums;
    }
    .as-side-stat-value .unit {
      color: var(--aok-orange);
      font-weight: 700;
    }
    .as-side-stat-label {
      font-size: 11.5px;
      color: var(--aok-fg-muted);
      margin-top: 4px;
      font-weight: 600;
    }

    /* Testimonial */
    .as-testimonial {
      background: linear-gradient(180deg, #122044 0%, #0B1633 100%);
      color: #fff;
      border-radius: 12px;
      padding: 24px 26px;
      position: relative;
      overflow: hidden;
    }
    .as-testimonial::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 100% 0%, rgba(232, 185, 33, 0.14) 0%, transparent 55%);
      pointer-events: none;
    }
    .as-testimonial-quote-mark {
      font-family: Georgia, serif;
      font-size: 60px;
      line-height: 0.6;
      color: var(--aok-gold);
      margin-bottom: 4px;
      display: block;
      opacity: 0.85;
    }
    .as-testimonial-quote {
      font-size: 15px;
      line-height: 1.55;
      color: #fff;
      margin: 0 0 18px;
      font-weight: 500;
      position: relative;
    }
    .as-testimonial-author {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
    }
    .as-testimonial-avatar {
      width: 40px; height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--aok-orange) 0%, #C8651A 100%);
      display: grid; place-items: center;
      color: #fff;
      font-weight: 800;
      font-size: 14px;
      flex-shrink: 0;
    }
    .as-testimonial-name {
      font-size: 13.5px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
    }
    .as-testimonial-meta {
      font-size: 11.5px;
      color: rgba(255,255,255,0.6);
      margin-top: 2px;
    }
    .as-testimonial-stars {
      color: var(--aok-gold);
      margin-left: auto;
      font-size: 12px;
      letter-spacing: 0.05em;
    }

    /* Why card */
    .as-why-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .as-why-list li {
      display: grid;
      grid-template-columns: 22px 1fr;
      gap: 12px;
      font-size: 13.5px;
      line-height: 1.5;
      color: var(--aok-fg);
    }
    .as-why-list svg {
      width: 18px; height: 18px;
      color: var(--mc-success);
      margin-top: 2px;
    }
    .as-why-list strong {
      color: var(--aok-fg-strong);
      font-weight: 700;
      display: block;
      margin-bottom: 1px;
    }

    /* Help card */
    .as-help {
      background: var(--aok-cream);
      border: 1px solid #EAE3C8;
      border-radius: 12px;
      padding: 22px 24px;
      text-align: center;
    }
    .as-help-icon {
      width: 44px; height: 44px;
      border-radius: 50%;
      background: var(--aok-navy);
      display: grid; place-items: center;
      margin: 0 auto 12px;
      color: var(--aok-gold);
    }
    .as-help-h {
      font-size: 15px;
      font-weight: 700;
      color: var(--aok-fg-strong);
      margin: 0 0 4px;
    }
    .as-help-text {
      font-size: 13px;
      color: var(--aok-fg-muted);
      margin: 0 0 14px;
      line-height: 1.5;
    }
    .as-help-phone {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--aok-navy);
      color: var(--aok-gold);
      font-weight: 700;
      font-size: 14px;
      padding: 10px 18px;
      border-radius: 999px;
      transition: background 140ms;
    }
    .as-help-phone:hover { background: var(--aok-navy-deep); }

    /* Trust band below form */
    .as-trust-band {
      max-width: var(--aok-container);
      margin: 32px auto 0;
      padding: 0 24px;
    }
    .as-trust-band-inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      background: #fff;
      border: 1px solid var(--aok-border);
      border-radius: 12px;
      box-shadow: var(--aok-shadow-sm);
      overflow: hidden;
    }
    .as-trust-cell {
      padding: 22px 24px;
      display: flex;
      align-items: center;
      gap: 14px;
      border-right: 1px solid var(--aok-border);
    }
    .as-trust-cell:last-child { border-right: none; }
    .as-trust-cell-icon {
      width: 40px; height: 40px;
      border-radius: 8px;
      background: var(--aok-cream);
      display: grid; place-items: center;
      color: var(--aok-gold-line);
      flex-shrink: 0;
    }
    .as-trust-cell-icon svg { width: 20px; height: 20px; }
    .as-trust-cell-h {
      font-size: 14px;
      font-weight: 800;
      color: var(--aok-fg-strong);
      margin: 0;
      line-height: 1.2;
    }
    .as-trust-cell-text {
      font-size: 12.5px;
      color: var(--aok-fg-muted);
      margin: 2px 0 0;
      line-height: 1.4;
    }

    /* FAQ-ish reassurance */
    .as-fineprint {
      max-width: 880px;
      margin: 32px auto 0;
      padding: 0 24px;
      text-align: center;
      font-size: 12.5px;
      color: var(--aok-fg-subtle);
      line-height: 1.6;
    }
    .as-fineprint a { color: var(--aok-orange); font-weight: 600; }

    /* Responsive */
    @media (max-width: 1100px) {
      .as-main { grid-template-columns: 1fr; }
      .as-sidebar { position: static; }
      .as-hero-inner { grid-template-columns: 1fr; gap: 32px; }
      .as-cities { grid-template-columns: repeat(3, 1fr); }
      .as-trust-band-inner { grid-template-columns: 1fr 1fr; }
      .as-trust-cell:nth-child(2) { border-right: none; }
      .as-trust-cell:nth-child(1), .as-trust-cell:nth-child(2) { border-bottom: 1px solid var(--aok-border); }
    }
    @media (max-width: 720px) {
      .as-hero-title { font-size: 36px; }
      .as-cities { grid-template-columns: repeat(2, 1fr); }
      .as-row.cols-2, .as-row.cols-3 { grid-template-columns: 1fr; }
      .as-section { padding: 24px 22px; }
      .as-progress { grid-template-columns: 1fr; }
      .as-progress-step + .as-progress-step::before { display: none; }
      .as-trust-band-inner { grid-template-columns: 1fr; }
      .as-trust-cell { border-right: none; border-bottom: 1px solid var(--aok-border); }
      .as-trust-cell:last-child { border-bottom: none; }
    }
