@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --bg: #000000;
  --card: #0a0a0a;
  --card-2: #0f0f0f;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: #a3a3a3;
  --dim: #6b6b6b;
  --gold: #f2b544;
  --gold-2: #ffd98a;
  --gold-3: #c98a1f;
  --radius: 14px;
  --max: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- type ---------- */
h1, h2, h3, .serif {
  font-family: 'PT Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0;
}
h1 { font-size: clamp(34px, 4.4vw, 54px); }
h2 { font-size: clamp(28px, 3.4vw, 42px); }
h3 { font-size: 18px; line-height: 1.35; }
.sheen { color: #f4f4f4; }
.gold-text { color: var(--gold); }
@media (min-width: 900px) {
  .sheen {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 52%, #b8b8b8 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .gold-text {
    background: linear-gradient(90deg, var(--gold-3), var(--gold-2), var(--gold));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
}
.lead { font-size: 14px; color: var(--muted); max-width: 640px; margin: 16px auto 0; line-height: 1.7; }
.center { text-align: center; }

.pill {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  border: 1px solid var(--line-strong); font-size: 12px; color: var(--muted);
  background: rgba(255,255,255,0.02);
}
.kicker { font-size: 12px; color: var(--muted); letter-spacing: .02em; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
section { padding: 96px 0; }
section.tight { padding-top: 0; }
.rule { height: 1px; background: var(--line); }
.rule.gold { position: relative; }
.rule.gold::after { content: ""; position: absolute; left: 50%; top: -1px; width: 140px; height: 3px; transform: translateX(-50%); background: var(--gold); }

/* ---------- header ---------- */
header { position: sticky; top: 0; z-index: 50; background: #000; border-bottom: 1px solid var(--line); }
header .wrap { display: flex; align-items: center; justify-content: center; height: 58px; }
.brand { display: flex; align-items: baseline; gap: 6px; font-family: 'PT Serif', serif; font-size: 17px; color: #fff; }
.brand small { font-family: 'Inter'; font-size: 10px; color: var(--dim); letter-spacing: .04em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 190px; padding: 12px 26px; border-radius: 7px;
  background: linear-gradient(180deg, #ffd58a 0%, #f2b544 55%, #e39a2a 100%);
  color: #1a1200; font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 8px 22px -10px rgba(242,181,68,.55);
  transition: transform .18s ease, box-shadow .18s ease;
  border: 0; cursor: pointer; font-family: inherit;
}
@media (hover: hover) {
  .btn:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 12px 28px -10px rgba(242,181,68,.7); }
}
.btn.lg { padding: 14px 34px; font-size: 13px; }
.cta { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 32px; }
.cta .note { font-size: 12px; color: var(--dim); font-style: italic; }

/* ---------- hero ---------- */
.hero {
  padding: 40px 0 80px; position: relative;
  background: radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255,255,255,.06), transparent 62%);
}
.hero .smoke { display: none; }
.hero .wrap { position: relative; }
.hero .pill { margin-bottom: 20px; }
.hero h1 { max-width: 760px; margin: 0 auto; }
.hero .lead { margin-top: 18px; }
.hero .sub { margin-top: 8px; font-size: 13px; color: var(--dim); }

.video {
  margin: 34px auto 0; width: 100%; max-width: 820px; aspect-ratio: 16/9;
  border-radius: 12px; overflow: hidden; background: #000;
  border: 1px solid var(--line); box-shadow: 0 30px 80px -30px rgba(0,0,0,.9);
  position: relative;
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* stats bar */
.stats { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.stat {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--card);
  font-size: 12px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase;
}
.stat b { font-family: 'PT Serif', serif; font-size: 18px; color: var(--gold); font-weight: 400; letter-spacing: 0; text-transform: none; }

/* logos */
.logos {
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: 920px;
}
.logo-box { background: transparent; text-align: center; }
.logo-box .kicker {
  display: block; text-align: center; margin-bottom: 18px;
  text-transform: uppercase; letter-spacing: .22em; font-size: 11px;
  color: #c9b48a; font-weight: 500;
}
.logo-box img { width: 100%; height: auto; display: block; margin: 0 auto; }

/* ---------- feature cards (Dhairya "Systems Installed") ---------- */
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 26px 24px; transition: border-color .2s ease;
}
.card:hover { border-color: var(--line-strong); }
.card.full { grid-column: 1 / -1; }
.ico { width: 40px; height: 40px; color: var(--gold); margin-bottom: 18px; }
.ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

/* checklist variant */
.card .tick { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; border: 1px solid var(--gold); color: var(--gold); font-size: 13px; margin-bottom: 16px; }
.card.check p { color: #e6e6e6; font-size: 15px; }

/* ---------- framed panel (Dhairya "Bonus Layer") ---------- */
.panel {
  margin-top: 48px; border: 1px solid var(--line); border-radius: 18px; padding: 44px 32px 36px;
  background: var(--card);
  text-align: center; position: relative;
}
.panel::before { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 140px; height: 3px; background: var(--gold); border-radius: 0 0 3px 3px; }
.panel .kicker { display: block; margin-bottom: 8px; }
.panel h2 { font-size: clamp(24px, 3vw, 34px); }
.panel .inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.panel .mini {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), #0c0c0c;
  border: 1px solid var(--line); border-radius: 14px; padding: 28px 22px 26px; text-align: center;
}
.panel .mini .ico { margin: 0 auto 16px; }
.panel .mini h3 { font-size: 16px; }
.panel .mini p { color: var(--muted); font-size: 12.5px; margin: 8px 0 0; line-height: 1.65; }

/* ---------- image grid (Dhairya "Unleash") ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.tile { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.tile .media { padding: 0; }
.tile .media img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center top; display: block; }
.tile .media.wide img { aspect-ratio: 16/10; }
.tile .body { padding: 18px 18px 22px; }
.tile .body h4 { margin: 0; font-size: 15px; font-weight: 600; font-family: 'Inter'; }
.tile .body p { margin: 6px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.grid4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- bullet cards (Dhairya "Sneak-peek") ---------- */
.bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.bullet { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 24px; display: grid; grid-template-columns: 22px 1fr; gap: 14px; }
.bullet::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); margin-top: 7px; box-shadow: 0 0 0 4px rgba(242,181,68,.12); }
.bullet h4 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: var(--gold); font-family: 'Inter'; line-height: 1.35; }
.bullet p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.bullet .step-no { font-size: 11px; color: var(--dim); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; display: block; }

