/* ============================================================
   AIIncome.co.uk — Stylesheet
   White base · Violet accent · Plus Jakarta Sans + Lora
   Desktop-first. Clean, editorial, not a blog.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { background: #fff; color: #0D0D1A; font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
       font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img  { display: block; max-width: 100%; height: auto; }
*    { min-width: 0; }
a    { color: #6D28D9; text-decoration: none; transition: color .2s; }
a:hover { color: #5B21B6; text-decoration: underline; }

:root {
  --violet:  #6D28D9;
  --violet2: #5B21B6;
  --violet3: #8B5CF6;
  --violet-pale: #EDE9FE;
  --violet-faint:#F5F3FF;
  --ink:     #0D0D1A;
  --ink2:    #1E1B2E;
  --muted:   #64748B;
  --border:  #E2E8F0;
  --bg:      #F8F9FF;
  --white:   #FFFFFF;
  --green:   #059669;
  --green-bg:#ECFDF5;
  --amber:   #D97706;
  --amber-bg:#FFFBEB;
  --red:     #DC2626;
  --sans:    'Plus Jakarta Sans', system-ui, sans-serif;
  --serif:   'Lora', Georgia, serif;
  --max:     1200px;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp   { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes ticker   { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes pulse    { 0%,100%{opacity:.5} 50%{opacity:1} }
@keyframes slideIn  { from{opacity:0;transform:translateX(-8px)} to{opacity:1;transform:none} }
@keyframes barGrow  { from{width:0} to{} }

.anim-up { animation: fadeUp .55s ease both; }
.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}

.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity:1; transform:none; }
.r1{transition-delay:.08s}.r2{transition-delay:.16s}.r3{transition-delay:.24s}.r4{transition-delay:.32s}

/* ── TOPBAR ── */
.topbar { background: var(--ink); padding: .42rem 0; font-size: .8rem; color: rgba(255,255,255,.45); }
.tb-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem;
            display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.tb-inner a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .15s; }
.tb-inner a:hover { color: #fff; }
.tb-badge { background: var(--violet); color: #fff; font-size: .65rem; font-weight: 700;
            letter-spacing: .07em; text-transform: uppercase; padding: .18rem .55rem; border-radius: 20px; }

/* ── HEADER ── */
.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border);
               position: sticky; top: 0; z-index: 300; backdrop-filter: blur(10px);
               -webkit-backdrop-filter: blur(10px); }
.hdr { max-width: var(--max); margin: 0 auto; padding: .9rem 2rem;
       display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo:hover { text-decoration: none; }
.logo img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: .15rem; }
.nav a { font-size: .875rem; font-weight: 600; color: var(--muted); padding: .45rem .9rem;
         border-radius: 6px; text-decoration: none; transition: all .15s; }
.nav a:hover { color: var(--ink); background: var(--violet-faint); text-decoration: none; }
.nav a.active { color: var(--violet); }
.nav-cta { background: var(--violet) !important; color: #fff !important; border-radius: 7px !important; margin-left: .4rem; }
.nav-cta:hover { background: var(--violet2) !important; color: #fff !important; text-decoration: none !important; }
.hamburger { display: none; background: none; border: 1.5px solid var(--border); border-radius: 7px;
             padding: .45rem .62rem; cursor: pointer; font-size: 1.2rem; color: var(--muted);
             line-height: 1; min-height: 44px; min-width: 44px; align-items: center; justify-content: center; }
.hamburger:hover { border-color: var(--violet); }
.mnav { display: none; background: #fff; border-top: 1px solid var(--border); padding: .85rem 2rem 1.25rem; }
.mnav.open { display: block; }
.mnav a { display: flex; align-items: center; font-size: 1rem; font-weight: 600; color: var(--muted);
          padding: .72rem 0; border-bottom: 1px solid var(--border); text-decoration: none;
          min-height: 48px; transition: color .15s; }
.mnav a:last-child { border-bottom: none; }
.mnav a:hover { color: var(--violet); }

/* ── HERO ── */
.hero { background: var(--ink); position: relative; overflow: hidden; padding: 5.5rem 0 0; }
.hero-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(109,40,217,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(109,40,217,.06) 1px, transparent 1px);
  background-size: 52px 52px; }
.hero-glow { position: absolute; top: -100px; right: -100px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(109,40,217,.18) 0%, transparent 65%); pointer-events: none; }
.hero-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem;
  display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 4rem;
  position: relative; z-index: 2; }

