/* ─── How It Works page ──────────────────────────────────────────────────────── */

/* ─── Hero / Page header ─────────────────────────────────────────────────────── */
.hiw-header {
  background: #080e0c;
  padding: 140px 48px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Light variant — workflow/explanation feel instead of cinematic */
.hiw-header--light {
  background: var(--sp-ivory);
  background-image: radial-gradient(ellipse at 60% 20%, rgba(196,148,58,0.05) 0%, transparent 60%);
  border-bottom: 1px solid var(--sp-border);
  padding-top: 128px;
  padding-bottom: 72px;
}
.hiw-header--light::before { display: none; }
.hiw-header--light h1 {
  color: var(--sp-charcoal);
  letter-spacing: -1.5px;
}
.hiw-header--light .hiw-header-sub {
  color: var(--sp-text-dim);
  font-style: normal;
  font-family: var(--sp-sans);
}
.hiw-header--light .hiw-eyebrow-tag {
  background: rgba(196,148,58,0.08);
  border-color: rgba(196,148,58,0.25);
  color: var(--sp-gold);
}

/* Trust signal strip below CTAs */
.hiw-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 28px;
}
.hiw-trust-strip span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.38);
  padding: 0 14px;
  position: relative;
}
.hiw-trust-strip span + span::before {
  content: '·';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.12);
  transform: translateX(-50%);
}

/* Outline button style for light backgrounds */
.hiw-cta-outline-dark {
  color: var(--sp-text-dim) !important;
  border-color: rgba(0,0,0,0.14) !important;
  background: transparent !important;
}
.hiw-cta-outline-dark:hover {
  color: var(--sp-charcoal) !important;
  border-color: rgba(0,0,0,0.25) !important;
  background: rgba(0,0,0,0.03) !important;
}

/* Workflow steps section padding */
.hiw-steps-section .sp-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.hiw-steps-section .hiw-step-row:first-child {
  padding-top: 80px;
}
.hiw-steps-section .hiw-step-row:last-child {
  padding-bottom: 80px;
  border-bottom: none;
}

/* Curbside section body copy (replaces the old sub) */
.hiw-curbside-body {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 400px;
}
.hiw-header::before {
  content: '';
  position: absolute;
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.10) 0%, rgba(201,168,76,0.04) 35%, transparent 65%);
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hiw-header-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}

.hiw-eyebrow-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 28px;
}

.hiw-header h1 {
  font-family: var(--sp-serif);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -1.5px;
  margin: 0 auto 22px;
}
.hiw-header .hiw-header-sub {
  font-size: 19px;
  color: rgba(255,255,255,0.55);
  margin: 0 auto 36px;
  line-height: 1.6;
  font-style: italic;
  font-family: var(--sp-serif);
}

.hiw-header-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hiw-cta-ghost {
  color: rgba(255,255,255,0.45) !important;
  border-color: rgba(255,255,255,0.12) !important;
  background: transparent !important;
}
.hiw-cta-ghost:hover {
  color: rgba(255,255,255,0.75) !important;
  border-color: rgba(255,255,255,0.25) !important;
  background: rgba(255,255,255,0.04) !important;
}

/* Hero phone visual */
.hiw-hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
  position: relative;
  z-index: 1;
}
.hiw-hero-visual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #080e0c, transparent);
  pointer-events: none;
  z-index: 2;
}

.hiw-hero-qr-float {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 40px;
}
.hiw-hero-qr-card {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.hiw-hero-qr-mini {
  display: grid;
  grid-template-columns: repeat(5, 9px);
  gap: 2px;
}
.hiw-hero-qr-cell { width: 9px; height: 9px; border-radius: 1px; }
.hiw-hero-qr-cell.on { background: #111; }
.hiw-hero-qr-cell.off { background: transparent; }
.hiw-hero-qr-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sp-text-dim);
}
.hiw-hero-scan-arrow {
  font-size: 20px;
  color: var(--sp-gold);
  opacity: 0.6;
  font-weight: 300;
}

.hiw-hero-phone-demo {
  width: 230px;
  background: #fff;
  border: 8px solid #0f0f0f;
  border-radius: 38px;
  border-bottom: none;
  border-radius: 38px 38px 0 0;
  padding: 18px 14px 24px;
  box-shadow: 0 -8px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04), inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
}
.hiw-hero-phone-notch {
  width: 60px;
  height: 6px;
  background: #0f0f0f;
  border-radius: 3px;
  margin: 0 auto 16px;
}

/* ─── What sellers hear ──────────────────────────────────────────────────────── */
.hiw-sellers-section {
  background: #0c1410;
  padding: 96px 0 104px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.hiw-sellers-section::before {
  content: '';
  position: absolute;
  width: 640px;
  height: 480px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hiw-sellers-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
.hiw-sellers-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  margin-bottom: 36px;
  opacity: 0.8;
}
.hiw-sellers-quote {
  font-family: var(--sp-serif);
  font-size: clamp(22px, 3.5vw, 34px);
  font-style: italic;
  color: #fff;
  line-height: 1.45;
  margin: 0 0 28px;
  letter-spacing: -0.3px;
}
.hiw-sellers-attr {
  font-size: 13px;
  color: var(--sp-gold);
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
  opacity: 0.85;
}
.hiw-sellers-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 36px;
  font-style: italic;
  font-family: var(--sp-serif);
}

