:root{
  --ink:#180B33;
  --ink-2:#2A1657;
  --purple:#7B2FE0;
  --purple-2:#9D4EDD;
  --purple-tint:#F4ECFF;
  --gold:#E7A94C;
  --paper:#FBF8FF;
  --white:#FFFFFF;
  --muted:#6E6789;
  --line: rgba(24,11,51,0.12);
  --radius: 18px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:'Inter', sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
h1,h2,h3,h4{font-family:'Space Grotesk', sans-serif; font-weight:700; letter-spacing:-0.01em; color:var(--ink);}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--purple);
  font-weight:500;
  display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:''; width:18px; height:1px; background:var(--purple);}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
section{padding:100px 0;}
@media (max-width:768px){ section{padding:60px 0;} .wrap{padding:0 20px;} }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 26px; border-radius:100px;
  font-weight:600; font-size:15px;
  cursor:pointer; border:1px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space:nowrap; font-family:'Inter',sans-serif;
}
.btn-primary{ background:var(--ink); color:var(--white); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(24,11,51,.25); }
.btn-gold{ background:var(--gold); color:var(--ink); }
.btn-gold:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(231,169,76,.35); }
.btn-outline{ border-color:var(--line); color:var(--ink); background:transparent; }
.btn-outline:hover{ border-color:var(--ink); }
.btn-purple{ background:var(--purple); color:var(--white); }
.btn-purple:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(123,47,224,.3); }
.btn-block{ width:100%; justify-content:center; }
.btn-sm{ padding:10px 18px; font-size:14px; }
.btn-arrow{ transition: transform .25s ease; }
.btn:hover .btn-arrow{ transform:translateX(3px); }

/* NAV */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(251,248,255,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
nav.wrap{ display:flex; align-items:center; justify-content:space-between; padding:16px 32px; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ height:48px; width:auto; }
.nav-links{ display:flex; gap:30px; font-size:15px; font-weight:500; }
.nav-links a.active{ color:var(--purple); }
.nav-cta{ display:flex; align-items:center; gap:12px; }
.nav-toggle{ display:none; background:none; border:none; cursor:pointer; }
.nav-toggle svg{ width:24px; height:24px; }
.mobile-menu{ display:none; }
@media (max-width:900px){
  .nav-links{ display:none; }
  .nav-cta .btn-outline{ display:none; }
  .nav-toggle{ display:block; }
  .mobile-menu.open{
    display:flex; flex-direction:column; gap:2px; padding:10px 20px 20px;
    border-top:1px solid var(--line); background:var(--paper);
  }
  .mobile-menu a{ padding:12px 0; font-weight:600; border-bottom:1px solid var(--line); }
}

/* Page header (non-home pages) */
.page-header{ padding:64px 0 50px; border-bottom:1px solid var(--line); }
.page-header .eyebrow{ margin-bottom:14px; }
.page-header h1{ font-size:clamp(30px,4.4vw,48px); max-width:720px; }
.page-header p{ margin-top:16px; color:var(--muted); font-size:17px; max-width:600px; }
.crumb{ font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.06em; margin-bottom:16px; }
.crumb a:hover{ color:var(--purple); }

/* HERO (home) */
.hero{ padding:88px 0 60px; position:relative; }
.hero-grid{ display:grid; grid-template-columns:.92fr 1.08fr; gap:50px; align-items:center; }
@media (max-width:900px){ .hero-grid{ grid-template-columns:1fr; } .hero{padding:48px 0 20px;} }
.hero h1{ font-size:clamp(34px,5vw,58px); line-height:1.05; margin:18px 0 22px; }
.hero h1 .accent{ color:var(--purple); }
.hero p.lead{ font-size:18px; color:var(--muted); max-width:480px; margin-bottom:34px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:34px; }
.hero-trust{ display:flex; gap:22px; flex-wrap:wrap; }
.hero-trust span{
  font-family:'IBM Plex Mono', monospace; font-size:11.5px;
  letter-spacing:.06em; text-transform:uppercase; color:var(--muted);
  display:flex; align-items:center; gap:8px;
}
.hero-trust span::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--gold); }

