/* ============================================================
   MadFans — ManyVids agency
   Design system: "Aurum Noir" — champagne gold on deep aubergine
   ============================================================ */

:root {
  /* Palette */
  --bg:            #0a0610;
  --bg-2:         #100a1c;
  --panel:        rgba(255, 255, 255, 0.035);
  --panel-2:      rgba(255, 255, 255, 0.05);
  --line:         rgba(255, 255, 255, 0.09);
  --line-strong:  rgba(255, 255, 255, 0.16);

  --gold:         #e9c587;
  --gold-2:       #f6dca7;
  --gold-deep:    #c79a55;
  --violet:       #8b5cf6;
  --violet-2:     #a78bfa;
  --teal:         #2dd4bf;

  --text:         #f4effb;
  --text-soft:    #cabfe0;
  --text-mute:    #8d83a6;

  --gold-grad:    linear-gradient(135deg, #f6dca7 0%, #e9c587 45%, #c79a55 100%);
  --violet-grad:  linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);

  /* Elevated surfaces — keep cards lifted off the near-black bg */
  --surface:      linear-gradient(168deg, rgba(255,255,255,.058), rgba(255,255,255,.018) 58%), #130d20;
  --surface-2:    linear-gradient(168deg, rgba(255,255,255,.085), rgba(255,255,255,.03) 58%), #181024;
  --bevel:        inset 0 1px 0 rgba(255,255,255,.09);
  --depth-1:      0 18px 44px -22px rgba(0,0,0,.75);
  --depth-2:      0 34px 80px -28px rgba(0,0,0,.82);

  --radius:       22px;
  --radius-sm:    14px;
  --maxw:         1180px;

  --shadow-soft:  0 24px 70px rgba(0, 0, 0, 0.45);
  --shadow-gold:  0 18px 60px rgba(199, 154, 85, 0.22);

  --ease:         cubic-bezier(0.22, 1, 0.36, 1);

  --ff-display: "Bricolage Grotesque", "Manrope", sans-serif;
  --ff-body:    "Manrope", system-ui, sans-serif;
  --ff-mono:    "Space Mono", ui-monospace, monospace;
}

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

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

body {
  font-family: var(--ff-body);
  background: var(--bg);
  background-image: linear-gradient(180deg, #0c0714 0%, #0a0610 38%, #090511 100%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.55;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body[data-lang-ready="0"] { opacity: 0; }
body { transition: opacity .25s ease; }

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

/* ---------- Background atmosphere ---------- */
.atmosphere {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background:
    radial-gradient(1100px 700px at 78% -8%, rgba(124, 58, 237, 0.20), transparent 60%),
    radial-gradient(900px 620px at 8% 12%, rgba(233, 197, 135, 0.10), transparent 55%),
    radial-gradient(1000px 900px at 50% 118%, rgba(45, 212, 191, 0.07), transparent 60%),
    var(--bg);
}
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; animation: drift 22s var(--ease) infinite alternate; }
.orb.g1 { width: 460px; height: 460px; top: -120px; right: -80px; background: radial-gradient(circle, rgba(233,197,135,.45), transparent 70%); }
.orb.g2 { width: 520px; height: 520px; bottom: -160px; left: -120px; background: radial-gradient(circle, rgba(139,92,246,.40), transparent 70%); animation-delay: -6s; }
.orb.g3 { width: 380px; height: 380px; top: 40%; left: 55%; background: radial-gradient(circle, rgba(45,212,191,.25), transparent 70%); animation-delay: -12s; }
@keyframes drift {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(40px,-30px) scale(1.12); }
}
.grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

h1, h2, h3 { font-family: var(--ff-display); font-weight: 800; line-height: 1.04; letter-spacing: -0.02em; }

