:root {
  --primary-950: #050505;
  --primary-925: #090909;
  --primary-900: #101010;
  --primary-800: #2d0063;
  --primary-700: #4d00a6;
  --yellow-500: #f9c609;
  --yellow-400: #ffd741;
  --orange-500: #ff8a1d;
  --white: #ffffff;
  --cream: #fff4c4;
  --muted: #cbb8ee;
  --muted-2: #9e84cb;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --radius-sm: 12px;
  --font: "Barlow", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 0%, rgba(249, 198, 9, 0.14), transparent 30rem),
    radial-gradient(circle at 88% 11%, rgba(77, 0, 166, 0.28), transparent 34rem),
    radial-gradient(circle at 50% 100%, rgba(249, 198, 9, 0.06), transparent 35rem),
    linear-gradient(180deg, #050505 0%, #0a0a0d 48%, #000000 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 76%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-text { font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 900; letter-spacing: -0.05em; }
.brand-text strong { color: var(--yellow-500); font-size: 1.35em; text-shadow: 0 0 26px rgba(249, 198, 9, 0.62); }
.brand-subtitle { margin-top: 4px; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; }

.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 0.95rem; font-weight: 700; }
.nav-links a:hover { color: var(--yellow-400); }

.topbar-cta, .primary-action, .form-button, .small-primary {
  border: 0;
  border-radius: 999px;
  color: #210046;
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(249, 198, 9, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.topbar-cta { padding: 12px 18px; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; }
.form-button { width: 100%; padding: 16px 20px; font-size: 1.02rem; }
.small-primary { padding: 12px 16px; }
.topbar-cta:hover, .primary-action:hover, .form-button:hover, .small-primary:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 18px 42px rgba(249, 198, 9, 0.3); }
.topbar-cta:disabled, .form-button:disabled, .primary-action:disabled { cursor: not-allowed; opacity: 0.65; transform: none; }

.ghost-action, .small-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.ghost-action { padding: 14px 20px; }
.small-ghost { padding: 11px 15px; }
.ghost-action:hover, .small-ghost:hover { border-color: rgba(249, 198, 9, 0.55); background: rgba(249, 198, 9, 0.11); transform: translateY(-2px); }

.hero-section {
  min-height: calc(100vh - 98px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.85fr);
  gap: 52px;
  align-items: center;
  padding: 76px 0 50px;
}
.eyebrow { display: inline-flex; color: var(--yellow-500); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 900; }
.hero-copy h1, .section-heading h2, .diagnostic-copy h2 { margin: 14px 0 18px; line-height: 0.9; letter-spacing: -0.07em; font-weight: 900; }
.hero-copy h1 { font-size: clamp(3.4rem, 7vw, 6.9rem); max-width: 880px; }
.hero-lead { color: var(--muted); font-size: clamp(1.04rem, 1.6vw, 1.28rem); line-height: 1.58; max-width: 680px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; max-width: 720px; }
.hero-metrics div { padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, 0.065); }
.hero-metrics strong { display: block; color: var(--yellow-400); font-size: 1.28rem; font-weight: 900; }
.hero-metrics span { display: block; margin-top: 5px; color: var(--muted); font-size: 0.9rem; line-height: 1.35; }

.hero-panel { position: relative; min-height: 560px; display: grid; place-items: center; }
.panel-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.main-preview { width: min(430px, 100%); padding: 22px; }
.preview-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.preview-header span, .floating-card span, .preview-stack span { color: var(--muted); font-weight: 700; }
.preview-header strong { color: var(--yellow-400); font-size: 2.2rem; font-weight: 900; }
.radar-frame { overflow: hidden; border-radius: 24px; border: 1px solid rgba(249, 198, 9, 0.22); background: #050505; min-height: 260px; display: grid; place-items: center; }
.radar-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.95; transform: scale(1.04); }
.preview-stack { display: grid; gap: 10px; margin-top: 16px; }
.preview-stack div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; border-radius: 16px; background: rgba(0, 0, 0, 0.22); border: 1px solid rgba(255, 255, 255, 0.1); }
.preview-stack strong { color: var(--cream); text-align: right; }
.floating-card { position: absolute; z-index: 2; max-width: 230px; padding: 16px; border-radius: 22px; border: 1px solid rgba(249, 198, 9, 0.24); background: rgba(5, 5, 5, 0.82); backdrop-filter: blur(14px); box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32); }
.floating-card strong { display: block; margin-top: 6px; color: var(--yellow-400); font-size: 1.06rem; line-height: 1.15; }
.float-a { top: 88px; left: -14px; }
.float-b { right: -14px; bottom: 82px; }

.logo-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin: 0 0 74px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.065); color: var(--muted); font-weight: 800; }
.logo-strip img { height: 22px; width: auto; }
.logo-strip strong { color: var(--white); }

.steps-section, .diagnostic-section, .report-section { padding: 70px 0; }
.section-heading { text-align: center; width: min(880px, 100%); margin: 0 auto 34px; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading.compact { margin-bottom: 24px; }
.section-heading h2, .diagnostic-copy h2 { font-size: clamp(2.35rem, 4.8vw, 4.7rem); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.steps-grid article, .search-card, .scan-card, .score-card, .channels-card, .free-tips-card, .premium-preview, .paywall-card, .paid-report, .confirmed-restaurant {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.055));
  box-shadow: 0 20px 62px rgba(0, 0, 0, 0.24);
}
.steps-grid article { padding: 26px; min-height: 240px; }
.step-number { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: #210046; background: var(--yellow-500); font-weight: 900; }
.steps-grid h3 { margin: 24px 0 10px; font-size: 1.45rem; line-height: 1.05; }
.steps-grid p, .diagnostic-copy p, .premium-copy p, .paywall-card p { color: var(--muted); line-height: 1.55; margin: 0; }

.diagnostic-layout { display: grid; grid-template-columns: 0.78fr 1.12fr; gap: 34px; align-items: start; }
.diagnostic-copy { position: sticky; top: 118px; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding: 14px 16px 14px 46px; border: 1px solid var(--line); border-radius: 18px; color: var(--cream); background: rgba(255, 255, 255, 0.065); font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 17px; top: 50%; width: 12px; height: 12px; border-radius: 50%; transform: translateY(-50%); background: var(--yellow-500); box-shadow: 0 0 18px rgba(249, 198, 9, 0.76); }

.search-card { padding: 24px; }
.form-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-header span { color: var(--muted); font-weight: 800; }
.form-header strong { color: var(--yellow-400); font-size: 1.25rem; }
label { display: block; margin: 14px 0 8px; color: var(--cream); font-weight: 800; }
input { width: 100%; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px; color: var(--white); background: rgba(0, 0, 0, 0.22); padding: 15px 16px; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
input::placeholder { color: rgba(203, 184, 238, 0.66); }
input:focus { border-color: rgba(249, 198, 9, 0.72); box-shadow: 0 0 0 4px rgba(249, 198, 9, 0.11); background: rgba(0, 0, 0, 0.3); }
.field-note { display: block; color: var(--muted-2); margin: 7px 0 2px; }
.form-grid { display: grid; gap: 14px; }
.two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-button { margin-top: 18px; }
.form-message { min-height: 22px; margin: 14px 0 0; color: var(--muted); font-weight: 700; }
.form-message.success { color: var(--yellow-400); }
.form-message.error { color: #ff9a9a; }
.form-message.info { color: #d9ccff; }

.restaurant-results { display: grid; gap: 12px; margin-top: 18px; }
.results-title { color: var(--cream); font-weight: 900; }
.candidate-card { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 16px; text-align: left; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 18px; color: var(--white); background: rgba(255, 255, 255, 0.065); transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; }
.candidate-card:hover, .candidate-card.is-selected { border-color: rgba(249, 198, 9, 0.58); background: rgba(249, 198, 9, 0.095); transform: translateY(-2px); }
.candidate-card h4 { margin: 0 0 6px; font-size: 1.17rem; }
.candidate-card p { margin: 0; color: var(--muted); line-height: 1.35; }
.confidence-pill { align-self: start; padding: 8px 10px; border-radius: 999px; color: #210046; background: var(--yellow-500); font-size: 0.82rem; font-weight: 900; white-space: nowrap; }
.source-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.source-badges span, .channel-source, .lock-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 10px; color: var(--cream); background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.78rem; font-weight: 800; }
.confirmation-panel { margin-top: 18px; padding: 18px; border-radius: 20px; border: 1px solid rgba(249, 198, 9, 0.32); background: rgba(249, 198, 9, 0.085); }
.confirmation-kicker { color: var(--yellow-400); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.76rem; font-weight: 900; }
.confirmation-panel h3 { margin: 8px 0 4px; font-size: 1.45rem; }
.confirmation-panel p { margin: 0; color: var(--muted); }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

.scan-card { padding: 24px; margin-bottom: 18px; }
.scan-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.scan-header h3 { margin: 6px 0 0; font-size: 1.65rem; }
.status-pill { border: 1px solid rgba(249, 198, 9, 0.28); border-radius: 999px; padding: 9px 12px; color: var(--yellow-400); background: rgba(249, 198, 9, 0.08); font-weight: 900; }
.scan-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.scan-item { padding: 15px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(0, 0, 0, 0.18); }
.scan-item span { display: block; color: var(--muted); font-weight: 800; }
.scan-item strong { display: block; margin-top: 6px; color: var(--cream); }
.scan-item.active { border-color: rgba(249, 198, 9, 0.5); box-shadow: inset 0 0 0 1px rgba(249, 198, 9, 0.1); }
.scan-item.done strong { color: var(--yellow-400); }
.scan-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; margin-right: 7px; background: rgba(255, 255, 255, 0.28); }
.scan-item.active .scan-dot { background: var(--yellow-500); box-shadow: 0 0 16px rgba(249, 198, 9, 0.82); }
.scan-item.done .scan-dot { background: #63f3a6; }

.report-free { display: grid; gap: 18px; }
.confirmed-restaurant { padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.confirmed-restaurant h3 { margin: 0 0 6px; font-size: 1.55rem; }
.confirmed-restaurant p { margin: 0; color: var(--muted); }
.confirmed-badge { padding: 10px 12px; border-radius: 999px; background: rgba(99, 243, 166, 0.14); border: 1px solid rgba(99, 243, 166, 0.35); color: #9dffd0; font-weight: 900; }
.score-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 18px; }
.score-card { padding: 22px; }
.score-card span, .card-heading span { color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; font-weight: 900; }
.score-card strong { display: block; margin-top: 9px; color: var(--white); font-size: 1.75rem; line-height: 1.02; }
.score-card.highlight strong { color: var(--yellow-400); font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -0.06em; }
.score-card p { margin: 11px 0 0; color: var(--muted); line-height: 1.45; }
.channels-card, .free-tips-card, .premium-preview, .paywall-card, .paid-report { padding: 24px; }
.card-heading { margin-bottom: 18px; }
.card-heading h3, .premium-copy h3, .paywall-card h3 { margin: 6px 0 0; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 0.98; letter-spacing: -0.04em; }
.channels-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.channel-card { min-height: 150px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 18px; background: rgba(0, 0, 0, 0.18); }
.channel-card.found { border-color: rgba(249, 198, 9, 0.32); background: rgba(249, 198, 9, 0.075); }
.channel-card h4 { margin: 0 0 8px; font-size: 1.1rem; }
.channel-card p { color: var(--muted); margin: 0; line-height: 1.4; }
.channel-source { margin-top: 12px; }
.free-tips-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tip-card { padding: 18px; border-radius: 18px; border: 1px solid rgba(249, 198, 9, 0.18); background: rgba(249, 198, 9, 0.07); }
.tip-card span { color: var(--yellow-400); font-weight: 900; }
.tip-card h4 { margin: 8px 0 8px; font-size: 1.18rem; }
.tip-card p { margin: 0; color: var(--muted); line-height: 1.45; }

.premium-preview { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: 20px; align-items: stretch; border-color: rgba(249, 198, 9, 0.28); background: linear-gradient(145deg, rgba(249, 198, 9, 0.105), rgba(77, 0, 166, 0.08), rgba(0, 0, 0, 0.38)); }
.locked-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.locked-card { position: relative; overflow: hidden; min-height: 245px; padding: 18px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(0, 0, 0, 0.24); }
.locked-card::after { content: ""; position: absolute; inset: auto 0 0; height: 56%; background: linear-gradient(to top, rgba(0, 0, 0, 0.96), transparent); pointer-events: none; }
.locked-card h4 { margin: 12px 0 8px; font-size: 1.2rem; }
.locked-card p { margin: 0; color: var(--muted); line-height: 1.42; }
.lock-score { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lock-score strong { color: var(--yellow-400); font-size: 1.45rem; }
.blurred-lines { position: relative; z-index: 1; display: grid; gap: 8px; margin-top: 16px; filter: blur(4px); opacity: 0.66; user-select: none; }
.blurred-lines span { height: 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.44); }
.blurred-lines span:nth-child(2) { width: 82%; }
.blurred-lines span:nth-child(3) { width: 62%; background: rgba(249, 198, 9, 0.56); }
.locked-overlay { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.locked-overlay strong { color: var(--yellow-400); }

.paywall-card { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; border-color: rgba(249, 198, 9, 0.34); }
.paywall-actions { display: grid; gap: 10px; min-width: 270px; }
.payment-box { grid-column: 1 / -1; padding: 18px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.13); background: rgba(0, 0, 0, 0.18); }
.payment-box img { width: 180px; height: 180px; object-fit: contain; border-radius: 14px; background: var(--white); padding: 8px; margin-bottom: 12px; }
.payment-box p { word-break: break-word; color: var(--cream); }
.payment-box strong { color: var(--yellow-400); }
.dev-only { color: var(--yellow-400); }

.paid-content { display: grid; gap: 18px; }
.paid-section { padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(0, 0, 0, 0.18); }
.paid-section h3 { margin: 0 0 14px; font-size: 1.55rem; }
.paid-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.paid-card { padding: 16px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); }
.paid-card h4 { margin: 0 0 8px; color: var(--yellow-400); }
.paid-card p { color: var(--muted); margin: 0; line-height: 1.44; }
.paid-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.paid-list li { padding: 13px 14px; border-radius: 16px; color: var(--cream); background: rgba(255, 255, 255, 0.065); border: 1px solid rgba(255, 255, 255, 0.1); }

@media (max-width: 980px) {
  .site-shell { width: min(100% - 24px, 760px); }
  .topbar { border-radius: 24px; align-items: flex-start; }
  .nav-links { display: none; }
  .hero-section, .diagnostic-layout, .premium-preview, .paywall-card { grid-template-columns: 1fr; }
  .hero-section { padding-top: 54px; }
  .hero-panel { min-height: 470px; }
  .float-a { left: 0; }
  .float-b { right: 0; }
  .steps-grid, .score-grid, .channels-grid, .locked-grid, .paid-grid { grid-template-columns: 1fr; }
  .scan-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diagnostic-copy { position: static; }
  .paywall-actions { min-width: 0; }
}

@media (max-width: 640px) {
  .site-shell { width: min(100% - 18px, 520px); }
  .topbar { top: 8px; padding: 12px; }
  .topbar-cta { display: none; }
  .hero-copy h1 { font-size: 3.2rem; }
  .hero-actions, .confirmation-actions { flex-direction: column; }
  .primary-action, .ghost-action, .small-primary, .small-ghost { width: 100%; }
  .hero-metrics, .two-cols, .free-tips-list, .scan-list { grid-template-columns: 1fr; }
  .hero-panel { min-height: 420px; }
  .main-preview { padding: 16px; }
  .floating-card { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin-top: -18px; max-width: none; }
  .candidate-card, .confirmed-restaurant { grid-template-columns: 1fr; }
  .score-card.highlight strong { font-size: 3.2rem; }
  .channels-card, .free-tips-card, .premium-preview, .paywall-card, .paid-report, .search-card, .scan-card { padding: 18px; }
}

/* Brand logo overrides */
.brand { min-width: 188px; }
.brand-logo {
  width: 188px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(249, 198, 9, 0.16));
}
.hero-logo {
  width: min(390px, 88vw);
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 30px rgba(249, 198, 9, 0.22));
}
@media (max-width: 640px) {
  .brand { min-width: 150px; }
  .brand-logo { width: 150px; }
  .hero-logo { width: min(330px, 92vw); }
}


/* Refinements: readability, spacing and search UX */
.hero-section {
  min-height: auto;
  gap: 72px;
  padding: 64px 0 54px;
}
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5.5vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  margin: 18px 0 24px;
}
.hero-lead {
  max-width: 700px;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}
.hero-logo {
  width: min(320px, 72vw);
  margin-bottom: 18px;
}
.hero-panel {
  min-height: 500px;
}
.section-heading h2,
.diagnostic-copy h2 {
  font-size: clamp(2.15rem, 3.8vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.steps-section,
.diagnostic-section,
.report-section {
  padding: 58px 0;
}
.diagnostic-layout {
  gap: 48px;
}
.search-card {
  padding: 30px;
}
.form-grid {
  margin-top: 4px;
}
label {
  margin-top: 18px;
}
.restaurant-results {
  gap: 14px;
  margin-top: 22px;
}
.results-title {
  font-size: 1.05rem;
  color: var(--yellow-400);
}
.candidate-card {
  padding: 18px;
  align-items: start;
}
.candidate-card h4 {
  font-size: 1.28rem;
  line-height: 1.12;
  margin-bottom: 8px;
}
.candidate-card p,
.candidate-snippet {
  display: block;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.48;
}
.candidate-snippet {
  margin-top: 7px;
  color: rgba(203, 184, 238, 0.82);
}
.scan-list,
.channels-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.channel-card {
  min-height: 170px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.platform-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
.platform-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.12));
}
.channel-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  margin-bottom: 14px;
}
.channel-logo {
  width: 104px;
  height: 34px;
}
.channel-status-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.channel-status-dot.is-on {
  background: #58f49b;
  box-shadow: 0 0 18px rgba(88, 244, 155, 0.58);
}
.scan-logo {
  width: 76px;
  height: 22px;
}
.scan-item > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.premium-preview {
  grid-template-columns: 0.72fr 1.28fr;
}
.locked-card {
  min-height: 260px;
}
.paywall-card h3,
.card-heading h3,
.premium-copy h3 {
  line-height: 1.08;
}

