/* Builder V2 canonical CSS — shared between style picker (/hero-variants),
   Builder preview (/landing-build) and final landing (/build).
   Source of truth: V2 Hero A baseline ratified 2026-05-05 from
   render_block_preview('hero','A', state) with palette 0 (Tech Green dark).

   Scoped under .hero so popup/sticky/pricing CTAs remain primary-coloured.
   Component rules only — wrapper/crop styles live in _hero_preview_extra_css. */

section.hero {
  padding: 28px var(--section-pad-x) 28px;
}

.hero .hero-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.hero .hero-row .badge,
.hero .hero-row .start-pill {
  font-size: var(--fs-badge);
  letter-spacing: 1.2px;
  padding: 6px 12px;
  margin: 0;
  white-space: nowrap;
  line-height: 1.2;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-body, Inter, sans-serif);
}

.hero .hero-row .badge {
  flex: 1 1 auto;
  justify-content: center;
}

.hero .hero-row .start-pill {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero .price-new {
  color: var(--accent);
  font-size: 32px;
  letter-spacing: -1px;
}

.hero .price-arrow {
  color: var(--text-dim);
  margin: 0 6px;
  font-weight: 600;
}

.hero .price-old {
  font-size: var(--fs-body);
}

.hero .cta {
  background: var(--accent);
  color: #fff;
}

.hero .cta:hover {
  background: var(--accent-hover, var(--accent));
  opacity: 0.92;
}

.hero .ps {
  margin-top: 6px;
}

/* Sticky bar + popup CTA/price — accent override.
   Verbatim copy from styles-{dark,light}.css (which the new 12-palette flow does
   NOT link, so canonical styles-base.css default --primary leaked through into
   final V2 landings). Yan ratified 2026-05-05: sticky/popup CTA + price must
   match Hero accent in V2. PROD/V1 sessions still load styles-{dark,light}.css
   so they keep the same look there. */
.sticky-btn {
  background: var(--accent);
  color: #fff;
}
.sticky-btn:hover {
  background: var(--accent-hover);
}
.sticky-new {
  color: var(--accent);
}
.popup-cta {
  background: var(--accent);
  color: #fff;
}
.popup-cta:hover {
  background: var(--accent-hover);
}
.popup-price-new {
  color: var(--accent);
}

/* Testimonials C — screenshot reviews carousel.
   Final V2 landing renders the same partial as Builder preview, but final does
   not load styles-builder-variants.css. Keep the carousel component rules in
   canonical CSS so uploaded testimonial screenshots stay horizontally swipeable
   after /build regeneration. Verbatim from styles-builder-variants.css. */
.phone-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}
.phone-carousel::-webkit-scrollbar { display: none; }
.phone-carousel-item {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 85%;
}

/* Gallery A/B/C — optional outside-landing visual block.
   Builder preview already had these rules in styles-builder-variants.css, but
   final V2 landings only copy styles-v2-canonical.css. Keep the approved
   showcase gallery visuals available after /build regeneration without loading
   preview harness CSS in production. Selectors are gallery-only and do not
   touch frozen core A blocks. */
.gallery-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}
.gallery-strip::-webkit-scrollbar { display: none; }
.gallery-card {
  min-width: 78%;
  height: 190px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--card-bg), color-mix(in srgb, var(--primary) 20%, var(--bg-b)));
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
}
.gallery-card::after {
  content: attr(data-label);
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .38);
  color: #fff;
  font-size: var(--fs-caption);
  backdrop-filter: blur(8px);
}
.gallery-card[data-label=""]::after,
.gallery-card:not([data-label])::after { display: none !important; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gallery-tile {
  height: 130px;
  border-radius: 14px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--primary) 26%, var(--card-bg)), var(--bg-surface));
  position: relative;
  overflow: hidden;
}
.gallery-tile span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: var(--overlay-text);
  font-size: var(--fs-caption);
  font-weight: 600;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ba-panel {
  height: 220px;
  border-radius: 16px;
  background: var(--card-bg);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
}
.ba-panel b {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: var(--fs-caption);
}
.ba-panel p {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color: var(--overlay-text);
  font-size: var(--fs-caption);
  line-height: 1.35;
}
@media (max-width: 480px) {
  .gallery-card { min-width: 82%; height: 170px; }
  .ba-panel { height: 190px; }
}

/* ───────────── Shared photo-frame contract ─────────────
   wrapper = shape (size + border-radius + overflow:hidden)
   inner img = crop (object-fit:cover + object-position + transform:scale)
   Used by author A/B (circle), author C/D (rounded). buildPhotoEditor() picks
   the editor stage shape from PHOTO_SHAPES so the crop preview is WYSIWYG. */
