/* ===================== WNDS — Work Nexus Data Solutions ===================== */
:root{
  --navy:#0a1733;
  --navy-2:#102a56;
  --blue:#1565c0;
  --blue-bright:#2477e0;
  --saffron:#f7941d;
  --saffron-2:#f7b23b;
  --gold:#fbd200;
  --cream:#fbf7f0;
  --ink:#1b2436;
  --muted:#5b6677;
  --line:#e7e2d8;
  --white:#ffffff;
  --radius:18px;
  --shadow:0 18px 50px -22px rgba(10,23,51,.35);
  --container:1140px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5{font-family:'Poppins',sans-serif;line-height:1.18;color:var(--navy)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--container),92vw);margin-inline:auto}
.eyebrow{
  display:inline-block;font-family:'Poppins';font-weight:600;font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--saffron);margin-bottom:.7rem;
}
.section{padding:clamp(3.5rem,7vw,6.5rem) 0}
.section h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;max-width:20ch;margin-bottom:2.4rem}

/* ---------- NAV ---------- */
.nav{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.86);backdrop-filter:blur(12px);
  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:.7rem}
.brand-mark{
  display:grid;place-items:center;width:42px;height:42px;border-radius:11px;
  font-family:'Poppins';font-weight:800;font-size:1rem;color:#fff;letter-spacing:.02em;
  background:linear-gradient(135deg,var(--blue) 0%,var(--navy-2) 60%);
  box-shadow:0 6px 16px -6px rgba(21,101,192,.6);
}
.brand-text{font-family:'Poppins';font-weight:700;font-size:1.05rem;color:var(--navy);display:flex;flex-direction:column;line-height:1.05}
.brand-sub{font-family:'Inter';font-weight:500;font-size:.66rem;letter-spacing:.04em;color:var(--muted);text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:1.9rem}
.nav-links a{font-weight:500;font-size:.95rem;color:var(--ink);transition:color .15s}
.nav-links a:hover{color:var(--blue)}
.nav-cta{
  background:var(--navy);color:#fff!important;padding:.55rem 1.15rem;border-radius:999px;font-weight:600;
}
.nav-cta:hover{background:var(--blue)}

