:root {
  --paper: #f7efdf;
  --paper-warm: #edd8b9;
  --paper-bright: #fff8ee;
  --paper-dark: #e1c7a6;
  --ink: #18110d;
  --muted: #5f5349;
  --line: rgba(24, 17, 13, 0.18);
  --line-strong: rgba(24, 17, 13, 0.38);
  --sunset: #ef6a3c;
  --sunset-deep: #c94f2c;
  --teal: #105a62;
  --jacaranda: #705dd4;
  --gold: #ffc95a;
  --cream: #fff4e0;
  --success: #2d6d55;
  --error: #a5402d;
  --shadow-paper: 0 24px 50px rgba(28, 18, 12, 0.1);
  --shadow-ticket: 10px 10px 0 rgba(24, 17, 13, 0.12);
  --radius-card: 12px;
  --radius-sm: 8px;
  --shell-width: min(1220px, calc(100vw - 34px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 10%, rgba(239, 106, 60, 0.34), transparent 24%),
    radial-gradient(circle at 12% 16%, rgba(255, 201, 90, 0.28), transparent 22%),
    linear-gradient(160deg, #fbf2e1 0%, #f3e0c3 50%, #ead0a5 100%);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.page-home {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9) 0 10%, transparent 11% 22%, rgba(255, 255, 255, 0.18) 23%, transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(220, 39, 51, 0.18), transparent 18%),
    linear-gradient(180deg, #89b9ff 0%, #d8e9ff 34%, #f6fbff 62%, #eef4ff 100%);
}

body.page-audit {
  background:
    linear-gradient(120deg, rgba(11, 8, 7, 0.58) 0%, rgba(11, 8, 7, 0.22) 45%, rgba(11, 8, 7, 0.44) 100%),
    linear-gradient(180deg, rgba(255, 194, 118, 0.14), rgba(12, 9, 7, 0.16)),
    url("/img-la-palms.jpg") center center / cover fixed no-repeat;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(115deg, rgba(16, 90, 98, 0.08), transparent 36%),
    linear-gradient(25deg, transparent 0, transparent 42%, rgba(112, 93, 212, 0.08) 72%, transparent 100%),
    repeating-linear-gradient(0deg, rgba(24, 17, 13, 0.03) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(24, 17, 13, 0.02) 0 1px, transparent 1px 26px);
  opacity: 0.5;
}

body::after {
  background:
    radial-gradient(circle at 18% 88%, rgba(239, 106, 60, 0.18), transparent 24%),
    radial-gradient(circle at 76% 82%, rgba(16, 90, 98, 0.14), transparent 20%);
}

body.page-home::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 36%),
    linear-gradient(200deg, rgba(23, 48, 106, 0.08), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(30, 88, 216, 0.05) 0 1px, transparent 1px 36px);
  opacity: 0.74;
}

body.page-home::after {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(218, 35, 47, 0.18), transparent 21%),
    linear-gradient(0deg, rgba(64, 153, 73, 0.18), transparent 16%);
}

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

button,
input,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.page-shell {
  width: var(--shell-width);
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 62px;
  height: 76px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 10px 0 8px;
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(24, 17, 13, 0.12);
  transform: rotate(-3deg);
}

.brand-mark strong,
.brand-mark em {
  display: block;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-style: normal;
  line-height: 1;
}

.brand-mark strong {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.brand-mark em {
  font-size: 0.74rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.brand-lockup {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-lockup strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-lockup span,
.site-footer p {
  color: var(--muted);
}

.brand-lockup span {
  font-size: 0.93rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.header-city,
.header-link,
.site-footer p {
  font-size: 0.86rem;
}

.header-city {
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
}

.header-link {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.22em;
}

.header-link:hover {
  color: var(--sunset-deep);
}

.postcard {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 26px;
  padding: clamp(22px, 3vw, 40px);
  border: 2px solid rgba(24, 17, 13, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 249, 237, 0.88), rgba(247, 235, 214, 0.82)),
    var(--paper);
  box-shadow: var(--shadow-paper);
  backdrop-filter: blur(3px);
  animation: paper-rise 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.postcard::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(24, 17, 13, 0.1);
  pointer-events: none;
}

.postcard::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 62px;
  width: 74px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(24, 17, 13, 0.08);
  transform: rotate(7deg);
  opacity: 0.66;
  pointer-events: none;
}

.home-postcard {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  min-height: min(86svh, 810px);
}

.audit-postcard {
  grid-template-columns: minmax(0, 0.95fr) minmax(350px, 1.05fr);
  min-height: min(86svh, 860px);
}

.copy-column {
  position: relative;
  z-index: 2;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.eyebrow,
.sticker-kicker,
.detail-row span,
.wizard-kicker,
.review-kicker,
.tiny-note,
.audit-form label span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.wizard-kicker,
.sticker-kicker {
  color: var(--sunset-deep);
}

h1,
h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 0.93;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  font-size: clamp(4.35rem, 8vw, 7.6rem);
}

h2 {
  font-size: clamp(2.45rem, 5vw, 4rem);
}

.support-copy,
.poster-note p,
.sticker-copy,
.detail-row strong,
.form-note,
.review-note,
.site-footer p,
.review-grid strong,
.audit-form input,
.audit-form textarea {
  font-size: 1rem;
  line-height: 1.62;
}

.support-copy {
  max-width: 35rem;
  margin: 0;
  color: rgba(24, 17, 13, 0.78);
}

.poster-note {
  max-width: 35rem;
  padding: 16px 18px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 246, 224, 0.94), rgba(249, 232, 203, 0.9));
  border: 2px solid rgba(24, 17, 13, 0.14);
  box-shadow: 8px 8px 0 rgba(24, 17, 13, 0.08);
  transform: rotate(-1.4deg);
}

.poster-note p {
  margin: 0;
  color: rgba(24, 17, 13, 0.86);
}

.poster-note::before,
.guarantee-note::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 18px;
  width: 88px;
  height: 20px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(24, 17, 13, 0.08);
  transform: rotate(-7deg);
}

.metro-line {
  width: min(38rem, 100%);
  overflow: hidden;
  border: 2px solid rgba(24, 17, 13, 0.16);
  background: rgba(255, 248, 238, 0.68);
  box-shadow: 8px 8px 0 rgba(24, 17, 13, 0.08);
}

.metro-track {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
}

.metro-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--sunset));
  transform: translateY(-50%);
}

.metro-cars {
  display: inline-flex;
  gap: 14px;
  min-width: max-content;
  padding: 0 14px;
  animation: metro-slide 22s linear infinite;
}

.metro-cars span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.34rem 0.86rem;
  border: 2px solid rgba(24, 17, 13, 0.18);
  background: var(--paper-bright);
  color: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgba(24, 17, 13, 0.08);
  position: relative;
  z-index: 1;
}

.metro-cars span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--sunset);
  box-shadow: 0 0 0 2px rgba(24, 17, 13, 0.08);
}

.metro-cars span:nth-child(2n) {
  background: rgba(16, 90, 98, 0.1);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

#home-mail-link {
  display: none !important;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.primary-action {
  color: var(--paper-bright);
  background: var(--ink);
  box-shadow: 8px 8px 0 rgba(24, 17, 13, 0.14);
}

.primary-action:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(24, 17, 13, 0.18);
}

.primary-action-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 68px;
  padding: 0 86px 0 34px;
  border-color: rgba(24, 17, 13, 0.82);
  background: linear-gradient(180deg, #6c3d27 0%, #30170f 52%, #1a0d08 100%);
  box-shadow:
    12px 12px 0 rgba(24, 17, 13, 0.16),
    inset 0 1px 0 rgba(255, 250, 244, 0.16),
    0 0 24px rgba(239, 106, 60, 0.14);
  font-size: clamp(1.18rem, 1vw + 0.98rem, 1.5rem);
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.44);
}

.primary-action-hero::before,
.primary-action-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.primary-action-hero::before {
  inset: -18% -24%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 24%,
    rgba(255, 240, 196, 0.08) 38%,
    rgba(255, 240, 196, 0.54) 50%,
    rgba(255, 240, 196, 0.08) 62%,
    rgba(255, 255, 255, 0) 76%
  );
  transform: translateX(-120%) rotate(12deg);
  mix-blend-mode: screen;
  animation: hero-cta-shine 3.2s ease-in-out infinite;
}

.primary-action-hero::after {
  inset: 8px 10px;
  border: 1px solid rgba(255, 235, 198, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 173, 74, 0.08);
  animation: hero-cta-frame-pulse 1.9s ease-in-out infinite;
}

.primary-action-label,
.primary-action-flair {
  position: relative;
  z-index: 2;
}