.h-section {
  font-size: clamp(30px, 4.6vw, 56px);
  margin: 18px 0 14px;
}
.h-section .gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--text-soft); font-size: clamp(16px, 1.6vw, 19px); max-width: 640px; }
.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-body); font-weight: 700; font-size: 16px;
  padding: 16px 30px; border-radius: 100px; cursor: pointer; border: 0;
  color: #221603; background: var(--gold-grad);
  box-shadow:
    0 2px 0 rgba(120,78,24,.55),
    0 14px 30px -8px rgba(199,154,85,.55),
    0 22px 60px -16px rgba(199,154,85,.4),
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 -3px 8px rgba(120,78,24,.3);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), filter .35s var(--ease);
  overflow: hidden; isolation: isolate;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .8s var(--ease);
}
.btn:hover { transform: translateY(-3px);
  box-shadow:
    0 4px 0 rgba(120,78,24,.55),
    0 22px 40px -10px rgba(199,154,85,.6),
    0 34px 80px -18px rgba(199,154,85,.5),
    inset 0 1px 0 rgba(255,255,255,.7),
    inset 0 -3px 8px rgba(120,78,24,.3); }
.btn:active { transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(120,78,24,.55), 0 8px 20px -8px rgba(199,154,85,.5), inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 6px rgba(120,78,24,.35); }
.btn:hover::after { transform: translateX(120%); }
.btn:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }
.btn .arr { transition: transform .35s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }

.btn-ghost {
  background: linear-gradient(168deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); color: var(--text); border: 1px solid var(--line-strong);
  box-shadow: var(--bevel), 0 12px 30px -18px rgba(0,0,0,.8); backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: var(--panel-2); border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--bevel), 0 20px 44px -20px rgba(0,0,0,.85); }