/* Hero text */
.hero-eyebrow { display: inline-flex; align-items: center; gap: .5rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--violet3); margin-bottom: 1rem; }
.eyebrow-dot { width: 6px; height: 6px; background: var(--violet3); border-radius: 50%;
               animation: pulse 2s ease infinite; flex-shrink: 0; }
.hero h1 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700; color: #fff; line-height: 1.1; letter-spacing: -.02em; margin-bottom: 1.25rem; }
.hero h1 em { font-style: italic; color: var(--violet3); }
.hero-deck { font-size: 1.05rem; color: rgba(255,255,255,.58); line-height: 1.78;
  max-width: 480px; margin-bottom: 2rem; }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

/* Income ticker — the signature element */
.income-ticker-wrap { margin-bottom: 3rem; }
.ticker-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
                color: rgba(255,255,255,.3); margin-bottom: .6rem; }
.income-ticker { font-family: var(--serif); font-size: 1.5rem; font-weight: 700;
  color: var(--violet3); display: flex; align-items: center; gap: .75rem; }
.ticker-line { width: 24px; height: 2px; background: var(--violet3); flex-shrink: 0; }
#ticker-text { min-height: 1.5em; }

/* Hero visual */
.hero-img-col { position: relative; align-self: stretch; }
.hero-img-col img { width: 100%; height: 400px; object-fit: cover;
  border-radius: 12px 12px 0 0; opacity: .55; }
.hero-img-col::before { content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, var(--ink) 0%, transparent 50%);
  z-index: 1; border-radius: 12px 12px 0 0; }
/* Income cards floating over image */
.hero-stat-cards { position: absolute; bottom: 2rem; right: 1.5rem; z-index: 2;
  display: flex; flex-direction: column; gap: .65rem; }
.hsc { background: rgba(255,255,255,.1); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15); border-radius: 10px;
  padding: .65rem 1rem; display: flex; align-items: center; gap: .75rem; }