.primary-action-label {
  white-space: nowrap;
  animation: hero-cta-label-pop 1.75s ease-in-out infinite;
}

.primary-action-marquee {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 232, 143, 0.98) 0 34%, transparent 38%) 0 9px / 18px 10px repeat-x,
    radial-gradient(circle, rgba(255, 184, 78, 0.98) 0 34%, transparent 38%) 0 calc(100% - 9px) / 18px 10px repeat-x,
    radial-gradient(circle, rgba(255, 212, 118, 0.92) 0 38%, transparent 42%) 9px 0 / 10px 18px repeat-y,
    radial-gradient(circle, rgba(255, 162, 72, 0.92) 0 38%, transparent 42%) calc(100% - 9px) 0 / 10px 18px repeat-y;
  filter: drop-shadow(0 0 3px rgba(255, 197, 88, 0.38));
  animation: hero-cta-marquee 1s linear infinite;
}

.primary-action-flair {
  position: absolute;
  right: 26px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translateY(-50%);
  animation: hero-cta-flair-drift 1.15s ease-in-out infinite;
}

.primary-action-flair span {
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #fff1c8 0%, #ffb350 100%);
  border: 1px solid rgba(24, 17, 13, 0.34);
  box-shadow:
    0 0 14px rgba(255, 184, 74, 0.28),
    0 0 0 1px rgba(255, 231, 174, 0.12) inset;
  transform: rotate(45deg);
  animation: hero-cta-flair 0.9s ease-in-out infinite;
}

.primary-action-flair span:nth-child(2) {
  animation-delay: 0.15s;
}

.primary-action-flair span:nth-child(3) {
  animation-delay: 0.3s;
}

.primary-action-hero:hover {
  transform: translate(-3px, -4px) scale(1.01);
  box-shadow:
    15px 15px 0 rgba(24, 17, 13, 0.18),
    inset 0 1px 0 rgba(255, 250, 244, 0.16),
    0 0 28px rgba(239, 106, 60, 0.18);
}

.primary-action-hero:hover .primary-action-marquee {
  animation-duration: 0.62s;
}

.primary-action-hero:hover .primary-action-flair span {
  animation-duration: 0.55s;
}

.primary-action-hero:hover .primary-action-label,
.primary-action-hero:hover .primary-action-flair {
  animation-duration: 0.8s;
}

.secondary-action {
  color: var(--ink);
  background: rgba(255, 248, 238, 0.68);
}

.secondary-action:hover {
  transform: translate(-2px, -2px);
  background: rgba(255, 248, 238, 0.96);
  box-shadow: 8px 8px 0 rgba(24, 17, 13, 0.1);
}

.visual-column {
  position: relative;
  min-height: 690px;
}

.city-panel {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(24, 17, 13, 0.78);
  background: #d7bf9f;
  box-shadow: var(--shadow-ticket);
}

.city-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 188, 120, 0.08), rgba(9, 7, 6, 0.42)),
    linear-gradient(90deg, rgba(16, 90, 98, 0.22), rgba(239, 106, 60, 0) 52%);
}

.city-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.04) brightness(0.92);
}

.city-panel figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  margin: 0;
  color: rgba(255, 249, 239, 0.92);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.skyline-panel {
  inset: 0 0 132px 86px;
}

.palm-panel {
  left: 0;
  right: 128px;
  bottom: 0;
  height: 196px;
}

.sun-sticker {
  position: absolute;
  top: 28px;
  right: 16px;
  width: 118px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid rgba(24, 17, 13, 0.84);
  box-shadow: 8px 8px 0 rgba(24, 17, 13, 0.12);
  background:
    radial-gradient(circle at 38% 34%, #fff7c9 0 18%, rgba(255, 255, 255, 0.2) 18% 24%, transparent 24%),
    radial-gradient(circle at 50% 50%, var(--gold) 0 38%, var(--sunset) 72%, var(--sunset-deep) 100%);
  transform: rotate(8deg);
  z-index: 3;
}

.sun-sticker::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 999px;
  background: repeating-conic-gradient(from 0deg, rgba(239, 106, 60, 0.78) 0 10deg, transparent 10deg 22deg);
  -webkit-mask: radial-gradient(circle, transparent 57%, #000 58%);
  mask: radial-gradient(circle, transparent 57%, #000 58%);
  z-index: -1;
}

.sun-sticker::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  height: 18px;
  border-bottom: 3px solid rgba(24, 17, 13, 0.78);
  border-radius: 0 0 18px 18px;
}

.sun-sticker span {
  position: relative;
  top: 5px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-sticker,
.purchase-card,
.kobe-sticker,
.success-card {
  position: relative;
  z-index: 3;
  border: 2px solid rgba(24, 17, 13, 0.78);
  box-shadow: var(--shadow-ticket);
  background: linear-gradient(180deg, rgba(255, 248, 234, 0.98), rgba(241, 225, 201, 0.95));
}

.product-sticker::before,
.purchase-card::before,
.kobe-sticker::before,
.success-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  width: 88px;
  height: 20px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(24, 17, 13, 0.08);
  transform: rotate(-5deg);
}

.product-sticker {
  position: absolute;
  right: 12px;
  bottom: 18px;
  max-width: 330px;
  padding: 22px 22px 20px;
  transform: rotate(2deg);
  animation: ticket-settle 680ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.kobe-sticker {
  position: absolute;
  left: 12px;
  top: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 244px;
  padding: 10px 12px;
  transform: rotate(-5deg);
}

.kobe-sticker img {
  width: 72px;
  height: 98px;
  object-fit: cover;
  border: 2px solid rgba(24, 17, 13, 0.18);
}

.kobe-copy {
  display: grid;
  gap: 3px;
}

.kobe-copy span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jacaranda);
}

.kobe-copy strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.sticker-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 12px;
}

.sticker-price-row strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  letter-spacing: 0.02em;
  line-height: 0.92;
}

.sticker-price-row span {
  color: var(--muted);
  font-size: 0.92rem;
}

.sticker-copy {
  margin: 0;
  color: rgba(24, 17, 13, 0.82);
}

.guarantee-note {
  margin: 14px 0 0;
  padding: 1rem 1rem 0.9rem;
  position: relative;
  border: 2px solid rgba(24, 17, 13, 0.14);
  background: linear-gradient(180deg, rgba(255, 245, 225, 0.92), rgba(245, 227, 196, 0.92));
  box-shadow: 7px 7px 0 rgba(24, 17, 13, 0.08);
  color: rgba(24, 17, 13, 0.88);
  font-size: 0.92rem;
  line-height: 1.45;
  transform: rotate(-1.2deg);
}

.audit-photo-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}

.audit-photo {
  position: relative;
  inset: auto;
  min-height: 184px;
}

.audit-sun {
  top: auto;
  right: 18px;
  bottom: 36px;
  width: 102px;
}

.detail-stack {
  width: 100%;
  display: grid;
  gap: 14px;
}

.detail-row {
  display: grid;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(24, 17, 13, 0.12);
}

.detail-row strong {
  color: rgba(24, 17, 13, 0.84);
  font-weight: 500;
}

.purchase-card,
.success-card {
  padding: 22px;
}

.purchase-card {
  transform: rotate(-1.2deg);
  align-self: start;
}

