/**
 * Site-wide sophistication layer — trust visuals, inner-page heroes, proof cards.
 */

.trust-showcase-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 22px;
  min-height: 268px;
}

.trust-showcase-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.trust-showcase-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  background: linear-gradient(145deg, rgba(94, 184, 176, 0.2), rgba(255, 255, 255, 0.95));
  border: 1px solid var(--border-light);
}

.trust-showcase-icon span {
  font-family: var(--font-display);
}

.trust-showcase-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 1.25;
}

.trust-desc {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.55;
  margin: 0;
}

.trust-showcase-visual-slot {
  margin-top: auto;
}

.trust-showcase-visual {
  height: 96px;
  margin-top: 0;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: linear-gradient(160deg, #faf9f7 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.trust-showcase-visual::before,
.trust-showcase-visual::after {
  content: none;
}

/* 01 — brand carry */
.trust-visual-brand {
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 10px;
  height: 100%;
  align-items: center;
}

.trust-visual-brand .tvb-site {
  height: 72px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(#b8400d 0 0) 12px 12px / 28px 28px no-repeat,
    linear-gradient(#cbd5e1 0 0) 12px 48px / 64px 6px no-repeat,
    linear-gradient(#e2e8f0 0 0) 12px 58px / 48px 6px no-repeat,
    linear-gradient(180deg, #f8fafc, #eef2f7);
}

.trust-visual-brand .tvb-phone {
  width: 58px;
  height: 72px;
  border-radius: 12px;
  border: 2px solid #141418;
  background:
    radial-gradient(circle at 50% 22%, #5eb8b0 0 7px, transparent 8px),
    linear-gradient(180deg, #b8400d 0 26px, #fff7ed 26px 100%);
  box-shadow: 0 8px 18px rgba(20, 20, 24, 0.12);
}

/* 02 — flow pills */
.trust-visual-flows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 100%;
  align-content: center;
}

.trust-flow-pill {
  font-size: 10px;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 999px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(13, 92, 99, 0.18);
  color: #0d5c63;
  box-shadow: 0 2px 6px rgba(13, 92, 99, 0.06);
}

.trust-flow-pill.is-warm {
  background: #fff7ed;
  border-color: rgba(184, 64, 13, 0.22);
  color: #b8400d;
}

/* 03 — compare */
.trust-showcase-visual--compare {
  display: grid;
  grid-template-columns: 1fr 18px 1fr;
  gap: 8px;
  align-items: stretch;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}

.tvc-source,
.tvc-hub {
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 72px;
}

.tvc-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.tvc-lines span {
  display: block;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
}

.tvc-lines span:first-child {
  width: 85%;
}

.tvc-lines span:last-child {
  width: 55%;
}

.tvc-source {
  background: linear-gradient(180deg, #e8edf2 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
}

.tvc-source .tvc-lines span {
  background: #cbd5e1;
}

.tvc-hub {
  background: linear-gradient(165deg, #0d5c63 0%, #5eb8b0 100%);
  border: 2px solid #141418;
  color: #fff;
  box-shadow: 0 8px 18px rgba(13, 92, 99, 0.2);
}

.tvc-hub .tvc-cta {
  margin-top: auto;
  font-size: 8px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 6px;
  background: #e85a28;
  text-align: center;
}

.tvc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

/* 04 — scores */
.trust-scores-visual {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 4px 2px;
  background: transparent;
  border: 0;
}

.trust-score-ring {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--font-display);
  color: #0d5c63;
  background: conic-gradient(#5eb8b0 0 302deg, #e8edf2 302deg 360deg);
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(13, 92, 99, 0.12);
}

.trust-score-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.trust-score-list li {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-secondary);
  padding: 5px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--border-light);
}

/* ── Brand on mobile — full compare demo ── */
.brand-mobile-callout .section-inner {
  max-width: 960px;
}

.brand-compare-demo {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 40px 168px;
  gap: 16px;
  align-items: center;
}

.brand-compare-source .compare-browser {
  box-shadow: 0 12px 32px rgba(20, 20, 24, 0.08);
}

.brand-compare-source .compare-browser-body {
  min-height: 140px;
  background: #fef3eb;
}

.bcd-logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #b8400d, #e85a28);
  box-shadow: 0 4px 12px rgba(184, 64, 13, 0.25);
}

.brand-compare-arrow {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  text-align: center;
}

.brand-compare-hub .hub-showcase-device {
  width: 168px;
  height: 268px;
  margin: 0 auto;
}

.brand-compare-hub .hub-showcase-screen .hub-mini-mock {
  padding: 12px 10px;
}
/* ── Inner page hero with product phone ── */
.page-hero--split .hero-inner {
  grid-template-columns: 1fr auto;
  max-width: 960px;
  text-align: left;
  align-items: center;
  gap: 40px;
}

.page-hero--split .hero-text {
  text-align: left;
}

.page-hero--split .hero-sub {
  margin-left: 0;
}

.page-hero-device {
  flex-shrink: 0;
}

.page-hero-device .hub-showcase-device {
  width: 150px;
  height: 240px;
}

.page-hero-device .hub-showcase-screen .hub-mini-mock {
  padding: 12px 10px;
}

/* ── Proof cards (hub + SEO pages) ── */
body.wipper-site .proof-item {
  position: relative;
  padding: 22px 22px 22px 26px;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(20, 20, 24, 0.04);
}

body.wipper-site .proof-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--accent), var(--secondary));
}

body.wipper-site .proof-item strong {
  font-family: var(--font-display);
  font-size: 17px;
}

@media (max-width: 768px) {
  .page-hero--split .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-hero--split .hero-text,
  .page-hero--split .hero-sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-device {
    justify-self: center;
    margin-top: 8px;
  }

  .brand-compare-demo {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .brand-compare-arrow {
    transform: rotate(90deg);
  }

  .brand-compare-hub .hub-showcase-device {
    margin: 0 auto;
  }
}

/* ============================================================
   ELITE PREMIUM BROWSER — for brand-on-mobile proof
   High-fidelity, realistic, expensive-looking device treatment
   ============================================================ */

.premium-compare {
  grid-template-columns: 1.15fr 32px 168px;
  align-items: start;
  gap: 18px;
}

.elite-browser {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e3df;
  box-shadow: 0 20px 60px rgba(20, 20, 24, 0.10), 0 4px 12px rgba(0,0,0,0.04);
}

.elite-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  background: #f4f2ed;
  border-bottom: 1px solid #e5e3df;
  font-size: 10px;
  color: #6b665f;
}

.elite-browser-dots {
  display: flex;
  gap: 5px;
}
.elite-browser-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d1cec6;
}
.elite-browser-dots i:nth-child(1) { background: #ff5f57; }
.elite-browser-dots i:nth-child(2) { background: #febc2e; }
.elite-browser-dots i:nth-child(3) { background: #28c840; }

.elite-browser-host {
  flex: 1;
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.01em;
  color: #6b665f;
}

.elite-browser-content {
  padding: 16px 18px 20px;
  background: #faf8f4;
  font-family: var(--font);
}

.elite-site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.elite-logo {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.elite-nav {
  display: flex;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #6b665f;
  letter-spacing: -0.01em;
}

.elite-hero {
  margin-bottom: 14px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.elite-hero-photo {
  height: 92px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px 14px;
  background-size: cover;
  background-position: center;
}

.elite-hero-label {
  font-size: 11px;
  font-weight: 700;
  color: #3f3a33;
  background: rgba(255,255,255,0.92);
  padding: 3px 9px 2px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

/* ============================================================
   ELITE HUB PRODUCTS — premium, substantial visuals
   Replaces the old tiny toy phone mockups
   ============================================================ */

.elite-hub-products {
  padding: 64px 0 80px;
}

.elite-hub-lead {
  text-align: center;
  max-width: 48ch;
  margin: -4px auto 28px;
  font-size: 15px;
  color: var(--ink-secondary);
}

.elite-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 980px) {
  .elite-hub-grid {
    grid-template-columns: 1fr;
  }
}

.elite-hub-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(20, 20, 24, 0.06);
  display: flex;
  flex-direction: column;
}

.elite-hub-visual {
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: 12px;
  padding: 16px;
  background: #f8f6f1;
  align-items: center;
}

.elite-hub-browser {
  background: #fff;
  border-radius: 9px;
  border: 1px solid #e5e3df;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.elite-browser-bar.tiny {
  padding: 5px 9px;
  font-size: 9px;
  background: #f4f2ed;
  color: #6b665f;
}

.elite-hub-site-content {
  padding: 11px 12px 13px;
  background: #faf8f4;
  font-size: 10px;
}

.eh-brand {
  font-weight: 700;
  font-size: 12px;
  color: var(--b, #222);
  margin-bottom: 1px;
}

.eh-line {
  font-size: 10px;
  color: #5a564f;
  margin-bottom: 8px;
}

.eh-cta {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--a, #e85a28);
  color: #fff;
}

.elite-hub-phone {
  width: 108px;
  height: 172px;
  background: #111;
  border-radius: 18px;
  padding: 6px;
  box-shadow: 0 12px 36px rgba(20, 20, 24, 0.18);
}

.eh-phone-screen {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 8px 7px;
  font-size: 9px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #222;
}

.eh-phone-header {
  font-weight: 700;
  font-size: 10px;
  color: var(--b, #222);
}

.eh-form-row {
  background: #f8f6f1;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 8px;
  color: #444;
}

.eh-phone-cta {
  margin-top: auto;
  background: var(--a, #e85a28);
  color: #fff;
  font-weight: 700;
  font-size: 9px;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
}

.elite-hub-body {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elite-hub-body .eh-tag {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-tertiary);
  margin-bottom: 3px;
}

.elite-hub-body strong {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.elite-hub-body p {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.5;
  margin: 0;
}

.elite-hub-more {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 22px;
  font-size: 13px;
}

.elite-hub-more-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.elite-hub-more-link:hover {
  text-decoration: underline;
}

.elite-menu-teaser {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.elite-menu-item {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #3f3a33;
  font-weight: 500;
  padding: 1px 0;
}

.elite-item-price {
  font-weight: 600;
  color: #6b665f;
  font-feature-settings: "tnum";
}

.elite-compare-footnote {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-secondary);
  text-align: center;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

/* Stronger treatment on the phone side in this context */
.premium-compare .brand-compare-hub .hub-showcase-device {
  width: 168px;
  height: 268px;
  box-shadow: 0 24px 70px rgba(20, 20, 24, 0.18);
}

/* ============================================================
   ELITE PROOF GRID — high-fidelity, expensive-looking examples
   Replaces the old toy trust-showcase cards
   ============================================================ */

.elite-proof {
  padding: 72px 0 88px;
}

.elite-proof-lead {
  max-width: 58ch;
  margin: -6px auto 32px;
  text-align: center;
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

.elite-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 980px) {
  .elite-proof-grid {
    grid-template-columns: 1fr;
  }
}

.elite-proof-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(20, 20, 24, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elite-proof-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(20, 20, 24, 0.10);
}

.elite-proof-media {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 14px;
  padding: 18px 18px 14px;
  background: #f8f6f1;
  align-items: center;
}

.elite-proof-browser {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e3df;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.elite-browser-bar.small {
  padding: 6px 10px;
  font-size: 9px;
  background: #f4f2ed;
}

.elite-proof-site {
  padding: 12px 14px 16px;
  background: #faf8f4;
  font-size: 11px;
}

.elite-proof-site .ep-header {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 2px;
  color: var(--brand, #222);
}

.elite-proof-site .ep-hero {
  font-size: 11px;
  color: #5a564f;
  margin-bottom: 8px;
  line-height: 1.3;
}

.elite-proof-site .ep-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.elite-proof-site .ep-pill {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--accent, #e85a28);
  color: var(--accent, #e85a28);
}

.elite-proof-phone {
  width: 132px;
  height: 210px;
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(20, 20, 24, 0.16);
}

.elite-proof-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elite-proof-body strong {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
  line-height: 1.3;
}

.elite-proof-body p {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.55;
  margin: 0;
}

.elite-proof-foot {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-tertiary);
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ============================================================
   ELITE EXAMPLES — "What we ship" flagship + preview examples
   Upgraded to match DESIGN_EYE.md premium device standard
   (replaces old .demo-showcase low-fidelity cards in this section)
   ============================================================ */

.elite-examples {
  padding: 72px 0 88px;
}

.elite-examples .examples-honesty {
  max-width: 68ch;
}

/* Flagship — distinct, real shipped app proof */
.elite-flagship {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(20, 20, 24, 0.08);
  margin-bottom: 24px;
}

.elite-flagship-visual {
  display: grid;
  grid-template-columns: 1.05fr 168px;
  gap: 22px;
  padding: 24px 24px 20px;
  background: #f8f6f1;
  align-items: center;
}

@media (max-width: 860px) {
  .elite-flagship-visual {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 16px 14px;
  }
}

.elite-fm-browser {
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.elite-fm-site {
  padding: 14px 16px 16px;
  background: #fff;
  font-size: 11px;
  border-top: 1px solid #e5e3df;
}

.fm-hero {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 2px;
}

.fm-sub {
  font-size: 10px;
  color: #5a564f;
  margin-bottom: 9px;
}

.fm-pills {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.fm-pills span {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #86efac;
  letter-spacing: -0.01em;
}

.fm-cta {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: #16a34a;
  color: #fff;
}

.elite-fm-phone {
  width: 148px;
  margin: 0 auto;
}

.elite-fm-shell {
  width: 100%;
  height: 295px;
  background: #111;
  border-radius: 22px;
  padding: 8px;
  box-shadow: 0 20px 60px rgba(20, 20, 24, 0.22), 0 4px 14px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 1px solid #0a0a0c;
}

.elite-fm-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0a0a0c;
  border-radius: 14px;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

@media (max-width: 860px) {
  .elite-fm-phone {
    width: 120px;
  }
  .elite-fm-shell {
    height: 240px;
  }
}

/* Subhead separator for preview examples */
.elite-examples-subhead {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-tertiary);
  margin: 4px 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
}

/* 2-col grid for the two real preview examples */
.elite-examples-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 860px) {
  .elite-examples-grid {
    grid-template-columns: 1fr;
  }
}

/* Reuse + tighten proof media for examples context */
.elite-example-card .elite-proof-media {
  padding: 16px 16px 12px;
  gap: 12px;
}

@media (max-width: 860px) {
  .elite-example-card .elite-proof-media {
    grid-template-columns: 1fr 108px;
    gap: 10px;
  }
}

/* Static high-density phone content for examples (no JS) */
.elite-proof-phone .ep-phone-screen,
.ep-phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 6px 5px 7px;
  font-size: 7.2px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #222;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ep-ph-header {
  font-weight: 700;
  font-size: 8px;
  color: var(--brand, #222);
  margin-bottom: 2px;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  letter-spacing: -0.01em;
}

.ep-ph-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f6f1;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 7px;
  color: #3f3a33;
}

.ep-ph-item .ep-price {
  font-weight: 600;
  color: #6b665f;
  font-feature-settings: "tnum";
  flex-shrink: 0;
}

.ep-ph-cta {
  margin-top: auto;
  background: var(--accent, #e85a28);
  color: #fff;
  font-weight: 700;
  font-size: 7.5px;
  text-align: center;
  padding: 3px 0;
  border-radius: 5px;
  letter-spacing: -0.01em;
}

/* Flagship body + actions */
.elite-flagship-body {
  padding: 18px 22px 22px;
}

.elite-flagship-body .elite-fm-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #166534;
  background: #f0fdf4;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #86efac;
  margin-bottom: 6px;
}

.elite-flagship-body strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  display: block;
}

.elite-flagship-body p {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.55;
  margin: 0 0 14px;
}

.elite-examples-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
}

.elite-examples-actions .demo-live-site {
  color: var(--ink-secondary);
  text-decoration: none;
  font-weight: 500;
}

.elite-examples-actions .demo-live-site:hover {
  text-decoration: underline;
  color: var(--ink);
}

/* ============================================================
   ELITE PROOF PHONES — self-contained premium device frames
   (static in index.html; no JS clobber from legacy initHubShowcase)
   Matches Linear/Framer 2026 device craft + 4px spacing discipline.
   ============================================================ */

.elite-phone-frame {
  width: 100%;
  height: 100%;
  background: #111;
  border-radius: 22px;
  padding: 8px 7px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 48px rgba(20,20,24,0.16);
  position: relative;
  overflow: hidden;
}

.elite-phone-notch {
  width: 48px;
  height: 18px;
  background: #0a0a0a;
  border-radius: 0 0 10px 10px;
  margin: -4px auto 6px;
  position: relative;
  z-index: 2;
}

.elite-phone-screen {
  height: calc(100% - 22px);
  background: #fff;
  border-radius: 14px;
  padding: 10px 8px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #222;
  overflow: hidden;
}

.ep-phone-head {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
  color: var(--phone-brand, #222);
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
}

.ep-phone-head span { color: var(--ink-tertiary); font-weight: 500; }

.ep-phone-hero {
  font-size: 9px;
  font-weight: 700;
  color: #444;
  background: linear-gradient(180deg, #faf8f4, #f5f3ef);
  padding: 6px 8px;
  border-radius: 8px;
  margin: 2px 0;
}

.ep-phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.ep-phone-cta {
  font-size: 9px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 8px;
  border: none;
  background: var(--phone-accent, #e85a28);
  color: #fff;
  cursor: default;
}

.ep-phone-cta.ghost {
  background: #f4f2ed;
  color: var(--phone-brand, #222);
  border: 1px solid #e5e3df;
}

.ep-phone-menu {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  font-size: 9px;
}

.ep-m-item {
  display: flex;
  justify-content: space-between;
  padding: 4px 6px;
  background: #faf8f4;
  border-radius: 6px;
  color: #333;
}

.ep-m-item em { color: var(--ink-tertiary); font-style: normal; }

/* ============================================================
   EVIDENCE PROOF — real screenshots, no CSS wireframes
   ============================================================ */

.evidence-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(200px, 280px);
  gap: 20px;
  align-items: center;
  margin: 0;
}

.evidence-pair--hero {
  margin-top: 36px;
  grid-template-columns: minmax(0, 1fr) 48px minmax(220px, 300px);
  gap: 24px;
}

.evidence-site {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(20, 20, 24, 0.08), 0 1px 2px rgba(20, 20, 24, 0.04);
}

.device-chrome--browser {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f4f2ed;
  border-bottom: 1px solid #e5e3df;
  font-size: 11px;
  color: #6b665f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.device-chrome--browser span {
  flex: 1;
  text-align: center;
  font-weight: 500;
}

.evidence-site-shot {
  aspect-ratio: 1200 / 680;
  overflow: hidden;
  background: #f8f6f1;
}

.evidence-site-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.evidence-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
}

.evidence-hub img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 56px rgba(20, 20, 24, 0.14));
}

.evidence-hub--sm img {
  max-width: 220px;
  margin: 0 auto;
}

.evidence-proof {
  padding: 72px 0 80px;
}

.evidence-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.evidence-card {
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.evidence-card .evidence-pair {
  grid-template-columns: minmax(0, 1fr) 28px minmax(140px, 200px);
  gap: 12px;
}

.evidence-card-body {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
}

.evidence-card-body strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--ink);
}

.evidence-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-secondary);
}

.hub-type-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.hub-type-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 20px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.hub-type-card:hover {
  border-color: rgba(232, 90, 40, 0.35);
  box-shadow: 0 8px 28px rgba(20, 20, 24, 0.06);
}

.hub-type-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.hub-type-card strong {
  font-size: 18px;
  color: var(--ink);
}

.hub-type-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-secondary);
  flex: 1;
}

.hub-type-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}

@media (max-width: 980px) {
  .evidence-pair,
  .evidence-pair--hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .evidence-arrow {
    transform: rotate(90deg);
  }

  .evidence-gallery {
    grid-template-columns: 1fr;
  }

  .hub-type-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .hub-type-cards {
    grid-template-columns: 1fr;
  }

  .evidence-hub img {
    max-width: 240px;
    margin: 0 auto;
  }
}

/* Preview result — metric bars (replaces conic score rings) */
.score-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.score-metric {
  padding: 16px;
  background: var(--bg);
  border: 1px solid var(--border-light);
  border-radius: 12px;
}

.score-metric-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.score-metric-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-secondary);
}

.score-metric-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.score-metric-track {
  height: 6px;
  border-radius: 999px;
  background: var(--border-light);
  overflow: hidden;
}

.score-metric-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--accent);
}

.score-metric-fill--ink {
  background: var(--ink);
}

.page-hero-evidence {
  margin: 0;
  flex-shrink: 0;
  max-width: 260px;
}

.page-hero-evidence img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 48px rgba(20, 20, 24, 0.12));
}