.hsc-icon { width: 32px; height: 32px; background: var(--violet); border-radius: 7px;
  display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.hsc-val { font-family: var(--sans); font-size: .9rem; font-weight: 800; color: #fff; line-height: 1; }
.hsc-lbl { font-size: .65rem; color: rgba(255,255,255,.45); margin-top: .1rem; }

/* ── SOCIAL PROOF STRIP ── */
.proof-strip { background: var(--bg); border-bottom: 1px solid var(--border); padding: 1.1rem 0; }
.proof-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.proof-item { display: flex; align-items: center; gap: .5rem;
  font-size: .82rem; font-weight: 600; color: var(--muted); }
.proof-item strong { color: var(--ink); }
.proof-dot { width: 4px; height: 4px; background: var(--border); border-radius: 50%; }

/* ── SECTION BASE ── */
.section     { padding: 5.5rem 0; }
.section-alt { background: var(--bg); }
.section-dark { background: var(--ink); }
.s-inner     { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }
.s-eyebrow   { display: inline-flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--violet); margin-bottom: .85rem; }
.s-eyebrow::before { content: ''; width: 16px; height: 2px; background: var(--violet); flex-shrink: 0; }
.s-h2 { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700; color: var(--ink); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 1rem; }
.s-h2 em { font-style: italic; color: var(--violet); }
.s-h2.light { color: #fff; }
.s-body { font-size: 1rem; color: var(--muted); line-height: 1.82; max-width: 560px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--sans);
  font-weight: 700; border-radius: 8px; text-decoration: none; transition: all .18s;
  cursor: pointer; border: none; white-space: nowrap; }
.btn-primary { background: var(--violet); color: #fff; font-size: .9rem; padding: .72rem 1.5rem; }
.btn-primary:hover { background: var(--violet2); color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(109,40,217,.28); }
.btn-outline { border: 2px solid var(--violet); color: var(--violet); font-size: .875rem; padding: .68rem 1.4rem; background: transparent; }
.btn-outline:hover { background: var(--violet); color: #fff; text-decoration: none; }
.btn-ghost  { border: 1.5px solid var(--border); color: var(--muted); font-size: .875rem; padding: .68rem 1.4rem; background: transparent; }
.btn-ghost:hover  { border-color: var(--violet); color: var(--violet); text-decoration: none; }
.btn-arr { font-size: 1rem; transition: transform .18s; }
.btn-primary:hover .btn-arr { transform: translateX(4px); }

/* ── WAYS TO EARN — GRID CARDS ── */
.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.way-card { background: #fff; border: 1.5px solid var(--border); border-radius: 12px;
  overflow: hidden; transition: all .22s; display: flex; flex-direction: column; }
.way-card:hover { border-color: var(--violet); box-shadow: 0 8px 32px rgba(109,40,217,.1);
  transform: translateY(-3px); }
.way-card.featured { border-color: var(--violet); background: var(--violet-faint); }
.wc-img { height: 180px; overflow: hidden; position: relative; }
.wc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.way-card:hover .wc-img img { transform: scale(1.04); }
.wc-badge { position: absolute; top: .75rem; left: .75rem; background: var(--violet);
  color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: .22rem .6rem; border-radius: 20px; }
.wc-badge.green { background: var(--green); }
.wc-badge.amber { background: var(--amber); }
.wc-body { padding: 1.35rem; flex: 1; display: flex; flex-direction: column; }
.wc-cat { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--violet); margin-bottom: .5rem; }
.wc-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; color: var(--ink);
  line-height: 1.25; margin-bottom: .6rem; }
.wc-desc { font-size: .9rem; color: var(--muted); line-height: 1.72; margin-bottom: 1rem; flex: 1; }
.wc-earn { display: flex; align-items: center; justify-content: space-between;
  padding-top: .9rem; border-top: 1px solid var(--border); margin-top: auto; }
.earn-range { font-size: .8rem; font-weight: 700; color: var(--green); }
.earn-label { font-size: .68rem; color: var(--muted); }
.wc-link { font-size: .82rem; font-weight: 700; color: var(--violet); text-decoration: none;
  display: flex; align-items: center; gap: .3rem; }
.wc-link:hover { text-decoration: underline; }

/* ── GUIDE FEATURE STRIPS ── */
.guide-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 5rem; }
.guide-strip:last-child { margin-bottom: 0; }
.guide-strip.flip { }
.guide-strip.flip .gs-img { order: 2; }
.guide-strip.flip .gs-text { order: 1; }
.gs-img { border-radius: 12px; overflow: hidden; }
.gs-img img { width: 100%; height: 340px; object-fit: cover; }
.gs-step { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--violet); margin-bottom: .6rem; }
.gs-title { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--ink);
  line-height: 1.2; letter-spacing: -.015em; margin-bottom: .85rem; }
.gs-body { font-size: .9375rem; color: var(--muted); line-height: 1.82; margin-bottom: 1.35rem; }
.gs-bullets { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.5rem; }
.gs-bullet { font-size: .875rem; color: var(--ink); display: flex; align-items: flex-start; gap: .5rem; line-height: 1.6; }
.gs-bullet::before { content: ''; width: 18px; height: 18px; background: var(--violet-pale);
  border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  margin-top: .15rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236D28D9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; }
.earn-badge { display: inline-flex; align-items: center; gap: .5rem; background: var(--green-bg);
  border: 1px solid rgba(5,150,105,.2); border-radius: 20px; padding: .32rem .85rem;
  font-size: .78rem; font-weight: 700; color: var(--green); margin-bottom: 1rem; }
.earn-badge::before { content: '£'; font-weight: 800; }