.purchase-head {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.wizard-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.progress-pill {
  min-width: 64px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 2px solid rgba(24, 17, 13, 0.14);
  background: rgba(255, 255, 255, 0.54);
  color: var(--muted);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.progress-pill.is-active,
.progress-pill.is-complete {
  background: rgba(16, 90, 98, 0.9);
  border-color: rgba(16, 90, 98, 0.9);
  color: #fff;
}

.progress-pill.is-active {
  transform: translateY(-2px);
}

.wizard-copy {
  display: grid;
  gap: 2px;
  margin-bottom: 14px;
}

.wizard-title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.26rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wizard-shell {
  position: relative;
  min-height: 300px;
}

.step-panel {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(22px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.step-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.step-review {
  align-content: start;
}

.audit-form {
  display: grid;
  gap: 14px;
}

.audit-form label {
  display: grid;
  gap: 7px;
}

.field-hint {
  margin: -2px 0 4px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.audit-form label span {
  color: var(--muted);
}

.audit-form input,
.audit-form textarea {
  width: 100%;
  padding: 0.96rem 1rem;
  border: 2px solid rgba(24, 17, 13, 0.14);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.audit-form textarea {
  min-height: 128px;
  resize: vertical;
}

.audit-form input:focus,
.audit-form textarea:focus {
  border-color: rgba(239, 106, 60, 0.56);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(239, 106, 60, 0.1);
}

.wizard-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.back-action {
  min-width: 116px;
}

.form-action {
  flex: 1 1 auto;
}

.review-card {
  padding: 16px;
  border: 2px solid rgba(24, 17, 13, 0.14);
  background: rgba(255, 255, 255, 0.56);
}

.review-kicker {
  margin: 0 0 12px;
  color: var(--teal);
}

.review-grid {
  display: grid;
  gap: 12px;
}

.review-grid div {
  display: grid;
  gap: 4px;
}

.review-grid span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.review-grid strong {
  word-break: break-word;
}

.review-note {
  margin: 0;
  color: var(--muted);
}

.form-note {
  min-height: 1.6em;
  margin: 0;
  color: var(--muted);
}

.form-note.is-good {
  color: var(--success);
}

.form-note.is-error {
  color: var(--error);
}

.checkout-shell {
  min-height: 540px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 17, 13, 0.12);
}

.success-card {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  background: linear-gradient(180deg, rgba(243, 250, 240, 0.96), rgba(232, 245, 232, 0.92));
}

.success-card p {
  margin: 0;
  color: rgba(24, 17, 13, 0.82);
}

.fallback-link {
  width: 100%;
  margin-top: 14px;
}

.tiny-note {
  margin: 16px 0 0;
  color: var(--muted);
}

.tiny-note a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.site-footer {
  padding: 0 2px;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

@keyframes paper-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ticket-settle {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(6deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(2deg);
  }
}

@keyframes metro-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes hero-cta-marquee {
  from {
    background-position:
      0 9px,
      0 calc(100% - 9px),
      9px 0,
      calc(100% - 9px) 0;
  }
  to {
    background-position:
      18px 9px,
      -18px calc(100% - 9px),
      9px 18px,
      calc(100% - 9px) -18px;
  }
}

@keyframes hero-cta-shine {
  0%,
  54%,
  100% {
    transform: translateX(-120%) rotate(12deg);
  }
  72% {
    transform: translateX(18%) rotate(12deg);
  }
}

@keyframes hero-cta-frame-pulse {
  0%,
  100% {
    opacity: 0.7;
    box-shadow: inset 0 0 0 1px rgba(255, 173, 74, 0.08);
  }
  50% {
    opacity: 1;
    box-shadow:
      inset 0 0 0 1px rgba(255, 205, 112, 0.18),
      0 0 18px rgba(255, 158, 66, 0.12);
  }
}

@keyframes hero-cta-flair {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(0) rotate(45deg) scale(0.84);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px) rotate(45deg) scale(1);
  }
}

@keyframes hero-cta-label-pop {
  0%,
  100% {
    transform: translateY(0);
    letter-spacing: 0.08em;
  }
  50% {
    transform: translateY(-1px);
    letter-spacing: 0.11em;
  }
}

@keyframes hero-cta-flair-drift {
  0%,
  100% {
    translate: 0 -50%;
  }
  50% {
    translate: 3px calc(-50% - 1px);
  }
}

.westside-postcard {
  --postcard-paper: #f7fbff;
  --postcard-ink: #142a58;
  --postcard-accent: #da232f;
  --postcard-line: rgba(20, 42, 88, 0.18);
  --postcard-local: #1e58d8;
  --postcard-blue: #1e58d8;
  --postcard-red: #da232f;
  --grass-a: #2f7d38;
  --grass-b: #65c86d;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 3vw, 32px);
  padding: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.97) 0%, rgba(236, 244, 255, 0.95) 46%, rgba(250, 252, 255, 0.92) 100%),
    var(--postcard-paper);
  border: 1px solid var(--postcard-line);
  box-shadow:
    0 28px 72px rgba(20, 42, 88, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  color: var(--postcard-ink);
}

.westside-postcard::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.westside-postcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 88, 216, 0.08), transparent 28%, transparent 72%, rgba(218, 35, 47, 0.08)),
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.6), transparent 18%);
  pointer-events: none;
}

.westside-postcard__grass,
.street-scene__grass {
  background:
    repeating-linear-gradient(135deg, var(--grass-a) 0 6px, var(--grass-b) 6px 12px, #2f6a35 12px 17px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 40%);
}

.westside-postcard__grass {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.96;
}

.westside-postcard__grass--left,
.westside-postcard__grass--right {
  top: 26px;
  bottom: 28px;
  width: 28px;
}

.westside-postcard__grass--left {
  left: 0;
  clip-path: polygon(0 0, 100% 5%, 62% 50%, 100% 95%, 0 100%);
}

.westside-postcard__grass--right {
  right: 0;
  clip-path: polygon(100% 0, 0 5%, 38% 50%, 0 95%, 100% 100%);
}

.westside-postcard__grass--bottom {
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 46px;
  clip-path: polygon(
    0 44%,
    4% 8%,
    8% 50%,
    12% 0,
    16% 44%,
    20% 10%,
    24% 50%,
    28% 2%,
    32% 46%,
    36% 6%,
    40% 52%,
    44% 0,
    48% 44%,
    52% 8%,
    56% 50%,
    60% 4%,
    64% 46%,
    68% 0,
    72% 52%,
    76% 8%,
    80% 44%,
    84% 10%,
    88% 48%,
    92% 0,
    96% 44%,
    100% 38%,
    100% 100%,
    0 100%
  );
}

.westside-postcard__main,
.westside-postcard__side {
  position: relative;
  z-index: 2;
}

.westside-postcard__main {
  display: grid;
  align-content: start;
  gap: 16px;
}

.westside-kicker,
.westside-offer-block__eyebrow,
.hood-selector__label,
.westside-rail dt {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.westside-kicker,
.westside-offer-block__eyebrow,
.hood-selector__label {
  color: var(--postcard-accent);
}

.westside-postcard h1 {
  max-width: 10.4ch;
  color: #13306a;
  font-size: clamp(4.05rem, 7vw, 6.7rem);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.35);
}

.westside-body,
.westside-note,
.westside-offer-block__body,
.hood-selector__note {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.62;
}

.westside-body {
  color: rgba(20, 42, 88, 0.86);
}

.westside-note {
  max-width: 30rem;
  color: rgba(20, 42, 88, 0.62);
}

.boulevard-strip {
  position: relative;
  overflow: hidden;
  margin: 2px 0 2px;
  padding: 14px 16px 18px;
  border: 1px solid rgba(30, 88, 216, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(233, 242, 255, 0.82));
  box-shadow: 0 14px 28px rgba(20, 42, 88, 0.12);
}

.boulevard-strip::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, var(--postcard-red), var(--postcard-blue) 56%, var(--postcard-red));
  transform: translateY(-50%);
  opacity: 0.86;
}

.boulevard-strip__track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  scrollbar-width: none;
}

.boulevard-strip__track::-webkit-scrollbar {
  display: none;
}

.boulevard-stop {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0.44rem 1rem;
  border: 2px solid rgba(20, 42, 88, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: var(--postcard-ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(30, 88, 216, 0.12);
}

.boulevard-stop::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 18px;
  height: 4px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--postcard-red), var(--postcard-blue));
}

.boulevard-stop::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--postcard-red);
  border: 2px solid #ffffff;
  box-shadow:
    0 0 0 2px rgba(30, 88, 216, 0.82),
    0 0 16px rgba(30, 88, 216, 0.18);
}

.boulevard-stop:first-child::before,
.boulevard-stop:first-child::after {
  content: none;
}

.boulevard-stop.is-live {
  background: linear-gradient(135deg, rgba(218, 35, 47, 0.12), rgba(30, 88, 216, 0.14));
  border-color: rgba(218, 35, 47, 0.32);
  color: #0e2c63;
}

.westside-rail {
  margin: 4px 0 0;
  display: grid;
  gap: 10px;
}

.westside-rail div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(20, 42, 88, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px rgba(20, 42, 88, 0.08);
}

.westside-rail dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.52;
  color: rgba(20, 42, 88, 0.82);
}

