/* Hero typography and device */
.hero-kicker-top {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--hero-ink-muted);
  margin: 0 0 var(--hero-space-2);
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--compare-good-text);
  background: rgba(220, 252, 231, 0.55);
  border: 1px solid rgba(21, 128, 61, 0.1);
  padding: 0.26rem 0.55rem;
  border-radius: var(--radius-pill);
  margin: 0 0 var(--hero-space-2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-location[hidden] {
  display: none !important;
}

.hero-h1-lead {
  display: inline;
}

.hero-lead {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(26, 24, 24, 0.9);
  line-height: 1.45;
  letter-spacing: -0.014em;
  margin: 0 0 0.35rem;
  max-width: 20rem;
}

.hero-tag2 {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--hero-ink-muted);
  line-height: 1.5;
  letter-spacing: -0.006em;
  margin: 0 0 var(--hero-space-2);
  max-width: 20rem;
}

/* Horizontal trust rows (compact, beside phone) */
.hero-trust-bar {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  width: max-content;
  max-width: 14.5rem;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.65rem;
  padding: 0.38rem 0.55rem;
  border-radius: 9px;
  border: 1px solid rgba(15, 13, 11, 0.09);
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 13, 11, 0.05);
}

.hero-trust-row-icon {
  flex-shrink: 0;
  width: 2.03125rem;
  height: 2.03125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #111;
  color: #fff;
}

.hero-trust-row-icon svg {
  width: 1.171875rem;
  height: 1.171875rem;
  display: block;
}

.hero-trust-row-text {
  font-family: var(--font-body);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink);
  white-space: normal;
}

@media (min-width: 768px) {
  .hero-kicker-top {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    margin-bottom: var(--hero-space-3);
  }

  .hero-location {
    font-size: 0.625rem;
    padding: 0.3rem 0.65rem;
    margin-bottom: var(--hero-space-3);
  }

  .hero-lead {
    font-size: 1.1875rem;
    margin-bottom: 0.45rem;
    max-width: 26rem;
  }

  .hero-tag2 {
    font-size: 1rem;
    margin-bottom: var(--hero-space-3);
    max-width: 24rem;
  }
}

@media (min-width: 768px), ((min-width: 520px) and (min-aspect-ratio: 1/1)) {
  .hero-trust-bar {
    width: 50%;
    max-width: 50%;
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-trust-row {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.5rem 0.75rem;
    gap: 0.65rem;
    border-radius: 10px;
  }

  .hero-trust-row-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
  }

  .hero-trust-row-icon svg {
    width: 1.4375rem;
    height: 1.4375rem;
  }

  .hero-trust-row-text {
    flex: 1;
    font-size: 1.0625rem;
    text-align: center;
    padding-right: calc(2.5rem + 0.65rem);
    white-space: normal;
  }
}

@media (min-width: 960px) {
  .hero-trust-row {
    min-height: 3.375rem;
    padding: 0.55rem 0.85rem;
    border-radius: 11px;
  }

  .hero-trust-row-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9px;
  }

  .hero-trust-row-icon svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .hero-trust-row-text {
    font-size: 1.1375rem;
    padding-right: calc(2.75rem + 0.65rem);
  }
}

.pulse-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange-primary);
  animation: pulse-breathe 2s infinite;
  flex-shrink: 0;
}

.pulse-dot--green {
  background: var(--compare-good-text);
}

@keyframes pulse-breathe { 0%,100%{opacity:1} 50%{opacity:.25} }

/* Hero phone */
.hero-visual .phone-frame {
  position: relative;
  z-index: 1;
  width: var(--hero-phone-w);
  aspect-ratio: 9 / 19.5;
  padding: 4px;
  border-radius: 1.4rem;
  background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 55%, #151515 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 2px 8px rgba(15, 13, 11, 0.08),
    0 12px 32px rgba(224, 90, 53, 0.14),
    0 24px 48px rgba(15, 13, 11, 0.1);
}

.hero-phone-glow {
  background: radial-gradient(ellipse, rgba(224, 90, 53, 0.14) 0%, rgba(245, 124, 110, 0.06) 40%, transparent 72%);
}

@media (min-width: 768px) {
  .hero-visual .phone-frame {
    width: var(--hero-phone-w, min(268px, 100%));
    padding: 7px;
    border-radius: 1.95rem;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.07) inset,
      0 4px 12px rgba(15, 13, 11, 0.06),
      0 20px 48px rgba(224, 90, 53, 0.16),
      0 40px 80px rgba(15, 13, 11, 0.1);
  }
}