/* ---------- Navbar ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  transition: background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 6, 16, 0.72);
  backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--ff-display); font-weight: 800; font-size: 21px; letter-spacing: -.02em; }
.brand .dot {
  width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center;
  background: var(--gold-grad); color: #20140a; font-size: 15px; font-weight: 800;
  box-shadow: var(--shadow-gold);
}
.brand .mv { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 15px; color: var(--text-soft); font-weight: 600; position: relative; transition: color .25s ease; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-6px; height:2px; width:0; background: var(--gold-grad); transition: width .3s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav .btn { padding: 11px 22px; font-size: 14px; }
.burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s var(--ease); }

/* Lang switcher */
.lang { display: inline-flex; padding: 4px; border-radius: 100px; background: var(--panel); border: 1px solid var(--line); }
.lang button {
  border: 0; background: transparent; color: var(--text-mute); cursor: pointer;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 700; letter-spacing: .08em;
  padding: 7px 11px; border-radius: 100px; transition: .25s var(--ease);
}
.lang button.is-active { background: var(--gold-grad); color: #20140a; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 90px; overflow: hidden; }
.hero-video { position: absolute; inset: 0; z-index: 0; }
.hero-video video { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.hero-video .tone {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,6,16,.55) 0%, rgba(10,6,16,.2) 35%, rgba(10,6,16,.9) 100%),
    radial-gradient(900px 600px at 70% 30%, rgba(124,58,237,.28), transparent 60%);
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero h1 { font-size: clamp(40px, 7.4vw, 88px); letter-spacing: -.035em; }
.hero h1 .gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .sub { margin-top: 26px; font-size: clamp(17px, 1.9vw, 21px); color: var(--text-soft); max-width: 620px; }
.hero-cta { margin-top: 38px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.hero-trust { margin-top: 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--text-soft); font-size: 14px; }
.hero-trust .pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 100px;
  background: linear-gradient(145deg, rgba(233,197,135,.12), rgba(255,255,255,.035));
  border: 1px solid rgba(233,197,135,.24);
  box-shadow: 0 10px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.hero-trust .pill svg { width: 16px; height: 16px; color: var(--gold); flex: 0 0 16px; }
.hero-trust .pill span { color: var(--text); font-weight: 700; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px 8px 8px; border-radius: 100px;
  background: var(--panel); border: 1px solid var(--line); font-size: 13px; color: var(--text-soft); margin-bottom: 26px;
}
.hero-badge .tag { background: var(--gold-grad); color: #20140a; font-weight: 800; font-size: 11px; padding: 4px 10px; border-radius: 100px; font-family: var(--ff-mono); }
.scroll-hint { position: absolute; left: 0; right: 0; bottom: 26px; margin: 0 auto; transform: none; z-index: 2; color: var(--text-mute); font-family: var(--ff-mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; width: max-content; max-width: 100%; text-align: center; }
.scroll-hint .mouse { width: 22px; height: 34px; border: 1px solid var(--line-strong); border-radius: 12px; position: relative; }
.scroll-hint .mouse::after { content:""; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:3px; height:6px; border-radius:3px; background: var(--gold); animation: wheel 1.6s infinite; }
@keyframes wheel { 0%{opacity:1;top:6px} 70%{opacity:0;top:16px} 100%{opacity:0} }

/* ---------- Stats strip ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01) 60%, transparent);
  box-shadow: var(--bevel); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 46px 28px; text-align: center; border-left: 1px solid var(--line); transition: background .4s var(--ease); }
.stat:first-child { border-left: 0; }
.stat:hover { background: rgba(255,255,255,.02); }
.stat .num { font-family: var(--ff-display); font-weight: 800; font-size: clamp(30px, 4.1vw, 50px); background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; white-space: nowrap; filter: drop-shadow(0 6px 22px rgba(233,197,135,.22)); }
.stat .lbl { margin-top: 12px; color: var(--text-soft); font-size: 14px; }

/* ---------- Generic card ---------- */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; position: relative; overflow: hidden;
  box-shadow: var(--bevel), var(--depth-1);
  transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(233,197,135,.32);
  background: var(--surface-2);
  box-shadow: var(--bevel), var(--depth-2), 0 0 0 1px rgba(233,197,135,.08);
}



/* ---------- ManyVids explainer ---------- */
.mv-explainer {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(64px, 8vw, 112px);
}
.mv-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) 320px;
  gap: 34px;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line-strong);
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(520px 380px at 84% 16%, rgba(255, 47, 132, .16), transparent 68%),
    linear-gradient(150deg, rgba(124,58,237,.16), rgba(10,6,16,.44) 58%),
    var(--bg-2);
  box-shadow: var(--shadow-soft);
}
.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .16;
  mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 68%);
}
.mv-copy,
.mv-logo-box,
.mv-content-grid { position: relative; z-index: 2; }
.mv-note {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 660px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(233,197,135,.23);
  background: rgba(233,197,135,.075);
}
.mv-note-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: var(--ff-mono);
  font-size: 13px;
  font-weight: 800;
  color: #20140a;
  background: var(--gold-grad);
  box-shadow: var(--shadow-gold);
}
.mv-note p {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.55;
}
.mv-logo-box {
  justify-self: center;
  width: min(260px, 72vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 34px;
  border: 1px solid rgba(255, 47, 132, .22);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,47,132,.16), transparent 62%),
    rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 28px 80px rgba(0,0,0,.34);
}
.mv-logo-box img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 16px 34px rgba(255,47,139,.22));
}
.mv-content-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.mv-info-card {
  min-height: 190px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(10,6,16,.48);
  backdrop-filter: blur(8px);
}
.mv-info-card.accent {
  border-color: rgba(233,197,135,.28);
  background: linear-gradient(160deg, rgba(233,197,135,.11), rgba(124,58,237,.08));
}
.mv-num {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 14px;
}
.mv-info-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.mv-info-card p {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.58;
}