/* ---------- mentor ---------- */
.mentor { margin-top: 48px; border: 1px solid var(--line); border-radius: 18px; background: #000; overflow: hidden; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; }
.mentor img { width: 100%; height: auto; display: block; object-fit: contain; background: #000; }
.mentor .body { padding: 40px 40px; }
.mentor .body h2 { font-size: clamp(26px, 3vw, 36px); }
.mentor .body .role { color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-top: 6px; }
.mentor .body p { color: var(--muted); font-size: 13.5px; line-height: 1.7; margin: 14px 0 0; }
.mentor .body .btn { margin-top: 22px; }

/* ---------- guarantee ---------- */
.guarantee {
  margin-top: 40px; border: 1px solid rgba(242,181,68,.30); border-radius: 18px;
  background: var(--card);
  padding: 34px 36px; display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center;
}
.seal { position: relative; width: 150px; height: 150px; display: grid; place-items: center; }
.seal svg { width: 150px; height: 150px; }
.seal-text { position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, #ffd58a, #e39a2a); color: #1a1200; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-align: center; line-height: 1.2; padding: 6px 12px; border-radius: 6px; white-space: nowrap; }
.gold-kicker { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; margin-bottom: 8px; }
.guarantee h3 { margin-bottom: 8px; font-size: 22px; }
.guarantee p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.7; }
.ticks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; }
.ticks li { position: relative; padding-left: 26px; font-size: 13px; color: #e6e6e6; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border-radius: 5px; border: 1px solid var(--gold); color: var(--gold); font-size: 11px; display: grid; place-items: center; }

/* ---------- faq ---------- */
.faq { max-width: 760px; margin: 40px auto 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 20px 0; font-family: 'PT Serif', serif; font-size: 17px; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); font-size: 22px; line-height: 1; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 0 0 20px; color: var(--muted); font-size: 13.5px; line-height: 1.7; }

/* ---------- form ---------- */
.form-card {
  max-width: 520px; margin: 40px auto 0; padding: 34px 32px 28px;
  border: 1px solid rgba(242,181,68,.28); border-radius: 18px; background: var(--card);
  box-shadow: 0 40px 90px -50px rgba(242,181,68,.35);
  text-align: left;
}
.form-card h3 { text-align: center; font-size: 22px; }
.form-card .hint { text-align: center; color: var(--dim); font-size: 12px; margin: 8px 0 22px; }
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.field input { width: 100%; padding: 13px 14px; border-radius: 8px; background: #000; border: 1px solid var(--line-strong); color: var(--text); font: inherit; font-size: 14px; outline: none; transition: border-color .2s; }
.field input:focus { border-color: var(--gold); }
.phone { display: grid; grid-template-columns: 110px 1fr; gap: 8px; }
.phone .cc { padding: 13px 10px; text-align: center; border-radius: 8px; background: #000; border: 1px solid var(--line-strong); color: var(--text); font: inherit; font-size: 14px; outline: none; }
.phone .cc:focus { border-color: var(--gold); }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-card .fine { text-align: center; font-size: 11px; color: var(--dim); margin: 14px 0 0; line-height: 1.5; }

/* ---------- misc ---------- */
.disclaimer { margin: 24px auto 0; font-size: 11.5px; color: var(--dim); max-width: 820px; text-align: center; line-height: 1.6; }
.final { text-align: center; position: relative; background: #000; }
.final .smoke { display: none; }
.final .wrap { position: relative; }
.final h2 { max-width: 760px; margin: 18px auto 0; }

footer { border-top: 1px solid var(--line); padding: 32px 0 48px; color: var(--dim); font-size: 12px; text-align: center; }
footer .links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 16px; color: var(--muted); }
footer .links a:hover { color: #fff; }
footer .links span { color: var(--dim); }
footer p { margin: 8px auto 0; max-width: 820px; line-height: 1.6; }

.mobile-cta { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .grid3, .grid4 { grid-template-columns: repeat(2, 1fr); }
  .panel .inner { grid-template-columns: 1fr; }
  .mentor { grid-template-columns: 1fr; }
  .mentor img { aspect-ratio: 16/9; padding: 14px; }
}
@media (max-width: 680px) {
  .brand small { display: none; }
  .hero { padding: 28px 0 48px; background: none; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
  section { padding: 48px 0; }
  .cta { margin-top: 24px; }
  .stats { gap: 8px; margin-top: 28px; }
  .stat { width: 100%; justify-content: center; text-align: center; padding: 10px 12px; }
  .stat b { white-space: nowrap; }
  h1 br, .final h2 br { display: none; }
  .cards, .bullets, .grid3, .grid4 { grid-template-columns: 1fr; }
  .cards, .grid3, .bullets { gap: 12px; margin-top: 28px; }
  .card { padding: 20px 18px; }
  .panel { padding: 28px 18px 24px; margin-top: 28px; }
  .panel .inner { gap: 12px; margin-top: 20px; }
  .logos { gap: 28px; margin-top: 32px; }
  .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 24px 18px; gap: 16px; }
  .guarantee .ticks { text-align: left; justify-self: stretch; }
  .mentor .body { padding: 22px 18px 26px; }
  .form-card { padding: 24px 18px 22px; margin-top: 28px; }
  .video { margin-top: 24px; border-radius: 10px; box-shadow: none; }
  .mobile-cta { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; padding: 10px 14px; background: #000; border-top: 1px solid var(--line); }
  .mobile-cta .btn { width: 100%; }
  body { padding-bottom: 72px; }
}