.outreach-dashboard{
  position:relative; display:flex; background:var(--white);
  border:1px solid var(--line); border-radius:24px; overflow:hidden;
  box-shadow:0 30px 60px -30px rgba(24,11,51,.35);
  user-select:none; -webkit-user-select:none;
}
@media (max-width:640px){ .outreach-dashboard{ flex-direction:column; } }

.dashboard-main{
  position:relative; flex:1.7; min-width:0; padding:16px;
  display:flex; flex-direction:column; justify-content:center;
  background:radial-gradient(circle at 30% 26%, var(--purple-tint), rgba(244,236,255,0) 62%);
}
.network-stage{ position:relative; aspect-ratio:1/1; }
.network-stage svg{ position:relative; z-index:2; width:100%; height:100%; }
.route-label{
  display:inline-flex; align-items:center; gap:7px; margin-bottom:8px;
  font-family:'IBM Plex Mono', monospace; font-size:10.5px;
  color:var(--ink-2); letter-spacing:.05em; text-transform:uppercase;
  background:var(--white); padding:6px 12px; border-radius:20px;
  border:1px solid var(--line); position:relative; z-index:3;
}
.live-dot{ width:6px; height:6px; border-radius:50%; background:#2FAE6B; animation:live-dot-pulse 2s ease-in-out infinite; }
@keyframes live-dot-pulse{ 0%,100%{ opacity:1; } 50%{ opacity:.35; } }
.dash{ stroke-dasharray:6 6; stroke-dashoffset:400; animation:dash 3.5s linear infinite; }
@keyframes dash{ to{ stroke-dashoffset:0; } }
.pulse{ animation:pulse 2.4s ease-in-out infinite; transform-box:fill-box; transform-origin:center; }
@keyframes pulse{ 0%,100%{ opacity:.55; transform:scale(1);} 50%{ opacity:1; transform:scale(1.35);} }

/* Glowing India origin node */
.origin-ring{ fill:none; stroke:#E7A94C; stroke-width:1.2; transform-origin:120px 220px; opacity:0; }
.origin-ring-1{ animation:origin-pulse 3s ease-out infinite; }
.origin-ring-2{ animation:origin-pulse 3s ease-out infinite 1.5s; }
@keyframes origin-pulse{
  0%{ r:7; opacity:.7; }
  100%{ r:32; opacity:0; }
}

/* Floating "live activity" cards */
.live-cards{ position:absolute; inset:0; z-index:4; pointer-events:none; }
.live-card{
  position:absolute; --anchor-x:-50%; width:150px;
  transform:translate(var(--anchor-x),-100%) translateY(10px);
  background:var(--white); border:1px solid var(--line);
  box-shadow:0 14px 28px -16px rgba(24,11,51,.3);
  border-radius:10px; padding:9px 12px;
  display:flex; flex-direction:column; gap:2px;
  opacity:0; animation:card-pop 3.2s ease forwards;
}
.live-card.anchor-left{ --anchor-x:-10%; }
.live-card.anchor-right{ --anchor-x:-90%; }
.live-card-title{ font-family:'IBM Plex Mono', monospace; font-size:9.5px; letter-spacing:.05em; text-transform:uppercase; color:var(--purple); font-weight:600; }
.live-card-status{ font-size:12.5px; font-weight:600; color:var(--ink); line-height:1.25; }
.live-card-detail{ font-size:11px; color:var(--muted); }
@keyframes card-pop{
  0%{ opacity:0; transform:translate(var(--anchor-x),-100%) translateY(16px) scale(.94); }
  10%{ opacity:1; transform:translate(var(--anchor-x),-100%) translateY(0) scale(1); }
  84%{ opacity:1; }
  100%{ opacity:0; transform:translate(var(--anchor-x),-100%) translateY(-6px) scale(.97); }
}

/* Sidebar: today's outreach + next meeting */
.dashboard-side{
  flex:1; min-width:0; padding:20px 18px; display:flex; flex-direction:column; gap:14px;
  border-left:1px solid var(--line); background:var(--paper);
}
@media (max-width:640px){ .dashboard-side{ border-left:none; border-top:1px solid var(--line); } }
.today-card h4{ font-size:13.5px; margin-bottom:14px; }
.today-row{ display:flex; align-items:center; gap:10px; padding:8px 0; border-top:1px solid var(--line); }
.today-row:first-of-type{ border-top:none; }
.today-icon{ width:26px; height:26px; border-radius:8px; background:var(--purple-tint); flex-shrink:0; position:relative; }
.today-icon::before{ content:''; position:absolute; inset:7px; background:var(--purple); }
.today-icon-mail::before{ -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 6h18v12H3z'/%3E%3Cpath d='M3 6l9 7 9-7'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 6h18v12H3z'/%3E%3Cpath d='M3 6l9 7 9-7'/%3E%3C/svg%3E") center/contain no-repeat; }
.today-icon-linkedin::before{ -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='9' width='4' height='11'/%3E%3Ccircle cx='5' cy='4' r='2'/%3E%3Cpath d='M10 20v-7a3 3 0 0 1 6 0v7M10 11v9'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='9' width='4' height='11'/%3E%3Ccircle cx='5' cy='4' r='2'/%3E%3Cpath d='M10 20v-7a3 3 0 0 1 6 0v7M10 11v9'/%3E%3C/svg%3E") center/contain no-repeat; }
.today-icon-reply::before{ -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h10a5 5 0 0 1 5 5v3'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h10a5 5 0 0 1 5 5v3'/%3E%3C/svg%3E") center/contain no-repeat; }
.today-icon-meeting::before{ -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='4' y='5' width='16' height='16' rx='2'/%3E%3Cpath d='M4 10h16M8 3v4M16 3v4'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='4' y='5' width='16' height='16' rx='2'/%3E%3Cpath d='M4 10h16M8 3v4M16 3v4'/%3E%3C/svg%3E") center/contain no-repeat; }
.today-label{ flex:1; font-size:12.5px; color:var(--muted); }
.today-val{ font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:16px; color:var(--ink); }
.today-trend{ font-family:'IBM Plex Mono',monospace; font-size:10px; font-weight:600; color:#2FAE6B; background:rgba(47,174,107,.12); padding:3px 7px; border-radius:20px; }

.next-meeting-card{
  display:flex; gap:12px; align-items:center; padding:14px; border-radius:14px;
  background:var(--white); border:1px solid var(--line);
}
.meeting-date{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  width:46px; height:46px; border-radius:10px; background:var(--ink); color:var(--white); flex-shrink:0;
}
.meeting-month{ font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:.05em; }
.meeting-day{ font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:16px; line-height:1; }
.meeting-info{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.meeting-time{ font-family:'IBM Plex Mono',monospace; font-size:10px; color:var(--muted); }
.meeting-title{ font-size:13.5px; font-weight:600; color:var(--ink); }
.meeting-sub{ font-size:12px; color:var(--muted); }

@media (prefers-reduced-motion: reduce){
  .origin-ring, .live-card, .live-dot{ animation:none; opacity:0; }
}

/* Trust strip */
.trust-strip{ padding:34px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-strip .wrap{ display:flex; flex-wrap:wrap; gap:28px; justify-content:space-between; align-items:center; }
.trust-item{ display:flex; align-items:center; gap:10px; font-size:14.5px; font-weight:600; color:var(--ink-2); }
.trust-item .dot{ width:8px; height:8px; border-radius:50%; background:var(--purple); }

/* Section head */
.section-head{ max-width:640px; margin-bottom:52px; }
.section-head h2{ font-size:clamp(28px,3.6vw,40px); margin-top:14px; }
.section-head p{ color:var(--muted); font-size:16.5px; margin-top:14px; }

/* Service cards (home overview) */
.services-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
@media (max-width:700px){ .services-grid{ grid-template-columns:1fr;} }
.service-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:36px 32px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover{ transform:translateY(-4px); box-shadow:0 20px 40px -24px rgba(24,11,51,.3); border-color:transparent; }
.service-icon{
  width:50px; height:50px; border-radius:13px; background:var(--ink);
  display:flex; align-items:center; justify-content:center; margin-bottom:22px;
}
.service-icon svg{ width:24px; height:24px; }
.service-card h3{ font-size:20px; margin-bottom:12px; }
.service-card p{ font-size:15px; color:var(--muted); }
.service-tag{
  display:inline-flex; align-items:center; gap:6px; margin-top:18px; font-family:'IBM Plex Mono', monospace;
  font-size:11.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--purple); font-weight:500;
  transition:gap .25s ease;
}
.service-card:hover .service-tag{ gap:10px; }

/* Add-on strip (home overview) */
.addon-strip{
  margin-top:28px; padding:22px 26px; border-radius:16px; background:var(--purple-tint);
  display:flex; flex-wrap:wrap; align-items:center; gap:16px; justify-content:space-between;
}
.addon-strip-label{
  font-family:'IBM Plex Mono', monospace; font-size:11.5px; letter-spacing:.05em;
  text-transform:uppercase; color:var(--ink-2); font-weight:500;
}
.services-cta{ display:flex; justify-content:center; margin-top:40px; }

/* How it works (dark panel) */
.how{ background:var(--ink); color:var(--white); border-radius:32px; margin:0 32px; padding:70px 48px; }
@media (max-width:768px){ .how{ margin:0 20px; padding:48px 24px; border-radius:24px; } }
.how .section-head h2, .how .section-head p{ color:var(--white); }
.how .section-head p{ color:rgba(255,255,255,.65); }
.tabs{ display:flex; gap:10px; margin-bottom:44px; flex-wrap:wrap; }
.tab-btn{
  padding:10px 22px; border-radius:100px; border:1px solid rgba(255,255,255,.2);
  background:transparent; color:rgba(255,255,255,.7); font-weight:600; font-size:14px; cursor:pointer;
  font-family:'Inter',sans-serif; transition:all .25s ease;
}
.tab-btn.active{ background:var(--white); color:var(--ink); border-color:var(--white); }
.tab-panel{ display:none; }
.tab-panel.active{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media (max-width:900px){ .tab-panel.active{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .tab-panel.active{ grid-template-columns:1fr;} }
.step-card{ border-top:1px solid rgba(255,255,255,.2); padding-top:18px; }
.step-num{ font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--gold); margin-bottom:14px; display:block; }
.step-card h4{ color:var(--white); font-size:16.5px; margin-bottom:8px; }
.step-card p{ color:rgba(255,255,255,.6); font-size:14px; }

/* Industries / chips (also used for add-on tags) */
.chip-grid{ display:flex; flex-wrap:wrap; gap:12px; }
.chip{
  padding:12px 20px; border-radius:100px; border:1px solid var(--line);
  font-size:14px; font-weight:600; background:var(--white); color:var(--ink-2);
  display:flex; align-items:center; gap:9px; transition:border-color .2s ease, transform .2s ease;
}
a.chip:hover{ border-color:var(--purple); transform:translateY(-2px); color:var(--purple); }
.chip .dot{ width:7px; height:7px; border-radius:50%; background:var(--purple-2); flex-shrink:0; }

/* Pillars */
.pillars{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
@media (max-width:900px){ .pillars{ grid-template-columns:1fr; } }
.pillar{ padding-top:22px; border-top:2px solid var(--ink); }
.pillar h3{ font-size:19px; margin:14px 0 10px; }
.pillar p{ color:var(--muted); font-size:14.5px; }
.pillar-num{ font-family:'IBM Plex Mono', monospace; font-size:13px; color:var(--purple); }

/* CTA band */
.cta-section{ background:var(--purple); border-radius:32px; margin:0 32px; overflow:hidden; }
@media (max-width:768px){ .cta-section{ margin:0 20px; border-radius:24px; } }
.cta-grid{ display:grid; grid-template-columns:1fr 1fr; }
@media (max-width:860px){ .cta-grid{ grid-template-columns:1fr; } }
.cta-copy{ padding:64px 52px; color:var(--white); }
@media (max-width:768px){ .cta-copy{ padding:44px 28px; } }
.cta-copy .eyebrow{ color:rgba(255,255,255,.8); }
.cta-copy .eyebrow::before{ background:rgba(255,255,255,.8); }
.cta-copy h2{ color:var(--white); font-size:clamp(26px,3.4vw,36px); margin:16px 0 18px; }
.cta-copy p{ color:rgba(255,255,255,.82); font-size:15.5px; margin-bottom:26px; max-width:400px; }
.cta-contact-line{ display:flex; flex-direction:column; gap:10px; font-size:14.5px; color:rgba(255,255,255,.9); }
.cta-form{ background:var(--white); padding:52px; }
@media (max-width:768px){ .cta-form{ padding:32px 24px; } }

/* Form fields (shared: contact + login) */
.field{ margin-bottom:16px; }
.field label{ display:block; font-size:12.5px; font-weight:600; color:var(--ink-2); margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border-radius:10px; border:1px solid var(--line);
  font-family:'Inter',sans-serif; font-size:14.5px; background:var(--paper); color:var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--purple); outline-offset:1px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width:480px){ .field-row{ grid-template-columns:1fr; } }
.role-toggle{ display:flex; gap:10px; margin-bottom:18px; }
.role-btn{
  flex:1; padding:12px; border-radius:10px; border:1.5px solid var(--line); background:var(--paper);
  font-weight:600; font-size:14px; cursor:pointer; text-align:center; color:var(--muted);
  transition:all .2s ease;
}
.role-btn.active{ border-color:var(--purple); color:var(--purple); background:var(--purple-tint); }
.form-msg{ font-size:13.5px; margin-top:12px; display:none; color:var(--purple); font-weight:600; }
.form-msg.show{ display:block; }
.field-hint{ font-size:12px; color:var(--muted); margin-top:6px; }

/* Footer */
footer{ padding:64px 0 30px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:50px; }
@media (max-width:800px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
.footer-brand img{ height:52px; margin-bottom:14px; }
.footer-brand p{ color:var(--muted); font-size:14px; max-width:260px; }
.footer-col h5{ font-family:'IBM Plex Mono', monospace; font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--ink-2); margin-bottom:16px; }
.footer-col li{ margin-bottom:10px; font-size:14.5px; color:var(--muted); }
.footer-col a:hover{ color:var(--purple); }
.footer-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:14px; border-top:1px solid var(--line); padding-top:24px; font-size:13px; color:var(--muted); }

.reveal{ opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ===== SERVICES PAGE ===== */
.offer-block{ padding:90px 0; border-bottom:1px solid var(--line); }
.offer-block:last-of-type{ border-bottom:none; }
.offer-head{ display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start; margin-bottom:56px; }
@media (max-width:860px){ .offer-head{ grid-template-columns:1fr; gap:24px; } }
.offer-head h2{ font-size:clamp(26px,3.4vw,36px); margin-top:12px; }
.offer-head .lede{ color:var(--muted); font-size:16px; }
.offer-features{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:56px; }
@media (max-width:860px){ .offer-features{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .offer-features{ grid-template-columns:1fr; } }
.feature-item{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:20px; }
.feature-item h4{ font-size:14.5px; margin-bottom:8px; }
.feature-item p{ font-size:13.5px; color:var(--muted); }
.feature-item ul{ margin-top:6px; }
.feature-item li{ font-size:13px; color:var(--muted); padding-left:14px; position:relative; margin-bottom:4px; }
.feature-item li::before{ content:'—'; position:absolute; left:0; color:var(--purple-2); }

/* Pricing tiers */
.pricing-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media (max-width:900px){ .pricing-grid{ grid-template-columns:1fr; max-width:440px; margin:0 auto; } }
.price-card{
  background:var(--white); border:1.5px solid var(--line); border-radius:20px;
  padding:32px 28px; position:relative; display:flex; flex-direction:column;
}
.price-card.featured{ border-color:var(--purple); box-shadow:0 24px 48px -28px rgba(123,47,224,.4); }
.price-badge{
  position:absolute; top:-13px; right:24px; background:var(--gold); color:var(--ink);
  font-family:'IBM Plex Mono', monospace; font-size:10.5px; font-weight:600; letter-spacing:.06em;
  text-transform:uppercase; padding:5px 12px; border-radius:100px;
}
.price-card h3{ font-size:19px; margin-bottom:6px; }
.price-sub{ font-size:13px; color:var(--muted); margin-bottom:20px; }
.price-amount{ font-family:'Space Grotesk',sans-serif; font-size:34px; font-weight:700; margin-bottom:2px; }
.price-per{ font-size:13px; color:var(--muted); margin-bottom:22px; }
.price-list{ margin-bottom:26px; flex:1; }
.price-list li{ font-size:13.8px; padding:8px 0; border-top:1px solid var(--line); display:flex; gap:8px; }
.price-list li:first-child{ border-top:none; }
.price-list li::before{ content:'✔'; color:var(--purple); font-size:12px; margin-top:2px; }

/* Addon cards */
.addon-grid{ display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:22px; }
@media (max-width:900px){ .addon-grid{ grid-template-columns:1fr; } }
.addon-card{ background:var(--white); border:1px solid var(--line); border-radius:20px; padding:30px; }
.addon-card.base{ background:var(--ink); color:var(--white); }
.addon-card.base h3, .addon-card.base .price-amount{ color:var(--white); }
.addon-card.base .price-sub{ color:rgba(255,255,255,.65); }
.addon-card.base .price-list li{ border-color:rgba(255,255,255,.15); }
.addon-card.base .price-list li::before{ color:var(--gold); }
.addon-card h3{ font-size:17px; margin-bottom:6px; }
.addon-card .price-sub{ margin-bottom:16px; }
.addon-card .price-amount{ font-size:26px; margin-bottom:16px; }

.why-list{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width:700px){ .why-list{ grid-template-columns:1fr; } }
.why-item{ display:flex; gap:12px; align-items:flex-start; padding:16px 0; border-top:1px solid var(--line); }
.why-item span.mark{ color:var(--purple); font-weight:700; }
.why-item p{ font-size:14.5px; color:var(--ink-2); }

/* ===== ABOUT PAGE ===== */
.about-hero{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media (max-width:860px){ .about-hero{ grid-template-columns:1fr; } }
.about-stat-panel{ background:var(--ink); border-radius:24px; padding:40px; color:var(--white); }
.about-stat-panel .stat-row{ display:flex; justify-content:space-between; padding:16px 0; border-top:1px solid rgba(255,255,255,.15); }
.about-stat-panel .stat-row:first-child{ border-top:none; }
.about-stat-panel .stat-label{ font-family:'IBM Plex Mono', monospace; font-size:12px; color:rgba(255,255,255,.6); text-transform:uppercase; letter-spacing:.05em; }
.about-stat-panel .stat-val{ font-family:'Space Grotesk', sans-serif; font-weight:600; font-size:15px; }
.value-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:860px){ .value-grid{ grid-template-columns:1fr; } }
.value-card{ padding:26px; border-radius:16px; background:var(--white); border:1px solid var(--line); }
.value-card .num{ font-family:'IBM Plex Mono', monospace; color:var(--purple); font-size:13px; margin-bottom:12px; display:block; }
.value-card h3{ font-size:17px; margin-bottom:8px; }
.value-card p{ font-size:14px; color:var(--muted); }
.timeline{ border-left:2px solid var(--line); padding-left:28px; display:flex; flex-direction:column; gap:34px; }
.timeline-item{ position:relative; }
.timeline-item::before{ content:''; position:absolute; left:-33.5px; top:4px; width:9px; height:9px; border-radius:50%; background:var(--purple); }
.timeline-item h4{ font-size:15.5px; margin-bottom:6px; }
.timeline-item p{ font-size:14px; color:var(--muted); }

/* ===== LOGIN PAGE ===== */
.login-wrap{ max-width:460px; margin:0 auto; padding:70px 0 100px; }
.login-card{ background:var(--white); border:1px solid var(--line); border-radius:22px; padding:40px 34px; box-shadow:0 30px 60px -34px rgba(24,11,51,.25); }
.login-tabs{ display:flex; background:var(--paper); border:1px solid var(--line); border-radius:100px; padding:4px; margin-bottom:26px; }
.login-tab{ flex:1; text-align:center; padding:10px; border-radius:100px; font-size:13.5px; font-weight:600; cursor:pointer; color:var(--muted); }
.login-tab.active{ background:var(--ink); color:var(--white); }
.login-panel{ display:none; }
.login-panel.active{ display:block; }
.login-note{ text-align:center; font-size:12.5px; color:var(--muted); margin-top:18px; }
.divider-or{ display:flex; align-items:center; gap:12px; margin:20px 0; color:var(--muted); font-size:12px; font-family:'IBM Plex Mono', monospace; text-transform:uppercase; }
.divider-or::before, .divider-or::after{ content:''; flex:1; height:1px; background:var(--line); }
.portal-switch{ display:flex; gap:10px; margin-bottom:20px; }