/* ---------- Problem section ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
#problem .split { display: block; max-width: 900px; }
.problem-list { display: grid; gap: 12px; }
.problem-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm);
  color: var(--text-soft); font-size: 15px; transition: border-color .3s var(--ease);
}
.problem-item:hover { border-color: rgba(255,120,120,.35); }
.problem-item .x { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; background: rgba(255,90,90,.12); color: #ff8a8a; margin-top: 1px; }
.problem-item .x svg { width: 12px; height: 12px; }
.problem-solution {
  margin-top: 22px; display: flex; gap: 16px; align-items: flex-start;
  padding: 22px; border-radius: 20px;
  background: linear-gradient(145deg, rgba(233,197,135,.14), rgba(124,58,237,.10));
  border: 1px solid rgba(233,197,135,.25);
  box-shadow: 0 22px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
}
.solution-mark { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-grad); color: #20140a; box-shadow: var(--shadow-gold); }
.solution-mark svg { width: 20px; height: 20px; }
.problem-solution h3 { font-size: 20px; margin-bottom: 8px; }
.problem-solution p { color: var(--text-soft); font-size: 15px; line-height: 1.62; }
.mini-cta { margin-top: 15px; display: inline-flex; align-items: center; gap: 8px; color: #20140a; font-weight: 800; font-size: 14px; padding: 10px 16px; border-radius: 100px; background: var(--gold-grad); box-shadow: var(--shadow-gold); }
.mini-cta span { transition: transform .25s var(--ease); }
.mini-cta:hover span { transform: translateX(3px); }
.media-frame {
  position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-soft);
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.media-frame::after { content:""; position:absolute; inset:0; background: linear-gradient(160deg, transparent 50%, rgba(124,58,237,.25)); }
.media-tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 2; display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 100px; background: rgba(10,6,16,.65); backdrop-filter: blur(10px);
  border: 1px solid var(--line); font-size: 13px;
}
.media-tag .dot-live { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(45,212,191,.2); }

/* ---------- Departments ---------- */
.dept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dept .ic { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(168deg, rgba(233,197,135,.16), rgba(255,255,255,.03)); border: 1px solid rgba(233,197,135,.22); color: var(--gold); margin-bottom: 20px; box-shadow: var(--bevel), 0 10px 24px -12px rgba(199,154,85,.5); }
.dept .ic svg { width: 24px; height: 24px; }
.dept h3 { font-size: 22px; margin-bottom: 12px; }
.dept p { color: var(--text-soft); font-size: 15px; }
.dept .badge-247 { position: absolute; top: 22px; right: 22px; font-family: var(--ff-mono); font-size: 11px; color: var(--teal); border: 1px solid rgba(45,212,191,.3); padding: 3px 9px; border-radius: 100px; }
.dept ul { list-style: none; margin-top: 16px; display: grid; gap: 9px; }
.dept ul li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-soft); font-size: 14px; }
.dept ul li svg { flex: 0 0 16px; width: 16px; height: 16px; color: var(--gold); margin-top: 2px; }

/* ---------- Unified "full cycle" panel (departments + deal + requirements) ---------- */
.cycle-panel {
  position: relative; border-radius: 30px; overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(720px 400px at 88% -8%, rgba(124,58,237,.16), transparent 64%),
    radial-gradient(560px 360px at 6% 108%, rgba(233,197,135,.08), transparent 62%),
    linear-gradient(168deg, rgba(255,255,255,.05), rgba(255,255,255,.012) 56%), var(--bg-2);
  box-shadow: var(--bevel), var(--depth-2);
  padding: clamp(24px, 4vw, 50px);
}
.cycle-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; margin-bottom: 24px; }
.cycle-tag {
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: #20140a; background: var(--gold-grad); padding: 6px 13px; border-radius: 100px; font-weight: 700;
  box-shadow: var(--shadow-gold); display: inline-block;
}
.cycle-tag.teal { color: var(--teal); background: rgba(45,212,191,.12); border: 1px solid rgba(45,212,191,.3); box-shadow: none; }
.cycle-sub { color: var(--text-soft); font-size: 15px; }
.cycle-panel .dept-grid { gap: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(10,6,16,.34); }
.cycle-panel .card.dept {
  background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 28px 26px;
  border-right: 1px solid var(--line);
}
.cycle-panel .card.dept:last-child { border-right: 0; }
.cycle-panel .card.dept:hover { transform: none; background: rgba(255,255,255,.028); }
.cycle-split { height: 1px; margin: 34px 0 30px; background: linear-gradient(90deg, transparent, var(--line-strong) 18%, var(--line-strong) 82%, transparent); position: relative; text-align: center; }
.cycle-split-chip {
  position: relative; top: -11px; background: var(--bg-2); padding: 4px 16px; border-radius: 100px;
  border: 1px solid var(--line-strong); font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-mute);
}
.cycle-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cyc-col { padding: 30px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(168deg, rgba(255,255,255,.04), rgba(255,255,255,.012)), rgba(10,6,16,.45); box-shadow: var(--bevel); }
.cyc-col h3 { font-size: 23px; margin: 14px 0 4px; }
.cyc-col .sub { color: var(--text-mute); font-size: 13.5px; margin-bottom: 22px; }
.cyc-col.req .feature-list li .ck { background: rgba(45,212,191,.12); color: var(--teal); }