.evidence-site--flagship {
  flex: 1;
  min-width: 0;
}

.elite-flagship-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  gap: 24px;
  align-items: center;
}

@media (max-width: 768px) {
  .score-metrics {
    grid-template-columns: 1fr;
  }

  .elite-flagship-visual {
    grid-template-columns: 1fr;
  }

  .page-hero-evidence {
    max-width: 220px;
    margin: 0 auto;
  }
}

/* ============================================================
   PREVIEW RESULT — dedupe phone, evidence-style compare
   ============================================================ */

.preview-result:has(#previewCompare:not([hidden])) .preview-phone-side {
  display: none;
}

.preview-result:has(#previewCompare:not([hidden])) .preview-layout-split {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

.preview-compare-evidence {
  margin-bottom: 32px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.preview-compare-evidence .compare-pane-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-secondary);
  margin-bottom: 12px;
}

.preview-compare-evidence .compare-arrow span {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
}

.preview-result .next-step {
  background: var(--ink);
  border-radius: 14px;
  padding: 24px;
  margin-top: 8px;
}

.preview-result .next-step-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.preview-result .next-step-actions .button {
  min-width: 190px;
  text-align: center;
}

.preview-result .next-step-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.preview-result .detail-card {
  border: 1px solid var(--border-light);
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
}

