/* ============================================
   PRESELL PAGE — Advertorial / Review style
   ============================================ */

:root {
  --brand: #3b5bdb;
  --brand-2: #5f3dc4;
  --brand-soft: #eef2ff;
  --ink: #0f172a;
  --text: #334155;
  --text-soft: #475569;
  --muted: #64748b;
  --line: #e8ecf1;
  --bg-alt: #f1f5f9;
  --good: #16a34a;
  --bad: #dc2626;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.1);
  --grad-brand: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 17px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family:
    "Plus Jakarta Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.75;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- SVG Icon System --- */
.ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.15em;
}
.ico-xs {
  width: 15px;
  height: 15px;
}
.ico-sm {
  width: 18px;
  height: 18px;
}
.ico-lg {
  width: 24px;
  height: 24px;
}
.ico-accent {
  color: var(--brand);
}

/* --- Layout --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.narrow {
  max-width: 760px;
}
.section {
  padding: 5.5rem 0;
}
.section-alt {
  background: var(--bg-alt);
}

/* --- Scroll Animation --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* stagger */
.benefit-card.reveal:nth-child(2) {
  transition-delay: 0.08s;
}
.benefit-card.reveal:nth-child(3) {
  transition-delay: 0.16s;
}
.benefit-card.reveal:nth-child(4) {
  transition-delay: 0.24s;
}
.persona-card.reveal:nth-child(2) {
  transition-delay: 0.05s;
}
.persona-card.reveal:nth-child(3) {
  transition-delay: 0.1s;
}
.persona-card.reveal:nth-child(4) {
  transition-delay: 0.15s;
}
.persona-card.reveal:nth-child(5) {
  transition-delay: 0.2s;
}
.persona-card.reveal:nth-child(6) {
  transition-delay: 0.25s;
}
.feature-row.reveal:nth-child(2) {
  transition-delay: 0.06s;
}
.feature-row.reveal:nth-child(3) {
  transition-delay: 0.12s;
}
.feature-row.reveal:nth-child(4) {
  transition-delay: 0.18s;
}
.feature-row.reveal:nth-child(5) {
  transition-delay: 0.24s;
}

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

/* --- Typography --- */
h1 {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin: 0;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
h2.white {
  color: #fff;
}
h2.h3-size {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1.1rem;
  color: var(--text);
  font-size: 1.1rem;
}
strong {
  color: var(--ink);
  font-weight: 700;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  background: rgba(59, 91, 219, 0.1);
  padding: 0.4rem 1.1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}
.section-label.light {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.center-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.center-sub {
  color: var(--text-soft);
  max-width: 540px;
  margin: 0 auto;
  font-size: 1.15rem;
}

/* ============================================
   ADVERTORIAL TOP BAR
   ============================================ */
.topbar {
  background: #fffbeb;
  border-bottom: 1px solid #fde68a;
  padding: 0.55rem 0;
}
.topbar .container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.topbar-tag {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff;
  background: #b45309;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  flex-shrink: 0;
}
.topbar-text {
  font-size: 0.85rem;
  color: #78350f;
  font-weight: 500;
}
.topbar-text a {
  text-decoration: underline;
  font-weight: 700;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  background: linear-gradient(135deg, #eef2ff 0%, #f0f5ff 40%, #fff 100%);
  overflow: hidden;
  padding: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 80% 50%,
    rgba(79, 110, 247, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  letter-spacing: 0.01em;
}
.badge .ico {
  color: var(--brand);
}

.byline {
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
  margin: 0.9rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.subheadline {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  color: var(--text-soft);
  margin: 1.1rem 0 2rem;
  line-height: 1.75;
  max-width: 500px;
}

.hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.hero-cta-row .cta-context {
  margin: 0;
}

.hero-image {
  position: relative;
  z-index: 1;
}
.hero-image img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 420px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.03);
}

.hero-proof-bar {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  border-top: 1px solid #e8ecf4;
  padding: 1.1rem 0;
}
.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.hero-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  font-weight: 500;
}
.hero-proof-item .ico {
  color: var(--brand);
}
.hero-proof-item strong {
  color: #1e293b;
}
.hero-proof-divider {
  width: 1px;
  height: 20px;
  background: #d1d5db;
}

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
  background: var(--grad-brand);
  padding: 1rem 0;
  overflow: hidden;
}
.trust-bar .container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.trust-bar span {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* ============================================
   CTA BUTTONS
   ============================================ */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--grad-brand);
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  padding: 1.1rem 2.25rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 4px 18px rgba(59, 91, 219, 0.35);
  letter-spacing: 0.01em;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(59, 91, 219, 0.45);
}
.cta-btn:active {
  transform: translateY(0);
}
.cta-btn svg {
  transition: transform 0.2s;
}
.cta-btn:hover svg {
  transform: translateX(4px);
}

