/* MarketingSecretsAI.com — bridge site styles
   Mirrors MarketingSecrets.AI's dark-purple aesthetic. */

:root {
  --bg: #0a0820;
  --bg-2: #14102e;
  --bg-3: #1d1840;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f5f3ff;
  --text-dim: #c4b8e6;
  --text-muted: #8b7fb8;
  --violet: #7c3aed;
  --violet-2: #a855f7;
  --violet-soft: #c4a8ff;
  --green: #22c55e;
  --green-2: #16a34a;
  --green-soft: #4ade80;
  --shadow-violet: 0 20px 60px -20px rgba(124, 58, 237, 0.5);
  --shadow-green: 0 16px 40px -12px rgba(34, 197, 94, 0.45);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html, body { overflow-x: hidden; max-width: 100%; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.18), transparent 45%),
    radial-gradient(circle at 88% 6%, rgba(168, 85, 247, 0.12), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(124, 58, 237, 0.10), transparent 60%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--violet-soft);
  text-decoration: none;
  transition: color 180ms ease;
}

a:hover {
  color: #fff;
}

h1, h2, h3, h4 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

h1 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }

p { margin-bottom: 1rem; color: var(--text-dim); }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(10, 8, 32, 0.78);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.brand {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-dot {
  width: 26px; height: 26px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 50%, #22c55e 100%);
  position: relative;
}
.brand-dot::after {
  content: '';
  position: absolute; inset: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.15;
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--text-dim);
  font-size: 0.95rem;
  font-weight: 500;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: transform 200ms cubic-bezier(.34,1.56,.64,1), box-shadow 200ms ease, background 200ms ease;
  border: none;
  cursor: pointer;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.btn-primary {
  background: linear-gradient(180deg, var(--green-soft) 0%, var(--green) 60%, var(--green-2) 100%);
  color: #052e16;
  box-shadow: var(--shadow-green), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-primary:hover {
  transform: translateY(-2px);
  color: #052e16;
  box-shadow: 0 22px 50px -12px rgba(34, 197, 94, 0.6), inset 0 1px 0 rgba(255,255,255,0.4);
}
.btn-primary:active { transform: translateY(0); }
.btn-lg { padding: 18px 36px; font-size: 1.1rem; border-radius: 12px; }
.btn-ghost {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid var(--line);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ---------- Hero ---------- */
.hero {
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}
.kicker {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.4);
  color: var(--violet-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero h1 {
  max-width: 880px;
  margin: 0 auto 22px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--violet-2) 0%, var(--violet-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 1.15rem;
  color: var(--text-dim);
}
.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin-bottom: 36px;
  list-style: none;
  color: var(--text-dim);
  font-size: 0.95rem;
}
.hero-bullets li::before {
  content: '✓';
  color: var(--green-soft);
  font-weight: 700;
  margin-right: 8px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cta-note {
  font-size: 0.88rem;
  color: var(--text-muted);
}
.hero-mockup {
  margin: 56px auto 0;
  max-width: 980px;
  border-radius: 18px;
  overflow: hidden;
}
.hero-mockup:not(:has(img:not([style*="display: none"]))) { display: none; }
.hero-mockup img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6), 0 0 0 1px var(--line);
}

/* ---------- Sections ---------- */
section { padding: 90px 0; position: relative; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--text-dim); font-size: 1.1rem; }

/* ---------- Modules grid ---------- */
.modules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
@media (max-width: 480px) { .modules { grid-template-columns: 1fr; } }
.module-card {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease;
}
.module-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.5);
}
.module-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.3), rgba(168, 85, 247, 0.15));
  border: 1px solid rgba(124, 58, 237, 0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.module-card h3 { margin-bottom: 8px; font-size: 1.2rem; }
.module-card p { font-size: 0.95rem; color: var(--text-dim); margin-bottom: 0; }

/* ---------- Two-col explainer ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 880px) { .two-col { grid-template-columns: 1fr; gap: 32px; } }
.two-col h2 { margin-bottom: 18px; }
.two-col strong { color: #fff; font-weight: 700; }
.two-col img { border-radius: 14px; box-shadow: 0 20px 60px -20px rgba(0,0,0,0.6); }

/* ---------- Pricing card ---------- */
.price-card {
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  box-shadow: var(--shadow-violet);
}
.price-card .price-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: var(--green-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.price-amount {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.price-amount .currency { font-size: 2rem; vertical-align: top; margin-right: 4px; opacity: 0.7; }
.price-after { color: var(--text-dim); margin-bottom: 28px; font-size: 1rem; }
.price-features {
  list-style: none;
  text-align: left;
  margin: 0 auto 28px;
  max-width: 320px;
}
.price-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text-dim);
  font-size: 0.95rem;
}
.price-features li::before {
  content: '✓';
  color: var(--green-soft);
  font-weight: 700;
  margin-right: 10px;
}
.price-features li:last-child { border-bottom: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.025);
  overflow: hidden;
}
.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  list-style: none;
  position: relative;
  padding-right: 56px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--violet-soft);
  font-weight: 400;
  transition: transform 200ms ease;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item div { padding: 0 24px 22px; color: var(--text-dim); }