.preview-result .action-cards .card {
  border: 1px solid var(--border-light);
  background: var(--surface);
}

/* ============================================================
   PRICING / FAQ / REQUEST / FOOTER — closing sections
   ============================================================ */

.pricing-elite {
  padding: 80px 0;
  background: var(--bg);
}

.pricing-elite .price-scope-note {
  max-width: 56ch;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-secondary);
}

.pricing-elite .price-grid {
  gap: 20px;
}

.pricing-elite .price-card {
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(20, 20, 24, 0.04);
  background: var(--surface);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pricing-elite .price-card:hover {
  box-shadow: 0 8px 28px rgba(20, 20, 24, 0.06);
}

.pricing-elite .price-card.featured {
  border-color: rgba(232, 90, 40, 0.35);
  box-shadow: 0 8px 32px rgba(232, 90, 40, 0.08);
}

.faq-elite {
  padding: 72px 0 80px;
  background: var(--surface);
  border-top: 1px solid var(--border-light);
}

.faq-elite .faq-list {
  max-width: 680px;
  margin: 32px auto 0;
}

.faq-elite details {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 12px;
  background: var(--bg);
}

.faq-elite details[open] {
  border-color: rgba(232, 90, 40, 0.25);
}

.faq-elite summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-elite summary::-webkit-details-marker {
  display: none;
}

.faq-elite details p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-secondary);
}