/* ─── System overview — 4 pillars ───────────────────────────────────────────── */
.hiw-system {
  background: var(--sp-ivory);
  border-bottom: 1px solid var(--sp-border);
}
.hiw-system .sp-inner { padding-bottom: 72px; }

.hiw-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hiw-pillar {
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 16px;
  padding: 32px 26px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.hiw-pillar:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.hiw-pillar-num {
  font-family: var(--sp-serif);
  font-size: 12px;
  font-weight: 700;
  color: var(--sp-gold);
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
}

.hiw-pillar-icon {
  width: 52px;
  height: 52px;
  background: var(--sp-gold-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-gold);
  margin-bottom: 20px;
}

.hiw-pillar h3 {
  font-family: var(--sp-serif);
  font-size: 19px;
  font-weight: 700;
  color: var(--sp-charcoal);
  margin-bottom: 10px;
}

.hiw-pillar p {
  font-size: 14px;
  color: var(--sp-text-dim);
  line-height: 1.7;
  margin: 0;
}

/* ─── Step-by-step section ──────────────────────────────────────────────────── */
.hiw-steps-section {
  background: var(--sp-ivory);
  box-shadow: inset 0 10px 40px rgba(0,0,0,0.04);
}

.hiw-step-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 64px 0;
  border-bottom: none;
}
.hiw-step-row + .hiw-step-row {
  border-top: 1px solid rgba(0,0,0,0.045);
}
.hiw-step-row.hiw-flip { direction: rtl; }
.hiw-step-row.hiw-flip > * { direction: ltr; }