/* ---------- Final CTA ---------- */
.final-cta {
  text-align: center;
  padding: 100px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.25), transparent 60%);
}
.final-cta h2 { max-width: 800px; margin: 0 auto 16px; font-size: clamp(1.8rem, 4vw, 3rem); }
.final-cta h2 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--violet-2), var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.signature {
  margin-top: 28px;
  color: var(--violet-soft);
  font-style: italic;
  font-size: 1.1rem;
  font-family: 'Caveat', cursive;
}

/* ---------- Tables / comparisons ---------- */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  background: var(--bg-2);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  font-size: 0.96rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-table thead, .compare-table tbody { display: table; width: 100%; min-width: 540px; }
@media (min-width: 700px) {
  .compare-table { display: table; overflow: hidden; }
  .compare-table thead, .compare-table tbody { display: table-row-group; min-width: 0; }
}
.compare-table th,
.compare-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: var(--text-dim);
  vertical-align: top;
}
.compare-table thead th {
  background: rgba(124, 58, 237, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table td:first-child { color: #fff; font-weight: 600; }

/* ---------- Article (review/pricing/etc.) ---------- */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0;
}
.article h1 { margin-bottom: 18px; }
.article .lede { font-size: 1.15rem; color: var(--text-dim); margin-bottom: 32px; }
.article h2 { margin: 48px 0 16px; }
.article h3 { margin: 28px 0 10px; font-size: 1.25rem; }
.article p { margin-bottom: 16px; }
.article ul, .article ol { margin: 0 0 20px 24px; color: var(--text-dim); }
.article li { margin-bottom: 8px; }
.article .verdict {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
  padding: 28px;
  margin: 24px 0 32px;
}
.article .verdict h2 { margin: 0 0 12px; font-size: 1.3rem; }
.article .verdict-rating {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--green-soft);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.article .inline-cta {
  text-align: center;
  margin: 32px 0;
}
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}
@media (max-width: 640px) { .pros-cons { grid-template-columns: 1fr; } }
.pros-cons div {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
}
.pros-cons h4 { margin-bottom: 12px; font-size: 1rem; }
.pros-cons ul { margin: 0; list-style: none; }
.pros-cons li { padding: 6px 0; color: var(--text-dim); font-size: 0.95rem; }
.pros-cons .pros li::before { content: '✓ '; color: var(--green-soft); font-weight: 700; }
.pros-cons .cons li::before { content: '× '; color: #f87171; font-weight: 700; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 50px 0 30px;
  background: rgba(0,0,0,0.25);
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 24px; } }
.footer h4 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; color: var(--violet-soft); font-weight: 700; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; }
.footer a { color: var(--text-dim); }
.footer a:hover { color: #fff; }
.footer .disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.footer .disclaimer strong { color: var(--text-dim); }

/* ---------- Mobile nav ---------- */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-cta-wrap { display: flex; align-items: center; gap: 12px; }
  .nav-cta-wrap .btn { padding: 10px 16px; font-size: 0.88rem; }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: var(--bg-2);
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    gap: 14px;
    align-items: flex-start;
  }
  .hero { padding: 60px 0 40px; }
  section { padding: 64px 0; }
}