@media (max-width: 1180px) {
  .scan-list,
  .channels-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-section {
    gap: 32px;
    padding-top: 44px;
  }
  .hero-copy h1 {
    font-size: clamp(2.7rem, 10vw, 4.4rem);
  }
  .hero-panel {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: 2.82rem;
  }
  .hero-logo {
    width: min(270px, 88vw);
  }
  .scan-list,
  .channels-grid {
    grid-template-columns: 1fr;
  }
  .candidate-card {
    gap: 12px;
  }
}

/* Typography fix: open up heavy titles */
.hero-copy h1 {
  letter-spacing: 0.012em !important;
  word-spacing: 0.08em;
  line-height: 1.09;
  font-weight: 850;
  max-width: 820px;
}
.section-heading h2,
.diagnostic-copy h2,
.card-heading h3,
.premium-copy h3,
.paywall-card h3 {
  letter-spacing: 0.004em !important;
  word-spacing: 0.045em;
  line-height: 1.13;
}
.steps-grid h3,
.score-card strong,
.paid-section h3 {
  letter-spacing: 0.003em;
  word-spacing: 0.035em;
}
@media (max-width: 640px) {
  .hero-copy h1 {
    letter-spacing: 0.006em !important;
    word-spacing: 0.045em;
    line-height: 1.12;
  }
}

/* Professional polish: search results, dashboard density and tips visibility */
body {
  background:
    radial-gradient(circle at 8% 4%, rgba(249, 198, 9, 0.12), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(77, 0, 166, 0.22), transparent 34rem),
    linear-gradient(180deg, #030303 0%, #08080a 52%, #000 100%);
}
.topbar {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hero-copy h1 {
  text-wrap: balance;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
}
.hero-lead,
.diagnostic-copy p,
.steps-grid p,
.paywall-card p,
.premium-copy p {
  color: #d4c6f1;
}
.search-card,
.scan-card,
.channels-card,
.free-tips-card,
.premium-preview,
.paywall-card,
.paid-report,
.score-card,
.steps-grid article {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top right, rgba(249, 198, 9, 0.055), transparent 18rem);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.065);
}
.results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 2px 2px;
}
.results-head small {
  color: rgba(203, 184, 238, 0.78);
  font-weight: 700;
}
.results-title {
  display: block;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
}
.candidate-card {
  grid-template-columns: minmax(0, 1fr) 132px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.052);
  border-color: rgba(255, 255, 255, 0.12);
}
.candidate-card:hover,
.candidate-card.is-selected {
  background: linear-gradient(135deg, rgba(249, 198, 9, 0.12), rgba(77, 0, 166, 0.10));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}
.candidate-main {
  min-width: 0;
}
.candidate-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 8px;
}
.candidate-source {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  color: #171100;
  background: var(--yellow-500);
  font-size: 0.75rem;
  font-weight: 900;
}
.candidate-url {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #86efac;
  font-size: 0.9rem;
  font-weight: 700;
}
.candidate-card h4 {
  color: #fff;
  font-size: 1.34rem;
  letter-spacing: 0.004em;
}
.candidate-card p {
  max-width: 780px;
}
.candidate-side {
  display: grid;
  justify-items: end;
  align-content: space-between;
  gap: 12px;
}
.candidate-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--cream);
  border: 1px solid rgba(249, 198, 9, 0.32);
  background: rgba(249, 198, 9, 0.08);
  font-weight: 900;
}
.confidence-pill {
  box-shadow: 0 10px 26px rgba(249, 198, 9, 0.18);
}
.free-tips-card {
  border-color: rgba(249, 198, 9, 0.22);
}
.free-tips-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tip-card {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(249, 198, 9, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.18);
  border-color: rgba(249, 198, 9, 0.28);
}
.tip-card span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(249, 198, 9, 0.12);
  border: 1px solid rgba(249, 198, 9, 0.22);
}
.tip-card h4 {
  line-height: 1.15;
  letter-spacing: 0.002em;
}
.tip-card p {
  color: #d4c6f1;
}
.locked-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
    rgba(0, 0, 0, 0.32);
}

@media (max-width: 1180px) {
  .free-tips-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .candidate-card {
    grid-template-columns: 1fr;
  }
  .candidate-side {
    justify-items: stretch;
  }
  .results-head {
    display: grid;
  }
}

@media (max-width: 640px) {
  .free-tips-list {
    grid-template-columns: 1fr;
  }
  .tip-card {
    min-height: auto;
  }
}

/* Remove duplicated hero logo spacing */
.hero-copy .eyebrow {
  margin-top: 8px;
}
.hero-copy h1 {
  margin-top: 18px;
}

/* Cleaner premium UI: more visual, less copy-heavy */
.hero-section {
  padding-top: 74px;
}
.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 5vw, 5rem);
}
.hero-lead {
  max-width: 580px;
  font-size: 1.08rem;
}
.hero-metrics div {
  min-height: 112px;
  display: grid;
  align-content: start;
}
.hero-metrics span {
  max-width: 150px;
}
.logo-strip {
  margin-bottom: 44px;
  opacity: 0.88;
}
.steps-grid article {
  min-height: 185px;
}
.steps-grid h3 {
  font-size: 1.28rem;
  letter-spacing: 0.004em;
}
.diagnostic-copy p,
.steps-grid p {
  font-size: 1rem;
  line-height: 1.55;
}
.search-card {
  border-color: rgba(249, 198, 9, 0.18);
}
.form-header {
  margin-bottom: 10px;
}
.restaurant-results {
  margin-top: 26px;
}
.candidate-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.candidate-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--yellow-400), rgba(77, 0, 166, 0.7));
  opacity: 0.72;
}
.candidate-card.is-selected::before,
.candidate-card:hover::before {
  opacity: 1;
}
.candidate-card h4 {
  font-size: 1.42rem;
  margin: 8px 0 8px;
}
.candidate-card p {
  margin-bottom: 12px;
  color: #d9cef2;
}
.candidate-card .source-badges {
  display: none;
}
.evidence-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.evidence-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #f8edb7;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(249, 198, 9, 0.18);
  font-size: 0.8rem;
  font-weight: 850;
}
.candidate-side {
  align-content: center;
}
.candidate-action {
  background: rgba(255, 255, 255, 0.08);
}
.confirmation-panel {
  background:
    linear-gradient(135deg, rgba(249, 198, 9, 0.13), rgba(77, 0, 166, 0.10)),
    rgba(0, 0, 0, 0.18);
}
.card-heading h3,
.premium-copy h3,
.paywall-card h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
}
.channels-card,
.free-tips-card,
.premium-preview,
.paywall-card {
  margin-top: 4px;
}
.free-tips-list {
  gap: 14px;
}
.tip-card h4 {
  font-size: 1.08rem;
}
.tip-card p {
  font-size: 0.94rem;
}
.premium-copy p {
  max-width: 360px;
}

@media (max-width: 980px) {
  .hero-section {
    padding-top: 48px;
  }
  .hero-metrics div {
    min-height: auto;
  }
}

/* Rich business result cards: photo, address and phone */
.candidate-card {
  grid-template-columns: 92px minmax(0, 1fr) 132px;
  align-items: stretch;
}
.candidate-photo {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  align-self: start;
  border-radius: 24px;
  overflow: hidden;
  color: #1f1600;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 215, 65, 0.95), rgba(249, 198, 9, 0.55)),
    linear-gradient(135deg, rgba(249, 198, 9, 0.85), rgba(77, 0, 166, 0.55));
  border: 1px solid rgba(249, 198, 9, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}
.candidate-photo strong {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: 0.03em;
}
.candidate-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-facts {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(150px, 0.6fr);
  gap: 10px;
  margin: 13px 0 4px;
}
.business-facts span {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.10);
}
.business-facts small {
  display: block;
  margin-bottom: 4px;
  color: rgba(203, 184, 238, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.business-facts strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff7d6;
  font-size: 0.93rem;
  font-weight: 850;
}
.confirmation-panel {
  position: relative;
  overflow: hidden;
}
.confirmation-panel::after {
  content: "Perfil verificado";
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #191100;
  background: var(--yellow-500);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .candidate-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .candidate-side {
    grid-column: 1 / -1;
  }
  .candidate-photo {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .candidate-card {
    grid-template-columns: 1fr;
  }
  .candidate-photo {
    width: 74px;
    height: 74px;
  }
  .business-facts {
    grid-template-columns: 1fr;
  }
  .confirmation-panel::after {
    position: static;
    display: inline-flex;
    margin-top: 12px;
  }
}

/* Premium competitor preview with profile photos and blurred strategic data */
.locked-grid {
  align-items: stretch;
}
.competitor-lock-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}
.competitor-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.competitor-photo {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  overflow: hidden;
  color: #1b1300;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 215, 65, 0.95), rgba(249, 198, 9, 0.5)),
    linear-gradient(135deg, rgba(249, 198, 9, 0.8), rgba(77, 0, 166, 0.55));
  border: 1px solid rgba(249, 198, 9, 0.32);
}
.competitor-photo strong {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 950;
}
.competitor-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.competitor-head h4 {
  margin: 7px 0 3px;
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: 0.003em;
}
.competitor-url {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9df3b7;
  font-size: 0.78rem;
  font-weight: 750;
}
.competitor-score {
  color: var(--yellow-400);
  font-size: 1.25rem;
  white-space: nowrap;
}
.competitor-visible-facts {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.competitor-visible-facts span {
  padding: 9px 10px;
  border-radius: 14px;
  color: #eadfff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 0.84rem;
  line-height: 1.3;
}
.locked-sensitive {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: auto;
  filter: blur(4px);
  opacity: 0.78;
  user-select: none;
}
.locked-sensitive span {
  min-height: 30px;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 850;
}
.competitor-lock-card .locked-overlay {
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding-top: 42px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
}
.competitor-lock-card::after {
  height: 46%;
}

@media (max-width: 1180px) {
  .competitor-head {
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .competitor-score {
    grid-column: 1 / -1;
  }
}

/* Comparison charts */
.comparison-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top right, rgba(249, 198, 9, 0.08), transparent 20rem);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.comparison-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.comparison-summary article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.10);
}
.comparison-summary span {
  display: block;
  color: rgba(203, 184, 238, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}
.comparison-summary strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--yellow-400);
  font-size: 1.42rem;
  line-height: 1.08;
}
.comparison-chart {
  display: grid;
  gap: 13px;
}
.chart-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) minmax(0, 1.8fr) 48px;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.chart-row.chart-self {
  background: rgba(249, 198, 9, 0.09);
  border-color: rgba(249, 198, 9, 0.28);
}
.chart-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
}
.chart-track {
  position: relative;
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.32);
}
.chart-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow-500), var(--yellow-400));
  box-shadow: 0 0 22px rgba(249, 198, 9, 0.28);
}
.chart-row:not(.chart-self) .chart-track i {
  background: linear-gradient(90deg, rgba(203, 184, 238, 0.78), rgba(77, 0, 166, 0.95));
}
.chart-row strong {
  color: var(--yellow-400);
  font-size: 1.1rem;
  text-align: right;
}

@media (max-width: 980px) {
  .comparison-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .comparison-summary,
  .chart-row {
    grid-template-columns: 1fr;
  }
  .chart-row strong {
    text-align: left;
  }
}

/* Do not fake logos when public photo is unavailable */
.candidate-photo.no-photo,
.competitor-photo.no-photo {
  color: rgba(255, 244, 196, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.28);
  border: 1px dashed rgba(249, 198, 9, 0.38);
}
.candidate-photo.no-photo small,
.competitor-photo.no-photo small {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 8px;
  color: rgba(255, 244, 196, 0.9);
  font-size: 0.66rem;
  line-height: 1.12;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.candidate-photo.has-photo strong,
.competitor-photo.has-photo strong {
  opacity: 0;
}

/* Social and Google metric cards */
.social-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top left, rgba(77, 0, 166, 0.13), transparent 18rem);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.social-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.social-metrics-grid article {
  position: relative;
  min-height: 160px;
  padding: 18px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(249, 198, 9, 0.18);
}
.social-metrics-grid article::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow-500), rgba(77, 0, 166, 0.9));
}
.social-metrics-grid span {
  display: block;
  color: rgba(203, 184, 238, 0.85);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin-bottom: 12px;
}
.social-metrics-grid strong {
  display: block;
  color: var(--yellow-400);
  font-size: 1.85rem;
  line-height: 1;
  margin-bottom: 12px;
}
.social-metrics-grid p {
  margin: 0;
  color: #d8cef2;
  font-size: 0.93rem;
  line-height: 1.42;
}
.social-metrics-grid article.is-locked strong {
  color: rgba(255, 255, 255, 0.72);
  filter: blur(2.5px);
}
.social-metrics-grid article.is-locked::before {
  content: "Premium";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #1d1400;
  background: var(--yellow-500);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 980px) {
  .social-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

/* Competitor preview cleanup */
.premium-preview .locked-grid {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}
.premium-preview .locked-card {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: 430px;
  padding: 18px;
  overflow: hidden;
}
.premium-preview .locked-card > div:first-child {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 74px;
}
.premium-preview .locked-card img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
}
.premium-preview .locked-card h4 {
  display: block;
  margin: 7px 0 2px;
  max-width: 100%;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}