/* ── INCOME ESTIMATOR ── */
.estimator-wrap { background: linear-gradient(135deg, var(--violet) 0%, #7C3AED 100%);
  border-radius: 16px; padding: 2.75rem; position: relative; overflow: hidden; }
.estimator-wrap::before { content: ''; position: absolute; top: -60px; right: -60px;
  width: 240px; height: 240px; background: rgba(255,255,255,.06); border-radius: 50%; }
.est-title { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: #fff;
  margin-bottom: .5rem; }
.est-sub { font-size: .9rem; color: rgba(255,255,255,.65); margin-bottom: 1.75rem; line-height: 1.65; }
.est-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.est-item { background: rgba(255,255,255,.12); border-radius: 10px; padding: 1rem; }
.est-label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-bottom: .35rem; }
.est-val { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.est-method { font-size: .78rem; color: rgba(255,255,255,.55); margin-top: .12rem; }
.est-note { font-size: .75rem; color: rgba(255,255,255,.45); line-height: 1.65;
  border-top: 1px solid rgba(255,255,255,.15); padding-top: 1rem; }

/* ── STATS ROW ── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5px;
  background: var(--border); border: 1.5px solid var(--border); border-radius: 12px;
  overflow: hidden; margin-top: 3.5rem; }
.stat-cell { background: #fff; padding: 2rem 1.5rem; text-align: center; }
.stat-n { font-family: var(--serif); font-size: 2.25rem; font-weight: 700; color: var(--violet);
  line-height: 1; letter-spacing: -.03em; margin-bottom: .35rem; }
.stat-l { font-size: .82rem; color: var(--muted); }

/* ── TOOL COMPARISON TABLE ── */
.tool-table { width: 100%; border-collapse: collapse; margin-top: 2.5rem; }
.tool-table th { background: var(--ink); color: rgba(255,255,255,.65); font-size: .72rem;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .85rem 1.1rem;
  text-align: left; }
.tool-table th:first-child { border-radius: 8px 0 0 0; }
.tool-table th:last-child  { border-radius: 0 8px 0 0; }
.tool-table td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--border); font-size: .9rem;
  color: var(--ink); vertical-align: middle; }
.tool-table tr:last-child td { border-bottom: none; }
.tool-table tr:nth-child(even) td { background: var(--bg); }
.tool-table tr:hover td { background: var(--violet-faint); }
.tool-tag { display: inline-block; font-size: .65rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: .18rem .52rem; border-radius: 20px; }
.tag-free { background: var(--green-bg); color: var(--green); }
.tag-paid { background: var(--amber-bg); color: var(--amber); }
.tag-free-trial { background: var(--violet-pale); color: var(--violet); }
.tool-rating { color: var(--amber); font-size: .82rem; }

/* ── FAQ ── */
.faq-list { margin-top: 2rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center; gap: .75rem; padding: 1.1rem 0;
  text-align: left; font-family: var(--sans); font-size: 1rem; font-weight: 700; color: var(--ink);
  transition: color .15s; min-height: 52px; }
.faq-q:hover { color: var(--violet); }
.faq-icon { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-size: .72rem;
  color: var(--muted); transition: all .2s; flex-shrink: 0; }
.faq-q.open .faq-icon { background: var(--violet); border-color: var(--violet);
  color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 1.1rem; font-size: .9375rem; color: var(--muted); line-height: 1.82; }
.faq-a.show { display: block; }

/* ── AUTHOR BYLINE ── */
.author-byline { display: flex; gap: 1rem; padding: 1.75rem 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-top: 2.5rem; }
.author-byline img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.byline-name { font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: .22rem; }
.byline-bio  { font-size: .875rem; color: var(--muted); line-height: 1.68; }
.byline-bio a { color: var(--violet); font-weight: 600; }

/* ── EDITORIAL DISC ── */
.editorial-disc { background: var(--amber-bg); border: 1px solid rgba(217,119,6,.18);
  border-left: 3px solid var(--amber); border-radius: 0 8px 8px 0; padding: 1rem 1.35rem; margin: 1.5rem 0; }