/* ---------- HERO ---------- */
.hero{
  position:relative;overflow:hidden;color:#eaf0ff;
  background:radial-gradient(120% 120% at 80% -10%,#1c3f7e 0%,var(--navy) 55%);
  padding:clamp(4rem,9vw,7rem) 0 clamp(4rem,8vw,6rem);
}
.hero-glow{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(40% 60% at 88% 18%,rgba(247,148,29,.30),transparent 70%),
    radial-gradient(36% 50% at 6% 88%,rgba(36,119,224,.35),transparent 70%);
}
.hero-inner{position:relative;max-width:880px}
.pill{
  display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.04em;
  padding:.45rem 1rem;border-radius:999px;margin-bottom:1.6rem;
  background:rgba(247,178,59,.16);color:var(--saffron-2);border:1px solid rgba(247,178,59,.35);
}
.hero h1{
  color:#fff;font-size:clamp(2.3rem,6vw,4.1rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.4rem;
}
.hero .hl{
  background:linear-gradient(100deg,var(--saffron-2),var(--gold));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lead{font-size:clamp(1.02rem,1.6vw,1.25rem);color:#c5d2ec;max-width:60ch}
.lead strong{color:#fff}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.2rem}
.btn{
  display:inline-flex;align-items:center;gap:.4rem;font-family:'Poppins';font-weight:600;
  font-size:.98rem;padding:.85rem 1.6rem;border-radius:999px;cursor:pointer;transition:transform .15s,box-shadow .15s,background .2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(100deg,var(--saffron),var(--saffron-2));color:#3a2400;box-shadow:0 12px 28px -12px rgba(247,148,29,.8)}
.btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
.btn-ghost:hover{background:rgba(255,255,255,.08)}
.hero-stats{display:flex;flex-wrap:wrap;gap:2.6rem;margin-top:3rem}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats b{font-family:'Poppins';font-size:2rem;font-weight:700;color:var(--saffron-2)}
.hero-stats span{font-size:.85rem;color:#aebcd8;letter-spacing:.03em}

/* ---------- MISSION ---------- */
.mission{background:var(--cream)}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;margin-bottom:3.2rem}
.mission-lead{font-size:1.06rem;color:#39424f}
.mission-lead strong{color:var(--navy)}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.value{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.4rem;
  box-shadow:0 10px 30px -24px rgba(10,23,51,.5);transition:transform .18s,box-shadow .18s;
}
.value:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.value-ic{font-size:1.7rem;margin-bottom:.7rem}
.value h3{font-size:1.05rem;font-weight:600;margin-bottom:.4rem}
.value p{font-size:.92rem;color:var(--muted)}

/* ---------- HOW ---------- */
.steps{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}
.step{
  flex:1 1 230px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.7rem;position:relative;box-shadow:0 10px 30px -26px rgba(10,23,51,.5);
}
.step-no{
  display:grid;place-items:center;width:44px;height:44px;border-radius:12px;color:#fff;
  font-family:'Poppins';font-weight:700;font-size:1.2rem;margin-bottom:1rem;
  background:linear-gradient(135deg,var(--blue),var(--navy-2));
}
.step h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}
.step p{font-size:.95rem;color:var(--muted)}
.step-arrow{display:grid;place-items:center;font-size:1.6rem;color:var(--saffron);font-weight:700}

/* ---------- PRODUCTS ---------- */
.products{background:linear-gradient(180deg,#fff 0%,var(--cream) 100%)}
.product{
  display:grid;grid-template-columns:300px 1fr;gap:2.4rem;align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:2.4rem;
  box-shadow:var(--shadow);margin-bottom:2rem;
}
.product-media{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:center;
  border-radius:18px;padding:2rem 1.6rem;height:100%;}
.product-bharatcv .product-media{background:linear-gradient(160deg,#eef4ff,#dbe8ff)}
.product-sampada .product-media{background:linear-gradient(160deg,#fff3e2,#ffe7f0)}
.product-logo{max-height:46px;width:auto}
.product-sampada .product-logo{max-height:64px}
.product-tag{
  font-family:'Poppins';font-weight:600;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;
  padding:.35rem .85rem;border-radius:999px;background:rgba(10,23,51,.06);color:var(--navy);
}
.product-body h3{font-size:1.35rem;font-weight:700;margin-bottom:.8rem}
.product-body>p{color:#39424f;margin-bottom:1.1rem}
.product-body em{color:var(--blue);font-style:normal;font-weight:600}
.product-points{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}
.product-points li{position:relative;padding-left:1.6rem;font-size:.95rem;color:var(--ink)}
.product-points li::before{content:"✓";position:absolute;left:0;color:var(--saffron);font-weight:800}
.btn-bharatcv{background:linear-gradient(100deg,var(--blue),var(--blue-bright));color:#fff;box-shadow:0 12px 26px -14px rgba(21,101,192,.9)}
.btn-sampada{background:linear-gradient(100deg,var(--saffron),#ef6a2a);color:#fff;box-shadow:0 12px 26px -14px rgba(239,106,42,.9)}

/* ---------- ABOUT ---------- */
.about{background:var(--navy);color:#dfe7f7}
.about h2{color:#fff}
.about-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:center}
.about-text p{color:#bcc9e6;margin-bottom:1rem;max-width:58ch}
.about-text strong{color:#fff}
.badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.8rem}
.badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.9rem 1.2rem;display:flex;flex-direction:column}
.badge b{font-family:'Poppins';color:var(--saffron-2);font-size:1rem}
.badge span{font-size:.82rem;color:#aebcd8}
.about-card{
  background:linear-gradient(160deg,#16306010,#16306030);
  border:1px solid rgba(247,178,59,.25);border-radius:22px;padding:2rem;
}
.about-card h4{color:var(--saffron-2);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}
.about-card blockquote{font-family:'Poppins';font-weight:500;font-size:1.18rem;line-height:1.5;color:#eef3ff}

/* ---------- FOOTER ---------- */
.footer{background:#06112a;color:#9fb0d0;padding:3.5rem 0 1.6rem}
.footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.4rem;border-bottom:1px solid rgba(255,255,255,.08)}
.brand-light .brand-text,.brand-light .brand-sub{color:#fff}
.brand-light .brand-sub{color:#8fa1c4}
.footer-tag{margin-top:1rem;font-size:.95rem;color:#8fa1c4;max-width:30ch}
.footer-col h5{color:#fff;font-family:'Poppins';font-size:.95rem;margin-bottom:.8rem}
.footer-col p{font-size:.92rem;line-height:1.9}
.footer-col a:hover{color:var(--saffron-2)}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;padding-top:1.4rem;font-size:.82rem;color:#6e7fa0}

/* ---------- RESPONSIVE ---------- */
@media(max-width:900px){
  .nav-links{gap:1rem}
  .nav-links a:not(.nav-cta){display:none}
  .mission-grid{grid-template-columns:1fr}
  .values{grid-template-columns:1fr 1fr}
  .product{grid-template-columns:1fr;gap:1.4rem}
  .product-media{flex-direction:row;align-items:center;height:auto}
  .about-inner{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .step-arrow{display:none}
}
@media(max-width:540px){
  .values{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .brand-sub{display:none}
  .hero-stats{gap:1.6rem}
}
