/* ============================================================
   Vantus Digitals — Main Stylesheet
   Brand: Deep Navy #0B1026 | Royal Purple #6D5AE6 | Amber #FF9F1C
   Font: Manrope (Google Fonts)
   ============================================================ */

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

:root {
  --navy:         #0B1026;
  --navy2:        #0f1535;
  --navy3:        #141c3d;
  --purple:       #6D5AE6;
  --purple-light: #9d8ff0;
  --amber:        #FF9F1C;
  --amber-light:  #ffb84d;
  --white:        #FFFFFF;
  --gray:         #9AA3B2;
  --gray2:        #c4cad4;
  --border:       rgba(109, 90, 230, 0.18);
  --border2:      rgba(109, 90, 230, 0.32);
  --font:         'Manrope', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { color: var(--white); }
h2 em { color: var(--purple-light); font-style: normal; }
p { color: var(--gray2); }

/* ── NAVIGATION ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 16, 38, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-logo img { height: 38px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a {
  color: var(--gray2);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--white); }
.btn-demo {
  background: var(--amber);
  color: var(--navy);
  border: none;
  padding: 10px 22px;
  border-radius: 7px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-demo:hover { background: var(--amber-light); }
.btn-demo-lg {
  font-size: 15px;
  padding: 15px 34px;
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  padding: 15px 28px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  transition: border-color .2s, color .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-ghost:hover { border-color: var(--purple-light); color: var(--purple-light); }

/* ── HERO ── */
.product-hero { background: var(--navy2); border-bottom: 1px solid var(--border); }
.product-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 2rem 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ph-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,159,28,0.1);
  border: 1px solid rgba(255,159,28,0.3);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
  animation: blink 2s infinite;
  flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.2} }

.product-hero h1 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.8px;
  margin-bottom: 18px;
  color: var(--white);
}
.product-hero h1 em  { color: var(--amber); font-style: normal; }
.product-hero h1 span { color: var(--purple-light); }
.hero-sub { font-size: 16px; color: var(--gray2); line-height: 1.8; margin-bottom: 32px; }

.demo-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.proof-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.proof-pill {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray2);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 12px;
  border-radius: 100px;
}
.proof-pill strong { color: var(--white); }

/* ── PHONE MOCKUP ── */
.phone-wrap { display: flex; justify-content: center; }
.phone {
  width: 240px;
  background: #1a1a2e;
  border-radius: 28px;
  border: 2px solid var(--border2);
  overflow: hidden;
  box-shadow: 0 0 60px rgba(109,90,230,0.2);
}
.phone-top {
  background: #128C7E;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--amber);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: var(--navy);
  flex-shrink: 0;
}
.phone-contact strong { display: block; font-size: 12px; font-weight: 700; color: #fff; }
.phone-contact span   { font-size: 10px; color: rgba(255,255,255,0.75); }
.phone-msgs {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 280px;
  background: #0d1117;
}
.msg {
  max-width: 80%;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--white);
}
.msg.bot  { background: #1e3a2f; color: #e2f5eb; border-bottom-left-radius: 2px; align-self: flex-start; }
.msg.user { background: #2a1f5e; color: #ddd8ff; border-bottom-right-radius: 2px; align-self: flex-end; }
.msg-time { font-size: 9px; opacity: .55; margin-top: 3px; text-align: right; }
.typing {
  display: flex; align-items: center; gap: 3px;
  padding: 8px 10px;
  background: #1e3a2f;
  border-radius: 10px;
  border-bottom-left-radius: 2px;
  width: fit-content;
}
.dot { width: 5px; height: 5px; border-radius: 50%; background: #52c47a; animation: bounce .9s infinite; }
.dot:nth-child(2) { animation-delay: .15s; }
.dot:nth-child(3) { animation-delay: .3s; }
@keyframes bounce { 0%,80%,100%{transform:translateY(0)} 40%{transform:translateY(-5px)} }
.phone-input {
  background: #1a1a2e;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 10px 12px;
  display: flex; align-items: center; gap: 8px;
}
.phone-input span {
  flex: 1; font-size: 11px; color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05); padding: 7px 10px; border-radius: 20px;
}
.send-btn {
  width: 28px; height: 28px; border-radius: 50%;
  background: #128C7E;
  display: flex; align-items: center; justify-content: center;
}

/* ── TRUST BAR ── */
.trust {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--navy);
  padding: 14px 2rem;
}
.trust-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.trust-label {
  font-size: 10px; font-weight: 700; letter-spacing: .8px;
  text-transform: uppercase; color: var(--gray); white-space: nowrap;
}
.trust-items { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.trust-item {
  font-size: 12px; color: var(--gray2); font-weight: 500;
  display: flex; align-items: center; gap: 5px;
}
.trust-item::before { content:'✓'; color: var(--amber); font-weight: 800; font-size: 10px; }

/* ── SECTIONS ── */
section { padding: 80px 2rem; }
.section-inner { max-width: 1120px; margin: 0 auto; }
.section-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--amber); margin-bottom: 10px;
}
h2 {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800; letter-spacing: -1.2px; line-height: 1.15; margin-bottom: 14px;
}
.sdesc { font-size: 15px; color: var(--gray2); max-width: 500px; line-height: 1.8; margin-bottom: 48px; }
.accent-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--amber));
  width: 56px; border-radius: 2px; margin: 14px 0 44px;
}