.editorial-disc p { font-size: .82rem; color: #78350F; line-height: 1.7; margin: 0; }
.editorial-disc a { color: #B45309; font-weight: 600; }

/* ── PULL QUOTE ── */
.pull-quote { border-left: 4px solid var(--violet); padding: 1.1rem 1.5rem; margin: 2.5rem 0;
  background: var(--violet-faint); border-radius: 0 10px 10px 0; }
.pull-quote p { font-family: var(--serif); font-size: 1.1rem; font-style: italic;
  color: var(--ink); line-height: 1.6; margin: 0; }
.pull-quote cite { display: block; font-family: var(--sans); font-size: .75rem;
  color: var(--muted); font-style: normal; margin-top: .55rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; }

/* ── CTA BAND ── */
.cta-band { background: var(--violet); padding: 4.5rem 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255,255,255,.06) 0%, transparent 70%); }
.cta-inner { max-width: 680px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 1rem; letter-spacing: -.02em; }
.cta-band h2 em { font-style: italic; color: #C4B5FD; }
.cta-band p { font-size: 1rem; color: rgba(255,255,255,.72); line-height: 1.75; margin-bottom: 2rem; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: .85rem; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--violet); font-family: var(--sans);
  font-size: .9rem; font-weight: 700; padding: .72rem 1.5rem; border-radius: 8px;
  text-decoration: none; transition: all .18s; display: inline-flex; align-items: center; gap: .4rem; }
.btn-white:hover { background: #F5F3FF; color: var(--violet2); text-decoration: none; }
.btn-ghost-white { border: 1.5px solid rgba(255,255,255,.45); color: rgba(255,255,255,.9);
  font-family: var(--sans); font-size: .875rem; font-weight: 700; padding: .7rem 1.4rem;
  border-radius: 8px; text-decoration: none; transition: all .18s; display: inline-flex; align-items: center; }
.btn-ghost-white:hover { border-color: #fff; color: #fff; text-decoration: none; }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--bg); border-bottom: 1px solid var(--border); padding: .6rem 0; }
.bc-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; gap: .45rem; font-size: .78rem; color: var(--muted); flex-wrap: wrap; }
.bc-inner a { color: var(--muted); text-decoration: none; }
.bc-inner a:hover { color: var(--violet); }
.bc-sep { color: var(--border); }
.bc-cur { color: var(--ink); font-weight: 600; }

/* ── LEGAL PAGES ── */
.legal-hero { background: var(--ink); padding: 3.5rem 0 4rem; position: relative; overflow: hidden; }
.legal-hero::before { content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(109,40,217,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(109,40,217,.06) 1px, transparent 1px);
  background-size: 48px 48px; }
.legal-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.l-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--violet3); margin-bottom: .65rem; }
.l-h1 { font-family: var(--serif); font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700; color: #fff; letter-spacing: -.02em; }
.l-updated { font-size: .8rem; color: rgba(255,255,255,.3); margin-top: .5rem; }
.legal-body { max-width: 820px; margin: 0 auto; padding: 3.5rem 2rem 6rem; }
.legal-body h2 { font-size: 1.15rem; font-weight: 800; color: var(--ink); margin: 2.5rem 0 .8rem;
  padding-bottom: .55rem; border-bottom: 1px solid var(--border); }
.legal-body h3 { font-size: 1rem; font-weight: 700; color: var(--ink); margin: 1.75rem 0 .55rem; }
.legal-body p  { font-size: .9375rem; color: var(--muted); line-height: 1.88; margin-bottom: 1rem; }
.legal-body ul { margin: .75rem 0 1.1rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; list-style: disc; }
.legal-body li { font-size: .9375rem; color: var(--muted); line-height: 1.75; }
.legal-body a  { color: var(--violet); }
.legal-body strong { color: var(--ink); font-weight: 700; }
.legal-box { background: var(--violet-faint); border: 1px solid rgba(109,40,217,.2);
  border-radius: 10px; padding: 1.25rem 1.5rem; margin-top: 2rem; }
.legal-box p { font-size: .9rem; color: var(--ink); line-height: 1.78; margin: 0; }
.legal-box a { color: var(--violet); font-weight: 600; }

/* ── CONTACT ── */
.contact-wrap { max-width: 960px; margin: 0 auto; padding: 3.5rem 2rem 6rem;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; }
.c-info h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 700;
  color: var(--ink); margin-bottom: .9rem; }