.primary-action-home {
  min-width: min(100%, 410px);
  border-color: rgba(49, 29, 17, 0.92);
  background: linear-gradient(135deg, #5f321d 0%, #24120b 52%, #120907 100%);
  box-shadow:
    14px 14px 0 rgba(83, 49, 24, 0.16),
    inset 0 1px 0 rgba(255, 248, 232, 0.16),
    0 0 28px rgba(255, 177, 73, 0.2);
}

.primary-action-home .primary-action-marquee {
  background:
    radial-gradient(circle, rgba(255, 238, 171, 0.98) 0 34%, transparent 38%) 0 9px / 18px 10px repeat-x,
    radial-gradient(circle, rgba(255, 191, 88, 0.98) 0 34%, transparent 38%) 0 calc(100% - 9px) / 18px 10px repeat-x,
    radial-gradient(circle, rgba(255, 216, 124, 0.96) 0 38%, transparent 42%) 9px 0 / 10px 18px repeat-y,
    radial-gradient(circle, rgba(255, 164, 67, 0.96) 0 38%, transparent 42%) calc(100% - 9px) 0 / 10px 18px repeat-y;
}

.primary-action-home .primary-action-flair span {
  background: linear-gradient(180deg, #fff7da 0%, #ffc86a 56%, #ff8d35 100%);
  box-shadow:
    0 0 14px rgba(255, 196, 90, 0.32),
    0 0 0 1px rgba(255, 244, 206, 0.14) inset;
}

.primary-action-home:hover {
  box-shadow:
    16px 16px 0 rgba(83, 49, 24, 0.18),
    inset 0 1px 0 rgba(255, 248, 232, 0.16),
    0 0 34px rgba(255, 177, 73, 0.28);
}

.westside-postcard__side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.westside-visual {
  position: relative;
  margin: 0;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(20, 42, 88, 0.18);
  background: linear-gradient(180deg, #8ab7ff 0%, #d9e9ff 34%, #edf4ff 55%, #10182f 55%, #0a1020 100%);
  box-shadow: 0 18px 40px rgba(20, 42, 88, 0.18);
}

.westside-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.34;
  mix-blend-mode: multiply;
  filter: saturate(1.26) contrast(1.06) brightness(0.84);
}

.westside-visual figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  margin: 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 42, 88, 0.16);
  box-shadow: 6px 6px 0 rgba(30, 88, 216, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(20, 42, 88, 0.84);
  z-index: 5;
}

.street-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.street-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 28%, rgba(7, 12, 25, 0) 45%, rgba(10, 16, 31, 0.54) 58%, rgba(6, 10, 20, 0.95) 100%),
    radial-gradient(circle at 22% 24%, rgba(218, 35, 47, 0.22), transparent 18%),
    radial-gradient(circle at 78% 20%, rgba(30, 88, 216, 0.24), transparent 20%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.08));
}

.street-scene::after {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 8%;
  height: 40%;
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.82) 20% 22%, transparent 22% 46%, rgba(255, 255, 255, 0.82) 46% 48%, transparent 48% 72%, rgba(255, 255, 255, 0.82) 72% 74%, transparent 74% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, #3b425d 0%, #171c31 54%, #0a0f1d 100%);
  clip-path: polygon(14% 0, 86% 0, 100% 100%, 0 100%);
  box-shadow:
    0 -10px 22px rgba(255, 255, 255, 0.06),
    0 26px 46px rgba(0, 0, 0, 0.44);
}

.street-scene__billboard {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 4px;
  min-width: 146px;
  padding: 10px 14px 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 26, 58, 0.34);
  text-transform: uppercase;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.12em;
}

.street-scene__billboard span {
  font-size: 0.72rem;
  opacity: 0.82;
}

.street-scene__billboard strong {
  font-size: 1.18rem;
  line-height: 0.94;
}

.street-scene__billboard--primary {
  top: 12%;
  left: 8%;
  background: linear-gradient(135deg, rgba(30, 88, 216, 0.98), rgba(11, 30, 78, 0.94));
  transform: rotate(-2deg);
}

.street-scene__billboard--secondary {
  top: 25%;
  right: 9%;
  background: linear-gradient(135deg, rgba(218, 35, 47, 0.98), rgba(107, 10, 27, 0.94));
  text-align: right;
  transform: rotate(2deg);
}

.street-scene__cars {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.street-scene__cars::before,
.street-scene__cars::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.88;
}

.street-scene__cars::before {
  bottom: 24%;
  height: 10px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 16%,
      rgba(255, 255, 255, 0) 28%,
      rgba(218, 35, 47, 0.88) 46%,
      rgba(30, 88, 216, 0.88) 68%,
      rgba(255, 255, 255, 0) 100%
    );
}

.street-scene__cars::after {
  bottom: 30%;
  left: 28%;
  right: 26%;
  height: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(30, 88, 216, 0.82) 26%,
      rgba(255, 255, 255, 0.88) 54%,
      rgba(218, 35, 47, 0.82) 78%,
      rgba(255, 255, 255, 0) 100%
    );
}

.street-scene__car {
  position: absolute;
  height: 20px;
  border-radius: 999px;
  bottom: 20%;
  background: currentColor;
  filter: drop-shadow(0 0 12px currentColor);
  opacity: 0.96;
}

.street-scene__car::before,
.street-scene__car::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.street-scene__car--white {
  left: 16%;
  width: 84px;
  color: rgba(255, 255, 255, 0.96);
}

.street-scene__car--white::before {
  left: -12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.88);
}

.street-scene__car--white::after {
  right: -12px;
  background: rgba(218, 35, 47, 0.9);
  box-shadow: 0 0 18px rgba(218, 35, 47, 0.66);
}

.street-scene__car--red {
  left: 40%;
  width: 68px;
  bottom: 17%;
  color: rgba(218, 35, 47, 0.95);
}

.street-scene__car--red::before {
  left: -12px;
  background: rgba(255, 248, 231, 0.94);
  box-shadow: 0 0 18px rgba(255, 248, 231, 0.8);
}

.street-scene__car--red::after {
  right: -12px;
  background: rgba(218, 35, 47, 0.94);
  box-shadow: 0 0 18px rgba(218, 35, 47, 0.7);
}

.street-scene__car--blue {
  right: 16%;
  width: 76px;
  bottom: 19%;
  color: rgba(44, 118, 255, 0.95);
}

.street-scene__car--blue::before {
  left: -12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.84);
}

.street-scene__car--blue::after {
  right: -12px;
  background: rgba(44, 118, 255, 0.92);
  box-shadow: 0 0 18px rgba(44, 118, 255, 0.72);
}

.street-scene__car--far {
  left: 62%;
  width: 44px;
  height: 12px;
  bottom: 29%;
  opacity: 0.84;
}

.street-scene__grass {
  position: absolute;
  z-index: 5;
  opacity: 0.96;
}

.street-scene__grass--left,
.street-scene__grass--right {
  top: 12%;
  bottom: 10%;
  width: 18%;
}

.street-scene__grass--left {
  left: 0;
  clip-path: polygon(0 0, 100% 6%, 64% 50%, 100% 95%, 0 100%);
  box-shadow: 10px 0 18px rgba(22, 61, 25, 0.28);
}

.street-scene__grass--right {
  right: 0;
  clip-path: polygon(100% 0, 0 6%, 36% 50%, 0 95%, 100% 100%);
  box-shadow: -10px 0 18px rgba(22, 61, 25, 0.28);
}

.street-scene__grass--bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  clip-path: polygon(
    0 42%,
    5% 8%,
    10% 48%,
    15% 0,
    20% 42%,
    25% 10%,
    30% 50%,
    35% 2%,
    40% 44%,
    45% 6%,
    50% 52%,
    55% 0,
    60% 46%,
    65% 8%,
    70% 50%,
    75% 4%,
    80% 44%,
    85% 12%,
    90% 48%,
    95% 2%,
    100% 40%,
    100% 100%,
    0 100%
  );
  box-shadow: 0 -12px 24px rgba(22, 61, 25, 0.26);
}

.westside-offer-block {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(20, 42, 88, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 24px rgba(20, 42, 88, 0.08);
}

.westside-offer-block__title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #13306a;
}

.hood-selector {
  display: grid;
  gap: 14px;
  padding: 8px 2px 0;
}

.hood-selector__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  align-items: baseline;
}

.hood-selector__note {
  max-width: 40rem;
  color: rgba(20, 42, 88, 0.64);
  font-size: 0.94rem;
}

.hood-selector__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hood-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(20, 42, 88, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(20, 42, 88, 0.82);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(20, 42, 88, 0.08);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.hood-chip:hover {
  transform: translateY(-1px);
  background: rgba(245, 249, 255, 0.94);
  box-shadow: 0 12px 18px rgba(20, 42, 88, 0.1);
}

.hood-chip.is-active {
  background: linear-gradient(135deg, var(--postcard-red), var(--postcard-blue));
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 14px 20px rgba(30, 88, 216, 0.14);
}

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

  .primary-action-hero::before,
  .primary-action-hero::after,
  .primary-action-label,
  .primary-action-marquee,
  .primary-action-flair,
  .primary-action-flair span {
    animation: none !important;
  }
}