.hiw-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sp-gold);
  margin-bottom: 18px;
}
.hiw-step-badge-num {
  width: 24px;
  height: 24px;
  background: var(--sp-gold);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.hiw-step-text h2 {
  font-family: var(--sp-serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--sp-charcoal);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
}

.hiw-step-text p {
  font-size: 16px;
  color: var(--sp-text-dim);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Premium insight callout — replaces documentation-style box */
.hiw-step-insight {
  margin-top: 22px;
  padding-left: 18px;
  border-left: 2px solid var(--sp-gold);
  font-size: 14px;
  color: var(--sp-text-dim);
  line-height: 1.7;
  font-style: italic;
}
.hiw-step-insight a { color: var(--sp-gold); text-decoration: none; }
.hiw-step-insight a:hover { text-decoration: underline; }

.hiw-step-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Visual: Builder mockup */
.hiw-mock-builder {
  width: 100%;
  max-width: 420px;
  background: #1A2420;
  border-radius: 16px;
  padding: 28px 28px 0;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  overflow: hidden;
}
.hiw-mock-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
  display: block;
}
.hiw-mock-field {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}
.hiw-mock-field.filled { color: rgba(255,255,255,0.65); font-size: 13px; }
.hiw-mock-field.filled .mock-label { font-size: 10px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 3px; }
.hiw-mock-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.hiw-mock-btn {
  background: var(--sp-gold);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  width: calc(100% + 56px);
  margin: 12px -28px 0;
  cursor: default;
  display: block;
  text-align: center;
}

/* Visual: Audio waveform */
.hiw-mock-audio {
  width: 100%;
  max-width: 400px;
  background: #1A2420;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.hiw-audio-voice-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.hiw-audio-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sp-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-gold);
  font-size: 18px;
  font-family: var(--sp-serif);
  font-weight: 700;
}
.hiw-audio-voice-info .name { font-size: 14px; font-weight: 600; color: #fff; }
.hiw-audio-voice-info .role { font-size: 12px; color: rgba(255,255,255,0.4); }
.hiw-audio-waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 56px;
  margin-bottom: 20px;
}
.hiw-audio-bar {
  width: 4px;
  border-radius: 2px;
  background: var(--sp-gold);
  opacity: 0.8;
  animation: hiw-bar-pulse 1.4s ease-in-out infinite;
}
.hiw-audio-bar:nth-child(odd) { animation-duration: 1.1s; }
.hiw-audio-bar:nth-child(3n) { animation-duration: 1.7s; }
@keyframes hiw-bar-pulse {
  0%, 100% { transform: scaleY(0.3); }
  50%       { transform: scaleY(1); }
}
.hiw-audio-progress {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hiw-audio-progress-fill {
  height: 100%;
  width: 40%;
  background: var(--sp-gold);
  border-radius: 2px;
}
.hiw-audio-time {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}

/* Visual: QR download card */
.hiw-mock-qr {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.10);
  text-align: center;
}
.hiw-qr-box {
  width: 140px;
  height: 140px;
  background: var(--sp-ivory);
  border: 2px solid var(--sp-border);
  border-radius: 10px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-qr-grid {
  display: grid;
  grid-template-columns: repeat(7, 12px);
  gap: 3px;
}
.hiw-qr-cell {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.hiw-qr-cell.on  { background: var(--sp-charcoal); }
.hiw-qr-cell.off { background: transparent; }
.hiw-mock-qr h4 {
  font-family: var(--sp-serif);
  font-size: 16px;
  color: var(--sp-charcoal);
  margin-bottom: 6px;
}
.hiw-mock-qr p {
  font-size: 12px;
  color: var(--sp-text-dim);
  margin-bottom: 16px;
  line-height: 1.5;
}
.hiw-mock-qr .sp-btn {
  font-size: 13px;
  width: 100%;
  justify-content: center;
}

/* Visual: Realistic sign photo (Step 3) */
.hiw-step-sign-figure {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 528px;
  overflow: hidden;
  border-radius: 18px;
}
.hiw-step-sign-photo {
  width: 110%;
  margin-left: -5%;
  display: block;
  border-radius: 0;
  box-shadow:
    0 32px 72px rgba(0,0,0,0.22),
    0 8px 24px rgba(0,0,0,0.10),
    0 0 0 1px rgba(0,0,0,0.04);
}
.hiw-step-sign-caption {
  display: block;
  font-size: 12px;
  color: var(--sp-text-dim);
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.1px;
}

/* Visual: Sign product (legacy vector — kept for sign kit section) */
.hiw-sign-visual-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hiw-sign-shape {
  position: relative;
  width: 240px;
}
.hiw-sign-board {
  width: 240px;
  height: 290px;
  background: #0A1210;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 32px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.30);
  clip-path: polygon(0% 28%, 50% 0%, 100% 28%, 100% 100%, 0% 100%);
}
.hiw-sign-brand {
  font-family: var(--sp-serif);
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 6px;
  text-align: center;
}
.hiw-sign-tagline {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}
.hiw-sign-qr-patch {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.hiw-sign-qr-inner {
  display: grid;
  grid-template-columns: repeat(5, 10px);
  gap: 3px;
}
.hiw-sign-qr-cell { width: 10px; height: 10px; border-radius: 1px; }
.hiw-sign-qr-cell.on  { background: #0A1210; }
.hiw-sign-qr-cell.off { background: transparent; }
.hiw-sign-stake {
  width: 12px;
  height: 64px;
  background: #0A1210;
  border-radius: 0 0 4px 4px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.20);
}
.hiw-sign-caption {
  font-size: 12px;
  color: var(--sp-text-dim);
  text-align: center;
  max-width: 200px;
  line-height: 1.5;
}

/* Visual: Phone/player mockup */
.hiw-mock-phone {
  width: 220px;
  background: #fff;
  border: 8px solid #111;
  border-radius: 36px;
  padding: 24px 16px 20px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22), 0 4px 12px rgba(0,0,0,0.12);
  position: relative;
}
.hiw-mock-phone::before {
  content: '';
  display: block;
  width: 60px;
  height: 6px;
  background: #111;
  border-radius: 3px;
  margin: 0 auto 20px;
}
.hiw-phone-address {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--sp-charcoal);
  text-align: center;
  margin-bottom: 4px;
}
.hiw-phone-sub {
  font-size: 10px;
  color: var(--sp-text-dim);
  text-align: center;
  margin-bottom: 18px;
}
.hiw-phone-play {
  width: 52px;
  height: 52px;
  background: var(--sp-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 6px 20px rgba(196,148,58,0.35);
}
.hiw-phone-play svg { margin-left: 3px; }
.hiw-phone-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 32px;
  margin-bottom: 14px;
}
.hiw-phone-wave-bar {
  width: 3px;
  border-radius: 2px;
  background: var(--sp-gold);
  opacity: 0.6;
  animation: hiw-bar-pulse 1.2s ease-in-out infinite;
}
.hiw-phone-cta {
  background: var(--sp-sage-light);
  border-radius: 8px;
  padding: 10px 12px;
  text-align: center;
  font-size: 11px;
  color: var(--sp-sage-dark);
  font-weight: 600;
  margin-top: 4px;
}

/* Visual: Analytics */
.hiw-mock-analytics {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.hiw-mock-analytics .hiw-analytics-header {
  font-size: 12px;
  font-weight: 600;
  color: var(--sp-text-dim);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hiw-analytics-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--sp-border);
}
.hiw-analytics-row:last-child { border-bottom: none; }
.hiw-analytics-prop { font-size: 13px; color: var(--sp-charcoal); font-weight: 500; }
.hiw-analytics-addr { font-size: 11px; color: var(--sp-text-dim); margin-top: 2px; }
.hiw-analytics-stats { display: flex; gap: 18px; }
.hiw-analytics-stat { text-align: right; }
.hiw-analytics-stat .val { font-size: 18px; font-weight: 700; color: var(--sp-charcoal); font-family: var(--sp-serif); display: block; }
.hiw-analytics-stat .lbl { font-size: 10px; color: var(--sp-text-dim); letter-spacing: 0.5px; }
.hiw-analytics-stat.gold .val { color: var(--sp-gold); }

/* ─── Sign product section ──────────────────────────────────────────────────── */
.hiw-sign-section {
  background: #0A1210;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hiw-sign-section::before {
  content: '';
  position: absolute;
  width: 560px;
  height: 480px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.07) 0%, transparent 65%);
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hiw-sign-section .sp-inner { padding-top: 88px; padding-bottom: 88px; position: relative; z-index: 1; }
.hiw-sign-section .sp-label { color: var(--sp-gold); }
.hiw-sign-section .sp-label::before { background: var(--sp-gold); }

.hiw-sign-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
/* Solo variant — no sign visual, content centered */
.hiw-sign-layout--solo {
  display: block;
  max-width: 860px;
  margin: 0 auto;
}

.hiw-sign-content h2 {
  font-family: var(--sp-serif);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.hiw-sign-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.62);
  line-height: 1.8;
  margin-bottom: 16px;
}

.hiw-sign-subhead {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.hiw-sign-photo-wrap {
  margin: 32px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.65), 0 12px 32px rgba(0,0,0,0.40);
}
.hiw-sign-hero-img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.hiw-sign-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 20px 0 28px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.hiw-feat-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.50);
  letter-spacing: 0.2px;
}
.hiw-feat-check {
  color: var(--sp-gold);
  font-size: 11px;
  opacity: 0.8;
}