.c-info p { font-size: .9375rem; color: var(--muted); line-height: 1.82; margin-bottom: 1.1rem; }
.c-detail { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .85rem; }
.c-icon { width: 36px; height: 36px; background: var(--violet-pale); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.c-text { font-size: .875rem; color: var(--muted); line-height: 1.62; }
.c-text strong { color: var(--ink); font-weight: 700; display: block; margin-bottom: .08rem; }
.c-text a { color: var(--violet); font-weight: 600; }
.cf { display: flex; flex-direction: column; gap: .9rem; }
.cf h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--ink); margin-bottom: .25rem; }
.fg { display: flex; flex-direction: column; gap: .32rem; }
.fl { font-size: .75rem; font-weight: 700; color: var(--ink); }
.fl .req { color: var(--red); }
.fi,.ft,.fs { width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--border); border-radius: 8px;
  font-family: var(--sans); font-size: .9375rem; color: var(--ink); background: #fff;
  transition: border-color .15s, box-shadow .15s; }
.fi:focus,.ft:focus,.fs:focus { outline: none; border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(109,40,217,.1); }
.ft { resize: vertical; min-height: 130px; }
.fs { appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236D28D9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; }
.fsubmit { background: var(--violet); color: #fff; font-family: var(--sans); font-size: .9rem;
  font-weight: 700; padding: .78rem 1.6rem; border: none; border-radius: 8px; cursor: pointer;
  transition: all .18s; align-self: flex-start; min-height: 48px; }
.fsubmit:hover { background: var(--violet2); transform: translateY(-1px); }
.cf-ok { display: none; background: var(--green-bg); border: 1px solid rgba(5,150,105,.25);
  border-radius: 10px; padding: 1.5rem; text-align: center; }
.cf-ok.show { display: block; }
.cf-ok h4 { color: var(--green); margin-bottom: .3rem; font-size: 1rem; }
.cf-ok p  { font-size: .9rem; color: var(--muted); margin: 0; }
.cf-err   { color: var(--red); font-size: .85rem; display: none; }
.cf-err.show { display: block; }

/* ── GUIDE PAGES ── */
.guide-hero { background: var(--ink); padding: 4rem 0; position: relative; overflow: hidden; }
.guide-hero::before { content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(109,40,217,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(109,40,217,.06) 1px, transparent 1px);
  background-size: 48px 48px; }