.photo-frame {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.photo-frame--circle { border-radius: 50%; }
.photo-frame--rounded { border-radius: 12px; }
.photo-frame > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* Author A photo wrapper: 2px ring + shadow that .author-avatar (initials
   fallback) provides on the placeholder. Apply to the photo wrapper to keep
   visual parity between photo and initials states. */
.author-photo {
  border: 2px solid var(--primary-border);
  box-shadow: var(--shadow-md);
}

/* ────────────────────────────────────────────────────────────
   Commercial/showcase variant component contract — final render only.

   Builder preview already has these generic showcase primitives in
   styles-builder-variants.css. Final V2 landings do not load that preview-only
   file, so non-A commercial variants (bonuses B/C, bundle B/C, timer B/C/D,
   pricing B/C, footer B/C) lost their surfaces/cards/countdown boxes after
   export. Scoped to `.page-wrap` and to the non-production taxonomy classes;
   frozen A production partials (`.hero`, `.bonus-card`, `.timer-section`,
   `footer`, `.sticky`, `.popup-*`) are not targeted here. */

.page-wrap .section-a { background: var(--bg-a); padding: var(--section-pad-top) 20px var(--section-pad-bottom); }
.page-wrap .section-b { background: var(--bg-b); padding: var(--section-pad-top) 20px var(--section-pad-bottom); }

.page-wrap .section-a h2,
.page-wrap .section-b h2,
.page-wrap .section-a h3,
.page-wrap .section-b h3 {
  font-family: var(--font-heading);
  color: var(--text-primary, var(--text));
  letter-spacing: var(--heading-letter, -0.02em);
}
.page-wrap .section-a h2,
.page-wrap .section-b h2 { font-size: var(--fs-section-title); line-height: 1.22; font-weight: var(--heading-weight, 700); }
.page-wrap .section-a h3,
.page-wrap .section-b h3 { font-size: 17px; line-height: 1.3; font-weight: var(--subheading-weight, 700); }
.page-wrap .section-a p,
.page-wrap .section-b p { color: var(--text-secondary, var(--text-muted)); font-size: var(--fs-body); line-height: 1.55; }

.page-wrap .card {
  background: var(--card-bg);
  border: var(--card-border, 0);
  border-left: 3px solid var(--primary);
  border-radius: 12px;
  padding: 16px 20px;
  transition: transform 0.2s;
}
.page-wrap .card:hover { transform: translateY(-2px); }

.page-wrap .countdown-boxes {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.page-wrap .countdown-box {
  background: var(--card-bg);
  border-radius: 10px;
  padding: 12px 14px;
  text-align: center;
  min-width: 60px;
}
.page-wrap .countdown-box .num {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}
.page-wrap .countdown-box .lbl {
  font-size: 10px;
  color: var(--text-secondary, var(--text-muted));
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page-wrap .section-a,
  .page-wrap .section-b { padding: 38px 16px 32px; }
}

/* ────────────────────────────────────────────────────────────
   Hero B/C/D/E component contract — verbatim port from
   styles-builder-variants.css (2026-05-06, BLOCKER fix).
   Hero A canonical is above (.hero scope, lines 9-76).
   B/C/D/E use a different class taxonomy: .section-hero wrapper,
   .cta-btn / .bullet-list / .tech-row / .tech-tag children, plus
   variant helpers .hero-top-row, .hero-start-badge, .hero-brand-split,
   .hero-method-pill, .hero-e-copy, .hero-bullet-pill, .bullet-list.hero-bullets-one-line.
   Without these in canonical, final V2 landing breaks for any active
   B/C/D/E because styles-builder-variants.css is preview-only and not
   copied to /share/landings... per-slug. Duplicates in builder-variants.css
   stay (preview keeps loading both — rules are identical, no cascade conflict). */

.section-hero {
  background: var(--bg-a);
  background-image: var(--hero-gradient, none);
  padding: var(--section-pad-top) 20px var(--section-pad-bottom);
}

.cta-btn {
  background: var(--accent);
  color: var(--cta-text, #fff);
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-size: var(--fs-card-title);
  font-weight: 600;
  font-family: var(--font-heading);
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s, transform 0.15s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

.bullet-list { list-style: none; padding: 0; }
.bullet-list li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  font-size: var(--fs-body);
  color: var(--text-secondary);
}
.bullet-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

.tech-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tech-tag {
  background: color-mix(in srgb, var(--primary) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary) 15%, transparent);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: var(--fs-caption);
  color: var(--text-secondary);
}

.hero-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
}
.hero-top-row .badge {
  margin-bottom: 0 !important;
  font-size: 8px !important;
  letter-spacing: .85px !important;
  padding: 6px 10px !important;
  white-space: nowrap;
  flex: 0 1 auto;
}
.hero-start-badge {
  display: inline-block;
  background: rgba(255, 255, 255, .045);
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .85px;
  text-transform: uppercase;
  padding: 6px 9px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .09);
  white-space: nowrap;
  flex: 0 0 auto;
}
.hero-start-badge strong { color: var(--primary); font-weight: 800; }