.cta-btn-large {
  font-size: 1.3rem;
  padding: 1.2rem 3rem;
}

.cta-white {
  background: #fff;
  color: #4f6ef7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.cta-white:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cta-context {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.65rem;
  margin-bottom: 0;
  font-weight: 500;
}

/* ============================================
   STICKY MOBILE CTA
   ============================================ */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: none;
}
.sticky-cta.visible {
  transform: translateY(0);
}
.sticky-cta .cta-btn {
  width: 100%;
  justify-content: center;
  font-size: 1.05rem;
  padding: 0.9rem 1.5rem;
}

/* ============================================
   HIGHLIGHT / CALLOUT
   ============================================ */
.highlight-box {
  background: linear-gradient(135deg, var(--brand-soft), #f5f3ff);
  border-left: 4px solid #4f6ef7;
  border-radius: 0 14px 14px 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.highlight-box p {
  margin: 0;
  color: #312e81;
  font-weight: 600;
  font-style: italic;
}

.callout-banner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, var(--brand-soft), #f5f3ff);
  border: 1px solid #ddd6fe;
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
}
.callout-icon {
  color: #4f6ef7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.callout-banner p {
  margin: 0;
  color: #312e81;
  font-weight: 500;
  line-height: 1.7;
}

/* ============================================
   VERSUS CARDS
   ============================================ */
.versus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.versus-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  border: 1px solid #f0f0f0;
}
.versus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.versus-badge {
  font-weight: 800;
  font-size: 1.1rem;
  padding: 1.15rem 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.versus-bad .versus-badge {
  color: var(--bad);
}
.versus-good .versus-badge {
  color: var(--good);
}

.versus-card ul {
  list-style: none;
  padding: 0 1.5rem 1.5rem;
}
.versus-card ul li {
  padding: 0.6rem 0;
  font-size: 1.05rem;
  color: var(--text);
  border-bottom: 1px solid #f0f0f5;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.versus-card ul li:last-child {
  border: none;
}
.versus-card ul li em {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
}

.x-mark {
  color: var(--bad);
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.check-mark {
  color: var(--good);
  font-weight: 800;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ============================================
   FEATURE STACK (numbered reasons)
   ============================================ */
.feature-stack {
  margin: 1.5rem 0 2rem;
}

.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  margin-bottom: 0.5rem;
  transition: background 0.2s;
  font-size: 1.1rem;
  color: var(--text);
  line-height: 1.6;
}
.feature-row:hover {
  background: #f7f9fc;
}

.feature-num {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-soft);
  border-radius: 10px;
  flex-shrink: 0;
  color: var(--brand);
  font-weight: 800;
  font-size: 1.15rem;
}

/* ============================================
   TABLE
   ============================================ */
.table-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
thead th {
  background: var(--brand);
  color: #fff;
  text-align: left;
  padding: 1.1rem 1.5rem;
  font-weight: 800;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
tbody td {
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f0f0f5;
  color: var(--text);
  font-size: 1.05rem;
}
tbody tr:hover {
  background: #f9fafb;
}
tbody tr:last-child td {
  border: none;
}

.table-cta-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

/* ============================================
   BENEFIT CARDS
   ============================================ */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.benefit-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  border-left: 3px solid var(--brand);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.benefit-body {
  padding: 1.5rem;
}
.benefit-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.benefit-body p {
  font-size: 1rem;
  color: var(--text-soft);
  margin: 0;
  line-height: 1.65;
}

/* ============================================
   WHO THIS IS FOR — image bg
   ============================================ */
.section-who {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
}

.section-who-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1400&q=80")
    center/cover;
  z-index: 0;
}
.section-who-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 40, 0.82);
}