.hiw-sign-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 28px 0;
}
.hiw-sign-spec {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 14px 16px;
}
.hiw-sign-spec .spec-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sp-gold); display: block; margin-bottom: 4px; opacity: 0.8; }
.hiw-sign-spec .spec-val { font-size: 13px; color: rgba(255,255,255,0.85); display: block; font-weight: 500; margin-bottom: 2px; }
.hiw-sign-spec .spec-sub { font-size: 11px; color: rgba(255,255,255,0.40); display: block; }

.hiw-sign-reusability {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.20);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.hiw-reuse-icon {
  color: var(--sp-gold);
  flex-shrink: 0;
  opacity: 0.85;
}
.hiw-reuse-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hiw-reuse-text strong {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.hiw-reuse-text span {
  font-size: 13px;
  color: rgba(255,255,255,0.50);
}

.hiw-sign-pricing {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hiw-price-card {
  flex: 1;
  min-width: 160px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 20px;
}
.hiw-price-card.featured {
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.40);
}
.hiw-price-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.30);
  border-radius: 4px;
  padding: 3px 7px;
  margin-bottom: 10px;
}
.hiw-price-name { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); display: block; margin-bottom: 8px; }
.hiw-price-card.featured .hiw-price-name { color: rgba(255,255,255,0.6); }
.hiw-price-amount { font-family: var(--sp-serif); font-size: 30px; font-weight: 700; color: #fff; display: block; margin-bottom: 12px; }
.hiw-price-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hiw-price-features li {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.hiw-price-features li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--sp-gold);
  opacity: 0.6;
}
.hiw-price-card.featured .hiw-price-features li { color: rgba(255,255,255,0.75); }

.hiw-sign-cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hiw-sign-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Larger sign for the sign section */
.hiw-sign-section .hiw-sign-board {
  width: 280px;
  height: 340px;
  padding-top: 40px;
}
.hiw-sign-section .hiw-sign-brand { margin-top: 55px; font-size: 15px; }
.hiw-sign-section .hiw-sign-qr-patch { width: 108px; height: 108px; }
.hiw-sign-section .hiw-sign-qr-inner { grid-template-columns: repeat(5, 12px); gap: 4px; }
.hiw-sign-section .hiw-sign-qr-cell { width: 12px; height: 12px; }
.hiw-sign-section .hiw-sign-stake { height: 80px; width: 14px; }

.hiw-sign-label-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.hiw-velcro-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  background: rgba(196,148,58,0.12);
  padding: 4px 10px;
  border-radius: 20px;
}