.premium-preview .locked-card strong {
  display: block;
  margin: 0;
  color: var(--yellow-400);
  font-size: 1.28rem;
  line-height: 1;
  white-space: nowrap;
}
.premium-preview .locked-card span:first-child,
.premium-preview .locked-card small:first-child {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 4px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff7c4;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}
.premium-preview .locked-card p {
  margin: 0;
  padding: 12px;
  border-radius: 14px;
  color: #eee7ff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  line-height: 1.32;
}
.premium-preview .locked-card .blur-line,
.premium-preview .locked-card .blurred-line,
.premium-preview .locked-card [class*="blur"] {
  display: block;
  height: 16px;
  max-width: 100%;
  margin: 4px 0;
  border-radius: 999px;
}
.premium-preview .locked-card > :last-child {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .premium-preview .locked-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 760px) {
  .premium-preview .locked-grid {
    grid-template-columns: 1fr;
  }
  .premium-preview .locked-card {
    min-height: auto;
  }
}

/* Official source states */
.source-warning-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(249, 198, 9, 0.32);
  background:
    radial-gradient(circle at top left, rgba(249, 198, 9, 0.16), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
}
.source-warning-logo {
  width: 92px;
  height: 32px;
  margin-bottom: 12px;
}
.source-warning-card h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.05;
}
.source-warning-card p {
  margin: 0;
  color: #d9ccff;
  line-height: 1.42;
}
.source-warning-facts {
  display: grid;
  gap: 10px;
}
.source-warning-facts span,
.real-data-empty span {
  display: block;
  padding: 12px;
  border-radius: 16px;
  color: #f4ecff;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 750;
  line-height: 1.25;
}
.real-data-empty {
  padding: 18px;
  border-radius: 20px;
  border: 1px dashed rgba(249, 198, 9, 0.38);
  background: rgba(249, 198, 9, 0.075);
}
.real-data-empty strong {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow-400);
  font-size: 1.15rem;
}
.no-real-competitors {
  grid-column: 1 / -1;
  min-height: auto;
}
.no-real-competitors h4 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 1.35rem;
}
.no-real-competitors p {
  margin: 0 0 14px;
  color: #d9ccff;
  max-width: 720px;
}

@media (max-width: 760px) {
  .source-warning-card {
    grid-template-columns: 1fr;
  }
}

/* Plano X product layer */
body { font-family: "Space Grotesk", sans-serif; }
.scan-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.planox-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.035)), radial-gradient(circle at top right, rgba(249,198,9,.13), transparent 17rem);
  box-shadow: 0 26px 74px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
}
.planox-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.planox-pillar { position: relative; overflow: hidden; min-height: 190px; padding: 16px; border-radius: 20px; border: 1px solid rgba(255,255,255,.11); background: rgba(0,0,0,.24); }
.planox-pillar::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--yellow-500); }
.planox-pillar.good::before { background: #00ff9c; }
.planox-pillar.warn::before { background: #ffb84d; }
.planox-pillar.bad::before, .planox-pillar.is-critical::before { background: #ff4d4d; }
.pillar-top { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.pillar-letter { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 16px; color: #120a00; background: var(--yellow-500); font-family: "JetBrains Mono", monospace; font-weight: 900; }
.planox-pillar.good .pillar-letter { background: #00ff9c; }
.planox-pillar.bad .pillar-letter, .planox-pillar.is-critical .pillar-letter { background: #ff4d4d; color: #fff; }
.pillar-top h4 { margin: 0; color: #fff; font-size: 1.04rem; }
.pillar-top small { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: .72rem; }
.pillar-top strong { color: var(--yellow-400); font-family: "JetBrains Mono", monospace; font-size: 1.35rem; }
.pillar-bar { height: 9px; margin: 16px 0 12px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.pillar-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yellow-500), var(--yellow-400)); }
.planox-pillar.good .pillar-bar i { background: #00ff9c; }
.planox-pillar.bad .pillar-bar i, .planox-pillar.is-critical .pillar-bar i { background: #ff4d4d; }
.planox-pillar p { margin: 0; color: #d8cef2; font-size: .92rem; line-height: 1.38; }
@media (max-width: 980px) { .planox-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .planox-grid, .scan-list { grid-template-columns: 1fr; } }

/* Plano X visual polish */
.planox-card {
  position: relative;
  overflow: hidden;
}
.planox-card::before {
  content: "PLANO X";
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  pointer-events: none;
}
.planox-grid {
  position: relative;
  z-index: 1;
}
.planox-pillar {
  isolation: isolate;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.planox-pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 198, 9, .34);
  background: rgba(255, 255, 255, .055);
}
.planox-pillar.is-critical {
  border-color: rgba(255, 77, 77, .52);
  box-shadow: inset 0 0 0 1px rgba(255, 77, 77, .12), 0 18px 42px rgba(255, 77, 77, .06);
}
.critical-chip {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 77, 77, .18);
  border: 1px solid rgba(255, 77, 77, .35);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
/* Refinamento visual dos pilares PLANO X */
.planox-card {
  position: relative;
  overflow: hidden;
}

.planox-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 211, 38, 0.16), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(127, 60, 255, 0.14), transparent 34%);
  opacity: 0.85;
}

.planox-card > * {
  position: relative;
  z-index: 1;
}

.planox-grid {
  gap: 18px;
}

.planox-pillar {
  min-height: 176px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(10, 10, 14, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.planox-pillar .pillar-top {
  align-items: center;
  gap: 12px;
}

.planox-pillar .pillar-letter {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(255, 204, 0, 0.16);
}

.planox-pillar .pillar-title {
  letter-spacing: 0.01em;
}

.planox-pillar .pillar-score {
  font-size: 26px;
  line-height: 1;
}

.planox-pillar .pillar-bar {
  height: 9px;
  margin: 17px 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.planox-pillar .pillar-bar span {
  border-radius: inherit;
  box-shadow: 0 0 22px currentColor;
}

.planox-pillar p {
  color: rgba(237, 226, 255, 0.86);
  line-height: 1.48;
}

@media (max-width: 720px) {
  .planox-pillar {
    min-height: auto;
  }
}

/* Concorrentes reais: nome visível, foto/logotipo borrado e inteligência bloqueada */
.premium-preview .competitor-lock-card {
  min-height: 410px;
  padding: 0;
  gap: 0;
  border-color: rgba(255, 211, 38, 0.20);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 7, 0.72);
}
.premium-preview .competitor-lock-card > div:first-child {
  display: block;
  grid-template-columns: none;
  min-height: 0;
}
.competitor-media {
  position: relative;
  z-index: 2;
  height: 126px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: radial-gradient(circle at 30% 20%, rgba(255, 211, 38, 0.28), transparent 44%), rgba(255, 255, 255, 0.055);
}
.competitor-media .competitor-photo {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.competitor-media .competitor-photo.has-photo img {
  filter: blur(6px) saturate(1.12) brightness(0.92);
  transform: scale(1.12);
}
.competitor-media .competitor-photo.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.66)),
    radial-gradient(circle at 70% 20%, rgba(255, 211, 38, 0.24), transparent 42%);
}
.competitor-media .competitor-photo em {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1d1400;
  background: var(--yellow-500);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.competitor-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px 18px;
}
.competitor-kicker,
.competitor-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.competitor-source-logo {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}
.competitor-title-row h4 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.05;
  letter-spacing: -0.015em;
  overflow-wrap: anywhere;
}
.competitor-title-row .competitor-score {
  margin: 0;
  color: var(--yellow-400);
  font-size: 1.28rem;
  white-space: nowrap;
}
.competitor-teaser {
  margin: 0;
  padding: 11px 12px;
  border-radius: 14px;
  color: #e9ddff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.84rem;
  line-height: 1.34;
}
.competitor-locked-facts {
  margin-top: 0;
  filter: blur(4.5px);
  opacity: 0.84;
}
.competitor-unlock-note {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: auto;
  padding-top: 14px;
  background: none;
}
.competitor-unlock-note span {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.28;
}
@media (max-width: 760px) {
  .competitor-media { height: 138px; }
}
/* Barra de progresso do diagnóstico */
.analysis-progress {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(255, 211, 38, 0.26);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 211, 38, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.026));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 18px 48px rgba(0, 0, 0, 0.28);
}
.analysis-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-weight: 900;
}
.analysis-progress-top span {
  color: #fff3b4;
}
.analysis-progress-top strong {
  color: var(--yellow-400);
  font-size: 1.25rem;
}
.analysis-progress-track {
  height: 12px;
  margin: 15px 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.analysis-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd326, #9d6cff, #ffd326);
  background-size: 180% 100%;
  box-shadow: 0 0 24px rgba(255, 211, 38, 0.55);
  transition: width 260ms ease;
  animation: progressGlow 1.2s linear infinite;
}
.analysis-progress-current {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.analysis-progress-current strong,
.analysis-progress-current span {
  display: block;
}
.analysis-progress-current strong {
  color: #fff;
  font-size: 1rem;
}
.analysis-progress-current span {
  margin-top: 2px;
  color: #d9ccff;
  line-height: 1.35;
}
.progress-current-icon,
.progress-step .platform-logo,
.progress-letter {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.11);
}
.progress-current-icon .platform-logo,
.progress-step .platform-logo {
  width: 38px;
  height: 38px;
  padding: 8px;
}
.progress-letter {
  color: #1d1400;
  background: var(--yellow-500);
  font-size: 0.82rem;
  font-weight: 950;
}
.analysis-progress-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}
.progress-step {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-height: 76px;
  padding: 10px 8px;
  border-radius: 16px;
  color: #bcaee0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.66;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, background 180ms ease;
}
.progress-step small {
  font-size: 0.68rem;
  line-height: 1.08;
  text-align: center;
  font-weight: 850;
}
.progress-step.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(255, 211, 38, 0.42);
  background: rgba(255, 211, 38, 0.09);
}
.progress-step.is-done {
  opacity: 0.92;
  border-color: rgba(95, 255, 169, 0.28);
}
@keyframes progressGlow {
  from { background-position: 0% 50%; }
  to { background-position: 180% 50%; }
}
@media (max-width: 980px) {
  .analysis-progress-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .analysis-progress {
    padding: 16px;
  }
  .analysis-progress-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Layout polish v18: alinhamento geral do diagnóstico e cards */
.search-card,
.scan-card,
.confirmed-restaurant,
.score-card,
.planox-card,
.comparison-card,
.social-card,
.channels-card,
.free-tips-card,
.premium-preview,
.paywall-card {
  border-radius: 26px;
}

.report-free {
  display: grid;
  gap: 22px;
}

.restaurant-results {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.results-head small {
  color: #cbbcf0;
  text-align: right;
}

.candidate-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 116px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 18px;
  text-align: left;
}

.candidate-photo {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  flex: none;
}

.candidate-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.candidate-main {
  min-width: 0;
}

.candidate-main h4 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.candidate-main p {
  max-width: 100%;
  margin: 0;
  color: #d8cdf2;
  font-size: 0.94rem;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.candidate-meta-row,
.source-badges,
.evidence-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.candidate-url {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.business-facts span {
  min-width: 0;
  padding: 10px 11px;
}

.business-facts strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.candidate-side {
  display: grid;
  gap: 10px;
  justify-items: end;
  align-self: center;
}

.candidate-side strong,
.candidate-side em {
  white-space: nowrap;
}

.confirmation-panel {
  padding: 22px;
  border-radius: 24px;
}

.confirmation-panel h3 {
  margin: 6px 0 8px;
  font-size: 1.42rem;
  line-height: 1.08;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.scan-card {
  padding: 26px;
}

.scan-list {
  gap: 14px;
}

.scan-item {
  min-height: 92px;
  padding: 16px;
}

.scan-item .platform-logo,
.scan-logo {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 12px;
}

.score-grid {
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
  gap: 20px;
}

.score-card {
  min-height: 190px;
  padding: 26px;
}

.score-card strong {
  line-height: 1;
}

.planox-card {
  padding: 28px;
}

.planox-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.planox-pillar {
  min-height: 190px;
}

.planox-pillar .pillar-top {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.planox-pillar .pillar-title {
  display: block;
  overflow: visible;
  color: #fff;
  white-space: normal;
  text-overflow: clip;
}

.planox-pillar small {
  display: block;
  margin-top: 3px;
}

.comparison-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.comparison-summary article {
  min-width: 0;
}

.comparison-summary strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-row {
  grid-template-columns: minmax(160px, 240px) minmax(220px, 1fr) 42px;
  gap: 14px;
}

.social-metrics-grid,
.channels-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.social-metrics-grid article,
.channel-card {
  min-height: 178px;
  padding: 20px;
}

.channel-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.channel-logo-row .platform-logo,
.channel-card .platform-logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 10px;
  border-radius: 16px;
}

.channel-logo-row .platform-logo img,
.channel-card .platform-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.channel-card h4 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.08;
}

.channel-card p {
  font-size: 0.93rem;
  line-height: 1.42;
}

.free-tips-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tip-card {
  min-height: 170px;
  padding: 20px;
}

.tip-card h4 {
  line-height: 1.1;
}

.premium-preview {
  grid-template-columns: 1fr !important;
  gap: 22px;
  padding: 28px;
}

.premium-copy {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(320px, 1.22fr);
  gap: 24px;
  align-items: end;
}

.premium-copy p {
  max-width: 680px;
  margin: 0;
}

.premium-preview .locked-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.premium-preview .competitor-lock-card {
  min-height: 430px;
}

.competitor-media {
  height: 150px;
}

.competitor-body {
  padding: 18px;
}

.competitor-title-row {
  align-items: flex-start;
}

.competitor-title-row h4 {
  font-size: 1.12rem;
  line-height: 1.12;
}

.competitor-teaser,
.competitor-visible-facts span,
.locked-sensitive span {
  line-height: 1.34;
}

.paywall-card {
  padding: 28px;
}

.paywall-actions {
  align-self: center;
}

@media (max-width: 1080px) {
  .candidate-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .candidate-side {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    justify-items: stretch;
  }

  .score-grid,
  .premium-copy {
    grid-template-columns: 1fr;
  }

  .planox-grid,
  .social-metrics-grid,
  .channels-grid,
  .premium-preview .locked-grid,
  .free-tips-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .candidate-card {
    grid-template-columns: 1fr;
  }

  .candidate-photo {
    width: 100%;
    height: 150px;
  }

  .business-facts,
  .planox-grid,
  .comparison-summary,
  .social-metrics-grid,
  .channels-grid,
  .premium-preview .locked-grid,
  .free-tips-list {
    grid-template-columns: 1fr;
  }

  .chart-row {
    grid-template-columns: 1fr;
  }
}
/* Premium metric lock CTA */
.social-metrics-grid article {
  overflow: hidden;
}

.metric-value-wrap {
  position: relative;
  min-height: 70px;
  display: grid;
  align-content: center;
}

.social-metrics-grid article.is-locked strong {
  opacity: 0.34;
  filter: blur(3.5px);
  transform: translateY(-2px);
}

.metric-unlock-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: 2px 0;
  background: linear-gradient(90deg, rgba(15, 15, 17, 0.88), rgba(15, 15, 17, 0.52), transparent);
}

.metric-unlock-overlay b {
  max-width: 220px;
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.1;
}

.metric-unlock-overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #18001e;
  font-weight: 1000;
  font-size: 0.82rem;
  text-decoration: none;
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  box-shadow: 0 12px 30px rgba(249, 198, 9, 0.22);
}

.metric-unlock-overlay a:hover {
  transform: translateY(-1px);
}

/* Inline analysis panel below search form */
.inline-analysis-panel {
  margin: 18px 0 8px;
  padding: 20px;
  border: 1px solid rgba(249, 198, 9, 0.42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(249, 198, 9, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(249, 198, 9, 0.12), rgba(77, 0, 166, 0.18), rgba(10, 10, 12, 0.92));
  box-shadow: 0 22px 70px rgba(249, 198, 9, 0.16), inset 0 1px 0 rgba(255,255,255,0.08);
}

.inline-analysis-panel[hidden] {
  display: none !important;
}

.inline-analysis-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 15px;
}

.inline-analysis-head strong {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.1;
}

.inline-analysis-head b {
  min-width: 74px;
  color: var(--yellow-400);
  font-size: 1.7rem;
  line-height: 1;
  text-align: right;
}

.inline-progress-track,
.inline-analysis-track {
  height: 13px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.11);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
}