/* ── WHO IT'S FOR ── */
.coaches-bg { background: var(--navy2); }
.coaches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.coach-card {
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 24px 20px;
  transition: border-color .2s;
}
.coach-card:hover { border-color: var(--border2); }
.card-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(109,90,230,0.1);
  border: 1px solid rgba(109,90,230,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.coach-card h3 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 7px; }
.coach-card p  { font-size: 12px; color: var(--gray2); line-height: 1.7; }

/* ── FEATURE GRID ── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
}
.feat-card { background: var(--navy2); padding: 32px 26px; transition: background .2s; }
.feat-card:hover { background: var(--navy3); }
.feat-num { font-size: 10px; font-weight: 700; letter-spacing: .8px; color: var(--purple-light); opacity: .7; margin-bottom: 14px; }
.feat-card h3 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.feat-card p  { font-size: 13px; color: var(--gray2); line-height: 1.75; }

/* ── SERVICES GRID ── */
.srv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden;
}
.srv-card { background: var(--navy); padding: 32px 26px; transition: background .2s; }
.srv-card:hover { background: var(--navy2); }
.srv-num { font-size: 10px; font-weight: 700; letter-spacing: .8px; color: var(--purple-light); opacity: .7; margin-bottom: 14px; }
.srv-card h3 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.srv-card p  { font-size: 13px; color: var(--gray2); line-height: 1.75; }
.srv-pill {
  display: inline-block; margin-top: 16px;
  font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
  background: rgba(109,90,230,0.1); color: var(--purple-light);
  padding: 4px 10px; border-radius: 4px; border: 1px solid rgba(109,90,230,0.2);
}