/* ---------- Subtle fade-in ---------- */
@media (prefers-reduced-motion: no-preference) {
  .fade-in {
    opacity: 0;
    transform: translateY(16px);
    animation: fadeInUp 700ms cubic-bezier(.2,.8,.2,1) forwards;
  }
  .fade-in.d1 { animation-delay: 80ms; }
  .fade-in.d2 { animation-delay: 160ms; }
  .fade-in.d3 { animation-delay: 240ms; }
  .fade-in.d4 { animation-delay: 320ms; }
}
@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Screenshot gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 22px;
}
.shot {
  margin: 0;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease;
}
.shot:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.5);
}
.shot img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0a0820;
}
.shot figcaption {
  padding: 14px 18px;
  font-size: 0.92rem;
  color: var(--text-dim);
  border-top: 1px solid var(--line);
}
.shot:has(img:not([src]):not([style*="display: none"])),
.shot img:not([src]) {
  background: linear-gradient(135deg, #1d1840 0%, #0a0820 100%);
}

/* ---------- Inline shot (single screenshot in articles) ---------- */
.shot-inline {
  margin: 28px 0 36px;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.55), 0 0 0 1px var(--line);
}
.shot-inline img {
  width: 100%;
  display: block;
  background: #0a0820;
}
.shot-inline figcaption {
  padding: 14px 20px;
  font-size: 0.9rem;
  color: var(--text-dim);
  border-top: 1px solid var(--line);
  font-style: italic;
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  display: none;
}
@media (max-width: 760px) {
  body.has-sticky-cta { padding-bottom: 80px; }
  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 60;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--green-soft) 0%, var(--green) 60%, var(--green-2) 100%);
    color: #052e16;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 40px -10px rgba(34,197,94,0.55), 0 0 0 1px rgba(0,0,0,0.1);
    font-size: 0.92rem;
  }
  .sticky-cta strong { font-size: 1rem; }
  .sticky-cta span { opacity: 0.85; font-weight: 500; }
}

/* ---------- Exit-intent modal ---------- */
.exit-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(6px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 200ms ease-out;
}
@keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } }
.exit-card {
  position: relative;
  max-width: 480px;
  width: 100%;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid rgba(124, 58, 237, 0.5);
  border-radius: 18px;
  padding: 36px 32px 32px;
  text-align: center;
  box-shadow: var(--shadow-violet);
}
.exit-card .kicker { margin-bottom: 18px; }
.exit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.exit-card h3 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--violet-2), var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.exit-card p { font-size: 0.97rem; margin-bottom: 22px; }
.exit-card .btn { width: 100%; }
.exit-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--line);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.exit-close:hover { background: rgba(255,255,255,0.16); }

/* ---------- Countdown ---------- */
.countdown {
  display: inline-flex;
  gap: 8px;
  margin: 18px auto 6px;
  padding: 14px 20px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.4);
  font-variant-numeric: tabular-nums;
  align-items: center;
}
.countdown .cd-num {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  min-width: 1.6em;
  text-align: center;
}
.countdown .cd-lbl {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--violet-soft);
  margin: 0 10px 0 4px;
  font-weight: 600;
}
.countdown .cd-live {
  font-weight: 800;
  color: #4ade80;
  letter-spacing: -0.01em;
}

/* ---------- YouTube embed ---------- */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
  overflow: hidden;
  margin: 28px 0 36px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -20px rgba(0,0,0,0.55);
  background: #000;
}
.video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ---------- Testimonials ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.testimonial {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 24px;
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: 6px; left: 16px;
  font-family: 'Caveat', cursive;
  font-size: 4rem;
  color: rgba(124, 58, 237, 0.5);
  line-height: 1;
}
.testimonial blockquote {
  font-size: 1rem;
  color: var(--text-dim);
  margin: 0 0 18px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
}
.testimonial cite span {
  display: block;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.85rem;
  margin-top: 2px;
}

/* ---------- Bonus stack cards ---------- */
.bonuses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.bonus {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  position: relative;
  transition: transform 240ms ease, border-color 240ms ease;
}
.bonus:hover { transform: translateY(-4px); border-color: rgba(124,58,237,0.5); }
.bonus .bonus-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(34,197,94,0.16);
  border: 1px solid rgba(34,197,94,0.4);
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.bonus h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.bonus p { font-size: 0.92rem; color: var(--text-dim); margin: 0; }
.bonus .bonus-value {
  display: inline-block;
  margin-top: 10px;
  color: var(--violet-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

/* ---------- Breadcrumbs ---------- */
.crumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 24px 0 0;
  padding: 0;
}
.crumbs li::after {
  content: '/';
  margin-left: 8px;
  color: var(--text-muted);
}
.crumbs li:last-child::after { content: ''; }
.crumbs a { color: var(--text-dim); }
.crumbs a:hover { color: #fff; }

/* ---------- Login page specifics ---------- */
.login-card {
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg-3) 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px 32px;
  text-align: center;
}
.login-card h2 { margin-bottom: 12px; font-size: 1.4rem; }
.login-card p { color: var(--text-dim); margin-bottom: 24px; }
.login-card .btn { width: 100%; }
.login-divider {
  text-align: center;
  margin: 40px 0 24px;
  color: var(--text-muted);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
}
.login-divider::before,
.login-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: var(--line);
}
.login-divider::before { left: 0; }
.login-divider::after { right: 0; }