/* ─── Buyer experience callout ──────────────────────────────────────────────── */
.hiw-buyer-section {
  background: var(--sp-sage-light);
}
.hiw-buyer-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hiw-buyer-content h2 {
  font-family: var(--sp-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--sp-charcoal);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
}
.hiw-buyer-content p {
  font-size: 16px;
  color: var(--sp-text-dim);
  line-height: 1.8;
  margin-bottom: 14px;
}
.hiw-buyer-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.hiw-buyer-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--sp-charcoal);
  margin-bottom: 14px;
  line-height: 1.5;
}
.hiw-bullet-check {
  width: 22px;
  height: 22px;
  background: var(--sp-sage);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.hiw-bullet-check svg { color: #fff; }

.hiw-buyer-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ─── Listing presentation pitch ────────────────────────────────────────────── */
.hiw-pitch-section {
  background: var(--sp-ivory);
  border-top: 1px solid var(--sp-border);
}

.hiw-pitch-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.hiw-pitch-content h2 {
  font-family: var(--sp-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: var(--sp-charcoal);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.4px;
}
.hiw-pitch-content p {
  font-size: 16px;
  color: var(--sp-text-dim);
  line-height: 1.8;
  margin-bottom: 14px;
}

.hiw-pitch-quote {
  background: #fff;
  border: 1px solid var(--sp-border);
  border-left: 3px solid var(--sp-gold);
  border-radius: 0 12px 12px 0;
  padding: 22px 26px;
  margin: 24px 0;
  font-family: var(--sp-serif);
  font-size: 17px;
  font-style: italic;
  color: var(--sp-charcoal);
  line-height: 1.6;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.hiw-pitch-benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.hiw-benefit {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  padding: 18px 20px;
  transition: box-shadow 0.15s;
}
.hiw-benefit:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.hiw-benefit-icon {
  width: 40px;
  height: 40px;
  background: var(--sp-gold-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-gold);
  flex-shrink: 0;
}
.hiw-benefit-body h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--sp-charcoal);
  margin-bottom: 4px;
}
.hiw-benefit-body p {
  font-size: 13px;
  color: var(--sp-text-dim);
  margin: 0;
  line-height: 1.55;
}

/* ─── FAQ section ───────────────────────────────────────────────────────────── */
.hiw-faq-section {
  background: var(--sp-ivory-warm);
  border-top: 1px solid var(--sp-border);
}
.hiw-faq-section .sp-inner { padding-bottom: 80px; }

.hiw-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
}

.hiw-faq-item {
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  padding: 24px;
}
.hiw-faq-q {
  font-family: var(--sp-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--sp-charcoal);
  margin-bottom: 10px;
}
.hiw-faq-a {
  font-size: 14px;
  color: var(--sp-text-dim);
  line-height: 1.7;
  margin: 0;
}
.hiw-faq-a a { color: var(--sp-gold); text-decoration: none; }
.hiw-faq-a a:hover { text-decoration: underline; }

/* ─── Final CTA ──────────────────────────────────────────────────────────────── */
.hiw-cta-section {
  background: #0A1210;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hiw-cta-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hiw-cta-section .sp-inner { padding: 96px 48px; position: relative; z-index: 1; }
.hiw-cta-section h2 {
  font-family: var(--sp-serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.hiw-cta-section p {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 36px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.hiw-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.hiw-cta-faq {
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}
.hiw-cta-faq a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
}
.hiw-cta-faq a:hover {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.45);
  text-decoration: none;
}

/* ─── Creation flow section ──────────────────────────────────────────────────── */
.hiw-creation-section {
  background: var(--sp-ivory);
  border-top: 1px solid var(--sp-border);
}
.hiw-creation-section .sp-inner { padding-top: 88px; padding-bottom: 88px; }

.hiw-creation-header {
  text-align: center;
  margin-bottom: 56px;
}
.hiw-creation-header .sp-section-title { margin-bottom: 0; }

.hiw-creation-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 12px;
  align-items: start;
}

.hiw-creation-card {
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}
.hiw-creation-card:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}

.hiw-creation-top {
  padding: 28px 28px 20px;
}

.hiw-creation-num {
  font-family: var(--sp-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--sp-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.hiw-creation-top h3 {
  font-family: var(--sp-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--sp-charcoal);
  margin-bottom: 10px;
  line-height: 1.2;
}

.hiw-creation-top p {
  font-size: 14px;
  color: var(--sp-text-dim);
  line-height: 1.7;
  margin-bottom: 0;
}

.hiw-creation-insight {
  display: inline-block;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--sp-gold);
  padding: 5px 12px;
  background: rgba(201,168,76,0.08);
  border-radius: 20px;
  border: 1px solid rgba(201,168,76,0.15);
}

.hiw-creation-visual {
  padding: 0 16px 16px;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.hiw-creation-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  color: var(--sp-gold);
  opacity: 0.45;
}

/* Compact mock variants for creation cards */
.hiw-mock-compact {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.hiw-mock-compact.hiw-mock-builder { padding: 20px 20px 0; }
.hiw-mock-compact .hiw-mock-field {
  font-size: 11px;
  padding: 9px 12px;
  margin-bottom: 7px;
}
.hiw-mock-compact .hiw-mock-field .mock-label { font-size: 9px; }
.hiw-mock-compact .hiw-mock-btn { font-size: 12px; padding: 10px 16px; margin: 6px -20px 0; width: calc(100% + 40px); }
.hiw-mock-compact .hiw-mock-label { font-size: 9px; margin-bottom: 12px; }
.hiw-mock-compact.hiw-mock-audio { padding: 20px; max-width: 100%; }
.hiw-mock-compact .hiw-audio-avatar { width: 36px; height: 36px; font-size: 14px; }
.hiw-mock-compact .hiw-audio-waveform { height: 44px; margin-bottom: 12px; }
.hiw-mock-compact .hiw-audio-bar { width: 3px; }
.hiw-mock-compact.hiw-mock-qr { padding: 20px; max-width: 100%; }
.hiw-mock-compact .hiw-qr-box { width: 110px; height: 110px; }
.hiw-mock-compact .hiw-qr-grid { grid-template-columns: repeat(7, 9px); gap: 2px; }
.hiw-mock-compact .hiw-qr-cell { width: 9px; height: 9px; }

/* ─── Curbside signature moment ──────────────────────────────────────────────── */
.hiw-curbside-section {
  background: linear-gradient(180deg, #060d0a 0%, #07100d 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.hiw-curbside-layout {
  max-width: 1160px;
  margin: 0 auto;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hiw-curbside-text { position: relative; z-index: 2; }

.hiw-curbside-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  opacity: 0.8;
  margin-bottom: 20px;
  display: block;
}

.hiw-curbside-headline {
  font-family: var(--sp-serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}

.hiw-curbside-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 28px;
}

.hiw-curbside-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hiw-cs-num {
  font-family: var(--sp-serif);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  color: var(--sp-gold);
  line-height: 1;
  letter-spacing: -1px;
}

.hiw-cs-lbl {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  line-height: 1.4;
  max-width: 140px;
}

.hiw-curbside-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.38);
  line-height: 1.75;
  margin-bottom: 28px;
  font-style: italic;
  font-family: var(--sp-serif);
}

.hiw-curbside-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.hiw-curbside-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.14) 0%, rgba(180,100,30,0.07) 40%, transparent 68%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.hiw-curb-sign-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hiw-curb-sign-board {
  width: 300px;
  height: 370px;
  background: #0A1210;
  border: 1.5px solid rgba(201,168,76,0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 100%, 0% 100%);
  box-shadow:
    0 0 0 1px rgba(201,168,76,0.06),
    0 28px 80px rgba(0,0,0,0.75),
    0 0 64px rgba(201,168,76,0.07);
  position: relative;
}

.hiw-curb-sign-brand {
  font-family: var(--sp-serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--sp-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 6px;
  text-align: center;
}

.hiw-curb-sign-tagline {
  font-size: 8.5px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.hiw-curb-sign-qr-wrap {
  position: relative;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-curb-scan-ring {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid var(--sp-gold);
  opacity: 0;
  animation: hiw-scan-pulse 2.8s ease-out infinite;
  pointer-events: none;
}
.hiw-curb-scan-ring::after {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,0.35);
  animation: hiw-scan-pulse 2.8s ease-out 0.8s infinite;
}

@keyframes hiw-scan-pulse {
  0%   { transform: scale(0.65); opacity: 0.9; }
  100% { transform: scale(1.45); opacity: 0; }
}

.hiw-curb-sign-qr-patch {
  width: 104px;
  height: 104px;
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hiw-curb-sign-qr-patch .hiw-sign-qr-inner {
  display: grid;
  gap: 3px;
}
.hiw-curb-sign-qr-patch .hiw-sign-qr-cell { width: 11px; height: 11px; border-radius: 1px; }
.hiw-curb-sign-qr-patch .hiw-sign-qr-cell.on  { background: #0A1210; }
.hiw-curb-sign-qr-patch .hiw-sign-qr-cell.off { background: transparent; }

.hiw-curb-stake {
  width: 13px;
  height: 72px;
  background: linear-gradient(to bottom, #0c1a15, #1a2a22);
  border-radius: 0 0 4px 4px;
  margin: 0 auto;
}

.hiw-curb-ground {
  width: 100px;
  height: 8px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.5) 0%, transparent 70%);
  margin-top: 2px;
}

.hiw-curb-phone-wrap {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-25%);
  z-index: 3;
}

.hiw-curb-phone {
  width: 112px;
  background: #fff;
  border: 5px solid #111;
  border-radius: 22px;
  padding: 12px 10px 14px;
  text-align: center;
  box-shadow: 0 20px 56px rgba(0,0,0,0.75), 0 0 0 1px rgba(255,255,255,0.04);
}

/* Solo phone — sign removed, phone is the visual centrepiece */
.hiw-curb-phone--solo {
  width: 176px;
  border: 6px solid #111;
  border-radius: 30px;
  padding: 16px 14px 20px;
  position: relative;
  z-index: 2;
  box-shadow:
    0 48px 100px rgba(0,0,0,0.85),
    0 0 0 1px rgba(255,255,255,0.04),
    0 0 80px rgba(201,168,76,0.11);
}
.hiw-curb-phone--solo .hiw-phone-address {
  font-size: 11px;
  margin-bottom: 4px;
}
.hiw-curb-phone--solo .hiw-phone-sub {
  font-size: 9.5px;
  margin-bottom: 16px;
}
.hiw-curb-phone--solo .hiw-phone-play {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
}
.hiw-curb-phone--solo .hiw-phone-wave {
  height: 32px;
  margin-bottom: 14px;
}

.hiw-curb-phone-cta {
  font-size: 10px;
  font-weight: 600;
  color: var(--sp-gold);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  line-height: 1.4;
}

.hiw-curb-phone-notch {
  width: 36px;
  height: 5px;
  background: #111;
  border-radius: 3px;
  margin: 0 auto 10px;
}

/* ─── Audio Immersion moment ─────────────────────────────────────────────────── */
.hiw-immersion-section {
  background: #080e0b;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.03);
}
.hiw-immersion-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(160,100,30,0.14) 0%, rgba(201,168,76,0.06) 30%, transparent 64%);
  pointer-events: none;
}

.hiw-immersion-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.hiw-immersion-text {
  text-align: center;
  max-width: 540px;
}

.hiw-immersion-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  opacity: 0.8;
  margin-bottom: 20px;
  display: block;
}