.guide-hero-inner { max-width: var(--max); margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.guide-meta { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem 1.1rem;
  margin-top: 1.1rem; font-size: .82rem; color: rgba(255,255,255,.38); }
.guide-meta-author { display: flex; align-items: center; gap: .45rem; }
.guide-meta-avatar { width: 26px; height: 26px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid rgba(255,255,255,.2); }
.guide-meta-name { color: rgba(255,255,255,.62); font-weight: 600; }
.guide-meta-dot { width: 3px; height: 3px; background: rgba(255,255,255,.2); border-radius: 50%; }
.guide-body-wrap { max-width: var(--max); margin: 0 auto; padding: 3rem 2rem 6rem;
  display: grid; grid-template-columns: 1fr 280px; gap: 3.5rem; align-items: start; }
.guide-sidebar { display: flex; flex-direction: column; gap: 1.1rem; }
.sidebar-box { background: #fff; border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; }
.sb-head { background: var(--ink); padding: .58rem 1rem; font-size: .65rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); }
.sb-body { padding: .9rem 1rem; }
.sb-body p { font-size: .82rem; color: var(--muted); line-height: 1.65; margin-bottom: .65rem; }
.sb-links { display: flex; flex-direction: column; gap: .35rem; }
.sb-links a { font-size: .82rem; color: var(--violet); font-weight: 600; text-decoration: none;
  display: flex; align-items: center; gap: .35rem; }
.sb-links a::before { content: '\2192'; }
.sb-links a:hover { text-decoration: underline; }
.toc-list { display: flex; flex-direction: column; gap: .06rem; }
.toc-list a { font-size: .82rem; color: var(--muted); text-decoration: none; padding: .28rem .5rem;
  border-left: 2px solid transparent; border-radius: 0 5px 5px 0; transition: all .15s; display: block; }
.toc-list a:hover { color: var(--violet); background: var(--violet-faint); border-left-color: var(--violet); text-decoration: none; }
/* Guide body prose */
.guide-prose h2 { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; color: var(--ink);
  margin: 2.5rem 0 .85rem; line-height: 1.25; letter-spacing: -.015em; }
.guide-prose h3 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 1.75rem 0 .6rem; }
.guide-prose p  { font-size: .9375rem; color: var(--muted); line-height: 1.88; margin-bottom: 1rem; }
.guide-prose ul { margin: .75rem 0 1.1rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; list-style: disc; }
.guide-prose li { font-size: .9375rem; color: var(--muted); line-height: 1.75; }
.guide-prose a  { color: var(--violet); }
.guide-prose strong { color: var(--ink); font-weight: 700; }
.step-box { background: var(--violet-faint); border: 1.5px solid rgba(109,40,217,.2);
  border-radius: 10px; padding: 1.35rem 1.5rem; margin: 1.5rem 0; }
.step-box-title { font-size: .72rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--violet); margin-bottom: .75rem; display: flex; align-items: center; gap: .4rem; }
.step-box ul { list-style: none; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.step-box li { font-size: .9rem; color: var(--ink); display: flex; align-items: flex-start; gap: .55rem; line-height: 1.6; }
.step-box li::before { content: '\2713'; color: var(--violet); font-weight: 800; flex-shrink: 0; }
.earning-card { background: #fff; border: 1.5px solid var(--border); border-radius: 10px;
  padding: 1.25rem 1.5rem; margin: 1.5rem 0; display: flex; gap: 1.25rem; align-items: flex-start; }
.ec-icon { font-size: 1.75rem; flex-shrink: 0; margin-top: .1rem; }
.ec-title { font-weight: 700; color: var(--ink); margin-bottom: .28rem; font-size: .95rem; }
.ec-body  { font-size: .875rem; color: var(--muted); line-height: 1.7; }
.ec-earn  { font-size: .8rem; font-weight: 700; color: var(--green); margin-top: .35rem; }

/* ── FOOTER ── */
.site-footer { background: var(--ink); padding: 4rem 0 0; }
.footer-grid { max-width: var(--max); margin: 0 auto; padding: 0 2rem 3.5rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3.5rem; }
.fb-logo { margin-bottom: 1rem; }
.fb-logo img { height: 38px; width: auto; filter: brightness(0) invert(1); opacity: .85; }
.fb p { font-size: .875rem; color: rgba(255,255,255,.32); line-height: 1.78; max-width: 270px; margin-bottom: 1rem; }
.fb address { font-style: normal; font-size: .78rem; color: rgba(255,255,255,.2); line-height: 1.9; }
.fb address a { color: rgba(255,255,255,.28); text-decoration: underline; }
.fc h4 { font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.22); margin-bottom: .85rem; }
.fc ul { display: flex; flex-direction: column; gap: .42rem; }
.fc a  { font-size: .875rem; color: rgba(255,255,255,.38); text-decoration: none; transition: color .15s; }
.fc a:hover { color: rgba(255,255,255,.78); text-decoration: none; }
.f-disc { border-top: 1px solid rgba(255,255,255,.07); }
.f-disc-inner { max-width: var(--max); margin: 0 auto; padding: 1.35rem 2rem;
  font-size: .75rem; color: rgba(255,255,255,.2); line-height: 1.72; }