.section-who .container {
  position: relative;
  z-index: 1;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.persona-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition:
    background 0.3s,
    transform 0.3s,
    border-color 0.3s;
}
.persona-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
}

.persona-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  color: rgba(255, 255, 255, 0.9);
}
.persona-card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  line-height: 1.55;
  font-weight: 500;
}

/* ============================================
   HONESTY CARD
   ============================================ */
.honesty-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  text-align: center;
}

.honesty-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.honesty-icon {
  color: var(--brand);
  display: flex;
  align-items: center;
}
.honesty-header h2 {
  margin: 0;
  font-size: 1.65rem;
}
.honesty-lead {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
}
.honesty-card .cta-btn {
  margin-top: 1rem;
}

/* ============================================
   FAQ
   ============================================ */
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 0.6rem;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.faq-item summary {
  cursor: pointer;
  padding: 1.2rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.15s;
}
.faq-item summary:hover {
  background: #f9fafb;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: #4f6ef7;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 1.5rem 1.2rem;
  font-size: 1.05rem;
  color: var(--text-soft);
  margin: 0;
  line-height: 1.7;
}
.faq-item p a {
  text-decoration: underline;
  font-weight: 600;
}

/* ============================================
   FINAL CTA — full image bg
   ============================================ */
.final-cta {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1400&q=80")
    center/cover;
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(30, 30, 60, 0.88),
    rgba(79, 110, 247, 0.75)
  );
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.final-cta h2 {
  color: #fff;
  max-width: 560px;
  margin: 0 auto 1rem;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 500px;
  margin: 0 auto 2.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.microcopy-light {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 1rem;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #1a1a2e;
  padding: 2.5rem 0;
  text-align: center;
}

.footer-disclaimer {
  font-size: 0.82rem;
  color: #94a3b8;
  max-width: 560px;
  margin: 0 auto 1.25rem;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-links a {
  font-size: 0.78rem;
  color: #94a3b8;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: #fff;
}

/* ============================================
   LEGAL PAGES (privacy, terms, contact, disclosure)
   ============================================ */
.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 5rem;
}
.legal-page h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.legal-page .legal-updated {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.legal-page h2 {
  font-size: 1.3rem;
  margin: 2rem 0 0.75rem;
}
.legal-page p,
.legal-page li {
  font-size: 1rem;
  color: var(--text);
}
.legal-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1.1rem;
}
.legal-page a {
  color: var(--brand);
  text-decoration: underline;
}
.legal-back {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand) !important;
  text-decoration: none !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
/* ====== AUTHOR BOX ====== */
.author-box {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: #fff;
  border: 1px solid #e8ecf4;
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.author-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef2ff;
  color: var(--brand);
}
.author-name {
  font-weight: 800;
  margin: 0 0 0.35rem;
}
.author-bio {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-soft);
  line-height: 1.7;
}

/* ====== COOKIE CONSENT BANNER ====== */
.consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  padding: 1.1rem 1.3rem;
  z-index: 9999;
}
.consent-banner p {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.6;
}
.consent-actions {
  display: flex;
  gap: 0.6rem;
}
.consent-btn {
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.55rem 1.4rem;
  border-radius: 8px;
  cursor: pointer;
}
.consent-btn-accept {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
}
.consent-btn-decline {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: var(--text-soft);
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    gap: 2.5rem;
  }
  .hero-image {
    order: -1;
  }
  .hero-image img {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 3.5rem 0;
  }
  .versus-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .persona-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-proof {
    gap: 0.75rem;
    justify-content: flex-start;
  }
  .hero-proof-divider {
    display: none;
  }
  .trust-bar .container {
    gap: 1rem;
  }
  .sticky-cta {
    display: block;
  }
  body {
    /* keep the sticky bar from covering the footer links */
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
  .container {
    padding: 0 1.25rem;
  }
  .persona-grid {
    grid-template-columns: 1fr;
  }
  .cta-btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cta-btn-large {
    font-size: 1.05rem;
    padding: 1rem 1.5rem;
  }
  .hero-image img {
    height: 200px;
  }
  .honesty-card {
    padding: 1.75rem 1.25rem;
  }
}