@media (max-width: 1040px) {
  .page-shell {
    width: min(calc(100vw - 24px), 820px);
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-meta {
    justify-content: flex-start;
  }

  .home-postcard,
  .audit-postcard,
  .westside-postcard {
    grid-template-columns: 1fr;
  }

  .westside-postcard__grass--left,
  .westside-postcard__grass--right {
    display: none;
  }

  .westside-postcard__grass--bottom {
    left: 20px;
    right: 20px;
  }

  .westside-visual {
    min-height: 460px;
  }

  .visual-column {
    min-height: 620px;
  }

  .skyline-panel {
    inset: 0 0 180px 0;
  }

  .palm-panel {
    right: 92px;
    height: 174px;
  }

  .sun-sticker {
    top: 18px;
    right: 12px;
  }

  .product-sticker {
    right: 18px;
  }

  .kobe-sticker {
    top: 26px;
    left: 18px;
  }

  .audit-sun {
    top: auto;
    right: 12px;
    bottom: 22px;
  }

  .metro-cars {
    animation-duration: 18s;
  }
}

@media (max-width: 680px) {
  :root {
    --shell-width: calc(100vw - 16px);
  }

  .page-shell {
    padding: 12px 0 20px;
  }

  .postcard {
    padding: 18px 16px;
  }

  .westside-postcard {
    padding: 18px 16px 24px;
    gap: 20px;
  }

  .postcard::before {
    inset: 10px;
  }

  .postcard::after {
    top: 12px;
    right: 28px;
    width: 54px;
    height: 16px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 56px;
    height: 68px;
  }

  .brand-lockup strong {
    font-size: 1.48rem;
  }

  .header-link,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .primary-action-hero {
    min-height: 72px;
    padding: 0 72px 0 22px;
  }

  .primary-action-label {
    white-space: normal;
    text-align: center;
  }

  .primary-action-flair {
    right: 20px;
  }

  h1 {
    max-width: 9.4ch;
    font-size: clamp(3.55rem, 14vw, 5.15rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .westside-postcard h1 {
    max-width: 11ch;
    font-size: clamp(3.1rem, 13vw, 4.7rem);
  }

  .support-copy,
  .poster-note p,
  .sticker-copy,
  .detail-row strong,
  .field-hint,
  .form-note,
  .review-note,
  .site-footer p,
  .review-grid strong,
  .audit-form input,
  .audit-form textarea {
    font-size: 0.96rem;
  }

  .action-row {
    width: 100%;
    flex-direction: column;
  }

  .boulevard-strip {
    padding: 12px 12px 16px;
  }

  .boulevard-strip__track {
    gap: 12px;
  }

  .boulevard-stop {
    min-height: 50px;
    font-size: 0.92rem;
  }

  .westside-rail div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .westside-visual {
    min-height: 330px;
  }

  .westside-visual figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 9px 10px;
  }

  .street-scene__billboard {
    min-width: 124px;
    padding: 8px 11px 10px;
  }

  .street-scene__billboard strong {
    font-size: 1rem;
  }

  .street-scene__billboard--secondary {
    top: 21%;
  }

  .street-scene__grass--left,
  .street-scene__grass--right {
    width: 22%;
    top: 18%;
    bottom: 14%;
  }

  .street-scene__car--white {
    width: 62px;
  }

  .street-scene__car--red,
  .street-scene__car--blue {
    width: 56px;
  }

  .hood-selector__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .poster-note,
  .guarantee-note {
    transform: none;
  }

  .visual-column {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .city-panel,
  .sun-sticker,
  .product-sticker,
  .kobe-sticker {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .city-panel {
    min-height: 220px;
  }

  .palm-panel {
    height: 160px;
  }

  .sun-sticker {
    justify-self: end;
    width: 96px;
    box-shadow: 6px 6px 0 rgba(24, 17, 13, 0.1);
  }

  .product-sticker,
  .purchase-card,
  .kobe-sticker,
  .success-card {
    width: 100%;
    padding: 18px;
    transform: none;
  }

  .audit-photo-row {
    grid-template-columns: 1fr;
  }

  .wizard-shell {
    min-height: 346px;
  }

  .wizard-actions {
    flex-direction: column;
  }

  .back-action,
  .form-action {
    width: 100%;
  }

  .checkout-shell {
    min-height: 500px;
  }

  .metro-cars {
    animation-duration: 16s;
  }
}

/* Public postcard homepage */

body.page-home {
  background:
    radial-gradient(circle at 14% 88%, rgba(110, 153, 67, 0.16) 0 16%, transparent 28%),
    radial-gradient(circle at 86% 88%, rgba(110, 153, 67, 0.14) 0 18%, transparent 30%),
    linear-gradient(180deg, #d8e7fb 0%, #edf3ff 30%, #f6f0e3 70%, #efe7d6 100%);
}

body.page-home::before {
  background:
    radial-gradient(circle at 10% 96%, rgba(98, 145, 60, 0.42) 0 14%, transparent 28%),
    radial-gradient(circle at 90% 96%, rgba(98, 145, 60, 0.36) 0 14%, transparent 28%);
  opacity: 0.72;
}

body.page-home::after {
  background:
    linear-gradient(90deg, rgba(24, 76, 150, 0.08), transparent 20%, transparent 80%, rgba(201, 54, 70, 0.08));
}

#home-mail-link {
  display: inline-flex !important;
}

.postcard-shell {
  --postcard-paper: #f7efe2;
  --postcard-ink: #17120f;
  --postcard-accent: #c63e48;
  --postcard-line: rgba(23, 18, 15, 0.22);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--postcard-line);
  background:
    linear-gradient(90deg, #154890 0 24%, rgba(255, 255, 255, 0) 24% 78%, #c63e48 78% 100%) top / 100% 4px no-repeat,
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 239, 226, 0.95)),
    var(--postcard-paper);
  box-shadow:
    0 24px 56px rgba(24, 17, 13, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  color: var(--postcard-ink);
}

.postcard-shell::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.postcard-shell::after {
  content: none;
}

.postcard-copy,
.postcard-stage {
  position: relative;
  z-index: 1;
}

.postcard-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.postcard-kicker,
.postcard-buybar__eyebrow,
.stage-marquee__label,
.catalog-head__label,
.postcard-rail dt {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.postcard-kicker,
.catalog-head__label,
.postcard-rail dt {
  color: #154890;
}

.postcard-buybar__eyebrow,
.stage-marquee__label,
.catalog-head__label {
  color: var(--postcard-accent);
}

.postcard-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(23, 18, 15, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 6px 6px 0 rgba(24, 17, 13, 0.06);
}

.postcard-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--postcard-accent);
  box-shadow: 18px 0 0 #154890;
}

.postcard-title {
  margin: 0;
  max-width: 8ch;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.4rem, 5.8vw, 5.6rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--postcard-ink);
}

.postcard-body,
.postcard-note,
.postcard-buybar__note,
.stage-offer__body,
.catalog-head__note {
  margin: 0;
  font-size: 1rem;
  line-height: 1.58;
}

.postcard-body {
  max-width: 34rem;
  color: color-mix(in srgb, var(--postcard-ink) 84%, white);
}

.postcard-note,
.catalog-head__note,
.stage-ledger strong {
  max-width: 31rem;
  color: color-mix(in srgb, var(--postcard-ink) 60%, white);
}

.postcard-rail {
  margin: 2px 0 0;
  display: grid;
  gap: 0;
  border: 1px solid rgba(23, 18, 15, 0.12);
  background: rgba(255, 255, 255, 0.74);
}

.postcard-rail__row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  border-top: 1px solid var(--postcard-line);
  background: linear-gradient(90deg, rgba(21, 72, 144, 0.03), transparent 24%, transparent 76%, rgba(198, 62, 72, 0.03));
}

.postcard-rail__row:first-child {
  border-top: 0;
}

.postcard-rail__row:last-child {
  border-bottom: 0;
}

.postcard-rail dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--postcard-ink) 80%, white);
}

.postcard-buybar {
  display: grid;
  gap: 14px;
  padding: 14px 0 0;
  border-top: 1px solid var(--postcard-line);
  background: transparent;
}

.postcard-buybar__meta {
  display: grid;
  gap: 4px;
  max-width: 34rem;
}

.postcard-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.postcard-action {
  min-width: min(100%, 260px);
}