/* ── STEPS ── */
.steps { display: flex; flex-direction: column; }
.step  { display: grid; grid-template-columns: 68px 1fr; gap: 0 18px; position: relative; }
.step:not(:last-child)::after {
  content:''; position: absolute;
  left: 33px; top: 68px; width: 2px; bottom: 0;
  background: var(--border);
}
.step-badge {
  width: 68px; height: 68px; border-radius: 12px;
  background: var(--navy2); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
}
.step-badge span   { font-size: 9px; color: var(--purple-light); font-weight: 700; letter-spacing: .5px; }
.step-badge strong { font-size: 18px; font-weight: 800; color: var(--amber); }
.step-body { padding: 10px 0 40px; }
.step-body h3 { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.step-body p  { font-size: 13px; color: var(--gray2); line-height: 1.75; max-width: 460px; }

/* ── COMPLIANCE ── */
.comp-bg { background: var(--navy3); }
.comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.comp-card {
  background: var(--navy); border: 1px solid var(--border);
  border-radius: 12px; padding: 26px 22px;
}
.comp-card.hi { border-color: rgba(109,90,230,0.36); }
.comp-card h3 {
  font-size: 14px; font-weight: 700; color: var(--white);
  margin-bottom: 9px; display: flex; align-items: center; gap: 9px;
}
.comp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); flex-shrink: 0; }
.comp-card p    { font-size: 12px; color: var(--gray2); line-height: 1.75; }
.comp-meta { margin-top: 12px; font-size: 10px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: var(--amber); }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.about-body p         { font-size: 14px; color: var(--gray2); line-height: 1.85; margin-bottom: 16px; }
.about-body p strong  { color: var(--white); }
.sub-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 6px;
  background: rgba(109,90,230,0.08); border: 1px solid rgba(109,90,230,0.25);
  border-radius: 8px; padding: 10px 14px;
  font-size: 12px; color: var(--gray2); line-height: 1.5;
}
.sub-link strong   { color: var(--white); }
.sub-link .arrow   { color: var(--purple-light); font-size: 14px; }
.legal-table { background: var(--navy2); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.lrow {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; border-bottom: 1px solid var(--border);
}
.lrow:last-child { border-bottom: none; }
.lk { font-size: 12px; color: var(--gray); }
.lv { font-size: 12px; color: var(--white); font-weight: 600; text-align: right; }

/* ── CTA BAND ── */
.cta-section { background: var(--navy2); border-top: 1px solid var(--border); }
.cta-inner   { max-width: 680px; margin: 0 auto; text-align: center; padding: 80px 2rem; }
.cta-inner h2      { margin-bottom: 14px; }
.cta-inner p       { color: var(--gray2); font-size: 16px; margin-bottom: 36px; line-height: 1.8; }
.cta-contact       { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.cta-contact a     { font-size: 12px; color: var(--purple-light); text-decoration: none; font-weight: 600; }
.cta-contact a:hover { color: var(--amber); }

/* ── FOOTER ── */
footer { background: var(--navy); border-top: 1px solid var(--border); padding: 48px 2rem 26px; }
.footer-inner  { max-width: 1120px; margin: 0 auto; }
.footer-top    { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; margin-bottom: 36px; }
.footer-logo img { height: 34px; width: auto; }
.footer-brand p  { font-size: 12px; color: var(--gray2); margin-top: 12px; line-height: 1.75; max-width: 270px; }
.footer-sub { margin-top: 12px; font-size: 10px; color: rgba(255,159,28,0.65); font-weight: 600; letter-spacing: .4px; line-height: 1.6; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--gray); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a  { color: var(--gray2); text-decoration: none; font-size: 12px; transition: color .2s; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
}
.footer-bottom p, .footer-bottom span { font-size: 11px; color: var(--gray); }
.footer-links-row { display: flex; gap: 16px; }
.footer-links-row a { font-size: 11px; color: var(--gray); text-decoration: none; transition: color .2s; }
.footer-links-row a:hover { color: var(--amber); }

/* ── LEGAL PAGES (privacy, terms) ── */
.legal-page { max-width: 760px; margin: 0 auto; padding: 64px 2rem 80px; }
.legal-page h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; }
.legal-page .last-updated { font-size: 12px; color: var(--gray); margin-bottom: 40px; }
.legal-page h2 { font-size: 18px; font-weight: 700; color: var(--white); margin: 36px 0 10px; letter-spacing: -.3px; }
.legal-page p, .legal-page li { font-size: 14px; color: var(--gray2); line-height: 1.85; margin-bottom: 12px; }
.legal-page ul { padding-left: 20px; margin-bottom: 16px; }
.legal-page ul li { margin-bottom: 6px; }
.legal-page a { color: var(--purple-light); }
.legal-page a:hover { color: var(--amber); }
.legal-divider { height: 1px; background: var(--border); margin: 32px 0; }
.disclaimer-box {
  background: rgba(109,90,230,0.07);
  border: 1px solid rgba(109,90,230,0.25);
  border-radius: 10px; padding: 20px 22px; margin: 24px 0;
}
.disclaimer-box p { font-size: 13px; color: var(--gray2); margin: 0; }
.disclaimer-box strong { color: var(--white); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .product-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .phone-wrap { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .comp-grid  { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .nav-links  { display: none; }
}