.request-elite {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--bg) 0%, #f8f6f1 100%);
}

.request-elite .request-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(20, 20, 24, 0.06);
}

.request-elite .request-form {
  background: var(--bg);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 24px;
}

.request-elite .request-form input,
.request-elite .request-form textarea {
  border-radius: 10px;
  border: 1px solid var(--border-light);
}

.request-elite .request-deposit-button {
  margin-top: 10px;
}

.footer-elite {
  background: #0f1419;
  color: rgba(244, 242, 238, 0.72);
  border-top: none;
  padding: 56px 0 32px;
}

.footer-elite .footer-brand strong {
  color: #fff;
}

.footer-elite a {
  color: rgba(244, 242, 238, 0.65);
}

.footer-elite a:hover {
  color: #e85a28;
}

/* Industry landing evidence strips */
.industry-evidence {
  padding: 56px 0;
  background: var(--bg);
  border-top: 1px solid var(--border-light);
}

.industry-evidence-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.evidence-pair--compact {
  max-width: 880px;
  margin: 0 auto;
}

.industry-evidence-note {
  text-align: center;
  max-width: 48ch;
  margin: 20px auto 0;
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .request-elite .request-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }
}

@media (max-width: 560px) {
  .preview-result .next-step-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .preview-result .next-step-actions .button {
    width: 100%;
    min-width: 0;
  }
}
