/* ── Navbar ── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: all .3s var(--ease)
}

.navbar.scrolled {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--divider);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05)
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 28px
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}

.nav-logo img {
  height: 64px;
  width: auto;
  display: block;
  max-width: 220px;
  object-fit: contain
}

.nav-logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.nav-logo-mark svg {
  width: 18px;
  height: 18px;
  color: #fff
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15
}

.nav-logo-name {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: .9rem;
  color: var(--text-0);
  letter-spacing: -.01em
}

.nav-logo-sub {
  font-size: .58rem;
  color: var(--text-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px
}

.nav-link {
  padding: 6px 12px;
  border-radius: 7px;
  font-size: .84rem;
  font-weight: 500;
  color: var(--text-2);
  transition: all .18s var(--ease);
  letter-spacing: .01em
}

.nav-link:hover {
  color: var(--text-0);
  background: var(--bg-3)
}

.nav-link.active {
  color: var(--accent);
  font-weight: 600
}

.nav-cta {
  padding: 8px 18px;
  border-radius: 980px;
  background: var(--accent);
  color: #fff;
  font-size: .84rem;
  font-weight: 500;
  transition: all .18s var(--ease)
}

.nav-cta:hover {
  background: var(--accent-hover)
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer
}

.hamburger span {
  width: 21px;
  height: 1.5px;
  background: var(--text-0);
  border-radius: 1px;
  transition: all .25s var(--ease)
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px)
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0)
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px)
}

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--divider);
  padding: 18px 28px 32px;
  z-index: 999;
  flex-direction: column;
  gap: 2px;
  animation: fadeUp .2s ease;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08)
}

.mobile-menu.open {
  display: flex
}

.mobile-menu .nav-link {
  padding: 12px 14px;
  font-size: .92rem;
  border-bottom: 1px solid var(--divider)
}

.mobile-menu .nav-cta {
  margin-top: 16px;
  text-align: center;
  display: block;
  padding: 13px
}

@media(max-width:900px) {

  .nav-links,
  .desktop-cta {
    display: none
  }

  .hamburger {
    display: flex
  }
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--nav-h);
  background: var(--bg-0)
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 65% at 50% 30%, rgba(30, 64, 175, .06) 0%, transparent 65%)
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(15, 23, 42, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, .06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 80%)
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 88px 0
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 32px;
  animation: fadeIn .6s ease both
}

.hero-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent)
}

.hero-slider {
  width: 100%;
  max-width: 820px;
  position: relative;
  min-height: 200px
}

.hero-slide h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 20px;
  color: var(--text-0)
}

.hero-slide p {
  font-size: clamp(.97rem, 1.3vw, 1.08rem);
  color: var(--text-2);
  max-width: 580px;
  margin: 0 auto 32px;
  line-height: 1.85
}

.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

/* ── WWB rings ── */
.wwb-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.wwb-graphic {
  width: 280px;
  height: 280px;
  position: relative
}

.wwb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--border);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wwb-ring-1 {
  width: 280px;
  height: 280px;
  animation: spin-slow 30s linear infinite
}

.wwb-ring-2 {
  width: 200px;
  height: 200px;
  animation: spin-slow 22s linear infinite reverse;
  border-color: rgba(0, 113, 227, .12)
}

.wwb-ring-3 {
  width: 120px;
  height: 120px;
  animation: spin-slow 15s linear infinite;
  border-color: rgba(0, 0, 0, .05)
}

.wwb-center {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 100px;
  height: 64px;
  /* background: rgba(255, 255, 255, 0); */
  /* border: 1px solid var(--border); */
  /* border-radius: 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: var(--accent); */
  /* box-shadow: var(--shadow-md); */
  animation: float 5s ease-in-out infinite
}

/* ── Impact ── */
.impact-card {
  padding: 36px 32px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  display: flex;
  gap: 22px;
  box-shadow: var(--shadow-sm);
  transition: all .3s var(--ease-out)
}

.impact-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px)
}

.impact-bar {
  flex-shrink: 0;
  width: 2px;
  border-radius: 1px;
  background: var(--accent);
  opacity: .4;
  align-self: stretch;
  min-height: 56px
}

.impact-card:hover .impact-bar {
  opacity: .8
}

.impact-text h3 {
  font-size: 1.02rem;
  margin-bottom: 9px
}