/* ---------- Earnings ---------- */
.earn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.earn-card { text-align: left; }
.earn-card .big { font-family: var(--ff-display); font-weight: 800; font-size: clamp(40px, 5vw, 60px); background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.earn-card .cap { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute); margin-top: 16px; }
.earn-card p { margin-top: 8px; color: var(--text-soft); font-size: 15px; }
.earn-card.feature { background: linear-gradient(160deg, rgba(124,58,237,.14), rgba(233,197,135,.06)); border-color: rgba(233,197,135,.28); }

/* ---------- Custom orders (signature block) ---------- */
.custom {
  position: relative; border-radius: 30px; overflow: hidden;
  background: linear-gradient(150deg, rgba(124,58,237,.18), rgba(10,6,16,.4) 55%), var(--bg-2);
  border: 1px solid var(--line-strong); padding: clamp(34px, 5vw, 64px);
}
.custom::before { content:""; position:absolute; top:-40%; right:-10%; width:520px; height:520px; background: radial-gradient(circle, rgba(233,197,135,.22), transparent 70%); filter: blur(40px); }
.custom-top { position: relative; z-index: 2; max-width: 640px; }
.custom-grid { position: relative; z-index: 2; margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.custom-stat {
  background: rgba(10,6,16,.5);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
}

.custom-stat .k {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-mute);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  min-height: 34px;
}

.custom-stat .k svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
  flex: 0 0 14px;
  margin-top: 1px;
}