.inline-progress-track span,
.inline-analysis-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow-400), #b86cff, #6b00d7);
  box-shadow: 0 0 26px rgba(249, 198, 9, 0.28);
  transition: width 220ms ease;
}

.inline-analysis-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.inline-analysis-steps span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 11px;
  border-radius: 14px;
  color: var(--muted);
  font-weight: 800;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}

.inline-analysis-steps i {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  color: #130018;
  font-style: normal;
  font-weight: 1000;
  background: var(--yellow-400);
}

.inline-analysis-steps span.is-active {
  color: var(--white);
  border-color: rgba(249, 198, 9, 0.5);
  background: rgba(249, 198, 9, 0.12);
}

.inline-analysis-steps span.is-done i {
  background: #15f59b;
}

.inline-analysis-panel.is-complete {
  border-color: rgba(21, 245, 155, 0.5);
}

@media (max-width: 680px) {
  .inline-analysis-head {
    align-items: center;
  }
  .inline-analysis-steps {
    grid-template-columns: 1fr;
  }
}
/* Premium competitors repair v23 */
#relatorio,
#premium-preview,
.premium-preview {
  scroll-margin-top: 150px;
}

.premium-preview {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 26px !important;
  align-items: start !important;
  overflow: visible !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

.premium-preview .premium-copy {
  display: grid !important;
  grid-template-columns: minmax(260px, 0.7fr) minmax(280px, 1.3fr) !important;
  gap: 22px !important;
  align-items: end !important;
}

.premium-preview .premium-copy h3 {
  max-width: 560px !important;
  margin: 6px 0 0 !important;
  line-height: 1.04 !important;
}

.premium-preview .premium-copy p {
  max-width: 520px !important;
  margin: 0 !important;
  font-size: 1.02rem !important;
}

.premium-preview .locked-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.premium-preview .competitor-lock-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 520px !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 198, 9, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.095), rgba(0,0,0,0.76)) !important;
}

.premium-preview .competitor-lock-card::before,
.premium-preview .competitor-lock-card::after {
  display: none !important;
}

.premium-preview .competitor-lock-card > div:first-child {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 132px !important;
  padding: 18px !important;
  background:
    linear-gradient(90deg, rgba(249,198,9,0.17), rgba(77,0,166,0.12)),
    rgba(255,255,255,0.04) !important;
}

.premium-preview .competitor-lock-card > div:first-child > :first-child {
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  max-width: 86px !important;
  border-radius: 22px !important;
  object-fit: cover !important;
  overflow: hidden !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  filter: blur(5px) saturate(1.1) brightness(0.9) !important;
  background: linear-gradient(135deg, rgba(249,198,9,0.55), rgba(255,255,255,0.1)) !important;
}

.premium-preview .competitor-lock-card > div:first-child > :first-child:not(img) {
  display: grid !important;
  place-items: center !important;
  color: var(--yellow-400) !important;
  font-size: 1.35rem !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.premium-preview .competitor-lock-card > div:first-child > :first-child:not(img) * {
  max-width: 72px !important;
  font-size: 0.72rem !important;
  line-height: 1.05 !important;
}

.premium-preview .competitor-lock-card > div:first-child > div {
  min-width: 0 !important;
  display: block !important;
}

.premium-preview .competitor-lock-card > div:first-child span,
.premium-preview .competitor-lock-card > div:first-child small:first-child {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  color: var(--cream) !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  background: rgba(255,255,255,0.13) !important;
}

.premium-preview .competitor-lock-card h4 {
  margin: 10px 0 7px !important;
  color: var(--white) !important;
  font-size: clamp(1rem, 1.4vw, 1.24rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.premium-preview .competitor-lock-card small {
  display: inline-flex !important;
  max-width: 100% !important;
  padding: 8px 11px !important;
  border-radius: 12px !important;
  color: var(--cream) !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  background: rgba(255,255,255,0.11) !important;
}

.premium-preview .competitor-lock-card > div:first-child strong {
  position: static !important;
  justify-self: end !important;
  align-self: center !important;
  color: var(--yellow-400) !important;
  font-size: 1.42rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.premium-preview .competitor-teaser {
  margin: 16px 18px 0 !important;
  padding: 15px !important;
  min-height: 86px !important;
  color: var(--cream) !important;
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}

.premium-preview .competitor-locked-facts,
.premium-preview .locked-sensitive {
  margin: 15px 18px 0 !important;
  display: grid !important;
  gap: 10px !important;
  filter: blur(4.2px) !important;
  opacity: 0.76 !important;
}

.premium-preview .competitor-locked-facts span,
.premium-preview .locked-sensitive span {
  min-height: 34px !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.22) !important;
}

.premium-preview .competitor-unlock-note,
.premium-preview .competitor-lock-card .locked-overlay {
  position: static !important;
  z-index: 3 !important;
  margin: auto 18px 18px !important;
  padding: 18px 0 0 !important;
  display: grid !important;
  gap: 10px !important;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.72)) !important;
}

.premium-preview .competitor-unlock-note strong {
  color: var(--yellow-400) !important;
  font-size: 1.14rem !important;
  line-height: 1.05 !important;
}

.premium-preview .competitor-unlock-note span {
  color: var(--white) !important;
  line-height: 1.25 !important;
}

.competitor-unlock-btn {
  width: fit-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  color: #17001d;
  text-decoration: none;
  font-weight: 1000;
  font-size: 0.83rem;
  background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500));
  box-shadow: 0 12px 28px rgba(249, 198, 9, 0.2);
}

@media (max-width: 1100px) {
  .premium-preview .premium-copy {
    grid-template-columns: 1fr !important;
  }
  .premium-preview .locked-grid {
    grid-template-columns: 1fr !important;
  }
  .premium-preview .competitor-lock-card {
    min-height: auto !important;
  }
}

@media (max-width: 680px) {
  .premium-preview .competitor-lock-card > div:first-child {
    grid-template-columns: 70px minmax(0, 1fr) !important;
  }
  .premium-preview .competitor-lock-card > div:first-child > :first-child {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
  }
  .premium-preview .competitor-lock-card > div:first-child strong {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-top: -4px !important;
  }
}
/* Inline loading official placement v24 */
body.analysis-inline-running #analysis-progress,
body.analysis-inline-running .analysis-progress {
  display: none !important;
}

.inline-analysis-panel {
  scroll-margin-top: 130px;
}

.search-card .inline-analysis-panel {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  border-width: 2px !important;
  transform: translateZ(0);
}

.search-card .inline-analysis-panel.is-running {
  animation: inlinePulseGlow 1.35s ease-in-out infinite alternate;
}

@keyframes inlinePulseGlow {
  from { box-shadow: 0 22px 70px rgba(249, 198, 9, 0.16), inset 0 1px 0 rgba(255,255,255,0.08); }
  to { box-shadow: 0 28px 90px rgba(249, 198, 9, 0.3), 0 0 0 1px rgba(249, 198, 9, 0.2), inset 0 1px 0 rgba(255,255,255,0.12); }
}

.search-card .inline-analysis-head strong {
  font-size: clamp(1.28rem, 2.6vw, 1.85rem) !important;
}

.search-card .inline-analysis-head b {
  font-size: clamp(1.8rem, 4vw, 2.45rem) !important;
}

.search-card .inline-progress-track,
.search-card .inline-analysis-track {
  height: 18px !important;
  margin: 18px 0 4px !important;
}

.search-card .inline-analysis-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.search-card .inline-analysis-steps span {
  min-height: 54px !important;
  font-size: 0.92rem !important;
}

@media (max-width: 760px) {
  .search-card .inline-analysis-steps {
    grid-template-columns: 1fr !important;
  }
}
/* Planox dashboard cards v25 */
.planox-card {
  position: relative;
  overflow: hidden;
}

.planox-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 10%, rgba(249, 198, 9, 0.12), transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(111, 0, 214, 0.17), transparent 34%);
}

.planox-card > * {
  position: relative;
  z-index: 1;
}

.planox-grid {
  gap: 18px !important;
}

.planox-pillar {
  position: relative;
  min-height: 220px !important;
  padding: 20px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035)),
    rgba(8, 8, 11, 0.74) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 42px rgba(0,0,0,0.22) !important;
  overflow: hidden;
}

.planox-pillar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--pillar-color), rgba(255,255,255,0.16));
}

.planox-pillar::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -58px;
  top: -58px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--pillar-color), transparent 82%);
  filter: blur(4px);
  opacity: 0.75;
}

.pillar-dashboard {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 66px;
  gap: 14px;
  align-items: center;
}

.pillar-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #09090b;
  background: linear-gradient(135deg, var(--pillar-color), color-mix(in srgb, var(--pillar-color), white 26%));
  box-shadow: 0 16px 34px color-mix(in srgb, var(--pillar-color), transparent 72%);
}

.pillar-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-icon svg path,
.pillar-icon svg circle {
  vector-effect: non-scaling-stroke;
}

.pillar-copy {
  min-width: 0;
}

.pillar-title {
  display: block;
  color: var(--white) !important;
  font-size: clamp(1.1rem, 1.7vw, 1.42rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

.pillar-copy small {
  display: block;
  margin-top: 6px;
  color: var(--muted) !important;
  font-weight: 900 !important;
  font-size: 0.78rem !important;
}

.pillar-ring {
  position: relative;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
}

.pillar-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.pillar-ring circle {
  fill: none;
  stroke-width: 5;
}

.pillar-ring .ring-bg {
  stroke: rgba(255,255,255,0.1);
}

.pillar-ring .ring-meter {
  stroke: var(--pillar-color);
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--pillar-color), transparent 48%));
}

.pillar-ring b {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 1.03rem;
  line-height: 1;
}

.pillar-graph {
  position: relative;
  z-index: 2;
  height: 16px;
  margin: 18px 0 14px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
}

.pillar-graph span {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pillar-color), color-mix(in srgb, var(--pillar-color), white 22%));
  box-shadow: 0 0 18px color-mix(in srgb, var(--pillar-color), transparent 62%);
}

.pillar-graph i {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background-image: repeating-linear-gradient(90deg, transparent 0 17%, rgba(255,255,255,0.13) 17% 18%);
  opacity: 0.7;
}

.planox-pillar p {
  position: relative;
  z-index: 2;
  color: var(--cream) !important;
  font-size: 0.98rem !important;
  line-height: 1.42 !important;
  margin: 0 !important;
}

.planox-pillar.is-critical {
  border-color: color-mix(in srgb, var(--pillar-color), white 10%) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--pillar-color), transparent 48%), 0 18px 50px rgba(0,0,0,0.26) !important;
}

.planox-pillar.is-critical .pillar-copy small::after {
  content: "  • corrigir primeiro";
  color: var(--pillar-color);
}

.planox-pillar .pillar-letter,
.planox-pillar .pillar-top,
.planox-pillar .pillar-bar,
.planox-pillar .pillar-score {
  display: none !important;
}

@media (max-width: 680px) {
  .pillar-dashboard {
    grid-template-columns: 50px minmax(0, 1fr) 58px;
    gap: 11px;
  }
  .pillar-icon {
    width: 50px;
    height: 50px;
  }
  .pillar-ring {
    width: 56px;
    height: 56px;
  }
}
/* PLANO X method section v27 */
.planox-method-section {
  position: relative;
  margin: 28px 0 76px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(249, 198, 9, 0.26);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(249, 198, 9, 0.20), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(107, 0, 214, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  box-shadow: 0 30px 90px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
}

.planox-method-section::before {
  content: "PLANO X";
  position: absolute;
  right: -20px;
  top: -18px;
  color: rgba(255,255,255,0.035);
  font-size: clamp(4.4rem, 13vw, 13rem);
  line-height: .8;
  font-weight: 1000;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.method-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.method-copy h2 {
  max-width: 850px;
  margin: 12px 0 18px;
  color: var(--white);
  font-size: clamp(2.1rem, 4.5vw, 4.6rem);
  line-height: .92;
  letter-spacing: -0.065em;
}

.method-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.62;
  margin: 0;
}

.method-alert {
  display: grid;
  gap: 5px;
  max-width: 700px;
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(249, 198, 9, 0.28);
  background: rgba(249, 198, 9, 0.08);
}

.method-alert strong {
  color: var(--yellow-400);
  font-size: 1.05rem;
}

.method-alert span {
  color: var(--cream);
  line-height: 1.45;
}

.method-score-card {
  position: relative;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 230px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.13);
  background: linear-gradient(155deg, rgba(249,198,9,.16), rgba(77,0,166,.16), rgba(0,0,0,.32));
}

.method-score-card span {
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 1000;
}

.method-score-card strong {
  color: var(--yellow-400);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: .78;
  letter-spacing: -0.08em;
}

.method-score-card p {
  color: var(--muted);
  line-height: 1.42;
  margin: 0;
}

.method-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.method-grid article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 255px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.28);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.method-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 198, 9, .48);
  background: rgba(249, 198, 9, .075);
}

.method-grid b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #110015;
  font-size: 1.35rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--yellow-400), #ff9d00);
  box-shadow: 0 14px 34px rgba(249, 198, 9, 0.2);
}

.method-grid span {
  display: block;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 1000;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.method-grid small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.method-grid i {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--yellow-400);
  font-style: normal;
  font-size: .75rem;
  font-weight: 1000;
  background: rgba(249, 198, 9, .1);
  border: 1px solid rgba(249, 198, 9, .22);
}

@media (max-width: 1180px) {
  .method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .method-layout { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: auto; }
}
/* Theme contrast polish v29 */
:root {
  --black: #020202;
  --bg: #020202;
  --panel: #0b0b0d;
  --panel-2: #111114;
  --panel-3: #17171b;
  --line: #2b2b32;
  --muted: #d8d0ee;
  --cream: #fff2c7;
  --yellow-400: #ffd21a;
  --yellow-500: #ffc400;
  --purple-400: #a66bff;
  --purple-500: #6f00d6;
}

html,
body {
  background: #020202 !important;
  color: #ffffff;
}

body::before,
body::after {
  opacity: 0.55 !important;
  filter: none !important;
}