.impact-text p {
  font-size: .87rem
}

@media(max-width:768px) {
  .impact-card {
    flex-direction: column
  }

  .impact-bar {
    width: 28px;
    height: 2px;
    min-height: auto
  }
}

/* ── Capability grid ── */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--divider);
  border: 1px solid var(--divider);
  border-radius: var(--r-xl);
  overflow: hidden
}

.cap-cell {
  padding: 36px 28px;
  background: var(--bg-2);
  transition: background .22s var(--ease)
}

.cap-cell:hover {
  background: var(--bg-1)
}

.cap-icon {
  color: var(--accent);
  margin-bottom: 16px
}

.cap-cell h3 {
  font-size: 1rem;
  margin-bottom: 9px
}

.cap-cell p {
  font-size: .85rem;
  line-height: 1.8
}

@media(max-width:860px) {
  .cap-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:520px) {
  .cap-grid {
    grid-template-columns: 1fr
  }
}

/* ── NeelamAI visual ── */
.neelam-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px
}

.neelam-diamond-wrap {
  position: relative;
  width: 240px;
  height: 280px
}

.neelam-svg {
  width: 100%;
  height: 100%;
  animation: float 6s ease-in-out infinite
}

.neelam-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 113, 227, .12), transparent 70%);
  pointer-events: none;
  animation: float 6s ease-in-out infinite
}

/* ── NeelamAI features ── */
.nf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 52px
}

.nf-card {
  padding: 32px 28px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: all .3s var(--ease-out)
}

.nf-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px)
}

.nf-num {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--text-3);
  text-transform: uppercase;
  margin-bottom: 14px
}

.nf-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px
}

.nf-card p {
  font-size: .86rem
}

@media(max-width:640px) {
  .nf-grid {
    grid-template-columns: 1fr
  }
}

/* ── Stats strip ── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: var(--shadow-sm)
}

.stat-cell {
  padding: 40px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: background .22s var(--ease)
}

.stat-cell:last-child {
  border-right: none
}

.stat-cell:hover {
  background: var(--bg-1)
}

.stat-n {
  font-family: var(--font-d);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-0);
  letter-spacing: -.04em;
  line-height: 1
}

.stat-d {
  font-size: .78rem;
  color: var(--text-2);
  margin-top: 8px;
  line-height: 1.55
}

@media(max-width:860px) {
  .stats-strip {
    grid-template-columns: repeat(3, 1fr);
    border-radius: var(--r-lg)
  }

  .stat-cell:nth-child(3) {
    border-right: none
  }

  .stat-cell:nth-child(4) {
    border-top: 1px solid var(--border)
  }

  .stat-cell:nth-child(5) {
    border-top: 1px solid var(--border);
    border-right: none;
    grid-column: span 2
  }
}

@media(max-width:520px) {
  .stats-strip {
    grid-template-columns: 1fr 1fr
  }

  .stat-cell:nth-child(odd) {
    border-right: 1px solid var(--border)
  }

  .stat-cell:nth-child(even) {
    border-right: none
  }

  .stat-cell:nth-child(n+3) {
    border-top: 1px solid var(--border)
  }
}

/* ── Vision / Mission ── */
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 52px
}

.vm-card {
  padding: 44px 38px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-sm);
  transition: all .3s var(--ease-out)
}

.vm-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px)
}

.vm-card h3 {
  font-size: 1.25rem;
  margin-bottom: 16px
}

.vm-card p {
  font-size: .9rem;
  line-height: 1.9
}

.vm-card p+p {
  margin-top: 13px
}

.vm-tag {
  display: inline-block;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px
}

@media(max-width:660px) {
  .vm-grid {
    grid-template-columns: 1fr
  }
}

/* ── Culture values ── */
.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 52px
}

.value-card {
  padding: 36px 32px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: all .3s var(--ease-out);
  position: relative;
  overflow: hidden
}

.value-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px)
}

.value-num {
  font-family: var(--font-d);
  font-size: 4.5rem;
  font-weight: 700;
  color: rgba(0, 0, 0, .04);
  position: absolute;
  top: 10px;
  right: 22px;
  line-height: 1;
  pointer-events: none
}

.value-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px
}

.value-card p {
  font-size: .88rem;
  line-height: 1.8
}

@media(max-width:600px) {
  .value-grid {
    grid-template-columns: 1fr
  }
}