.custom-stat .v {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 27px;
  margin-top: 18px;
}
.custom-stat.hl .v, .custom-stat .v.gold-value { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Trust / access guarantees ---------- */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.trust-card { display: flex; gap: 18px; align-items: flex-start; }
.trust-card .lock { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: rgba(45,212,191,.1); border: 1px solid rgba(45,212,191,.25); color: var(--teal); }
.trust-card .lock svg { width: 22px; height: 22px; }
.trust-card h3 { font-size: 19px; margin-bottom: 8px; }
.trust-card p { color: var(--text-soft); font-size: 14px; }

/* ---------- Payments + requirements two-col ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.list-card { padding: 36px; }
.list-card h3 { font-size: 24px; margin-bottom: 8px; }
.list-card .sub { color: var(--text-mute); font-size: 14px; margin-bottom: 22px; }
.feature-list { list-style: none; display: grid; gap: 14px; }
.feature-list li { display: flex; gap: 13px; align-items: flex-start; color: var(--text-soft); font-size: 15px; }
.feature-list li .ck { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; background: rgba(233,197,135,.12); color: var(--gold); margin-top: 1px; }
.feature-list li .ck svg { width: 13px; height: 13px; }
.list-card.alt .ck { background: rgba(45,212,191,.12); color: var(--teal); }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.review { padding: 30px; }
.review .stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 16px; }
.review .stars svg { width: 16px; height: 16px; }
.review p { color: var(--text); font-size: 15.5px; line-height: 1.6; }
.review .who { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.review .who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line-strong); }
.review .who .nm { font-weight: 700; font-size: 15px; }
.review .who .rl { color: var(--text-mute); font-size: 13px; }
.review.tall { grid-row: span 1; background: linear-gradient(160deg, rgba(124,58,237,.12), transparent 60%); }

/* ---------- Journey path ---------- */
.path { position: relative; }
.path-track { position: relative; display: grid; gap: 0; }
.path-line { position: absolute; left: 27px; top: 12px; bottom: 12px; width: 2px; background: var(--line); }
.path-line .fill { position: absolute; left: 0; top: 0; width: 100%; height: var(--p, 0%); background: var(--gold-grad); box-shadow: 0 0 14px rgba(233,197,135,.5); transition: height .2s linear; }
.path-step { position: relative; display: flex; gap: 26px; align-items: flex-start; padding: 18px 0; padding-left: 0; }
.path-step .node {
  flex: 0 0 56px; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; z-index: 2;
  font-family: var(--ff-mono); font-weight: 700; font-size: 15px; color: var(--text-mute);
  background: var(--bg-2); border: 1px solid var(--line); transition: .4s var(--ease);
}
.path-step.is-in .node { color: #20140a; background: var(--gold-grad); border-color: transparent; box-shadow: var(--shadow-gold); }
.path-step .body h3 { font-size: 19px; margin-bottom: 5px; }
.path-step .body p { color: var(--text-soft); font-size: 14.5px; }

/* ---------- Proof ---------- */
.proof-stage { position: relative; }
.proof-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.shot {
  position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line-strong);
  background: #fff; box-shadow: var(--shadow-soft); transition: transform .5s var(--ease);
}
.shot:hover { transform: translateY(-6px) scale(1.01); }
.shot .bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: linear-gradient(180deg,#1a1326,#140e20); border-bottom: 1px solid var(--line); }
.shot .bar i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.shot .bar i:nth-child(1){ background:#ff5f57 } .shot .bar i:nth-child(2){ background:#febc2e } .shot .bar i:nth-child(3){ background:#28c840 }
.shot .bar .url { margin-left: 10px; font-family: var(--ff-mono); font-size: 11px; color: var(--text-mute); }
.shot img { width: 100%; display: block; }
.proof-chip {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px;
  padding: 13px 18px; border-radius: 16px; background: rgba(10,6,16,.78); backdrop-filter: blur(14px);
  border: 1px solid var(--line-strong); box-shadow: var(--shadow-soft);
}
.proof-chip .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--gold-grad); color: #20140a; font-weight: 800; }
.proof-chip .ic svg { width: 18px; height: 18px; }
.proof-chip .v { font-family: var(--ff-display); font-weight: 800; font-size: 16px; }
.proof-chip .l { font-size: 12px; color: var(--text-mute); }
.proof-chip.c1 { top: -22px; left: -18px; }
.proof-chip.c2 { bottom: -24px; right: -16px; }
.proof-note { text-align: center; margin-top: 30px; color: var(--text-mute); font-size: 13px; }

/* ---------- Lead form / CTA ---------- */
.cta-final { position: relative; }
.form-shell {
  max-width: 760px; margin: 0 auto; border-radius: 28px; overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(620px 360px at 80% -10%, rgba(124,58,237,.22), transparent 64%),
    linear-gradient(168deg, rgba(255,255,255,.05), rgba(255,255,255,.012) 50%), var(--bg-2);
  box-shadow: var(--bevel), var(--depth-2);
}
.form-shell-inner { padding: clamp(30px, 4vw, 52px); }
.lead-form { display: grid; gap: 16px; margin-top: 30px; }
.field { display: grid; gap: 8px; }
.field label { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-mute); }
.field input, .field select {
  width: 100%; padding: 15px 18px; border-radius: 14px; font-family: var(--ff-body); font-size: 16px;
  background: rgba(10,6,16,.55); border: 1px solid var(--line); color: var(--text); transition: .25s var(--ease);
}
.field select { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 36px; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.field select option { background: #100a1c; color: var(--text); }
.phone-row { display: grid; grid-template-columns: minmax(190px, 250px) 1fr; gap: 10px; }
.field input::placeholder { color: var(--text-mute); }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); background-color: rgba(10,6,16,.8); box-shadow: 0 0 0 4px rgba(233,197,135,.12); }
.lead-form .btn { width: 100%; justify-content: center; margin-top: 8px; }
.form-fineprint { margin-top: 16px; text-align: center; color: var(--text-mute); font-size: 12.5px; }
.form-done, .form-fail { display: none; padding: 22px; border-radius: 16px; text-align: center; margin-top: 18px; font-weight: 600; }
.form-done { background: rgba(45,212,191,.1); border: 1px solid rgba(45,212,191,.3); color: var(--teal); }
.form-fail { background: rgba(255,90,90,.1); border: 1px solid rgba(255,90,90,.3); color: #ff8a8a; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--panel); overflow: hidden; transition: border-color .3s var(--ease); }
.faq-item.open { border-color: var(--line-strong); background: var(--panel-2); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; font-family: var(--ff-display); font-weight: 700; font-size: 17px; }
.faq-q .pm { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: var(--panel-2); border: 1px solid var(--line); transition: .35s var(--ease); }
.faq-q .pm svg { width: 14px; height: 14px; color: var(--gold); transition: transform .35s var(--ease); }
.faq-item.open .pm { background: var(--gold-grad); }
.faq-item.open .pm svg { color: #20140a; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a-inner { padding: 0 24px 24px; color: var(--text-soft); font-size: 15px; line-height: 1.65; }
.faq-a-inner a { color: var(--gold); border-bottom: 1px solid rgba(233,197,135,.4); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer .brand { font-size: 24px; }
.footer p { color: var(--text-mute); font-size: 14px; max-width: 360px; margin-top: 14px; }
.footer-links { display: flex; gap: 30px; flex-wrap: wrap; }
.footer-links a { color: var(--text-soft); font-size: 14px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-mute); font-size: 13px; }
.footer-disclaimer { max-width: 720px; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .mv-card { grid-template-columns: 1fr; }
  .mv-logo-box { order: -1; width: min(220px, 64vw); }
  .mv-content-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav.menu-open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(10,6,16,.96); backdrop-filter: blur(18px); padding: 24px; gap: 18px; border-bottom: 1px solid var(--line);
  }
  .split, .trust-grid, .two-col { grid-template-columns: 1fr; gap: 32px; }
  .dept-grid, .earn-grid, .reviews-grid { grid-template-columns: 1fr; }
  .cycle-panel .dept-grid { grid-template-columns: 1fr; }
  .cycle-panel .card.dept { border-right: 0; border-bottom: 1px solid var(--line); }
  .cycle-panel .card.dept:last-child { border-bottom: 0; }
  .cycle-bottom { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .stat:nth-child(odd) { border-left: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-top: 0; }
  .custom-grid { grid-template-columns: 1fr 1fr; }
  .proof-shots { grid-template-columns: 1fr; }
  .proof-chip.c1 { left: 8px; } .proof-chip.c2 { right: 8px; }
  .nav .btn.nav-cta { display: none; }
}
@media (max-width: 560px) {
  .mv-card { padding: 26px; border-radius: 24px; }
  .mv-logo-box { width: 170px; border-radius: 26px; }
  .mv-content-grid { grid-template-columns: 1fr; gap: 12px; }
  .mv-info-card { min-height: auto; padding: 20px; }
  .mv-note { flex-direction: column; }
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .hero { min-height: auto; padding-top: 104px; padding-bottom: 118px; }
  .hero .sub { margin-top: 20px; }
  .hero-cta { margin-top: 30px; }
  .hero-trust { margin-top: 32px; margin-bottom: 30px; gap: 12px; align-items: stretch; }
  .hero-trust .pill { width: 100%; padding: 13px 16px; }
  .scroll-hint { left: 0; right: 0; bottom: 28px; width: max-content; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-left: 0 !important; border-top: 1px solid var(--line) !important; padding: 34px 22px; }
  .stat:first-child { border-top: 0 !important; }
  .custom-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .problem-solution { padding: 18px; gap: 12px; }
  .solution-mark { width: 36px; height: 36px; flex-basis: 36px; border-radius: 12px; }
  .phone-row { grid-template-columns: 1fr; }
  .path-step { gap: 16px; }
  .path-line { left: 23px; }
  .path-step .node { flex-basis: 48px; width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