.postcard-action {
  border-color: rgba(15, 40, 85, 0.94);
  background: linear-gradient(180deg, #1c57aa 0%, #154690 52%, #10376e 100%);
  box-shadow: 8px 8px 0 rgba(15, 40, 85, 0.12);
}

.postcard-action-secondary {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--postcard-ink);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.postcard-action-secondary::after {
  content: "";
  display: block;
  margin-top: 4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #154890, #c63e48);
}

.postcard-action-secondary:hover {
  color: #154890;
}

.postcard-stage {
  display: grid;
  gap: 14px;
  align-content: start;
}

.stage-marquee {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 14px;
  align-items: center;
  padding: 12px 14px 10px;
  border: 1px solid rgba(23, 18, 15, 0.14);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

.stage-marquee::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #154890 0 68%, #c63e48 68% 100%);
}

.stage-marquee__label,
.stage-marquee__route {
  margin: 0;
}

.stage-marquee__route {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--postcard-ink) 84%, white);
}

.stage-main {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 17, 13, 0.14);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 40px rgba(24, 17, 13, 0.12);
}

.stage-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.03) brightness(0.93);
}

.stage-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%, rgba(18, 12, 9, 0.4) 100%),
    linear-gradient(90deg, rgba(15, 40, 85, 0.08), transparent 34%, transparent 72%, rgba(198, 62, 72, 0.08));
}

.stage-main::before {
  content: none;
}

.stage-main__lanes {
  display: none;
}

.stage-main {
  min-height: 500px;
}

.stage-main figcaption,
.stage-motion figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
  background: rgba(255, 252, 246, 0.9);
  border: 1px solid rgba(24, 17, 13, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--postcard-ink) 84%, white);
}

.stage-motion {
  position: relative;
  margin: 0;
  min-height: 124px;
  overflow: hidden;
  border: 1px solid rgba(24, 17, 13, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.stage-motion img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.stage-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(18, 12, 9, 0.24) 100%),
    linear-gradient(90deg, rgba(21, 72, 144, 0.04), transparent 32%, transparent 72%, rgba(198, 62, 72, 0.06));
}

.stage-status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  margin: 0;
  padding: 9px 12px;
  max-width: min(72%, 260px);
  background: rgba(255, 252, 246, 0.92);
  border: 1px solid rgba(24, 17, 13, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #154890;
}

.stage-stamp {
  position: absolute;
  top: 48px;
  right: 14px;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
  max-width: min(64%, 250px);
  background: rgba(255, 252, 246, 0.92);
  border: 1px solid rgba(24, 17, 13, 0.12);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--postcard-accent);
}

.stage-ledger {
  display: grid;
  border: 1px solid rgba(23, 18, 15, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

.catalog-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.catalog-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
}

.catalog-head__note {
  display: none;
}

.catalog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 0;
}

.stage-ledger__row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 16px;
  border-top: 1px solid rgba(23, 18, 15, 0.1);
  background: linear-gradient(90deg, rgba(21, 72, 144, 0.02), transparent 24%, transparent 74%, rgba(198, 62, 72, 0.02));
}

.stage-ledger__row:first-child {
  border-top: 0;
}

.stage-ledger__row span {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #154890;
}

.stage-ledger__row strong {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
}

.catalog-edition {
  position: relative;
  display: grid;
  gap: 0;
  padding: 8px 10px 7px;
  border: 1px solid rgba(23, 18, 15, 0.12);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.catalog-edition::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #154890 0 62%, #c63e48 62% 100%);
}

.catalog-edition:hover {
  background: rgba(255, 255, 255, 0.9);
}

.catalog-edition.is-active {
  border-color: color-mix(in srgb, var(--postcard-accent) 60%, white);
  box-shadow: inset 0 0 0 1px rgba(198, 62, 72, 0.12);
  background: rgba(255, 255, 255, 0.96);
}

.catalog-edition__index {
  display: none;
}

.catalog-edition__name {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--postcard-ink);
}

.catalog-edition__route {
  display: none;
}

.site-footer {
  display: none;
}

@media (max-width: 1040px) {
  .postcard-shell {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    gap: 6px;
  }
}

@media (max-width: 680px) {
  .postcard-shell {
    gap: 18px;
    padding: 18px 16px 20px;
  }

  .postcard-title {
    max-width: 9ch;
    font-size: clamp(3rem, 11vw, 4.2rem);
  }

  .postcard-rail__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 14px;
  }

  .postcard-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .postcard-action {
    width: 100%;
    min-width: 0;
  }

  .postcard-action-secondary {
    width: fit-content;
  }

  .stage-marquee {
    display: grid;
  }

  .stage-main {
    min-height: 340px;
  }

  .stage-motion {
    min-height: 104px;
  }

  .stage-status,
  .stage-stamp,
  .stage-main figcaption,
  .stage-motion figcaption {
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }

  .stage-stamp {
    top: 54px;
  }

  .stage-ledger__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .catalog-shell {
    align-items: flex-start;
  }

  .catalog-head__note {
    display: none;
  }
}

/* Final homepage postcard override */
body.page-home {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.84), transparent 18%),
    radial-gradient(circle at 12% 88%, rgba(99, 144, 78, 0.42), transparent 24%),
    radial-gradient(circle at 88% 86%, rgba(99, 144, 78, 0.36), transparent 26%),
    linear-gradient(180deg, #8ebbe2 0%, #dce9f4 34%, #f0e6d6 63%, #8aa369 100%);
}

body.page-home::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 30%, rgba(61, 105, 44, 0.08) 100%),
    radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 82% 82%, rgba(255, 255, 255, 0.15), transparent 22%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 34px);
  opacity: 0.9;
}

body.page-home::after {
  background:
    linear-gradient(0deg, rgba(55, 100, 41, 0.14), transparent 18%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.24), transparent 18%);
}

.page-home .page-shell {
  width: min(1040px, calc(100vw - 28px));
  padding: 16px 0 28px;
  gap: 18px;
  align-items: center;
}

.page-home .site-header {
  width: min(760px, 100%);
  align-items: center;
  gap: 12px;
}

.page-home .brand {
  gap: 10px;
}

.page-home .brand-mark {
  width: 44px;
  height: 54px;
  padding: 7px 0 6px;
  border-width: 1px;
  box-shadow: 4px 4px 0 rgba(24, 17, 13, 0.08);
}

.page-home .brand-mark strong {
  font-size: 1.2rem;
}

.page-home .brand-mark em {
  font-size: 0.58rem;
}

.page-home .brand-lockup strong {
  font-size: 1.18rem;
}

.page-home .brand-lockup span {
  font-size: 0.72rem;
}

.page-home .header-meta {
  gap: 10px;
}

.page-home .header-city,
.page-home .header-link {
  font-size: 0.76rem;
}

.page-home .header-city {
  color: rgba(20, 24, 42, 0.72);
}

.page-home .header-link {
  color: rgba(24, 17, 13, 0.68);
  text-decoration: none;
}

.postcard-shell {
  --postcard-paper: #fff7ec;
  --postcard-ink: #161210;
  --postcard-accent: #b94e3e;
  --postcard-line: rgba(22, 18, 16, 0.18);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: start;
  gap: 10px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  min-height: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.postcard-shell::before,
.postcard-shell::after {
  content: none;
}

.postcard-card {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 1.56 / 1;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 249, 240, 0.96);
  border-radius: 10px;
  background: #d8c1a0;
  box-shadow:
    0 32px 60px rgba(18, 13, 10, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.6) inset;
}

.postcard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.18), rgba(255, 248, 238, 0) 28%, rgba(23, 15, 11, 0.08) 100%),
    radial-gradient(circle at 20% 26%, rgba(255, 255, 255, 0.2), transparent 18%),
    linear-gradient(0deg, rgba(22, 16, 13, 0.18), transparent 24%);
}

.postcard-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04) brightness(0.9);
}

.postcard-card__status,
.postcard-card__greeting,
.postcard-card__city,
.postcard-card__verdict,
.postcard-card__route,
.postcard-stamp,
.postcard-stripe,
.postcard-card__caption {
  position: absolute;
  z-index: 2;
}

.postcard-card__status {
  top: 16px;
  left: 16px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(22, 18, 16, 0.16);
  background: rgba(255, 249, 240, 0.78);
  box-shadow: 3px 3px 0 rgba(22, 18, 16, 0.08);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #154890;
  transform: rotate(-8deg);
}

.postcard-card__greeting {
  top: 14%;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
  font-style: italic;
  color: rgba(86, 49, 34, 0.92);
  text-shadow: 0 2px 10px rgba(255, 249, 240, 0.42);
}

.postcard-card__city {
  inset: 24% 10% 24%;
  display: grid;
  place-items: center;
  margin: 0;
  text-align: center;
  white-space: pre-line;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(5rem, 15vw, 8.8rem);
  line-height: 0.82;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  background-position: center center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1.8px rgba(255, 248, 241, 0.94);
  text-shadow:
    3px 3px 0 rgba(21, 72, 144, 0.16),
    6px 6px 0 rgba(191, 90, 50, 0.18);
  filter: drop-shadow(0 10px 18px rgba(22, 18, 16, 0.18));
}