/* ── How we work ── */
.hw-list {
  display: flex;
  flex-direction: column
}

.hw-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--divider)
}

.hw-item:last-child {
  border-bottom: none
}

.hw-tick {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--accent)
}

.hw-tick svg {
  width: 11px;
  height: 11px
}

.hw-text {
  font-size: .92rem;
  color: var(--text-1);
  line-height: 1.7;
  padding-top: 1px
}

/* ── Innovation ── */
.innov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 8px
}

.innov-item {
  padding: 20px 22px;
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: all .22s var(--ease)
}

.innov-item:hover {
  border-color: var(--border-hover);
  background: var(--bg-0);
  box-shadow: var(--shadow-sm)
}

.innov-item p {
  font-size: .86rem;
  line-height: 1.7;
  margin: 0
}

@media(max-width:500px) {
  .innov-grid {
    grid-template-columns: 1fr
  }
}

/* ── CTA Band ── */
.cta-band {
  padding: 96px 0;
  background: linear-gradient(135deg, #0c1e5e 0%, #1e40af 55%, #1d4ed8 100%);
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'%3E%3Cpath d='M0 0h60v60H0z'/%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none
}

.cta-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-xl);
  padding: 80px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px)
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 255, 255, .07), transparent 70%);
  pointer-events: none
}

.cta-box .eyebrow {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 14px
}

.cta-box h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.5rem)
}

.cta-box .lead {
  max-width: 520px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, .72)
}

.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative
}

.cta-box .btn-primary {
  background: #fff;
  color: var(--accent);
  font-weight: 600
}

.cta-box .btn-primary:hover {
  background: rgba(255, 255, 255, .9);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .2)
}

.cta-box .btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .3);
  color: #fff;
  background: rgba(255, 255, 255, .07)
}

.cta-box .btn-outline:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-2px)
}

/* ── People banner ── */
.people-banner {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 76px 60px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.people-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0, 113, 227, .05), transparent 70%);
  pointer-events: none
}

.people-banner h2 {
  margin-bottom: 16px;
  position: relative
}

.people-banner p {
  max-width: 520px;
  margin: 0 auto 32px;
  position: relative;
  font-size: .97rem
}

@media(max-width:580px) {
  .people-banner {
    padding: 52px 28px
  }
}

/* ── Contact ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 44px;
  margin-top: 52px
}

.contact-form-wrap {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 44px 40px;
  box-shadow: var(--shadow-sm)
}

.contact-form-wrap h3 {
  margin-bottom: 7px
}

.contact-form-wrap>p {
  margin-bottom: 28px;
  font-size: .88rem
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.contact-info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ci-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
  transition: all .22s var(--ease)
}

.ci-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-md);
  transform: translateX(3px)
}

.ci-icon-box {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  background: var(--bg-1);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent)
}

.ci-icon-box svg {
  width: 17px;
  height: 17px
}

.ci-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 3px
}

.ci-value {
  font-size: .88rem;
  color: var(--text-1);
  line-height: 1.5
}

.ci-value a {
  color: var(--text-1);
  transition: color .18s var(--ease)
}

.ci-value a:hover {
  color: var(--accent)
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--text-0);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  font-family: var(--font);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.submit-btn:hover {
  background: var(--text-1);
  transform: translateY(-1px)
}

.submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none
}

@media(max-width:860px) {
  .contact-layout {
    grid-template-columns: 1fr
  }

  .form-row {
    grid-template-columns: 1fr
  }
}

@media(max-width:480px) {
  .contact-form-wrap {
    padding: 28px 20px
  }
}

/* ── Footer (deep navy + blue top border) ── */
.footer {
  background: #071233;
  border-top: 3px solid var(--accent);
  padding: 72px 0 36px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 44px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.footer-brand p {
  font-size: .86rem;
  line-height: 1.8;
  margin-top: 14px;
  max-width: 270px;
  color: #7b8db0
}

.footer-col h5 {
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #4a5e8a;
  margin-bottom: 16px
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px
}

.footer-col ul li a {
  font-size: .86rem;
  color: #7b8db0;
  transition: color .18s var(--ease)
}

.footer-col ul li a:hover {
  color: #c7d5f0
}

.footer-contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 13px
}

.footer-contact-row svg {
  width: 14px;
  height: 14px;
  color: #4a5e8a;
  margin-top: 2px;
  flex-shrink: 0
}