.hiw-immersion-headline {
  font-family: var(--sp-serif);
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hiw-immersion-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.38);
  line-height: 1.75;
  font-style: italic;
  font-family: var(--sp-serif);
}

.hiw-immersion-phone-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hiw-immersion-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.16) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.hiw-immersion-phone {
  width: 290px;
  background: #fff;
  border: 8px solid #111;
  border-radius: 42px;
  padding: 22px 18px 24px;
  box-shadow:
    0 36px 80px rgba(0,0,0,0.72),
    0 0 0 1px rgba(255,255,255,0.04),
    0 0 80px rgba(201,168,76,0.10);
  position: relative;
  z-index: 1;
}

.hiw-immersion-notch {
  width: 72px;
  height: 6px;
  background: #111;
  border-radius: 3px;
  margin: 0 auto 18px;
}

.hiw-immersion-prop-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hiw-immersion-address {
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-charcoal);
  letter-spacing: 0.2px;
}

.hiw-immersion-meta {
  font-size: 11px;
  color: var(--sp-text-dim);
  margin-top: 3px;
}

.hiw-immersion-play-btn {
  width: 58px;
  height: 58px;
  background: var(--sp-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 6px 24px rgba(196,148,58,0.42);
}

.hiw-immersion-waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 64px;
  margin-bottom: 16px;
}

.hiw-immersion-bar {
  width: 4px;
  border-radius: 2px;
  background: var(--sp-gold);
  opacity: 0.72;
  animation: hiw-bar-pulse 1.4s ease-in-out infinite;
}
.hiw-immersion-bar:nth-child(odd)  { animation-duration: 1.1s; }
.hiw-immersion-bar:nth-child(3n)   { animation-duration: 1.8s; }
.hiw-immersion-bar:nth-child(4n)   { animation-duration: 0.9s; }

.hiw-immersion-progress {
  height: 4px;
  background: rgba(0,0,0,0.08);
  border-radius: 2px;
  margin-bottom: 8px;
  overflow: hidden;
}
.hiw-immersion-progress-fill {
  height: 100%;
  width: 63%;
  background: var(--sp-gold);
  border-radius: 2px;
}