.site-shell {
  background:
    radial-gradient(circle at 100% 12%, #170026 0, #07000d 20%, transparent 38%),
    linear-gradient(180deg, #020202 0%, #050505 46%, #020202 100%) !important;
}

.topbar {
  background: #050505 !important;
  border-color: #2f2f36 !important;
  box-shadow: 0 24px 70px #000000 !important;
}

.hero-section,
.diagnostic-layout,
.report-section,
.steps-section {
  background: transparent !important;
}

.panel-card,
.search-card,
.scan-card,
.score-card,
.channels-card,
.free-tips-card,
.premium-preview,
.paywall-card,
.paid-report,
.confirmed-restaurant,
.steps-grid article,
.planox-card,
.comparison-card,
.social-card,
.planox-method-section,
.method-score-card,
.inline-analysis-panel,
.restaurant-results article,
.confirmation-panel {
  background: linear-gradient(145deg, #121214 0%, #09090a 100%) !important;
  border-color: #303038 !important;
  box-shadow: 0 28px 80px #000000, inset 0 1px 0 #27272e !important;
}

.hero-metrics div,
.preview-stack div,
.floating-card,
.logo-strip,
.scan-item,
.channel-card,
.social-metrics-grid article,
.free-tip,
.paid-card,
.method-grid article,
.planox-pillar,
.comparison-summary article,
.chart-row,
.payment-box,
.metric-unlock-overlay,
.competitor-teaser,
.competitor-lock-card,
.premium-preview .competitor-lock-card {
  background: #111114 !important;
  border-color: #2f2f36 !important;
  box-shadow: inset 0 1px 0 #232329 !important;
}

.eyebrow,
.hero-metrics strong,
.preview-header strong,
.floating-card strong,
.card-heading span,
.method-grid i,
.method-score-card strong,
.score-card.highlight strong,
.comparison-summary strong,
.social-metrics-grid strong,
.premium-copy .eyebrow,
.paywall-card .eyebrow,
.status-pill,
.confirmed-badge,
.source-badges span,
.pillar-ring b,
.competitor-score,
.metric-unlock-overlay b,
.competitor-unlock-note strong,
.payment-box strong {
  color: #ffd21a !important;
}

.primary-action,
.form-button,
.topbar-cta,
.small-primary,
.metric-unlock-overlay a,
.competitor-unlock-btn,
.step-number,
.method-grid b,
.pillar-icon,
.inline-analysis-steps i,
.pillar-letter {
  background: #ffd21a !important;
  color: #120014 !important;
  border-color: #ffd21a !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.34), 0 0 22px rgba(255,204,0,.16), 0 0 34px rgba(36,88,255,.06) !important;
}

.primary-action:hover,
.form-button:hover,
.topbar-cta:hover,
.small-primary:hover,
.metric-unlock-overlay a:hover,
.competitor-unlock-btn:hover {
  background: #ffea6a !important;
  border-color: #ffea6a !important;
}

.ghost-action,
.small-ghost,
.dev-only {
  background: #151518 !important;
  color: #fff2c7 !important;
  border-color: #5a5a64 !important;
}

.form-button,
.primary-action,
.topbar-cta,
.small-primary {
  text-shadow: none !important;
}

input,
textarea,
select {
  background: #070708 !important;
  border-color: #3a3a42 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #ffd21a !important;
  outline-color: #ffd21a !important;
  box-shadow: 0 0 0 3px #2f2300 !important;
}

.field-note,
.hero-lead,
.steps-grid p,
.diagnostic-copy p,
.premium-copy p,
.paywall-card p,
.method-copy p,
.method-grid small,
.score-card p,
.planox-pillar p,
.channel-card p,
.free-tip p,
.confirmation-panel p,
.restaurant-results p,
.social-metrics-grid p {
  color: #d8d0ee !important;
}

.pillar-graph,
.inline-progress-track,
.inline-analysis-track,
.chart-track {
  background: #2b2b32 !important;
}

.pillar-graph span,
.inline-progress-track span,
.inline-analysis-track span,
.chart-track i,
.pillar-bar span {
  background: #ffd21a !important;
  box-shadow: none !important;
}

.planox-pillar.good,
.planox-pillar.warn,
.planox-pillar.bad,
.planox-pillar.is-critical {
  border-color: #3a3a42 !important;
}

.planox-pillar.good::before,
.planox-pillar.warn::before,
.planox-pillar.bad::before,
.planox-pillar.is-critical::before,
.method-grid article:hover,
.premium-preview,
.paywall-card,
.inline-analysis-panel.is-complete {
  border-color: #ffd21a !important;
}

.planox-pillar.good .pillar-icon,
.planox-pillar.warn .pillar-icon,
.planox-pillar.bad .pillar-icon,
.planox-pillar.is-critical .pillar-icon {
  background: #ffd21a !important;
  color: #120014 !important;
}

.pillar-ring .ring-meter {
  stroke: #ffd21a !important;
  filter: none !important;
}

.pillar-ring .ring-bg {
  stroke: #34343c !important;
}

.method-alert {
  background: #111114 !important;
  border-color: #ffd21a !important;
}

.method-alert strong {
  color: #ffd21a !important;
}

.method-alert span {
  color: #fff2c7 !important;
}

.preview-stack div strong,
.floating-card span,
.preview-header span,
.hero-metrics span,
.logo-strip span {
  color: #fff2c7 !important;
}

.premium-preview .competitor-lock-card > div:first-child,
.premium-preview .competitor-lock-card > div:first-child span,
.premium-preview .competitor-lock-card small,
.competitor-url {
  background: #17171b !important;
  border-color: #34343c !important;
}

.locked-sensitive span,
.premium-preview .competitor-locked-facts span,
.blurred-lines span {
  background: #4a4a52 !important;
}

.form-message.error,
.error,
.message-error {
  color: #ff7a7a !important;
}

.form-message.success,
.message-success {
  color: #15f59b !important;
}
/* Typography scale reduction v30 */
.hero-copy h1 {
  font-size: clamp(2.85rem, 5.25vw, 5.15rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
  max-width: 820px !important;
}

.section-heading h2,
.diagnostic-copy h2,
.method-copy h2 {
  font-size: clamp(2rem, 3.65vw, 3.85rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.card-heading h3,
.premium-copy h3,
.paywall-card h3 {
  font-size: clamp(1.55rem, 2.45vw, 2.18rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.diagnostic-copy h2 {
  max-width: 620px !important;
}

.hero-lead,
.diagnostic-copy p,
.method-copy p {
  font-size: clamp(0.98rem, 1.25vw, 1.12rem) !important;
  line-height: 1.58 !important;
}

.steps-grid h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.34rem) !important;
  line-height: 1.12 !important;
}

.score-card.highlight strong,
.method-score-card strong {
  font-size: clamp(3.2rem, 6.2vw, 5.4rem) !important;
}

.score-card > strong:not(#score-value),
#critical-problem {
  font-size: clamp(1.35rem, 2.4vw, 2.15rem) !important;
  line-height: 1.1 !important;
}

.search-card {
  padding: clamp(22px, 2.8vw, 34px) !important;
}

.steps-section,
.diagnostic-section,
.report-section {
  padding: 54px 0 !important;
}

.hero-section {
  padding-top: 58px !important;
  padding-bottom: 48px !important;
}

.check-list li {
  font-size: 0.98rem !important;
  line-height: 1.25 !important;
}

@media (max-width: 760px) {
  .hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem) !important;
    line-height: 1 !important;
  }
  .section-heading h2,
  .diagnostic-copy h2,
  .method-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem) !important;
  }
}
/* Glow polish v31: softer yellow with blue depth */
:root {
  --rx-glow-gold: rgba(255, 211, 31, 0.28);
  --rx-glow-gold-soft: rgba(255, 211, 31, 0.14);
  --rx-glow-blue: rgba(31, 118, 255, 0.18);
  --rx-glow-blue-soft: rgba(31, 118, 255, 0.10);
}

.btn-primary,
.btn-gold,
.nav-cta,
.hero-actions .btn:first-child,
.search-card button,
.search-card [type="submit"],
.paywall-card button,
.payment-actions button,
#payment-button,
button[data-action="unlock"],
a[href="#diagnostico"].btn,
a[href="#relatorio"].btn-primary {
  box-shadow:
    0 12px 24px rgba(255, 211, 31, 0.18),
    0 20px 46px rgba(31, 118, 255, 0.12),
    0 0 0 1px rgba(255, 211, 31, 0.20),
    inset 0 -5px 0 rgba(0, 0, 0, 0.18) !important;
  filter: saturate(1.06) !important;
}

.btn-primary:hover,
.btn-gold:hover,
.nav-cta:hover,
.hero-actions .btn:first-child:hover,
.search-card button:hover,
.search-card [type="submit"]:hover,
.paywall-card button:hover,
.payment-actions button:hover,
#payment-button:hover {
  box-shadow:
    0 14px 30px rgba(255, 211, 31, 0.24),
    0 24px 56px rgba(31, 118, 255, 0.18),
    0 0 0 1px rgba(255, 211, 31, 0.28),
    inset 0 -4px 0 rgba(0, 0, 0, 0.15) !important;
}

.feature-card,
.stat-card,
.method-card,
.pillar-card,
.channel-card,
.tip-card,
.competitor-card,
.metric-card,
.score-card,
.search-card,
.paywall-card,
.result-card,
.confirm-card,
.locked-card {
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 211, 31, 0.08),
    0 0 42px rgba(31, 118, 255, 0.08) !important;
}

.feature-card::before,
.stat-card::before,
.method-card::before,
.pillar-card::before,
.channel-card::before,
.tip-card::before,
.competitor-card::before,
.metric-card::before,
.score-card::before,
.search-card::before,
.paywall-card::before,
.result-card::before,
.confirm-card::before,
.locked-card::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 211, 31, 0.12), transparent 36%),
    radial-gradient(circle at 92% 110%, rgba(31, 118, 255, 0.12), transparent 42%) !important;
  opacity: 1 !important;
}

.feature-card:hover,
.method-card:hover,
.pillar-card:hover,
.channel-card:hover,
.tip-card:hover,
.competitor-card:hover,
.metric-card:hover,
.result-card:hover {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.50),
    0 0 0 1px rgba(255, 211, 31, 0.14),
    0 0 48px rgba(31, 118, 255, 0.12) !important;
}

.badge,
.pill,
.premium-badge,
.match-badge,
.status-pill,
.score-pill,
.step-number,
.pillar-icon {
  box-shadow:
    0 10px 22px rgba(255, 211, 31, 0.14),
    0 16px 34px rgba(31, 118, 255, 0.10) !important;
}
/* Soft glow correction: remove hard yellow slabs behind CTAs/cards */
.topbar-cta,
.primary-action,
.form-button,
.small-primary,
.paywall-card .form-button,
.payment-actions .form-button,
a[href="#diagnostico"].topbar-cta {
  box-shadow:
    0 0 0 1px rgba(255, 211, 38, 0.18),
    0 14px 34px rgba(255, 211, 38, 0.16),
    0 0 42px rgba(64, 120, 255, 0.12) !important;
}

.topbar-cta:hover,
.primary-action:hover,
.form-button:hover,
.small-primary:hover,
.paywall-card .form-button:hover,
.payment-actions .form-button:hover {
  box-shadow:
    0 0 0 1px rgba(255, 211, 38, 0.22),
    0 18px 42px rgba(255, 211, 38, 0.20),
    0 0 54px rgba(64, 120, 255, 0.16) !important;
}

.topbar-cta::before,
.topbar-cta::after,
.primary-action::before,
.primary-action::after,
.form-button::before,
.form-button::after,
.small-primary::before,
.small-primary::after {
  box-shadow: none !important;
  filter: blur(18px) !important;
}

.hero-metrics article,
.step-number,
.planox-pillar::before,
.pillar-letter,
.confidence-pill,
.status-pill,
.locked-overlay .small-primary {
  box-shadow:
    0 10px 28px rgba(255, 211, 38, 0.12),
    0 0 32px rgba(64, 120, 255, 0.08) !important;
}

/* RAIOX_SOFT_SHADOWS_V3 */
:root {
  --rx-shadow-card-soft: 0 22px 64px rgba(0, 0, 0, 0.34), 0 0 44px rgba(36, 88, 255, 0.045), 0 0 34px rgba(255, 204, 0, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  --rx-shadow-card-hover: 0 26px 78px rgba(0, 0, 0, 0.4), 0 0 54px rgba(36, 88, 255, 0.065), 0 0 42px rgba(255, 204, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  --rx-shadow-yellow-soft: 0 13px 26px rgba(0, 0, 0, 0.34), 0 0 28px rgba(255, 204, 0, 0.2), 0 0 42px rgba(36, 88, 255, 0.07);
  --rx-shadow-yellow-hover: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 34px rgba(255, 204, 0, 0.26), 0 0 52px rgba(36, 88, 255, 0.09);
  --rx-shadow-icon-soft: 0 10px 24px rgba(0, 0, 0, 0.26), 0 0 20px rgba(255, 204, 0, 0.16), 0 0 30px rgba(36, 88, 255, 0.055);
}

body :where(
  .topbar,
  .panel-card,
  .floating-card,
  .hero-panel,
  .hero-card,
  .hero-stat,
  .mini-card,
  .step-card,
  .glass-card,
  .method-card,
  .methodology-card,
  .planox-card,
  .planox-shell,
  .diagnostic-card,
  .scan-panel,
  .score-card,
  .critical-card,
  .pillar-card,
  .compare-card,
  .social-card,
  .channel-card,
  .tip-card,
  .competitor-card,
  .premium-card,
  .unlock-card,
  .candidate-card,
  .selected-card,
  .restaurant-card,
  .result-card,
  .report-card,
  .form-shell,
  .search-card,
  .lead-card,
  .locked-card,
  .metric-card,
  .analysis-card,
  .progress-card,
  [class*="-card"],
  [class*="-panel"],
  [class*="-shell"]
) {
  box-shadow: var(--rx-shadow-card-soft) !important;
}

body :where(
  .panel-card,
  .hero-panel,
  .step-card,
  .methodology-card,
  .planox-card,
  .pillar-card,
  .candidate-card,
  .competitor-card,
  .unlock-card,
  .metric-card,
  [class*="-card"],
  [class*="-panel"]
):hover {
  box-shadow: var(--rx-shadow-card-hover) !important;
}

body :where(
  .topbar-cta,
  .primary-action,
  .form-button,
  .small-primary,
  .search-button,
  .submit-button,
  .unlock-button,
  .payment-button,
  .cta-button,
  .btn-primary,
  button[type="submit"]
) {
  box-shadow: var(--rx-shadow-yellow-soft) !important;
  filter: none !important;
}

body :where(
  .topbar-cta,
  .primary-action,
  .form-button,
  .small-primary,
  .search-button,
  .submit-button,
  .unlock-button,
  .payment-button,
  .cta-button,
  .btn-primary,
  button[type="submit"]
):hover {
  box-shadow: var(--rx-shadow-yellow-hover) !important;
  filter: none !important;
}

body :where(
  .badge,
  .pill,
  .tag,
  .score-badge,
  .status-pill,
  .planox-letter,
  .pillar-letter,
  .pillar-icon,
  .method-letter,
  .scan-dot,
  .check-list li::before
) {
  box-shadow: var(--rx-shadow-icon-soft) !important;
}

body :where(.primary-action, .form-button, .small-primary, .topbar-cta, button[type="submit"])::before,
body :where(.primary-action, .form-button, .small-primary, .topbar-cta, button[type="submit"])::after {
  box-shadow: none !important;
}
/* /RAIOX_SOFT_SHADOWS_V3 */

/* RAIOX_REMOVE_HARD_SHADOWS_V1 */
body .pillar-letter,
body .planox-letter,
body .method-letter,
body .planox-pillar .pillar-letter,
body .planox-card .pillar-letter,
body .method-card .method-letter,
body .pillar-card .pillar-icon,
body .pillar-card .pillar-letter {
  transform: none !important;
  box-shadow: 0 9px 20px rgba(0,0,0,.32), 0 0 20px rgba(255,204,0,.15), 0 0 30px rgba(36,88,255,.055) !important;
}

body .pillar-letter::before,
body .pillar-letter::after,
body .planox-letter::before,
body .planox-letter::after,
body .method-letter::before,
body .method-letter::after,
body .pillar-card .pillar-icon::before,
body .pillar-card .pillar-icon::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

body :where(.feature-card, .stat-card, .method-card, .pillar-card, .channel-card, .tip-card, .competitor-card, .metric-card, .score-card, .search-card, .paywall-card, .result-card, .confirm-card, .locked-card)::before {
  opacity: .28 !important;
  filter: blur(22px) saturate(1.05) !important;
  transform: scale(.92) translateY(10px) !important;
  background: radial-gradient(circle at 50% 100%, rgba(255,204,0,.09), rgba(36,88,255,.055) 44%, transparent 68%) !important;
}

body :where(.feature-card, .stat-card, .method-card, .pillar-card, .channel-card, .tip-card, .competitor-card, .metric-card, .score-card, .search-card, .paywall-card, .result-card, .confirm-card, .locked-card) {
  box-shadow: 0 20px 58px rgba(0,0,0,.30), 0 0 36px rgba(36,88,255,.04), 0 0 28px rgba(255,204,0,.04), inset 0 1px 0 rgba(255,255,255,.055) !important;
}

body .topbar-cta,
body .primary-action,
body .form-button,
body .small-primary,
body button[type="submit"] {
  transform: none !important;
  box-shadow: 0 11px 24px rgba(0,0,0,.34), 0 0 24px rgba(255,204,0,.18), 0 0 38px rgba(36,88,255,.065) !important;
}
/* /RAIOX_REMOVE_HARD_SHADOWS_V1 */

/* Premium report v39 */
.primary-action,
.quiz-choice,
.quiz-submit,
button[id="search-submit"],
button[id="unlock-btn"] {
  box-shadow: 0 18px 46px rgba(255, 207, 18, 0.18), 0 12px 48px rgba(65, 112, 255, 0.12), inset 0 -4px 0 rgba(0, 0, 0, 0.16) !important;
}

.card,
.panel,
.diagnostic-card,
.paid-section,
.method-card,
.audit-card,
.premium-section,
.premium-hero-panel,
.source-audit-card,
.evidence-card,
.premium-chart-card,
.tool-card,
.action-step-card {
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.055) !important;
}

.premium-report-shell {
  display: grid;
  gap: 26px;
}

.premium-hero-panel,
.premium-section {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #111113 0%, #09090b 58%, #130915 100%);
  border-radius: 30px;
  padding: 30px;
}

.premium-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: center;
  border-color: rgba(255, 210, 26, 0.26);
}