.hero-visual .phone-frame::before {
  width: 28%;
  height: 14px;
  top: 8px;
  border-radius: 0 0 10px 10px;
  z-index: 4;
}

@media (min-width: 768px) {
  .hero-visual .phone-frame::before {
    height: 18px;
    top: 10px;
    border-radius: 0 0 11px 11px;
  }
}

.hero-visual .phone-screen {
  border-radius: 1.2rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-visual .phone-screen { border-radius: 1.4rem; }
}

.ui-app-home {
  font-family: var(--font-body);
  font-size: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f5f5f7;
  color: var(--ink);
  overflow: hidden;
}

@media (min-width: 768px) {
  .ui-app-home { font-size: 7px; }
}

.ui-app-status {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.95em;
  padding: 0.75em 1.25em 0;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.ui-app-header {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 2em 1fr auto;
  align-items: center;
  gap: 0.45em;
  padding: 0.25em 0.9em 0.65em;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 13, 11, 0.05);
}

.ui-app-logo {
  width: 2em;
  height: 2em;
  max-width: 2em;
  max-height: 2em;
  object-fit: contain;
  display: block;
}

.ui-app-loc-pill {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.4em 0.65em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 13, 11, 0.06);
  color: var(--orange-primary);
  font-size: 0.9em;
  font-weight: 600;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 13, 11, 0.04);
}

.ui-pin {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  opacity: 0.9;
}

.ui-app-venue-chip {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0.4em 0.55em;
  border-radius: 999px;
  background: var(--orange-primary);
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.ui-app-welcome {
  flex-shrink: 0;
  text-align: center;
  padding: 0.7em 1em 0.5em;
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(15, 13, 11, 0.04);
}

.ui-app-welcome-kicker {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hero-ink-muted);
  margin: 0 0 0.2em;
}

.ui-app-welcome-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.55em;
  line-height: 1.12;
  letter-spacing: -0.022em;
  margin: 0 0 0.15em;
  color: var(--ink);
}

.ui-app-welcome-sub {
  font-size: 1em;
  color: var(--hero-ink-muted);
  font-weight: 500;
  margin: 0;
}

.ui-app-pills {
  flex-shrink: 0;
  display: flex;
  gap: 0.35em;
  padding: 0.5em 0.9em;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
}

.ui-filter-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  font-size: 0.88em;
  font-weight: 500;
  padding: 0.38em 0.58em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: rgba(26, 24, 24, 0.72);
  border: 1px solid rgba(15, 13, 11, 0.05);
  box-shadow: 0 1px 2px rgba(15, 13, 11, 0.03);
  white-space: nowrap;
}

.ui-filter-pill.is-active,
.ui-filter-pill:first-child {
  background: rgba(224, 90, 53, 0.1);
  border-color: rgba(224, 90, 53, 0.18);
  color: var(--orange-primary);
  font-weight: 600;
}

.ui-filter-pill img {
  width: 1.2em;
  height: 1.2em;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.ui-app-scroll {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 0.35em 0 0;
}

.ui-feed-section {
  padding: 0 1em 0.45em;
}

.ui-feed-section-title {
  display: flex;
  align-items: center;
  gap: 0.35em;
  font-size: 1.05em;
  font-weight: 700;
  margin: 0 0 0.35em;
  letter-spacing: -0.015em;
  color: rgba(26, 24, 24, 0.88);
}

.ui-feed-card {
  display: grid;
  grid-template-columns: 4.8em 1fr;
  gap: 0.45em;
  align-items: center;
  background: #fff;
  border-radius: 0.7em;
  padding: 0.32em;
  box-shadow: 0 1px 4px rgba(15, 13, 11, 0.05);
  border: 1px solid rgba(15, 13, 11, 0.04);
}

.ui-feed-img {
  height: 4.8em;
  border-radius: 0.55em;
  position: relative;
  overflow: hidden;
  background: var(--cream-app);
}

.ui-feed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ui-feed-badge {
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--orange-primary);
  color: #fff;
  padding: 0.15em 0.45em;
  border-radius: 999px;
  line-height: 1.2;
}

.ui-feed-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  padding-right: 0.15em;
}