.f-disc-inner strong { color: rgba(255,255,255,.32); }
.f-disc-inner a { color: rgba(255,255,255,.28); text-decoration: underline; }
.f-bottom { background: rgba(0,0,0,.2); padding: .9rem 2rem; }
.f-bottom-inner { max-width: var(--max); margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .4rem;
  font-size: .72rem; color: rgba(255,255,255,.18); }

/* ══════════════════════════════════════════════
   RESPONSIVE — Desktop-first
   ══════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 380px; gap: 2.5rem; }
  .footer-grid { gap: 2.5rem; }
  .guide-body-wrap { grid-template-columns: 1fr 240px; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img-col { display: none; }
  .ways-grid { grid-template-columns: 1fr 1fr; }
  .guide-strip { grid-template-columns: 1fr; gap: 2rem; }
  .guide-strip.flip .gs-img,.guide-strip.flip .gs-text { order: unset; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .contact-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .guide-body-wrap { grid-template-columns: 1fr; }
  .guide-sidebar { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .fb { grid-column: 1 / -1; }
  .est-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  .hero h1 { font-size: 2.25rem; }
  .s-h2 { font-size: 1.85rem; }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .hero { padding: 4.5rem 0 0; }
  .hero-inner { padding: 0 1.5rem; }
  .hdr { padding: .85rem 1.5rem; }
  .section { padding: 4rem 0; }
  .s-inner { padding: 0 1.5rem; }
  .ways-grid { grid-template-columns: 1fr; }
  .legal-body { padding: 2.5rem 1.5rem 5rem; }
  .contact-wrap { padding: 2.5rem 1.5rem 5rem; gap: 2.5rem; }
  .mnav { padding: .75rem 1.5rem 1.25rem; }
  .bc-inner { padding: 0 1.5rem; }
}

@media (max-width: 600px) {
  .hero { padding: 4rem 0 0; }
  .hero-inner { padding: 0 1.25rem; }
  .hdr { padding: .75rem 1.25rem; }
  .logo img { height: 36px; }
  .hero h1 { font-size: 1.85rem; }
  .hero-deck { font-size: .9375rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .btn { width: 100%; justify-content: center; }
  .income-ticker { font-size: 1.2rem; }
  .section { padding: 3rem 0; }
  .s-inner { padding: 0 1.25rem; }
  .s-h2 { font-size: 1.65rem; }
  .stats-row { grid-template-columns: 1fr; }
  .stat-cell { padding: 1.5rem 1.25rem; }
  .stat-n { font-size: 1.75rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.25rem 2.5rem; }
  .f-disc-inner { padding: 1rem 1.25rem; }
  .f-bottom { padding: .75rem 1.25rem; }
  .f-bottom-inner { flex-direction: column; gap: .25rem; }
  .legal-body { padding: 2rem 1.25rem 4rem; }
  .l-h1 { font-size: 1.65rem; }
  .bc-inner { padding: 0 1.25rem; }
  .cta-inner { padding: 0 1.25rem; }
  .cta-actions { flex-direction: column; align-items: center; }
  .btn-white,.btn-ghost-white { width: 100%; justify-content: center; }
  .contact-wrap { padding: 2rem 1.25rem 4rem; }
  .fsubmit { width: 100%; }
  .guide-hero-inner,.guide-prose { padding-left: 1.25rem; padding-right: 1.25rem; }
  .estimator-wrap { padding: 1.75rem 1.25rem; }
  .wc-img { height: 160px; }
  .mnav { padding: .75rem 1.25rem 1.25rem; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.65rem; }
  .s-h2 { font-size: 1.5rem; }
  .proof-inner { gap: 1.25rem; }
}

@supports (padding: max(0px)) {
  .hdr,.hero-inner,.s-inner,.legal-body,.contact-wrap,.guide-body-wrap,
  .footer-grid,.f-disc-inner,.f-bottom-inner,.bc-inner,.cta-inner,.guide-hero-inner {
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
  .site-footer .f-bottom { padding-bottom: max(.9rem, env(safe-area-inset-bottom)); }
}