.postcard-card__verdict {
  left: 50%;
  bottom: 154px;
  width: min(72%, 420px);
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: clamp(0.9rem, 1.85vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: rgba(45, 30, 21, 0.94);
  text-shadow: 0 3px 14px rgba(255, 249, 240, 0.54);
}

.postcard-card__route {
  left: 26px;
  right: 164px;
  bottom: 106px;
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-transform: uppercase;
  color: rgba(255, 248, 239, 0.96);
  text-shadow: 0 3px 14px rgba(18, 13, 10, 0.4);
}

.postcard-card__caption {
  display: none;
}

.postcard-stamp {
  top: 18px;
  right: 18px;
  width: clamp(94px, 15vw, 126px);
  aspect-ratio: 0.92 / 1;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 249, 241, 0.96);
  outline: 1px solid rgba(22, 18, 16, 0.18);
  box-shadow: 0 12px 24px rgba(22, 18, 16, 0.22);
  background: rgba(255, 249, 241, 0.94);
}

.postcard-stamp img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.postcard-stripe {
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px 18px;
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.95), rgba(255, 249, 241, 0.98));
  box-shadow: 0 -10px 24px rgba(22, 18, 16, 0.14);
}

.postcard-stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    #154890 0 28px,
    #fff 28px 48px,
    #c63e48 48px 76px,
    #fff 76px 96px
  );
}

.postcard-stripe__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.postcard-stripe__eyebrow,
.postcard-stripe__note {
  margin: 0;
}

.postcard-stripe__eyebrow {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #154890;
}

.postcard-stripe__note {
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(22, 18, 16, 0.76);
}