.premium-hero-panel h3,
.premium-section-head h3 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  margin: 8px 0 12px;
}

.premium-hero-panel p,
.premium-section-head p {
  color: #d7caef;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 760px;
}

.premium-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.premium-kpi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: #141416;
  padding: 16px;
}

.premium-kpi strong {
  display: block;
  color: #ffd21a;
  font-size: 1.35rem;
  line-height: 1;
}

.premium-kpi span {
  display: block;
  color: #efe5bd;
  font-size: 0.78rem;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.premium-score-orbit {
  display: grid;
  place-items: center;
  gap: 14px;
  text-align: center;
}

.premium-score-ring {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#ffd21a calc(var(--score) * 1%), #27272d 0);
  position: relative;
  color: #09090b;
}

.premium-score-ring::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: inherit;
  background: #0c0c0e;
}

.premium-score-ring span,
.premium-score-ring small {
  position: relative;
  z-index: 1;
  color: #ffd21a;
  font-weight: 900;
}

.premium-score-ring span {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.premium-score-ring small {
  position: absolute;
  left: 50%;
  top: calc(50% + 46px);
  margin: 0;
  transform: translateX(-50%);
  font-size: 0.82rem;
}

.source-audit-grid,
.evidence-grid,
.premium-chart-grid,
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.source-audit-card,
.tool-card,
.evidence-card,
.premium-chart-card,
.action-step-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #121214;
  border-radius: 22px;
  padding: 18px;
}

.source-audit-card.is-ok {
  border-color: rgba(30, 245, 166, 0.28);
}

.source-audit-card.is-warn {
  border-color: rgba(255, 210, 26, 0.30);
}

.source-audit-top {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.source-icon,
.tool-card > span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: #ffd21a;
  color: #070708;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(255, 210, 26, 0.20), 0 8px 30px rgba(65, 112, 255, 0.10);
}

.source-audit-card p,
.tool-card p,
.evidence-copy p,
.action-step-card p,
.loss-step small {
  color: #d7caef;
  line-height: 1.55;
}

.source-audit-card small,
.tool-output,
.action-step-card small {
  display: block;
  color: #fff3b7;
  margin-top: 12px;
  line-height: 1.5;
}

.evidence-card {
  padding: 0;
  overflow: hidden;
}

.evidence-shot {
  min-height: 170px;
  background: radial-gradient(circle at 20% 20%, #3f3510, #151518 58%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  filter: saturate(1.04);
}

.evidence-shot span {
  border-radius: 999px;
  background: #ffd21a;
  color: #08080a;
  font-weight: 900;
  padding: 8px 12px;
}

.evidence-copy {
  padding: 18px;
}

.evidence-copy strong,
.tool-card strong,
.action-step-card strong,
.premium-chart-card h4 {
  color: #fff;
  font-size: 1.05rem;
}

.premium-chart-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
}

.radar-row,
.premium-competitor-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 58px;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.radar-row span,
.premium-competitor-row strong {
  color: #fff;
  font-weight: 900;
}

.radar-track,
.competitor-meter,
.loss-step div {
  height: 11px;
  border-radius: 999px;
  background: #2a2a2d;
  overflow: hidden;
}

.radar-track i,
.competitor-meter i,
.loss-step i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd21a, #8b28ff);
}

.radar-row strong,
.loss-step strong,
.premium-competitor-row b {
  color: #ffd21a;
  font-size: 1.1rem;
}

.loss-step {
  margin-top: 16px;
}

.loss-step span {
  color: #fff;
  font-weight: 900;
}

.premium-competitor-table {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.premium-competitor-row {
  grid-template-columns: 58px minmax(0, 1.1fr) minmax(180px, 1fr) 70px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 14px;
  background: #111113;
}

.premium-competitor-row span {
  display: block;
  color: #cfc2ec;
  margin-top: 4px;
}

.competitor-avatar {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd21a, #5e4500);
  background-size: cover;
  background-position: center;
}

.action-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.action-step-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
}

.action-step-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ffd21a;
  color: #08080a;
  font-weight: 900;
}

.tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tool-output {
  border-radius: 16px;
  background: #08080a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px;
}

@media (max-width: 980px) {
  .premium-hero-panel,
  .premium-chart-grid,
  .action-timeline,
  .source-audit-grid,
  .evidence-grid,
  .tool-grid {
    grid-template-columns: 1fr;
  }

  .premium-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-competitor-row,
  .radar-row {
    grid-template-columns: 1fr;
  }
}
/* Premium v40: score gauge + tactical assets */
.premium-score-ring {
  display: none !important;
}

.premium-gauge-card {
  align-self: stretch;
  justify-content: center;
}

.premium-gauge {
  width: min(270px, 100%);
  aspect-ratio: 2 / 1;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}

.premium-gauge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px 999px 0 0;
  background: conic-gradient(from 270deg at 50% 100%, #ff3d4a 0deg 54deg, #ffd21a 54deg 122deg, #16f09a 122deg 180deg, transparent 180deg 360deg);
  box-shadow: 0 18px 52px rgba(255, 210, 26, 0.14), 0 10px 46px rgba(65, 112, 255, 0.10);
}

.premium-gauge::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: calc(100% - 28px);
  border-radius: 999px 999px 0 0;
  background: #0a0a0d;
  z-index: 1;
}

.gauge-pointer {
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 43%;
  height: 5px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(var(--angle));
  z-index: 3;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.45);
}

.gauge-pointer::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background: #ffd21a;
  border: 4px solid #0a0a0d;
}