.ui-feed-body strong {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-feed-body span {
  font-size: 0.9em;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-feed-body em {
  font-style: normal;
  font-size: 1em;
  font-weight: 800;
  color: var(--orange-primary);
}

.ui-app-tabs {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  padding: 0.55em 0.45em 0.75em;
  border-top: 1px solid var(--line);
  background: #fff;
  font-size: 0.95em;
  font-weight: 600;
  color: var(--ink-soft);
}

.ui-app-tabs .is-on {
  color: var(--orange-primary);
  font-weight: 800;
}

.ui-feed-card + .ui-feed-card {
  margin-top: 0.28em;
}

.ui-feed-card--spotlight {
  border-color: rgba(224, 90, 53, 0.22);
  box-shadow:
    0 2px 8px rgba(224, 90, 53, 0.12),
    0 1px 4px rgba(15, 13, 11, 0.05);
  background: linear-gradient(135deg, #fff 0%, #fffaf7 100%);
}

.ui-feed-badge--green {
  background: #34c759;
}

.ui-feed-badge--dark {
  background: rgba(26, 24, 24, 0.82);
}

.ui-app-home--hero {
  background: linear-gradient(180deg, #fff8f4 0%, #f5f5f7 18%, #f5f5f7 100%);
}

.ui-app-home--hero .ui-app-scroll {
  position: relative;
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
}

.ui-app-home--hero .ui-feed-section {
  padding-bottom: 0.25em;
}

.ui-app-home--hero .ui-feed-section-title {
  font-size: 0.92em;
  margin-bottom: 0.28em;
}

.ui-app-home--hero .ui-feed-card {
  grid-template-columns: 3.6em 1fr;
  gap: 0.35em;
  padding: 0.28em;
  border-radius: 0.55em;
}

.ui-app-home--hero .ui-feed-img {
  height: 3.6em;
  border-radius: 0.45em;
}

.ui-app-home--hero .ui-feed-body strong {
  font-size: 0.95em;
}

.ui-app-home--hero .ui-feed-body span {
  font-size: 0.82em;
}

.ui-app-home--hero .ui-feed-body em {
  font-size: 0.88em;
}

.ui-app-home--hero .ui-app-tabs {
  padding: 0.4em 0.35em 0.55em;
  font-size: 0.85em;
}

@media (max-width: 767px) {
  .ui-filter-pill:nth-child(n+3) { display: none; }
  .ui-feed-section:nth-child(n+3) { display: none; }
  .ui-app-welcome-kicker { display: none; }
  .ui-app-welcome { padding: 0.55em 1em 0.45em; }
  .ui-app-welcome-title { font-size: 1.45em; }

  .ui-app-home--hero {
    font-size: 5.5px;
  }

  .ui-app-home--hero .ui-app-welcome {
    display: none !important;
  }

  .ui-app-home--hero .ui-app-tabs {
    display: none;
  }

  .ui-app-home--hero .ui-app-venue-chip {
    font-size: 0.72em;
    padding: 0.35em 0.45em;
  }

  .ui-app-home--hero .ui-app-header {
    padding-bottom: 0.45em;
  }

  .ui-app-home--hero .ui-app-pills {
    padding: 0.3em 0.65em;
  }

  .ui-app-home--hero .ui-filter-pill:nth-child(n+3) {
    display: inline-flex;
  }

  .ui-app-home--hero .ui-filter-pill:nth-child(n+4) {
    display: none;
  }

  .ui-app-home--hero .ui-feed-section:nth-child(n+3) {
    display: block;
  }

  .ui-app-home--hero .ui-feed-section:nth-child(n+5) {
    display: none;
  }

  .ui-app-home--hero .ui-app-status {
    padding-top: 0.55em;
    font-size: 0.88em;
  }

  .ui-app-home--hero .ui-app-scroll {
    mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
  }
}

@media (min-width: 768px) {
  .ui-app-home--hero .ui-feed-card {
    grid-template-columns: 4.4em 1fr;
  }

  .ui-app-home--hero .ui-feed-img {
    height: 4.4em;
  }
}

.ui-welcome {
  position: relative;
  font-family: var(--font-body);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--ink);
  overflow: hidden;
}
.ui-welcome .ui-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 8px;
  padding: 10px 14px 0;
  color: #fff;
}
.ui-welcome-hero {
  height: 42%;
  min-height: 96px;
  background:
    linear-gradient(180deg, rgba(15,13,11,.08) 0%, rgba(15,13,11,.45) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23F57C6E'/%3E%3Cstop offset='100%25' stop-color='%23E05A35'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='400' height='300' fill='url(%23g)'/%3E%3Ccircle cx='320' cy='70' r='48' fill='rgba(255,255,255,.18)'/%3E%3Ccircle cx='80' cy='220' r='64' fill='rgba(255,255,255,.12)'/%3E%3C/svg%3E") center/cover;
}
.ui-welcome-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px 20px;
  text-align: center;
}
.ui-welcome-kicker {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}
.ui-welcome-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}
.ui-welcome-sub {
  font-size: 9px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0;
}
.ui-mock { font-family: var(--font-body); font-size: 10px; padding: 8px 10px 10px; height: 100%; display: flex; flex-direction: column; background: var(--cream-app); color: var(--ink); }
.ui-status { display: flex; justify-content: space-between; font-weight: 700; font-size: 9px; padding: 4px 4px 2px; }
.ui-topbar { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.ui-logo-dot { width: 24px; height: 24px; border-radius: 8px; background: var(--orange-wash); }
.ui-pill { flex: 1; text-align: center; background: var(--orange-wash); border-radius: 999px; padding: 4px 8px; font-weight: 600; font-size: 9px; color: var(--orange-primary); }
.ui-cta-pill { background: var(--orange-primary); color: #fff; border-radius: 999px; padding: 4px 8px; font-weight: 700; font-size: 8px; white-space: nowrap; }
.ui-pills-row { display: flex; gap: 4px; margin-bottom: 8px; flex-wrap: wrap; }
.ui-pills-row span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; font-size: 8px; font-weight: 600; }
.ui-section-label { font-weight: 800; font-size: 10px; margin-bottom: 6px; }
.ui-deal-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-card); margin-bottom: 8px; animation: ui-card-float 4s ease-in-out infinite; }
@keyframes ui-card-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }
.ui-deal-img { height: 88px; background: linear-gradient(135deg, #2a1f16, #5a4030); position: relative; }
.ui-badge { position: absolute; top: 6px; right: 6px; background: var(--orange-primary); color: #fff; font-size: 7px; font-weight: 700; padding: 2px 6px; border-radius: 999px; }
.ui-venue-name { position: absolute; bottom: 6px; left: 8px; color: #fff; font-size: 8px; font-weight: 600; }
.ui-deal-body { padding: 8px; }
.ui-deal-body strong { display: block; font-size: 10px; margin-bottom: 4px; }
.ui-deal-meta { display: flex; gap: 8px; font-size: 8px; color: var(--ink-soft); align-items: center; }
.ui-price { margin-left: auto; font-weight: 800; color: var(--orange-primary); font-size: 11px; }
.ui-live-strip { background: var(--orange-wash); border-radius: 8px; padding: 6px 8px; font-size: 8px; font-weight: 700; color: var(--orange-primary); display: flex; align-items: center; gap: 6px; margin-bottom: auto; }
.ui-nav { display: flex; justify-content: space-around; border-top: 1px solid var(--line); padding-top: 8px; font-size: 7px; color: var(--ink-soft); }
.ui-nav .on { color: var(--orange-primary); font-weight: 700; }
.story-intro { margin-bottom: 2.5rem; text-align: center; max-width: 36rem; margin-inline: auto; }
.story-intro h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.75rem,4vw,2.5rem); margin-bottom: 0.75rem; color: #fff; }
.story-lede { font-size: 1.1rem; line-height: 1.65; color: var(--ink-soft); margin-bottom: 1rem; }
.story-chapter { margin-bottom: 1.5rem; padding: 1.5rem; background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.story-chapter-alt { background: var(--cream-app); }
.story-chapter-dark { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.story-chapter-dark h3 { color: #fff; }
.story-chapter-dark p { color: rgba(255,255,255,.55); }
.story-chapter-inner { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width:768px){ .story-chapter-inner { grid-template-columns: 1fr 1fr; gap: 2rem; } }
.story-num { font-family: var(--font-display); font-weight: 900; font-size: 0.75rem; letter-spacing: 0.15em; color: var(--orange-primary); opacity: .7; display: block; }
.story-chapter h3 { font-family: var(--font-display); font-weight: 900; font-size: 1.45rem; margin: 0.4rem 0; letter-spacing: -0.02em; }
.story-chapter p { font-size: 0.95rem; line-height: 1.65; color: var(--ink-soft); margin-bottom: 0.65rem; }
.story-aside { font-weight: 600; color: var(--ink) !important; font-size: 0.85rem !important; }
.story-bullets li { position: relative; padding-left: 1.1rem; font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 0.35rem; }
.story-bullets li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-primary); }
.lf-icon { width: 44px; height: 44px; color: var(--orange-primary); margin: 0.25rem 0; }
.lf-icon svg { width: 100%; height: 100%; }
.lf-icon-lg { width: 52px; height: 52px; margin-inline: auto; }
.lf-icon-light { color: var(--orange-ui); }
.story-lofi-wrap { display: flex; justify-content: center; }
.story-lofi-wrap img { max-width: 200px; filter: drop-shadow(0 12px 32px rgba(15,13,11,.12)); }
.story-lofi-wrap.dark img { filter: drop-shadow(0 12px 32px rgba(0,0,0,.4)); }
.mini-mock { background: var(--white); border-radius: 16px; padding: 1rem; border: 1px solid var(--line); box-shadow: var(--shadow-soft); font-size: 0.8rem; }
.mm-header { font-weight: 800; margin-bottom: 0.75rem; }
.mm-row { display: flex; justify-content: space-between; margin-bottom: 0.35rem; }
.mm-row.muted { color: var(--ink-soft); font-size: 0.75rem; }
.mm-row .ok { color: var(--orange-primary); font-weight: 700; }
.mm-btn { margin-top: 0.75rem; background: var(--orange-primary); color: #fff; text-align: center; padding: 0.5rem; border-radius: 10px; font-weight: 700; font-size: 0.75rem; }
.hidden-fees { margin: 2.5rem 0; padding: 2rem 1.5rem; background: var(--charcoal); border-radius: var(--radius-lg); color: #fff; }
.hidden-fees-head { text-align: center; margin-bottom: 1.5rem; }
.hidden-fees-head h3 { font-family: var(--font-display); font-size: 1.75rem; font-weight: 900; margin: 0.5rem 0; }
.hidden-fees-head p { color: rgba(255,255,255,.5); font-size: 0.95rem; }
.fee-compare-table,
.fee-venue-block {
  max-width: 40rem;
  margin-inline: auto;
}
.fee-compare-head,
.fee-compare-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
}
.fee-compare-head {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 0.5rem;
  margin-bottom: 0.25rem;
}
.fee-compare-head .us { color: var(--orange-ui); }
.fee-compare-row {
  background: rgba(255,255,255,.04);
  border-radius: var(--radius-md);
  margin-bottom: 0.5rem;
}
.fee-label { font-weight: 600; color: rgba(255,255,255,.85); }
.fee-bad { color: #ff8a7a; font-size: 0.8rem; }
.fee-good { color: #7dcea0; font-weight: 700; font-size: 0.8rem; }
.fee-venue-block {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.fee-venue-block h4 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0.75rem;
  color: var(--orange-ui);
}
@media (max-width: 640px) {
  .fee-compare-head { display: none; }
  .fee-compare-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: center;
  }
  .fee-label { font-size: 0.9rem; margin-bottom: 0.15rem; }
}
.hidden-fees-save {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(224,90,53,.15);
  border-radius: var(--radius-md);
  flex-wrap: wrap;
  text-align: left;
}
.hidden-fees-save img { flex-shrink: 0; }
.hidden-fees-save strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #fff;
  display: block;
  margin-bottom: 0.15rem;
}
.hidden-fees-save span { font-size: 0.85rem; color: rgba(255,255,255,.55); display: block; }
.receipt .red { color: #ff6b5b; }
.receipt .org { color: var(--orange-ui); }
.story-steps { margin-top: 2rem; padding: 1.5rem; background: var(--beige-2, #EDE7DC); border-radius: var(--radius-lg); }
.story-steps-title { font-family: var(--font-display); font-weight: 900; text-align: center; margin-bottom: 1.25rem; }
.story-step-list { display: grid; gap: 1rem; list-style: none; padding: 0; margin: 0; }
@media(min-width:640px){ .story-step-list { grid-template-columns: repeat(3,1fr); } }
.story-step-list li { display: flex; gap: 0.75rem; background: var(--white); padding: 1rem; border-radius: var(--radius-md); }
.story-step-list li span { width: 28px; height: 28px; border-radius: 50%; background: var(--orange-primary); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.85rem; }
.story-step-list strong { display: block; font-size: 0.9rem; margin-bottom: 0.15rem; }
.story-step-list p { font-size: 0.8rem; color: var(--ink-soft); margin: 0; }
.story-expand { margin-top: 0.5rem; }
.story-expand-btn { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); padding: 0.65rem 1rem; border-radius: 999px; font-size: 0.8rem; font-weight: 600; width: 100%; }
.story-expand-body { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.story-expand.is-open .story-expand-body { max-height: 400px; }
.bar-compare.compact { margin-top: 0.75rem; }
.price-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-ui); margin-bottom: 0.5rem; }
@media (prefers-reduced-motion: reduce) { .ui-deal-card { animation: none; } .pulse-dot { animation: none; } }