.hero-brand-split {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-primary);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.hero-brand-split span { color: var(--primary); }

.hero-method-pill {
  display: inline-block;
  max-width: 320px;
  background: color-mix(in srgb, var(--card-bg) 82%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: var(--card-border);
  border-radius: 12px;
  padding: 8px 10px;
  color: var(--text-warm);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.bullet-list.hero-bullets-one-line {
  max-width: none !important;
  width: 100%;
}
.bullet-list.hero-bullets-one-line li {
  white-space: nowrap;
  font-size: var(--fs-caption);
  line-height: 1.28;
  padding-top: 3px;
  padding-bottom: 3px;
}

.hero-e-copy {
  position: relative;
  z-index: 4;
  padding: 36px 20px 32px;
  text-align: center;
}
.hero-e-copy .hero-method-pill {
  display: block;
  text-align: left;
  margin: 0 0 18px;
  max-width: 315px;
}
.hero-e-copy .bullet-list.hero-bullets-one-line {
  width: 360px;
  max-width: 360px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero-bullet-pill {
  background: color-mix(in srgb, var(--card-bg) 82%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: var(--card-border);
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
/* Dark palette overrides for hero pills are injected by palette_css().
   Light palettes keep the theme-aware base rule above. */

/* Mobile tightenings — verbatim from styles-builder-variants.css. Two
   separate @media (max-width:768px) blocks preserved as in source so the
   cascade order between the "review tighten v1" and "review tighten v2"
   passes is identical. */
@media (max-width: 768px) {
  .badge { font-size: 10px; padding: 4px 10px; }
  .bullet-list { margin-bottom: 14px !important; }
  .bullet-list li { font-size: var(--fs-body); line-height: 1.35; padding-top: 5px; padding-bottom: 5px; }
  .price-new { font-size: 25px; }
  .cta-btn { padding: 13px 18px; font-size: var(--fs-body); border-radius: 11px; }
  .tech-row { gap: 6px; }
  .tech-tag { font-size: 10px; padding: 4px 8px; }
}
@media (max-width: 768px) {
  .section-hero .badge { margin-bottom: 8px !important; }
  .section-hero p[style*='BRAND'], .section-hero p[style*='brand'] { margin-bottom: 2px !important; }
  .bullet-list { margin-top: 10px !important; margin-bottom: 12px !important; }
  .bullet-list li { font-size: 12.5px; line-height: 1.32; padding-top: 4px; padding-bottom: 4px; color: color-mix(in srgb, var(--text-secondary) 82%, #fff); }
  .price-old { font-size: var(--fs-body); }
  .price-new { font-size: 24px; }
  .cta-btn { padding: 12px 16px; font-size: 13.5px; }
  .tech-tag { font-size: 10px; padding: 3px 7px; }
}

/* ────────────────────────────────────────────────────────────
   Hero B/C/D/E — Approved Showcase Visual Port (Phase 4, 2026-05-06)
   Source of truth: /home/yan/share/landings/showcase-mikhailo-review/index.html
   lines 905-1100, re-scoped from .phone-content .block-section[data-block="hero"]
   (host preview harness — dropped) to .section-hero / .hero-e-copy (final markup).
   Tokens: var(--text-primary | text-secondary | text-dim | text-warm |
   accent | font-heading | font-body) — no hardcoded hex/rgb beyond #fff for
   CTA text. Hero A scope (.hero ...) is NOT touched by any selector here. */

.section-hero h1, .hero-e-copy h1 {
  font-family: var(--font-heading);
  font-size: 22.28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: var(--text-primary);
}
.section-hero p, .hero-e-copy p {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.16px;
  color: var(--text-secondary);
  margin-bottom: 28px;
}
/* Method-line: <p style="font-size:11px;color:var(--text-secondary);..."> in
   B/D markup. We keep inline font-size:11px, but tighten weight/lh/colour. */
.section-hero p[style*="font-size:11px"],
.hero-e-copy p[style*="font-size:11px"] {
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-dim);
  margin-bottom: 28px;
}

.section-hero .badge, .hero-e-copy .badge {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 6px 12px;
  text-transform: uppercase;
  font-family: var(--font-body);
}
.section-hero .hero-start-badge, .hero-e-copy .hero-start-badge {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 6px 12px;
  text-transform: uppercase;
  font-family: var(--font-body);
  color: var(--text-secondary);
}
.section-hero .hero-brand-split, .hero-e-copy .hero-brand-split {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: none;
  color: var(--text-primary);
  margin-bottom: 6px;
}

/* Critical: price-new must use --accent (orange), not --primary (green).
   Plain styles-base.css .price-new { color: var(--primary) } would otherwise
   leak through for non-.hero contexts. */
.section-hero .price-new, .hero-e-copy .price-new {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.6;
  color: var(--accent);
}
.section-hero .price-old, .hero-e-copy .price-old {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1.6;
  color: var(--text-dim);
}

.section-hero .cta-btn, .hero-e-copy .cta-btn {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: none;
  padding: 17px;
  margin-bottom: 10px;
  color: #fff;
}

.section-hero .bullet-list li, .hero-e-copy .bullet-list li {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: var(--text-warm);
  padding-left: 28px;
}

.section-hero .tech-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
}
.section-hero .tech-tag {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16px;
  color: var(--text-secondary);
}

/* Hero D vertical fit: drop padding-top so Stat Boxes layout fits inside
   narrow viewports without overflow. Inline `padding-top:32px` in B/D
   partials still wins on equal specificity, but the showcase rule forced
   18px to make Stat-boxes visible — applied here with !important to match. */
.section-hero { padding-top: 18px !important; }

/* Hero E layout — left-aligned content column over silhouette. */
.hero-e-copy h1, .hero-e-copy p {
  margin-left: 0;
  margin-right: auto;
}
.hero-e-copy .hero-top-row {
  justify-content: flex-start;
}
.hero-e-copy .bullet-list {
  max-width: none;
  width: auto;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.hero-e-copy .bullet-list li {
  white-space: normal;
  font-size: var(--fs-caption);
  line-height: 1.4;
  padding: 4px 0 4px 16px;
}

/* Hero D one-line bullets — allow wrap if a line overflows. */
.section-hero .bullet-list.hero-bullets-one-line {
  width: auto;
  max-width: 100%;
}
.section-hero .bullet-list.hero-bullets-one-line li {
  white-space: normal;
}

/* Accordion + Timeline canonical component rules (migrated from preview-only builder variants).
   Used by FAQ B/C and Program C/D in both final and previews. Typography uses tokens. */
.accordion-item { border-bottom: 1px solid color-mix(in srgb, var(--text-secondary, var(--text-muted)) 20%, transparent); }
.accordion-header {
  padding: 14px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: var(--fs-card-title);
  color: var(--text-primary, var(--text));
  font-family: var(--font-heading);
}
.accordion-header .arrow { transition: transform 0.2s; font-size: var(--fs-caption); color: var(--text-secondary, var(--text-muted)); }
.accordion-item.open .arrow { transform: rotate(180deg); }
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--text-secondary, var(--text-muted));
}
.accordion-item.open .accordion-body { max-height: 300px; }
.accordion-body-inner { padding-bottom: 14px; }

.timeline-item {
  display: flex;
  gap: 16px;
  position: relative;
  padding-bottom: 24px;
}
.timeline-line {
  width: 2px;
  background: var(--primary);
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: 0;
  opacity: 0.3;
}
.timeline-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-caption);
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.timeline-content { flex: 1; }

/* === Component rules migrated from styles-builder-variants.css ===
   These were the only component classes used by preview partials that
   were not yet covered by tokens/base/canonical. Kept minimal; hardcoded
   font-sizes mapped to existing tokens (--fs-caption=12px, --fs-body=14px).
   Geometry (widths/heights for icon/overlay) stays as-is — no token layer
   for component dimensions. Do NOT add fix-on-fix overrides here. */
.badge-pill {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: var(--fs-caption);
  font-weight: 500;
}
.photo-placeholder {
  background: var(--bg-surface);
  border: 2px dashed rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: var(--fs-caption);
  overflow: hidden;
}
.play-btn-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn-icon::after {
  content: '';
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #111;
  margin-left: 3px;
}
.play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  border-radius: 12px;
}
.stars {
  color: #fbbf24;
  font-size: var(--fs-body);
  letter-spacing: 1px;
}

/* Hero top pills alignment — keep supra/start badges on the same optical baseline. */
.section-hero .hero-top-row .badge,
.section-hero .hero-top-row .hero-start-badge,
.hero-e-copy .hero-top-row .badge,
.hero-e-copy .hero-top-row .hero-start-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  height: 24px !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  vertical-align: middle !important;
}

/* Hero C minimal — match the approved v2 reference hero frame.
   Applies to final landings, /landing-build block preview, and /build phone
   preview because all three render the same partial + canonical CSS chain. */
.section-hero.hero-c-minimal {
  box-sizing: border-box;
  width: min(400px, calc(100% - 30px));
  min-height: 431px;
  margin: 0 auto;
  padding: 72px 24px 64px !important;
}
.section-hero.hero-c-minimal h1 {
  font-size: 22.76px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 18px !important;
}
.section-hero.hero-c-minimal p {
  max-width: 340px !important;
  margin: 0 auto 40px !important;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.section-hero.hero-c-minimal .cta-btn {
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
  font-weight: 700;
}