.footer-contact-row p {
  font-size: .83rem;
  color: #7b8db0;
  margin: 0
}

.footer-contact-row a {
  color: #7b8db0;
  transition: color .18s var(--ease)
}

.footer-contact-row a:hover {
  color: #c7d5f0
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  flex-wrap: wrap;
  gap: 12px
}

.footer-bottom p {
  font-size: .8rem;
  color: #4a5e8a;
  margin: 0
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px
}

.soc-link {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b8db0;
  font-size: .78rem;
  font-family: var(--font-d);
  font-weight: 700;
  transition: all .18s var(--ease)
}

.soc-link:hover {
  border-color: var(--accent);
  color: #c7d5f0;
  background: rgba(30, 64, 175, .25)
}

.nav-logo-name-footer {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: .9rem;
  color: #c7d5f0;
  letter-spacing: -.01em
}

.nav-logo-sub-footer {
  font-size: .58rem;
  color: #4a5e8a;
  letter-spacing: .1em;
  text-transform: uppercase
}

/* ── Full Responsiveness ── */
/* 860px tablet */
@media(max-width:860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .nav-logo-sub {
    display: none
  }

  .stats-strip {
    grid-template-columns: repeat(3, 1fr);
    border-radius: var(--r-lg)
  }

  .stat-cell:nth-child(3) {
    border-right: none
  }

  .stat-cell:nth-child(4) {
    border-top: 1px solid var(--border)
  }

  .stat-cell:nth-child(5) {
    border-top: 1px solid var(--border);
    border-right: none;
    grid-column: span 2
  }

  .cap-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .nf-grid {
    grid-template-columns: 1fr
  }

  .vm-grid {
    grid-template-columns: 1fr
  }

  .value-grid {
    grid-template-columns: 1fr
  }

  .contact-layout {
    grid-template-columns: 1fr
  }

  .form-row {
    grid-template-columns: 1fr
  }

  .wwb-visual {
    display: none
  }

  .neelam-visual {
    max-height: 260px
  }

  .people-banner {
    padding: 52px 32px
  }

  .page-hero {
    padding: 120px 0 64px
  }

  .cta-box {
    padding: 52px 36px
  }
}

/* 640px mobile */
@media(max-width:640px) {
  .hero-inner {
    padding: 56px 0
  }

  .hero-slide h1 {
    font-size: clamp(1.9rem, 7vw, 2.8rem) !important;
    letter-spacing: -.02em
  }

  .hero-slide p {
    font-size: .93rem
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }

  .grid-3 {
    grid-template-columns: 1fr
  }

  .cap-grid {
    grid-template-columns: 1fr
  }

  .stats-strip {
    grid-template-columns: 1fr 1fr
  }

  .stat-cell:nth-child(odd) {
    border-right: 1px solid var(--border)
  }

  .stat-cell:nth-child(even) {
    border-right: none
  }

  .stat-cell:nth-child(n+3) {
    border-top: 1px solid var(--border)
  }

  .stat-cell:nth-child(5) {
    grid-column: auto
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .impact-card {
    flex-direction: column
  }

  .impact-bar {
    width: 28px;
    height: 2px;
    min-height: auto
  }

  .innov-grid {
    grid-template-columns: 1fr
  }

  .cta-actions {
    flex-direction: column;
    align-items: center
  }

  .cta-actions .btn {
    width: 100%;
    max-width: 320px;
    justify-content: center
  }

  .cta-box {
    padding: 36px 18px
  }

  .contact-form-wrap {
    padding: 28px 18px
  }

  .page-hero {
    padding: 100px 0 52px
  }

  .section {
    padding: 64px 0
  }

  .section-sm {
    padding: 48px 0
  }
}

/* 480px small phone */
@media(max-width:480px) {
  .container {
    padding: 0 16px
  }

  .nav-inner {
    padding: 0 16px
  }

  .nav-logo-name {
    font-size: .82rem
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }

  .footer-bottom p:last-child {
    margin-top: 4px
  }

  .hero-eyebrow {
    font-size: .62rem;
    gap: 6px
  }

  .cta-band {
    padding: 64px 0
  }

  .btn {
    padding: 11px 20px;
    font-size: .83rem
  }

  .marquee-pill {
    padding: 6px 14px;
    font-size: .78rem
  }
}