.hiw-immersion-time {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--sp-text-dim);
  margin-bottom: 14px;
}

.hiw-immersion-cta-strip {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 10px;
  padding: 10px 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--sp-gold);
}

.hiw-immersion-phone-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.hiw-immersion-phone-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.48);
}
.hiw-immersion-phone-stat svg { color: var(--sp-gold); flex-shrink: 0; }

/* ─── Analytics signature moment ────────────────────────────────────────────── */
.hiw-analytics-section {
  background: linear-gradient(180deg, #07100d 0%, #0a1510 100%);
  border-top: 1px solid rgba(255,255,255,0.03);
  position: relative;
  overflow: hidden;
}
.hiw-analytics-section::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.05) 0%, transparent 60%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.hiw-analytics-section .sp-inner {
  max-width: 880px;
  padding-top: 88px;
  padding-bottom: 88px;
  position: relative;
  z-index: 1;
}

.hiw-analytics-section .hiw-analytics-header {
  text-align: center;
  margin: 0 auto 64px;
  max-width: 600px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.hiw-analytics-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  opacity: 0.8;
  display: block;
  margin-bottom: 18px;
}

.hiw-analytics-headline {
  font-family: var(--sp-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
  text-transform: none;
}

.hiw-analytics-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.38);
  line-height: 1.7;
  text-transform: none;
}

/* Big stat numbers */
.hiw-analytics-big-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.hiw-big-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 36px;
}

.hiw-big-num {
  font-family: var(--sp-serif);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -2px;
}
.hiw-big-stat-accent .hiw-big-num { color: var(--sp-gold); }

.hiw-big-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}

.hiw-big-stat-divider {
  width: 1px;
  height: 64px;
  background: rgba(255,255,255,0.07);
  flex-shrink: 0;
}

/* Analytics card */
.hiw-analytics-card {
  background: #0f1c17;
  border: 1px solid rgba(255,255,255,0.05);
  border-top: 2px solid rgba(201,168,76,0.28);
  border-radius: 20px;
  padding: 32px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}

.hiw-analytics-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hiw-analytics-card-prop {
  font-family: var(--sp-serif);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}

.hiw-analytics-card-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.32);
}

.hiw-analytics-card-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 20px;
  padding: 4px 12px;
  flex-shrink: 0;
}

.hiw-analytics-chart-wrap { margin-bottom: 24px; }

.hiw-analytics-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 96px;
  margin-bottom: 10px;
}

.hiw-chart-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 100%;
  justify-content: flex-end;
}

.hiw-chart-bar {
  width: 100%;
  background: linear-gradient(to top, rgba(201,168,76,0.18) 0%, rgba(201,168,76,0.05) 100%);
  border-radius: 4px 4px 0 0;
  min-height: 4px;
}
.hiw-chart-col-peak .hiw-chart-bar {
  background: linear-gradient(to top, #C4943A 0%, rgba(201,168,76,0.6) 100%);
  box-shadow: 0 0 18px rgba(201,168,76,0.4), 0 -6px 24px rgba(201,168,76,0.15);
}

.hiw-chart-day {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.28);
}
.hiw-chart-col-peak .hiw-chart-day { color: var(--sp-gold); }

.hiw-analytics-chart-meta {
  display: flex;
  justify-content: flex-end;
}

.hiw-chart-peak-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--sp-gold);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 20px;
  padding: 4px 12px;
}

.hiw-analytics-card-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 20px;
  margin-bottom: 16px;
}

.hiw-analytics-mini-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 0 8px;
}
.hiw-analytics-mini-stat:last-child { border-right: none; }

.hiw-analytics-mini-stat .v {
  font-family: var(--sp-serif);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hiw-analytics-mini-stat .v.gold { color: var(--sp-gold); }
.hiw-analytics-mini-stat .l {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
}

.hiw-analytics-seller-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  background: rgba(201,168,76,0.04);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 10px;
  padding: 12px 16px;
}
.hiw-analytics-seller-note svg { color: var(--sp-gold); flex-shrink: 0; }

/* ─── Seller presentation moment ────────────────────────────────────────────── */
.hiw-seller-moment-section {
  background: #050c09;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.03);
}
.hiw-seller-moment-section::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.07) 0%, transparent 65%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hiw-seller-moment-section .sp-inner {
  padding: 104px 48px;
  position: relative;
  z-index: 1;
}

.hiw-seller-moment-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.hiw-seller-moment-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sp-gold);
  opacity: 0.8;
  display: block;
  margin-bottom: 36px;
}

.hiw-seller-moment-quote {
  font-family: var(--sp-serif);
  font-size: clamp(20px, 2.8vw, 30px);
  font-style: italic;
  color: rgba(255,255,255,0.88);
  line-height: 1.55;
  margin: 0 0 28px;
  letter-spacing: -0.2px;
}

.hiw-seller-moment-context {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sp-gold);
  opacity: 0.7;
  margin-bottom: 36px;
}

.hiw-seller-moment-result {
  display: inline-block;
  font-family: var(--sp-serif);
  font-size: clamp(17px, 2.5vw, 24px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  padding: 18px 32px;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.16);
  border-radius: 12px;
}

/* ─── Scroll reveal ──────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease var(--reveal-delay, 0s), transform 0.65s ease var(--reveal-delay, 0s);
  }
  [data-reveal].revealed { opacity: 1; transform: none; }
}

/* ─── Footer ─────────────────────────────────────────────────────────────────── */
.hiw-footer {
  background: var(--sp-charcoal);
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.hiw-footer-brand {
  font-family: var(--sp-serif);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.hiw-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  font-size: 13px;
}
.hiw-footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; }
.hiw-footer-links a:hover { color: rgba(255,255,255,0.75); }