.gauge-center {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.gauge-center strong {
  color: #ffd21a;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.gauge-center small {
  color: #fff3b7;
  font-weight: 900;
}

.gauge-legend {
  width: min(270px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gauge-legend span:nth-child(1) { color: #ff6c75; }
.gauge-legend span:nth-child(2) { color: #ffd21a; }
.gauge-legend span:nth-child(3) { color: #29f2a1; }

.copy-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(255, 210, 26, 0.26);
  border-radius: 18px;
  background: #0b0b0d;
  padding: 12px;
}

.copy-box code {
  color: #fff3b7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy-action,
.mini-copy {
  border: 0;
  border-radius: 999px;
  background: #ffd21a;
  color: #08080a;
  font-weight: 900;
  padding: 12px 16px;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(255, 210, 26, 0.16), 0 10px 34px rgba(65, 112, 255, 0.10);
}

.message-grid,
.post-idea-grid,
.planner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.post-idea-grid {
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.message-card,
.post-idea-card,
.planner-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111114;
  padding: 18px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22), 0 10px 42px rgba(65, 112, 255, 0.06);
}

.message-card strong,
.post-idea-card strong,
.planner-card strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  margin-bottom: 10px;
}

.message-card p,
.post-idea-card p,
.planner-card li,
.post-idea-card small {
  color: #d8cdec;
  line-height: 1.55;
}

.post-idea-card > span,
.planner-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ffd21a;
  color: #08080a;
  font-weight: 900;
  margin-bottom: 14px;
  box-shadow: 0 14px 36px rgba(255, 210, 26, 0.16), 0 10px 32px rgba(65, 112, 255, 0.10);
}

.post-idea-card small {
  display: block;
  margin-top: 10px;
}

.planner-card ul {
  padding-left: 18px;
  margin: 12px 0 0;
}

.mini-copy {
  margin-top: 14px;
  padding: 9px 12px;
  font-size: 0.82rem;
}

@media (max-width: 1180px) {
  .post-idea-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .copy-box,
  .message-grid,
  .post-idea-grid,
  .planner-grid {
    grid-template-columns: 1fr;
  }
}
/* Premium v41: evidence-aware reputation + corrected gauge pointer */
.premium-gauge {
  transform: translateZ(0);
}

.gauge-pointer {
  transform: rotate(var(--angle));
}

.premium-reputation-deep {
  border-color: rgba(30, 245, 166, 0.22) !important;
}

.reputation-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.reputation-score-card,
.reputation-response-card {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 22px;
  background: #111114;
  padding: 20px;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24), 0 12px 42px rgba(30, 245, 166, 0.055);
}

.reputation-score-card span,
.reputation-response-card span {
  display: block;
  color: #cdb9ff;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.reputation-score-card strong {
  color: #1ef5a6;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.reputation-response-card strong {
  display: block;
  color: #ffd21a;
  font-size: 1.35rem;
  line-height: 1.05;
}

.reputation-score-card p,
.reputation-response-card p {
  color: #d8cdec;
  line-height: 1.55;
  margin: 12px 0 0;
}

.reputation-score-card b {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(30, 245, 166, 0.10);
  border: 1px solid rgba(30, 245, 166, 0.32);
  color: #1ef5a6;
  padding: 8px 12px;
}

.reputation-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.reputation-actions span {
  border: 1px solid rgba(255, 210, 26, 0.18);
  border-radius: 16px;
  background: #0c0c0e;
  color: #fff3b7;
  padding: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.reputation-templates {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .reputation-grid,
  .reputation-actions {
    grid-template-columns: 1fr;
  }
}
/* Premium planner detailed v42 */
.premium-planner .planner-head p {
  max-width: 780px;
  margin: 10px 0 0;
  color: #d8cdec;
  font-size: 1rem;
  line-height: 1.5;
}

.planner-grid-detailed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.planner-card-expanded {
  padding: 22px !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, #121216, #0b0b0e) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.planner-card-top {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.planner-card .planner-badge {
  width: auto !important;
  height: auto !important;
  min-height: 66px;
  margin: 0 !important;
  padding: 10px 12px !important;
  display: grid !important;
  place-items: start !important;
  align-content: center !important;
  border-radius: 18px !important;
  background: #ffd21a !important;
  color: #08080a !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), 0 0 34px rgba(255, 210, 26, 0.16) !important;
}

.planner-badge b {
  font-size: 1.05rem;
  line-height: 1;
}

.planner-badge small {
  margin-top: 5px;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 1000;
  text-transform: uppercase;
}

.planner-card-top strong {
  margin: 0 !important;
  font-size: clamp(1.12rem, 1.55vw, 1.45rem) !important;
  line-height: 1.05 !important;
}

.planner-card-top em {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffe892;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  background: rgba(255, 210, 26, 0.08);
  border: 1px solid rgba(255, 210, 26, 0.24);
}

.planner-purpose {
  margin: 0 0 16px;
  padding: 14px;
  border-radius: 16px;
  color: #f4edd4;
  line-height: 1.48;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.planner-task-list {
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  gap: 10px;
  list-style: none;
}

.planner-task-list li {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 13px;
  border-radius: 16px;
  background: #17171b;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.planner-day {
  display: grid;
  gap: 5px;
  justify-items: start;
}

.planner-day b {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: #08080a;
  font-size: 0.78rem;
  font-weight: 1000;
  background: #ffd21a;
}

.planner-day span {
  color: #bbaee0;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.planner-task-copy strong {
  margin: 0 0 5px !important;
  color: #fff;
  font-size: 0.98rem !important;
  line-height: 1.2 !important;
}

.planner-task-copy p {
  margin: 0;
  color: #d8cdec;
  line-height: 1.45;
}

.planner-task-copy small {
  display: block;
  margin-top: 8px;
  color: #ffe892;
  line-height: 1.35;
  font-weight: 800;
}

@media (max-width: 1120px) {
  .planner-grid-detailed {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .planner-card-top,
  .planner-task-list li {
    grid-template-columns: 1fr;
  }
  .planner-card .planner-badge {
    width: fit-content !important;
    min-height: 0;
  }
}


/* Complaint recovery premium */
.complaint-lab { margin-top: 24px; padding: 24px; border: 1px solid rgba(255, 205, 24, 0.3); border-radius: 28px; background: #0b0b10; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 44px rgba(255, 205, 24, 0.08); }
.complaint-lab-head { max-width: 820px; margin-bottom: 18px; }
.complaint-lab-head h4 { margin: 8px 0 8px; font-size: clamp(1.45rem, 2.4vw, 2.35rem); line-height: 1.04; }
.complaint-lab-head p { color: var(--muted); max-width: 760px; }
.complaint-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.complaint-card { display: grid; gap: 14px; min-height: 100%; padding: 18px; border: 1px solid rgba(255, 205, 24, 0.26); border-radius: 22px; background: linear-gradient(145deg, #101014, #070709); box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34), 0 0 30px rgba(255, 205, 24, 0.06); }
.complaint-card.is-preventive { border-color: rgba(30, 245, 166, 0.28); box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34), 0 0 30px rgba(30, 245, 166, 0.07); }
.complaint-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.complaint-card-top span { color: #ffffff; font-weight: 900; line-height: 1.1; }
.complaint-card-top b { flex: 0 0 auto; color: #000; background: var(--yellow); border-radius: 999px; padding: 7px 10px; font-size: 0.82rem; }
.complaint-card small { color: var(--muted); font-weight: 800; }
.complaint-card blockquote, .no-complaint-text, .complaint-insight, .complaint-reply, .complaint-prevention { margin: 0; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; background: #141418; }
.complaint-card blockquote { color: #fff4c4; font-weight: 800; line-height: 1.35; }
.no-complaint-text { color: var(--muted); font-weight: 700; }
.complaint-insight strong, .complaint-reply strong, .complaint-prevention strong { display: block; margin-bottom: 6px; color: var(--yellow); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.complaint-insight p, .complaint-reply p, .complaint-prevention p { margin: 0; color: var(--text); }
.complaint-reply .copy-action { margin-top: 12px; }
@media (max-width: 720px) { .complaint-lab { padding: 18px; border-radius: 22px; } .complaint-grid { grid-template-columns: 1fr; } }

/* Pro dashboard v46 */
.pro-dashboard {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.pro-sidebar,
.pro-main,
.pro-card,
.pro-header-panel,
.pro-access-card {
  border: 1px solid rgba(255,255,255,.095);
  background: #0b0b0e;
  box-shadow: 0 22px 70px rgba(0,0,0,.32), 0 0 34px rgba(255,204,0,.035), 0 0 42px rgba(49,95,255,.035) !important;
}

.pro-sidebar {
  position: sticky;
  top: 122px;
  display: grid;
  gap: 16px;
  border-radius: 28px;
  padding: 18px;
}

.pro-sidebar-brand {
  padding: 16px;
  border-radius: 22px;
  background: #111116;
  border: 1px solid rgba(255,255,255,.08);
}

.pro-sidebar-brand span,
.pro-access-card span,
.pro-card .eyebrow,
.pro-section-head .eyebrow {
  display: block;
  color: #ffd21a;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 900;
}

.pro-sidebar-brand strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.15;
}

.pro-sidebar-brand small {
  display: block;
  margin-top: 6px;
  color: #d5c9ec;
}

.pro-access-card {
  display: grid;
  gap: 8px;
  border-radius: 22px;
  padding: 16px;
}

.pro-access-card label {
  margin: 6px 0 0;
  font-size: .76rem;
  color: #efe5bd;
}

.pro-access-card code {
  display: block;
  padding: 10px;
  border-radius: 12px;
  color: #fff;
  background: #050507;
  border: 1px solid rgba(255,255,255,.09);
  word-break: break-all;
}

.pro-menu {
  display: grid;
  gap: 8px;
}

.pro-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 16px;
  padding: 12px;
  color: #f7f1ff;
  background: #111116;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.pro-menu button span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: #070707;
  background: #ffd21a;
  box-shadow: 0 10px 24px rgba(0,0,0,.30), 0 0 22px rgba(255,204,0,.12), 0 0 26px rgba(49,95,255,.055);
}

.pro-menu button.is-active,
.pro-menu button:hover {
  border-color: rgba(255,210,26,.42);
  background: #171719;
  transform: translateY(-1px);
}

.pro-main {
  border-radius: 30px;
  padding: 22px;
  background: #08080a;
}

.pro-header-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 28px;
  padding: 24px;
  margin-bottom: 18px;
}

.pro-header-panel h3,
.pro-section-head h4,
.pro-card h4,
.pro-post-card h5,
.pro-competitor-dashboard h5,
.pro-planner-timeline h5 {
  margin: 8px 0 8px;
  color: #fff;
  line-height: 1.05;
}

.pro-header-panel h3 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
.pro-section-head h4 { font-size: clamp(1.35rem, 2.3vw, 2.05rem); }
.pro-header-panel p,
.pro-card p,
.pro-section-head p,
.pro-post-card p,
.pro-planner-timeline p,
.pro-competitor-dashboard p { color: #d7caef; line-height: 1.55; }

.pro-header-actions {
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.pro-tab { display: none; }
.pro-tab.is-active { display: grid; gap: 18px; }

.pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pro-card {
  border-radius: 24px;
  padding: 22px;
  background: #101014;
}

.pro-wide-card { grid-column: 1 / -1; }
.pro-overview-grid { margin-bottom: 18px; }

.pro-score-card {
  display: grid;
  place-items: start;
}

.pro-score-ring {
  width: 158px;
  height: 158px;
  margin: 16px 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: conic-gradient(#1ef5a6 calc(var(--score) * 1%), #ffd21a calc(var(--score) * 1%), #242429 0);
  box-shadow: inset 0 0 0 14px #09090b, 0 20px 50px rgba(0,0,0,.34), 0 0 26px rgba(255,210,26,.08);
}

.pro-score-ring strong {
  color: #ffd21a;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -.06em;
}

.pro-score-ring small {
  color: #fff;
  margin-top: -30px;
  font-weight: 900;
}

.pro-alert {
  margin-top: 14px;
  border-radius: 14px;
  padding: 12px;
  color: #fff1a6;
  background: #151105;
  border: 1px solid rgba(255,210,26,.26);
  font-weight: 800;
}

.pro-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pro-chip-list span {
  border-radius: 999px;
  padding: 8px 10px;
  color: #fff3b7;
  background: #17140a;
  border: 1px solid rgba(255,210,26,.22);
  font-weight: 800;
}

.pro-pillar-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.pro-pillar-dashboard article,
.pro-connect-card,
.pro-post-card,
.pro-review-scripts article,
.pro-competitor-dashboard article,
.pro-planner-timeline article {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: #121217;
  padding: 16px;
  box-shadow: 0 18px 50px rgba(0,0,0,.24), 0 0 30px rgba(49,95,255,.03) !important;
}

.pro-pillar-top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.pro-pillar-icon,
.pro-connect-card strong::first-letter {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: #ffd21a;
  color: #050505;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0,0,0,.30), 0 0 20px rgba(255,210,26,.14), 0 0 28px rgba(49,95,255,.07);
}

.pro-pillar-top strong { color: #fff; font-size: 1.04rem; }
.pro-pillar-top b { color: #ffd21a; font-size: 1.28rem; }

.pro-meter {
  height: 11px;
  margin: 14px 0;
  border-radius: 999px;
  overflow: hidden;
  background: #2a2a2f;
}

.pro-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff3d4a 0%, #ffd21a 48%, #1ef5a6 100%);
}

.pro-meter.own i { background: linear-gradient(90deg, #ffd21a, #f7a61c); }

.pro-compare-bars { display: grid; gap: 12px; margin-top: 18px; }
.pro-compare-bars > div { display: grid; grid-template-columns: 220px minmax(0, 1fr) 52px; align-items: center; gap: 14px; }
.pro-compare-bars strong { color: #fff; }
.pro-compare-bars b { color: #ffd21a; }

.pro-section-head.split {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.pro-google-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.pro-place-photo {
  min-height: 210px;
  border-radius: 24px;
  display: grid;
  place-items: end start;
  padding: 16px;
  background: radial-gradient(circle at 30% 20%, #3b310b, #16161a 62%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.pro-place-photo span,
.pro-competitor-photo span {
  border-radius: 999px;
  padding: 8px 10px;
  color: #090909;
  background: #ffd21a;
  font-weight: 900;
}

.pro-place-info h4 { font-size: 1.8rem; }
.pro-kpi-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.pro-kpi-strip span { padding: 14px; border-radius: 16px; background: #09090c; border: 1px solid rgba(255,255,255,.08); color: #d7caef; }
.pro-kpi-strip b { display: block; color: #ffd21a; font-size: 1.2rem; }

.pro-connect-grid,
.pro-post-grid,
.pro-review-scripts,
.pro-competitor-dashboard,
.pro-planner-timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.pro-connect-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pro-post-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pro-review-scripts { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.pro-connect-card { display: grid; gap: 12px; }
.pro-connect-card > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.pro-connect-card strong { color: #fff; }
.pro-connect-card span { color: #ffd21a; font-weight: 900; }
.pro-connect-card.is-connected { border-color: rgba(30,245,166,.32); }
.pro-connect-card.is-connected span { color: #1ef5a6; }

.pro-post-card span,
.pro-competitor-dashboard small {
  color: #ffd21a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
}

.pro-competitor-dashboard article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 80px;
  gap: 16px;
  align-items: center;
}

.pro-competitor-photo {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffd21a, #5a4500);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
}

.pro-competitor-dashboard strong { color: #ffd21a; font-size: 1.3rem; }

.pro-planner-timeline {
  grid-template-columns: 1fr;
}

.pro-planner-timeline article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
}

.planner-date {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 100px;
  border-radius: 20px;
  background: #ffd21a;
  color: #070707;
}

.planner-date span { font-size: 1.7rem; font-weight: 900; }
.planner-date strong { font-size: .95rem; }
.pro-planner-timeline ul { margin: 10px 0; padding-left: 18px; color: #f7f1ff; line-height: 1.55; }
.pro-planner-timeline small { color: #fff1a6; font-weight: 900; }

@media (max-width: 1180px) {
  .pro-dashboard { grid-template-columns: 1fr; }
  .pro-sidebar { position: static; }
  .pro-menu { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pro-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .pro-main, .pro-sidebar { padding: 14px; border-radius: 22px; }
  .pro-header-panel, .pro-grid, .pro-pillar-dashboard, .pro-connect-grid, .pro-review-scripts, .pro-google-layout, .pro-kpi-strip, .pro-post-grid { grid-template-columns: 1fr; }
  .pro-header-actions { min-width: 0; }
  .pro-menu { grid-template-columns: 1fr; }
  .pro-compare-bars > div, .pro-competitor-dashboard article, .pro-planner-timeline article { grid-template-columns: 1fr; }
}

@media print {
  body { background: #fff !important; color: #111 !important; }
  .topbar, .hero-section, .steps-section, .diagnostic-section, .scan-card, .report-free, .paywall-card, .pro-sidebar, .pro-header-actions { display: none !important; }
  .site-shell, .paid-report, .pro-dashboard, .pro-main { width: 100% !important; max-width: none !important; box-shadow: none !important; border: 0 !important; background: #fff !important; color: #111 !important; }
  .pro-dashboard { display: block !important; }
  .pro-tab { display: block !important; page-break-inside: avoid; margin-bottom: 18px; }
  .pro-card, .pro-header-panel { border: 1px solid #ddd !important; background: #fff !important; color: #111 !important; box-shadow: none !important; }
  .pro-card p, .pro-header-panel p, .pro-section-head p { color: #333 !important; }
}
/* /Pro dashboard v46 */

/* Quiz-to-dashboard flow v65 */
body.quiz-auto-diagnostic .diagnostic-layout {
  grid-template-columns: minmax(0, 760px) !important;
  justify-content: center;
}

body.quiz-auto-diagnostic .diagnostic-copy,
body.quiz-auto-diagnostic .minimal-lead-grid,
body.quiz-auto-diagnostic #run-btn {
  display: none !important;
}

body.quiz-auto-diagnostic .search-card {
  width: min(760px, 100%);
  min-height: 0;
}

body.quiz-auto-diagnostic .minimal-ai-form-head,
body.quiz-auto-diagnostic .minimal-ai-form-copy {
  text-align: center;
}

body.quiz-auto-diagnostic #inline-analysis-panel {
  margin-top: 20px;
}

body.quiz-report-ready .diagnostic-section {
  display: none !important;
}

body.quiz-report-ready #relatorio {
  padding-top: 96px !important;
}

.confirmed-restaurant {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.confirmed-dashboard {
  display: grid;
  gap: 18px;
  width: 100%;
}

.confirmed-hero,
.confirmed-grid,
.confirmed-bars {
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #0b0b0e;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), 0 0 36px rgba(255, 204, 0, 0.045);
}

.confirmed-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-color: rgba(255, 210, 26, 0.28);
}

.confirmed-copy h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.confirmed-copy p {
  max-width: 780px;
  color: #d7caef;
  font-size: 1.05rem;
  line-height: 1.62;
}

.confirmed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.confirmed-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff4c4;
  background: rgba(255, 210, 26, 0.10);
  border: 1px solid rgba(255, 210, 26, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
}

.confirmed-score {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: conic-gradient(#ffd21a calc(var(--score) * 1%), #26262d 0);
}

.confirmed-score::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  background: #09090b;
}

.confirmed-score.is-empty {
  background: #26262d;
}

.confirmed-score strong,
.confirmed-score small {
  position: relative;
  z-index: 1;
  color: #ffd21a;
  font-weight: 950;
}

.confirmed-score strong {
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.confirmed-score small {
  position: absolute;
  left: 50%;
  top: calc(50% + 38px);
  margin: 0;
  transform: translateX(-50%);
  font-size: 0.72rem;
}

.confirmed-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr minmax(180px, 0.65fr);
  gap: 14px;
  padding: 16px;
}

.confirmed-client-card,
.confirmed-photo-card {
  min-height: 148px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
}

.confirmed-client-card span,
.pro-client-card span {
  display: block;
  margin-bottom: 10px;
  color: #ffd21a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 900;
}

.confirmed-client-card strong {
  display: block;
  color: #fff;
  font-size: 1.26rem;
  line-height: 1.14;
}

.confirmed-client-card p {
  margin: 8px 0 0;
  color: #d7caef;
  line-height: 1.35;
}

.confirmed-photo-card {
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.confirmed-photo-card:not(.has-photo) {
  background: linear-gradient(145deg, rgba(255, 210, 26, 0.14), rgba(53, 76, 255, 0.08)), #101015;
}

.confirmed-photo-card span {
  width: 100%;
  padding: 8px 10px;
  border-radius: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  font-weight: 900;
}

.confirmed-bars {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  align-items: center;
}

.confirmed-bars > div > strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 1.35rem;
}

.mini-pillar-bars {
  display: grid;
  gap: 10px;
}

.mini-pillar-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
}

.mini-pillar-row span,
.mini-pillar-row strong {
  color: #fff;
  font-weight: 900;
}

.mini-pillar-row i {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.10);
}

.mini-pillar-row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd21a, #15f59b);
}

.mini-pillar-row.is-unmeasured i {
  border: 1px dashed rgba(255, 255, 255, .22);
  background: transparent;
}

.mini-pillar-row.is-unmeasured strong {
  color: #8f95a0;
  font-size: .75rem;
}

.pro-client-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.095);
  background: #111116;
  box-shadow: 0 22px 70px rgba(0,0,0,.32), 0 0 34px rgba(255,204,0,.035);
}

.pro-client-card strong {
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.15;
}

.pro-client-card small,
.pro-client-card p {
  margin: 0;
  color: #d5c9ec;
  font-size: 0.88rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 860px) {
  .confirmed-hero,
  .confirmed-grid,
  .confirmed-bars {
    grid-template-columns: 1fr;
  }
  .confirmed-score {
    width: 138px;
    height: 138px;
  }
}

@media (max-width: 560px) {
  .mini-pillar-row {
    grid-template-columns: 1fr 34px;
  }
  .mini-pillar-row i {
    grid-column: 1 / -1;
    order: 3;
  }
}

/* SMART_FLOW_REFORM_START */
.smart-flow-section {
  width: min(1180px, calc(100% - 32px));
  margin: 54px auto 70px;
  padding: 36px;
  border: 1px solid #25252c;
  border-radius: 32px;
  background: #050506;
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}
.smart-flow-section .section-kicker {
  color: #ffd016;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
}
.smart-flow-section h2 {
  max-width: 760px;
  margin: 12px auto 10px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.smart-flow-section .section-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
  color: #d8cfee;
  font-size: 1.05rem;
  line-height: 1.65;
}
.flow-roadmap {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.flow-card {
  min-height: 188px;
  padding: 18px;
  border: 1px solid #2b2b33;
  border-radius: 20px;
  background: #101014;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}
.flow-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffd016;
  color: #050506;
  font-weight: 1000;
  box-shadow: 0 10px 28px rgba(255,208,22,.22);
}
.flow-card strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 1rem;
}
.flow-card p {
  margin: 8px 0 0;
  color: #cfc7e8;
  line-height: 1.48;
  font-size: .9rem;
}
.ia-finds-section {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid #26262e;
  border-radius: 26px;
  background: #08080a;
}
.ia-finds-section h3 {
  margin: 0 0 18px;
  text-align: center;
  color: #ffd016;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .9rem;
}
.ia-find-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.ia-find-grid > div {
  padding: 18px 14px;
  border: 1px solid #25252c;
  border-radius: 18px;
  background: #111116;
  text-align: center;
}
.ia-find-grid img,
.find-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  filter: brightness(0) invert(1);
}
.ia-find-grid strong {
  display: block;
  color: #fff;
  margin-bottom: 7px;
}
.ia-find-grid p {
  margin: 0;
  color: #cfc7e8;
  line-height: 1.42;
  font-size: .86rem;
}
.minimal-ai-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #272730;
  color: #d8cfee;
  font-weight: 900;
}
.minimal-ai-form-head strong {
  color: #ffd016;
  font-size: 1.05rem;
}
.minimal-ai-form-copy {
  color: #d8cfee;
  margin: 0 0 18px;
  line-height: 1.55;
}
.minimal-lead-grid {
  margin-bottom: 18px;
}
.minimal-lead-grid label {
  color: #fff4c2;
  font-weight: 800;
}
.minimal-lead-grid input {
  margin-top: 8px;
}
.btn-primary,
button.btn-primary,
#run-diagnostic,
#search-restaurant {
  background: #ffd016 !important;
  color: #080809 !important;
  border: 0 !important;
  box-shadow: 0 0 28px rgba(255,208,22,.22), 0 0 52px rgba(83,148,255,.12) !important;
}
.card,
.panel,
.report-card,
.flow-card,
.ia-find-grid > div,
.restaurant-card,
.confirmation-panel,
.premium-card {
  box-shadow: 0 22px 68px rgba(0,0,0,.32) !important;
}
@media (max-width: 980px) {
  .flow-roadmap,
  .ia-find-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smart-flow-section { padding: 24px; }
}
@media (max-width: 620px) {
  .flow-roadmap,
  .ia-find-grid { grid-template-columns: 1fr; }
  .smart-flow-section { width: min(100% - 20px, 560px); padding: 20px; }
}
/* SMART_FLOW_REFORM_END */
/* QUIZ_MAIN_FIX_START */
#run-btn,
#run-diagnostic,
#search-restaurant,
button.btn-primary,
.btn.btn-primary.btn-full {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffd016 !important;
  color: #070707 !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  box-shadow: 0 0 24px rgba(255, 208, 22, 0.24), 0 0 52px rgba(80, 142, 255, 0.14) !important;
  cursor: pointer !important;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease !important;
}

#run-btn:hover,
#run-diagnostic:hover,
#search-restaurant:hover,
button.btn-primary:hover,
.btn.btn-primary.btn-full:hover {
  transform: translateY(-1px) !important;
  filter: saturate(1.08) !important;
  box-shadow: 0 0 30px rgba(255, 208, 22, 0.30), 0 0 68px rgba(80, 142, 255, 0.18) !important;
}

#run-btn:active,
#run-diagnostic:active,
#search-restaurant:active,
button.btn-primary:active,
.btn.btn-primary.btn-full:active {
  transform: translateY(0) scale(0.99) !important;
}

.restaurant-results:not(:empty),
#restaurant-results:not(:empty),
.search-results:not(:empty) {
  margin-top: 26px !important;
}

.quiz-return-note {
  margin: 12px 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 208, 22, 0.34);
  border-radius: 16px;
  background: #101010;
  color: #fff4bd;
  font-weight: 800;
  font-size: 0.88rem;
  box-shadow: 0 0 28px rgba(255, 208, 22, 0.10);
}
/* QUIZ_MAIN_FIX_END */
/* CANDIDATE_SELECT_FIX_START */
.candidate-card {
  cursor: pointer !important;
  position: relative !important;
  user-select: none !important;
}

.candidate-card:hover {
  border-color: rgba(255, 208, 22, 0.58) !important;
  box-shadow: 0 0 26px rgba(255, 208, 22, 0.12), 0 0 46px rgba(75, 130, 255, 0.08) !important;
}

.candidate-card.is-selected {
  border-color: #ffd016 !important;
  background: linear-gradient(135deg, #171717 0%, #131313 52%, #1b1422 100%) !important;
  box-shadow: 0 0 0 1px rgba(255, 208, 22, 0.18), 0 0 30px rgba(255, 208, 22, 0.16), 0 0 56px rgba(74, 137, 255, 0.10) !important;
}

.candidate-card.is-selected::after {
  content: "Escolhido";
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #00e58a;
  color: #04130c;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.candidate-card.is-selected .candidate-action {
  background: #00e58a !important;
  color: #04130c !important;
  border-color: #00e58a !important;
  box-shadow: 0 0 22px rgba(0, 229, 138, 0.16) !important;
}

#confirmation-panel,
.confirmation-panel {
  scroll-margin-top: 128px !important;
}
/* CANDIDATE_SELECT_FIX_END */

/* DIGITAL_HEALTH_MODULE_START */
.minimal-lead-grid label small {
  color: #8f93a3;
  font-size: .75rem;
  font-weight: 700;
}

.digital-health-panel {
  margin: 22px 0;
  padding: 28px;
  border: 1px solid #2a2d32;
  border-top-color: #ffd016;
  border-radius: 16px;
  background: #0d0e10;
  color: #f6f7f8;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
  scroll-margin-top: 110px;
}

.digital-health-heading,
.digital-health-overview,
.digital-block-title,
.digital-section-title,
.digital-competitor-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.digital-health-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #272a2f;
}

.digital-health-heading h3 {
  margin: 7px 0 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.digital-status {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid #3a3e45;
  border-radius: 999px;
  color: #d7dae0;
  font-size: .76rem;
  font-weight: 900;
}

.digital-status.is-concluido { border-color: rgba(0, 229, 138, .48); color: #33e7a1; }
.digital-status.is-parcial { border-color: rgba(255, 208, 22, .48); color: #ffd016; }
.digital-status.is-falhou { border-color: rgba(255, 91, 99, .52); color: #ff777e; }

.digital-health-overview {
  align-items: stretch;
  padding: 24px 0;
}

.digital-independence {
  flex: 1 1 48%;
  min-width: 0;
  padding-right: 24px;
}

.digital-independence > span,
.digital-block-title > span,
.digital-section-title > span,
.digital-presence-facts span {
  display: block;
  color: #9096a3;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.digital-independence > strong {
  display: block;
  margin-top: 8px;
  color: #ffd016;
  font-size: 1.55rem;
  line-height: 1.08;
}

.digital-independence p {
  margin: 10px 0;
  max-width: 630px;
  color: #c8cbd2;
  line-height: 1.55;
}

.digital-independence small {
  color: #7ce7bd;
  overflow-wrap: anywhere;
}

.digital-presence-facts {
  flex: 1 1 46%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid #272a2f;
}

.digital-presence-facts > div {
  display: flex;
  min-width: 0;
  min-height: 90px;
  padding: 16px 18px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #272a2f;
}

.digital-presence-facts > div:last-child { border-right: 0; }

.digital-presence-facts > div:nth-child(n + 4) {
  border-top: 1px solid #272a2f;
}

.digital-presence-facts > div:nth-child(3n) {
  border-right: 0;
}

.digital-presence-facts strong {
  margin-top: 8px;
  color: #fff;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.digital-health-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #272a2f;
  border-bottom: 1px solid #272a2f;
}

.digital-health-grid > article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #2c3036;
  border-radius: 8px;
  background: #131519;
}

.digital-block-title strong,
.digital-section-title strong {
  color: #ffd016;
  font-size: .86rem;
}

.digital-speed-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.digital-speed-ring {
  position: relative;
  display: flex;
  width: 140px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background: conic-gradient(#00e58a calc(var(--performance) * 1%), #ffd016 calc(var(--performance) * 1%), #272b31 0);
}

.digital-speed-ring::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #111317;
}

.digital-speed-ring strong,
.digital-speed-ring small {
  position: relative;
  z-index: 1;
}

.digital-speed-ring strong { color: #fff; font-size: 2.5rem; line-height: 1; }
.digital-speed-ring small { margin-top: 3px; color: #858b96; font-size: .72rem; }
.digital-speed-ring.is-empty { background: #292d33; }

.digital-measurement-empty {
  margin-top: 18px;
  padding: 18px;
  border: 1px dashed #454a52;
  border-left: 3px solid #ffd016;
  border-radius: 8px;
  background: #101216;
}

.digital-measurement-empty strong,
.digital-measurement-empty p,
.digital-measurement-empty small {
  display: block;
}

.digital-measurement-empty strong { color: #fff; }
.digital-measurement-empty p { margin: 7px 0; color: #b6bbc4; line-height: 1.45; }
.digital-measurement-empty small { color: #ffd016; overflow-wrap: anywhere; }

.digital-speed-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.digital-speed-metrics > div {
  min-width: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid #2b2f35;
}

.digital-speed-metrics span { display: block; color: #8f95a0; font-size: .76rem; }
.digital-speed-metrics strong { display: block; margin-top: 4px; color: #f4f5f7; font-size: .9rem; overflow-wrap: anywhere; }

.digital-friction-alert {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #ff626b;
  background: #231417;
  color: #ffd5d7;
  line-height: 1.45;
  font-size: .86rem;
}

.digital-competitors-section { padding-top: 22px; }
.digital-competitor-list { margin-top: 13px; }

.digital-competitor-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) minmax(150px, auto);
  padding: 14px 0;
  border-bottom: 1px solid #282c31;
}

.digital-competitor-row:last-child { border-bottom: 0; }
.digital-competitor-row > span { color: #ffd016; font-family: "JetBrains Mono", monospace; font-weight: 900; }
.digital-competitor-row > div { min-width: 0; }
.digital-competitor-row > div:last-child { text-align: right; }
.digital-competitor-row strong { display: block; color: #f5f6f8; }
.digital-competitor-row small { display: block; margin-top: 4px; color: #8e949f; overflow-wrap: anywhere; }

.digital-empty-state {
  margin-top: 16px;
  padding: 18px;
  border: 1px dashed #3a3e45;
  border-radius: 8px;
  color: #d6d9de;
}

.digital-empty-state strong,
.digital-empty-state span { display: block; }
.digital-empty-state span { margin-top: 5px; color: #8f95a0; }

.digital-alert-list {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.digital-alert {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 13px 15px;
  border: 1px solid #30343a;
  border-radius: 8px;
  background: #121418;
}

.digital-alert > span { width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: #ffd016; }
.digital-alert.is-alta > span { background: #ff626b; }
.digital-alert.is-baixa > span { background: #00e58a; }
.digital-alert strong { color: #fff; }
.digital-alert p { margin: 4px 0 0; color: #aeb3bc; line-height: 1.4; font-size: .84rem; }

@media (max-width: 900px) {
  .digital-health-overview { flex-direction: column; }
  .digital-independence { padding-right: 0; }
  .digital-presence-facts { width: 100%; border-top: 1px solid #272a2f; border-left: 0; }
  .digital-health-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .digital-health-panel { margin-inline: -2px; padding: 20px 16px; border-radius: 10px; }
  .digital-health-heading { align-items: flex-start; flex-direction: column; }
  .digital-status { align-self: flex-start; }
  .digital-presence-facts { grid-template-columns: 1fr; }
  .digital-presence-facts > div { min-height: 70px; padding-inline: 0; border-right: 0; border-bottom: 1px solid #272a2f; }
  .digital-presence-facts > div:last-child { border-bottom: 0; }
  .digital-speed-layout { grid-template-columns: 1fr; }
  .digital-speed-ring { width: 124px; margin: 0 auto; }
  .digital-speed-metrics { grid-template-columns: 1fr; }
  .digital-competitor-row { grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
  .digital-competitor-row > div:last-child { grid-column: 2; text-align: left; }
}
/* DIGITAL_HEALTH_MODULE_END */

/* CHECKOUT_PRO_START */
.paywall-actions {
  display: grid;
  gap: 9px;
  justify-items: stretch;
  min-width: min(100%, 300px);
}

.paywall-actions small {
  color: #aeb3bc;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

body.checkout-open { overflow: hidden; }

.checkout-modal[hidden] { display: none !important; }

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.checkout-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(8px);
}

.checkout-dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 30px;
  border: 1px solid #3b3e45;
  border-radius: 8px;
  background: #0c0d0f;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .72);
  outline: none;
}

.checkout-dialog * { letter-spacing: 0; }

.checkout-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #373a40;
  border-radius: 50%;
  background: #17191d;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.checkout-close:hover,
.checkout-close:focus-visible {
  border-color: #ffd016;
  color: #ffd016;
}

.checkout-heading { padding-right: 42px; }
.checkout-heading .eyebrow { color: #ffd016; }

.checkout-heading h2 {
  margin: 8px 0 8px;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.08;
}

.checkout-heading p {
  max-width: 620px;
  margin: 0;
  color: #b9bec8;
  font-size: .96rem;
  line-height: 1.55;
}

.checkout-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid #35383f;
  border-left: 3px solid #ffd016;
  border-radius: 8px;
  background: #14161a;
}

.checkout-product span,
.checkout-product strong { display: block; }
.checkout-product span { color: #ffd016; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.checkout-product div strong { margin-top: 4px; color: #f5f6f8; overflow-wrap: anywhere; }
.checkout-product > strong { flex: 0 0 auto; color: #ffd016; font-size: 1.45rem; }

.checkout-payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.checkout-payment-methods span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border: 1px solid #30343a;
  border-radius: 8px;
  background: #101216;
  color: #aeb3bc;
  font-size: .84rem;
}

.checkout-payment-methods b { color: #fff; }

.checkout-form { margin-top: 22px; }

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.checkout-fields label { min-width: 0; }

.checkout-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: #eef0f3;
  font-size: .82rem;
  font-weight: 800;
}

.checkout-fields input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #3a3e45;
  border-radius: 8px;
  background: #111317;
  color: #fff;
  outline: none;
}

.checkout-fields input:focus {
  border-color: #ffd016;
  box-shadow: 0 0 0 3px rgba(255, 208, 22, .13);
}

.checkout-fields input[aria-invalid="true"] { border-color: #ff626b; }

.checkout-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 18px;
  color: #b9bec8;
  font-size: .8rem;
  line-height: 1.45;
}

.checkout-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #ffd016;
}

.checkout-message {
  min-height: 20px;
  margin: 12px 0 0;
  color: #ffb2b7;
  font-size: .82rem;
  font-weight: 700;
}

.checkout-message.is-success { color: #3ce6a1; }

.checkout-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border-radius: 8px;
}

.checkout-submit:disabled { cursor: wait; opacity: .68; }

.checkout-security {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  color: #8f95a0;
}

.checkout-security p { margin: 0; font-size: .75rem; line-height: 1.4; text-align: center; }

@media (max-width: 680px) {
  .checkout-modal { padding: 0; align-items: end; }
  .checkout-dialog {
    width: 100%;
    max-height: 94vh;
    padding: 24px 18px calc(22px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
  }
  .checkout-fields { grid-template-columns: 1fr; gap: 13px; }
  .checkout-product { align-items: flex-start; }
  .checkout-payment-methods { grid-template-columns: 1fr; }
  .checkout-heading h2 { font-size: 1.75rem; }
}
/* CHECKOUT_PRO_END */

/* POST_QUIZ_REPORT_STABILITY_START */
html [hidden],
body [hidden] {
  display: none !important;
}

#relatorio {
  scroll-margin-top: 96px;
}

#relatorio .section-heading {
  padding-top: 12px;
}

#relatorio .section-heading h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.report-free,
.report-free * {
  letter-spacing: 0;
}

.report-free h2,
.report-free h3,
.report-free h4,
.report-free p,
.report-free strong,
.report-free span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.restaurant-results .candidate-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 190px) !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.restaurant-results .candidate-main {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
}

.restaurant-results .candidate-main > div {
  min-width: 0;
}

.restaurant-results .candidate-photo,
.restaurant-results .candidate-avatar {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  border-radius: 12px !important;
  object-fit: cover;
}

.restaurant-results .candidate-avatar {
  display: grid;
  place-items: center;
  color: #080808;
  background: #ffd016;
  font-weight: 950;
}

.restaurant-results .candidate-action {
  width: 100% !important;
  min-height: 46px;
  padding-inline: 16px !important;
  white-space: normal;
  line-height: 1.2;
}

.scan-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.scan-list .scan-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  min-width: 0;
  min-height: 94px;
}

.scan-list .scan-item > span {
  grid-row: 1 / 3;
  display: grid !important;
  place-items: center;
  width: 38px;
  height: 38px;
}

.scan-list .scan-item strong,
.scan-list .scan-item small {
  display: block;
  min-width: 0;
  margin: 0;
  line-height: 1.25;
}

.scan-list .scan-item .platform-logo {
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  justify-content: center;
  color: #090909;
  background: #ffd016;
  border-radius: 10px;
}

.scan-list .scan-item .platform-logo b {
  font-size: .82rem;
  line-height: 1;
}

.inline-analysis-panel.is-error {
  border-color: rgba(255, 104, 115, .72);
  background: #111214;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
}

.inline-analysis-panel.is-error #inline-analysis-percent,
.inline-analysis-panel.is-error #inline-analysis-title {
  color: #ff8a93;
}

@media (max-width: 760px) {
  .restaurant-results .candidate-card {
    grid-template-columns: 1fr !important;
  }

  .restaurant-results .candidate-action {
    min-width: 0;
  }

  .scan-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 460px) {
  .restaurant-results .candidate-main {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .restaurant-results .candidate-photo,
  .restaurant-results .candidate-avatar {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
  }
}
/* POST_QUIZ_REPORT_STABILITY_END */
