/* ====================================================
   followers.gg — stylesheet
   Dark navy hero, indigo + lime/cyan accents,
   Bricolage Grotesque headings on Inter body.
   ==================================================== */

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

:root {
  --navy:   #0c0a1a;
  --navy-2: #1d1437;
  --indigo: #4F46E5;
  --lime:   #C3FF36;
  --cyan:   #22D3EE;
  --pink:   #DB2777;
  --bg:     #ecebf2;
  --line:   #ece9f4;
  --muted:  #6f6b85;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--navy);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; letter-spacing: -0.03em; }

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

/* ============ Header ============ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(12,10,26,0.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 14px 0;
}
.logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 21px; letter-spacing: -0.035em;
  display: inline-flex; align-items: center; gap: 9px;
}
.logo .dot { color: var(--indigo); }
.nav { display: flex; gap: 34px; align-items: center; }
.nav a { font-size: 14.5px; font-weight: 500; opacity: .82; transition: opacity .2s; }
.nav a:hover { opacity: 1; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
  font-weight: 700; border: 0; border-radius: 11px;
  font-size: 14px; transition: transform .15s, box-shadow .15s, background .15s;
}
.btn-navy { background: var(--navy); color: #fff; padding: 11px 20px; }
.btn-navy:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(12,10,26,.2); }
.btn-lime { background: var(--lime); color: var(--navy); padding: 14px 26px; font-size: 15px; }
.btn-lime:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(195,255,54,.35); }
.btn-ghost {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  color: #fff; padding: 13px 22px;
}
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-block { width: 100%; justify-content: center; }

.hamburger { display: none; background: none; border: 0; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ============ Hero ============ */
.hero {
  margin: 22px 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 55%, var(--indigo) 120%);
  color: #fff; border-radius: 28px; overflow: hidden;
  position: relative; padding: 72px 56px 60px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px; opacity: .5; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(195,255,54,.18), transparent 70%);
  top: -220px; right: -160px; filter: blur(60px); pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  padding: 8px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.85);
}
.tag .live { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(195,255,54,.18); }
.hero h1 {
  font-weight: 800; font-size: clamp(40px, 6vw, 76px);
  line-height: .97; margin: 24px 0 20px; max-width: 780px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--lime), var(--cyan) 65%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p { color: rgba(255,255,255,.74); font-size: 18px; max-width: 560px; }
.hero-cta { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-foot {
  margin-top: 48px; display: flex; align-items: center; gap: 26px;
  flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.72);
}
.hero-foot b { color: #fff; }
.stars { color: #FACC15; letter-spacing: 1px; }

/* ============ Trust strip ============ */
.trust {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
  padding: 8px 0 40px; text-align: center;
}
.trust .num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; }
.trust .lbl { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* ============ Section head ============ */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: var(--lime);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
}
.pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px rgba(195,255,54,.8); }
.sec-head h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; }
.sec-head p { color: var(--muted); font-size: 17px; margin-top: 12px; }

section { padding: 40px 0; }

/* ============ Guide grid ============ */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border-radius: 22px; overflow: hidden;
  box-shadow: 0 4px 18px rgba(12,10,26,.06);
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12,10,26,.12); }
.cover {
  height: 200px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.cover::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .6;
}
.cover .book {
  position: relative; z-index: 1; color: #fff; text-align: center;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800;
  font-size: 22px; line-height: 1.05; letter-spacing: -.02em;
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--lime); color: var(--navy);
  font-size: 11px; font-weight: 800; letter-spacing: .04em;
  padding: 5px 10px; border-radius: 999px; text-transform: uppercase;
}
.card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 19px; font-weight: 800; }
.card-body .sub { color: var(--muted); font-size: 14px; margin: 8px 0 14px; flex: 0; }
.meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }
.meta span { display: inline-flex; align-items: center; gap: 5px; }
.feats { list-style: none; margin: 0 0 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.feats li { font-size: 13.5px; padding-left: 24px; position: relative; }
.feats li::before {
  content: ''; position: absolute; left: 0; top: 3px;
  width: 15px; height: 15px; border-radius: 50%;
  background: rgba(79,70,229,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%234F46E5' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat;
}
.ed-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 10px; }
.ed-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.ed-chip {
  border: 1.5px solid var(--line); background: #fff; color: var(--navy);
  padding: 7px 12px; border-radius: 9px; font-size: 12.5px; font-weight: 700;
  cursor: pointer; transition: border-color .15s, background .15s, color .15s;
}
.ed-chip:hover { border-color: var(--indigo); }
.ed-chip.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.ed-name { margin-left: auto; font-size: 13px; font-weight: 600; color: var(--muted); }

.price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 28px; }
.compare { color: var(--muted); text-decoration: line-through; font-size: 15px; }
.save { margin-left: auto; background: rgba(219,39,119,.1); color: var(--pink); font-weight: 700; font-size: 12px; padding: 4px 9px; border-radius: 8px; }

/* ============ How it works ============ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 4px 18px rgba(12,10,26,.06); }
.step .n {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--navy); color: var(--lime);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 20px; margin-bottom: 16px;
}
.step h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ============ Reviews ============ */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: #fff; border-radius: 20px; padding: 26px; box-shadow: 0 4px 18px rgba(12,10,26,.06); }
.review .stars { font-size: 15px; }
.review p { margin: 12px 0 18px; font-size: 15px; }
.who { display: flex; align-items: center; gap: 12px; }
.who .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--indigo), var(--cyan)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.who b { display: block; font-size: 14px; }
.who span { font-size: 12.5px; color: var(--muted); }

/* ============ CTA band ============ */
.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--indigo));
  color: #fff; border-radius: 28px; padding: 60px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,.22), transparent 70%);
  bottom: -260px; left: -120px; filter: blur(50px);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; }
.cta-band p { color: rgba(255,255,255,.75); font-size: 17px; margin: 14px auto 30px; max-width: 500px; }

/* ============ Footer ============ */
.footer { background: var(--navy); color: rgba(255,255,255,.7); margin-top: 60px; padding: 56px 0 32px; }
.footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-size: 20px; margin-bottom: 12px; }
.footer a { display: block; font-size: 14px; padding: 5px 0; opacity: .8; }
.footer a:hover { opacity: 1; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }

/* ============ Toast ============ */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%);
  background: var(--navy); color: #fff; padding: 14px 22px; border-radius: 12px;
  font-size: 14px; font-weight: 600; box-shadow: 0 12px 40px rgba(0,0,0,.3);
  z-index: 300; transition: transform .3s; max-width: 90%;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ============ Drawer (mobile nav) ============ */
.drawer { position: fixed; inset: 0 0 0 auto; width: 280px; background: var(--navy); color: #fff; padding: 24px; transform: translateX(100%); transition: transform .25s; z-index: 200; display: flex; flex-direction: column; gap: 6px; }
.drawer.open { transform: translateX(0); }
.drawer a { color: #fff; font-weight: 600; font-size: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.overlay { position: fixed; inset: 0; background: rgba(12,10,26,.5); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 150; }
.overlay.open { opacity: 1; pointer-events: auto; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .grid, .steps, .reviews { grid-template-columns: 1fr 1fr; }
  .footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 48px 28px; }
  .grid, .steps, .reviews { grid-template-columns: 1fr; }
  .footer .cols { grid-template-columns: 1fr; }
  .cta-band { padding: 44px 24px; }
}