/* ─── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hiw-header { padding: 130px 32px 64px; }
  .hiw-hero-visual { margin-top: 44px; }
  .hiw-hero-qr-float { display: none; }
  .hiw-hero-phone-demo { border-radius: 38px 38px 0 0; }
  .hiw-pillars { grid-template-columns: 1fr 1fr; }
  .hiw-step-row { grid-template-columns: 1fr; gap: 36px; padding: 52px 0; direction: ltr; }
  .hiw-step-row.hiw-flip { direction: ltr; }
  .hiw-sign-layout { grid-template-columns: 1fr; gap: 48px; }
  .hiw-buyer-layout { grid-template-columns: 1fr; gap: 40px; }
  .hiw-pitch-layout { grid-template-columns: 1fr; gap: 40px; }
  .hiw-faq-grid { grid-template-columns: 1fr; }
  .hiw-footer { flex-direction: column; align-items: flex-start; padding: 28px 24px; }

  /* Creation grid → single column on tablet */
  .hiw-creation-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hiw-creation-connector { display: none; }

  /* Curbside → single column */
  .hiw-curbside-layout {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 72px 32px;
  }
  /* Big stats wrap */
  .hiw-analytics-big-stats { gap: 0; }
  .hiw-big-stat { padding: 16px 24px; }
  .hiw-big-stat-divider { width: 1px; height: 48px; }

  /* Seller moment padding */
  .hiw-seller-moment-section .sp-inner { padding: 80px 32px; }
  .hiw-immersion-inner { padding: 72px 32px; }
}

@media (max-width: 640px) {
  .hiw-header { padding: 110px 24px 52px; }
  .hiw-header h1 { font-size: clamp(36px, 10vw, 52px); }
  .hiw-header-ctas { flex-direction: column; align-items: stretch; }
  .hiw-header-ctas .sp-btn { width: 100%; justify-content: center; }
  .hiw-pillars { grid-template-columns: 1fr; }
  .hiw-mock-builder, .hiw-mock-audio, .hiw-mock-analytics { max-width: 100%; }
  .hiw-sign-pricing { flex-direction: column; }
  .hiw-sign-specs { grid-template-columns: 1fr; }
  .hiw-cta-section .sp-inner { padding: 72px 24px; }
  .hiw-step-row { padding: 40px 0; }
  .hiw-sellers-section { padding: 72px 0 80px; }
  .hiw-sellers-quote { font-size: clamp(19px, 5.5vw, 26px); }

  /* Creation section mobile */
  .hiw-creation-section .sp-inner { padding-top: 64px; padding-bottom: 64px; }
  .hiw-creation-top { padding: 22px 20px 16px; }

  /* Curbside mobile */
  .hiw-curbside-layout { padding: 64px 24px; }
  .hiw-curbside-headline { font-size: clamp(32px, 9vw, 48px); }
  .hiw-curbside-stats { gap: 24px; }
  .hiw-curb-sign-board { width: 240px; height: 294px; }
  .hiw-curb-sign-brand { margin-top: 72px; font-size: 13px; }
  .hiw-curb-phone-wrap { right: -8px; }
  .hiw-curb-phone { width: 96px; }

  /* Immersion mobile */
  .hiw-immersion-phone { width: 260px; }
  .hiw-immersion-inner { padding: 64px 24px; gap: 40px; }
  .hiw-immersion-phone-stats { align-items: center; }

  /* Analytics mobile */
  .hiw-analytics-section .sp-inner { padding-top: 64px; padding-bottom: 64px; }
  .hiw-analytics-big-stats { flex-direction: column; gap: 0; }
  .hiw-big-stat-divider { width: 80px; height: 1px; }
  .hiw-big-stat { padding: 20px 0; }
  .hiw-analytics-card { padding: 22px 18px; }
  .hiw-analytics-card-stats { flex-wrap: wrap; }
  .hiw-analytics-mini-stat { min-width: 50%; border-right: none; padding: 8px 0; }

  /* Seller moment mobile */
  .hiw-seller-moment-section .sp-inner { padding: 72px 24px; }
  .hiw-seller-moment-result { padding: 14px 20px; }
}

/* ─── Floating chat button ─────────────────────────────────────────────────── */
.chat-btn { position:fixed; bottom:28px; right:28px; z-index:9999; display:inline-flex; align-items:center; gap:8px; background:#0A1210; border:1px solid rgba(201,168,76,0.4); border-radius:50px; padding:11px 20px; text-decoration:none; box-shadow:0 4px 24px rgba(0,0,0,0.35); transition:border-color 0.15s,transform 0.15s; }
.chat-btn:hover { border-color:#C9A84C; transform:translateY(-2px); text-decoration:none; }
.chat-btn-dot { width:7px; height:7px; border-radius:50%; background:#C9A84C; flex-shrink:0; animation:chat-pulse 2s infinite; }
.chat-btn-text { font-family:'Inter',Arial,sans-serif; font-size:13px; font-weight:600; color:rgba(255,255,255,0.85); white-space:nowrap; }
@keyframes chat-pulse { 0%,100%{opacity:1} 50%{opacity:0.35} }
@media(max-width:480px){.chat-btn{padding:11px 14px;bottom:20px;right:16px}.chat-btn-text{display:none}}