.postcard-action {
  min-width: 220px;
  padding: 12px 18px;
  border: 1px solid rgba(17, 49, 110, 0.16);
  background: #154890;
  box-shadow: none;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.96rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.postcard-action:hover,
.postcard-action:focus-visible {
  background: #c63e48;
  transform: translateY(-1px);
}

.postcard-underwrite {
  width: min(760px, 100%);
  display: flex;
  justify-content: center;
  padding: 0 18px;
}

.postcard-underwrite__line {
  margin: 0;
  max-width: 28ch;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(22, 18, 16, 0.62);
}

@media (max-width: 760px) {
  .page-home .site-header {
    width: 100%;
    align-items: flex-start;
  }

  .page-home .header-meta {
    justify-content: flex-start;
  }

  .postcard-card {
    aspect-ratio: 1.08 / 1;
    border-width: 8px;
  }

  .postcard-card__greeting {
    top: 15%;
    font-size: 1.12rem;
  }

  .postcard-card__city {
    inset: 24% 8% 31%;
    font-size: clamp(4.4rem, 22vw, 7rem);
    -webkit-text-stroke-width: 1.4px;
  }

  .postcard-card__verdict {
    bottom: 164px;
    width: calc(100% - 40px);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
  }

  .postcard-card__route {
    left: 16px;
    right: 120px;
    bottom: 118px;
    font-size: 0.78rem;
  }

  .postcard-card__status {
    top: 12px;
    left: 12px;
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  .postcard-stamp {
    top: 14px;
    right: 14px;
    width: 86px;
    border-width: 6px;
  }

  .postcard-stripe {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 14px 15px;
  }

  .postcard-stripe__note {
    max-width: none;
    font-size: 0.84rem;
  }

  .postcard-action {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .postcard-underwrite__line {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }
}

/* Final audit onboarding override */
.page-audit .page-shell {
  width: min(1120px, calc(100vw - 32px));
  padding: 18px 0 30px;
  gap: 18px;
}

.page-audit .site-header {
  align-items: center;
}

.page-audit .header-link {
  text-decoration: none;
  color: rgba(255, 248, 238, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.page-audit .header-city {
  color: rgba(255, 248, 238, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
}

.page-audit .site-footer {
  display: none;
}

.audit-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.88fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.audit-intro {
  display: grid;
  gap: 14px;
  padding: clamp(12px, 2vw, 24px) 0;
}

.audit-intro__eyebrow,
.audit-wizard-card__kicker {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audit-intro__eyebrow {
  color: #154890;
}

.audit-intro__title {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  line-height: 0.88;
}

.audit-intro__copy {
  max-width: 28ch;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.5;
  color: rgba(24, 17, 13, 0.8);
}

.audit-intro__facts {
  display: grid;
  gap: 10px;
  max-width: 38rem;
}

.audit-intro__facts p {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(21, 72, 144, 0.18);
  background: rgba(255, 248, 238, 0.4);
  color: rgba(24, 17, 13, 0.78);
}

.audit-intro__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.audit-intro__rail span {
  padding: 8px 12px;
  border: 1px solid rgba(24, 17, 13, 0.12);
  background: rgba(255, 252, 247, 0.62);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(24, 17, 13, 0.7);
}

.audit-wizard-card,
.page-audit .success-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(24, 17, 13, 0.14);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.9);
  box-shadow: 0 24px 48px rgba(24, 17, 13, 0.14);
}

.audit-wizard-card::before,
.page-audit .success-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(24, 17, 13, 0.08);
  border-radius: 12px;
  pointer-events: none;
}

.audit-wizard-card__head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.audit-wizard-card__price {
  display: grid;
  gap: 4px;
}

.audit-wizard-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.audit-wizard-card__price-row strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.audit-wizard-card__price-row span,
.audit-wizard-card__guarantee,
.wizard-subtitle {
  color: rgba(24, 17, 13, 0.7);
}

.audit-wizard-card__guarantee,
.wizard-subtitle {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.wizard-copy {
  display: grid;
  gap: 4px;
}

.wizard-title {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wizard-progress-track {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(24, 17, 13, 0.08);
}

.wizard-progress-track__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  border-radius: inherit;
  background: linear-gradient(90deg, #154890 0%, #c63e48 100%);
  transition: width 200ms ease;
}

.wizard-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.progress-pill {
  min-width: 68px;
  padding: 8px 12px 7px;
  border: 1px solid rgba(24, 17, 13, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(24, 17, 13, 0.52);
}

.progress-pill.is-active {
  border-color: rgba(21, 72, 144, 0.26);
  background: rgba(21, 72, 144, 0.1);
  color: #154890;
}

.progress-pill.is-complete {
  border-color: rgba(198, 62, 72, 0.18);
  background: rgba(198, 62, 72, 0.08);
  color: #9e3140;
}

.audit-form--wizard {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.audit-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wizard-shell {
  position: relative;
  min-height: 0;
  height: auto;
  transition: height 180ms ease;
}

.step-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.step-panel.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.audit-form--wizard label {
  display: grid;
  gap: 8px;
}

.audit-form--wizard input,
.audit-form--wizard textarea {
  width: 100%;
  border: 1px solid rgba(24, 17, 13, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  padding: 14px 16px;
  color: var(--ink);
}

.audit-form--wizard textarea {
  resize: vertical;
  min-height: 120px;
}

.audit-form--wizard input:focus-visible,
.audit-form--wizard textarea:focus-visible,
.choice-chip:focus-visible {
  outline: 2px solid rgba(21, 72, 144, 0.28);
  outline-offset: 2px;
}

.audit-form--wizard input.is-invalid,
.audit-form--wizard textarea.is-invalid,
.choice-grid.is-invalid {
  border-color: rgba(165, 64, 45, 0.72);
  box-shadow: 0 0 0 3px rgba(165, 64, 45, 0.08);
}

.field-hint,
.review-note,
.form-note,
.tiny-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(24, 17, 13, 0.64);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 4px;
  border-radius: 18px;
}

.choice-chip {
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(24, 17, 13, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.choice-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(21, 72, 144, 0.22);
}

.choice-chip.is-selected {
  border-color: rgba(21, 72, 144, 0.32);
  background: linear-gradient(180deg, rgba(21, 72, 144, 0.12), rgba(198, 62, 72, 0.08));
  color: #154890;
}

.review-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(24, 17, 13, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.review-grid {
  display: grid;
  gap: 12px;
}

.review-grid div {
  display: grid;
  gap: 4px;
}

.review-grid span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(21, 72, 144, 0.72);
}

.review-grid strong {
  font-weight: 500;
  color: rgba(24, 17, 13, 0.82);
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.page-audit .primary-action,
.page-audit .secondary-action {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(24, 17, 13, 0.14);
  border-radius: 999px;
  box-shadow: none;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-audit .primary-action {
  background: #154890;
  color: #fff;
}

.page-audit .primary-action:hover {
  transform: translateY(-1px);
  box-shadow: none;
  background: #c63e48;
}

.page-audit .secondary-action {
  background: rgba(255, 255, 255, 0.7);
  color: rgba(24, 17, 13, 0.86);
}

.page-audit .secondary-action:hover {
  transform: translateY(-1px);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.92);
}

.page-audit .form-note.is-good {
  color: var(--success);
}

.page-audit .form-note.is-error {
  color: var(--error);
}

.page-audit .checkout-shell {
  min-height: 520px;
  margin-top: 4px;
}

.page-audit .fallback-link {
  width: 100%;
}

@media (max-width: 940px) {
  .audit-flow {
    grid-template-columns: 1fr;
  }

  .audit-intro {
    padding: 0;
  }
}

@media (max-width: 680px) {
  .page-audit .page-shell {
    width: min(100vw - 18px, 100%);
    padding-top: 14px;
  }

  .page-audit .site-header {
    align-items: flex-start;
  }

  .page-audit .header-meta {
    justify-content: flex-start;
  }

  .audit-intro {
    order: 2;
    gap: 10px;
    padding: 0;
  }

  .audit-wizard-card {
    order: 1;
  }

  .audit-intro__title {
    max-width: 6ch;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .audit-wizard-card,
  .page-audit .success-card {
    padding: 18px;
    border-radius: 16px;
  }

  .audit-intro__facts p {
    padding: 10px 12px;
    font-size: 0.92rem;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .wizard-shell {
    min-height: 0;
  }

  .wizard-actions {
    flex-direction: column;
  }

  .page-audit .primary-action,
  .page-audit .secondary-action {
    width: 100%;
  }
}

/* Dirty-tree postcard and audit cleanup */

.postcard-card__verdict {
  display: none;
}

.postcard-card__city {
  background-size: 140% auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow:
    3px 3px 0 rgba(21, 72, 144, 0.22),
    7px 7px 0 rgba(198, 62, 72, 0.2),
    11px 11px 18px rgba(18, 13, 10, 0.18);
}

.postcard-stamp {
  width: clamp(86px, 13vw, 118px);
  border: 6px solid rgba(255, 249, 241, 0.98);
  outline: 3px solid #ff6b35;
  border-radius: 8px;
  box-shadow:
    0 0 18px rgba(255, 58, 242, 0.22),
    12px 14px 24px rgba(22, 18, 16, 0.22);
  transform: rotate(8deg);
}

.postcard-stamp img {
  filter: saturate(1.06) contrast(1.04) brightness(0.96);
}

.postcard-stripe {
  overflow: hidden;
  padding: 16px 20px 18px;
  border-top: 4px solid #ffe600;
  background:
    radial-gradient(circle at 12% 30%, rgba(255, 58, 242, 0.26), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(0, 245, 212, 0.18), transparent 36%),
    linear-gradient(135deg, #0d0d1a 0%, #24103f 52%, #10162f 100%);
  box-shadow:
    0 -16px 32px rgba(22, 18, 16, 0.18),
    0 0 20px rgba(255, 58, 242, 0.18);
}

.postcard-stripe::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(0, 245, 212, 0.58);
  border-radius: 18px 18px 0 0;
  pointer-events: none;
}

.postcard-stripe__copy {
  gap: 6px;
}

.postcard-stripe__note {
  max-width: 25ch;
  font-family: "Bungee", "Bebas Neue", Impact, sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 1.04rem);
  line-height: 1.18;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff7ff;
  text-shadow:
    0 0 8px rgba(255, 58, 242, 0.78),
    0 0 18px rgba(255, 58, 242, 0.42),
    2px 2px 0 rgba(123, 47, 255, 0.5);
}

.postcard-stripe__fee {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffe600;
}

.postcard-action {
  min-width: 234px;
  border: 3px solid #ffe600;
  background: linear-gradient(90deg, #ff3af2 0%, #7b2fff 48%, #00f5d4 100%);
  box-shadow:
    0 0 20px rgba(255, 58, 242, 0.32),
    6px 6px 0 #ff6b35;
  font-size: 0.88rem;
}

.postcard-action:hover,
.postcard-action:focus-visible {
  background: linear-gradient(90deg, #00f5d4 0%, #7b2fff 45%, #ff3af2 100%);
  box-shadow:
    0 0 26px rgba(0, 245, 212, 0.34),
    8px 8px 0 #ff6b35;
  transform: translate(-2px, -2px);
}

.postcard-underwrite__line {
  letter-spacing: 0.12em;
}

.audit-flow {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.audit-wizard-card,
.page-audit .success-card {
  width: min(680px, 100%);
}

.audit-wizard-card__head {
  gap: 18px;
}

.audit-neon {
  position: relative;
  overflow: hidden;
  padding: 16px 18px;
  border: 4px solid #ffe600;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 24%, rgba(255, 58, 242, 0.24), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(0, 245, 212, 0.18), transparent 34%),
    linear-gradient(135deg, #130f26 0%, #28124b 55%, #09172f 100%);
  box-shadow:
    0 0 26px rgba(255, 58, 242, 0.22),
    10px 10px 0 rgba(0, 245, 212, 0.72);
}

.audit-neon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  pointer-events: none;
}

.audit-neon__market,
.wizard-kicker {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audit-neon__market {
  color: #00f5d4;
}

.audit-neon__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.audit-neon__copy {
  display: grid;
  gap: 8px;
}

.audit-neon__line {
  margin: 0;
  font-family: "Bungee", "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.22rem, 2.8vw, 2rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(255, 58, 242, 0.82),
    0 0 20px rgba(255, 58, 242, 0.42),
    2px 2px 0 rgba(123, 47, 255, 0.52);
}

.audit-neon__line--alt {
  color: #ffe600;
  text-shadow:
    0 0 10px rgba(255, 230, 0, 0.74),
    0 0 18px rgba(255, 230, 0, 0.34),
    2px 2px 0 rgba(255, 107, 53, 0.46);
}

.audit-neon__fee {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.audit-neon__fee strong {
  margin-right: 8px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #00f5d4;
}

.audit-neon__stamp {
  width: 108px;
  aspect-ratio: 0.92 / 1;
  margin: 0;
  overflow: hidden;
  border: 6px solid rgba(255, 249, 241, 0.98);
  outline: 3px solid #ff3af2;
  border-radius: 10px;
  box-shadow:
    0 0 18px rgba(0, 245, 212, 0.2),
    8px 10px 0 rgba(255, 107, 53, 0.78);
  transform: rotate(8deg);
}

.audit-neon__stamp img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.wizard-progress-track {
  height: 10px;
  border: 1px solid rgba(255, 230, 0, 0.18);
  background: rgba(19, 15, 38, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 58, 242, 0.08);
}

.wizard-progress-track__fill {
  background: linear-gradient(90deg, #ff3af2 0%, #ffe600 50%, #00f5d4 100%);
  box-shadow: 0 0 18px rgba(255, 58, 242, 0.28);
}

.page-audit .primary-action {
  border: 3px solid #ffe600;
  background: linear-gradient(90deg, #ff3af2 0%, #7b2fff 45%, #00f5d4 100%);
  box-shadow:
    0 0 20px rgba(255, 58, 242, 0.18),
    6px 6px 0 rgba(255, 107, 53, 0.72);
}

.page-audit .primary-action:hover {
  background: linear-gradient(90deg, #00f5d4 0%, #7b2fff 45%, #ff3af2 100%);
  box-shadow:
    0 0 24px rgba(0, 245, 212, 0.24),
    8px 8px 0 rgba(255, 107, 53, 0.72);
  transform: translate(-2px, -2px);
}

.page-audit .secondary-action {
  border: 2px solid rgba(19, 15, 38, 0.18);
}

@media (max-width: 760px) {
  .postcard-card__city {
    background-size: 170% auto;
  }

  .postcard-stamp {
    top: 10px;
    right: 8px;
    width: 76px;
    border-width: 5px;
    outline-width: 2px;
    transform: rotate(6deg);
  }

  .postcard-stripe {
    padding: 14px 14px 15px;
  }

  .postcard-stripe__note {
    max-width: none;
    font-size: 0.78rem;
  }

  .postcard-stripe__fee {
    font-size: 0.68rem;
  }
}

@media (max-width: 680px) {
  .audit-neon {
    padding: 14px 14px 16px;
  }

  .audit-neon__body {
    grid-template-columns: 1fr;
  }

  .audit-neon__stamp {
    width: 88px;
    justify-self: start;
    margin-top: 2px;
  }

  .audit-neon__line {
    font-size: clamp(1rem, 7vw, 1.42rem);
  }

  .audit-wizard-card,
  .page-audit .success-card {
    width: 100%;
  }
}
