/* ================================================================
   NOVANTA HOSPITALS — INNER PAGES (About Us / Contact Us)
   Extends the homepage design system (style.css).
   Same tokens · Fraunces + Inter · Navy / Teal / Red palette.
   ================================================================ */

/* ── extra tokens kept in sync with style.css ── */
:root {
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
}

/* keep body white like the homepage */
body {
  background: var(--white);
}

/* Clip decorative circles so they never cause horizontal scroll */


.contact-sec {
  overflow: hidden;
}

/* active nav link (inner pages) */
.nav-menu a.active {
  color: var(--n2);
  font-weight: 600;
}

.nav-menu a.active::after {
  transform: scaleX(1);
}

/* mobile dropdown menu (toggled by hamburger) */
.nav-menu.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 18px 24px;
  box-shadow: 0 12px 36px rgba(7, 26, 62, .14);
  z-index: 899;
  gap: 2px;
  border-top: 3px solid var(--red);
}

/* ================================================================
   PAGE BANNERS  — each inner page has its own identity
================================================================ */

/* breadcrumb (shared) */
.pg-crumb {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.pg-crumb a {
  transition: color .2s;
}

.pg-crumb i {
  font-size: 8px;
  opacity: .7;
}

/* ---------- ABOUT: light asymmetric split ---------- */
.ab-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--n1) 0%, var(--n2) 55%, #0a1f55 100%);
  padding: 54px 0 96px;
}

.ab-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -220px;
  right: -180px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 151, 161, .07), transparent 60%);
}

.ab-hero .W {
  position: relative;
  z-index: 1;
}

.ab-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 68px;
  align-items: center;
}

.ab-hero .pg-crumb {
  color: var(--g4);
  margin-bottom: 26px;
}

.ab-hero .pg-crumb a {
  color: var(--g4);
}

.ab-hero .pg-crumb a:hover {
  color: var(--n2);
}

.ab-hero .pg-crumb i {
  color: var(--t1);
}

.ab-hero .pg-crumb .cur {
  color: var(--t1);
}

.ab-hero .lbl {
  margin-bottom: 18px;
  color: #fff;
}

.ab-hero-grid .lbl::after {
  background: #ffffff;
}

.ab-hero h1 {
  font-family: var(--fh);
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 600;
  color: #fff;
  line-height: 1.07;
  letter-spacing: -.5px;
  margin: 0 0 15px;
}

.ab-hero h1 em {
  font-style: normal;
  color: var(--t1);
}

.ab-hero-sub {
  font-size: 16.5px;
  color: #e3e3e3;
  line-height: 1.78;
  max-width: 500px;
  margin-bottom: 38px;
}

.ab-hero-stats {
  display: flex;
  align-items: center;
  gap: 34px;
}

.ab-hero-stat strong {
  display: block;
  font-family: var(--fh);
  font-size: 36px;
  font-weight: 700;
  color: var(--n2);
  line-height: 1;
  color: #fff;
}

.ab-hero-stat strong em {
  font-style: normal;
  color: var(--t1);
}

.ab-hero-stat span {
  display: block;
  font-size: 12.5px;
  color: #e3e3e3;
  margin-top: 8px;
  letter-spacing: .3px;
}

.ab-hero-divider {
  width: 1px;
  height: 48px;
  background: var(--g3);
}

.ab-hero-figure {
  position: relative;
}

.ab-hero-figure .ab-frame {
  position: absolute;
  inset: 28px -28px -28px 28px;
  background: linear-gradient(135deg, var(--t3), #eef6f7);
  border-radius: var(--radius-xl);
  z-index: 0;
}

.ab-hero-figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: right;
  border-radius: var(--radius-xl);
  box-shadow: 0 44px 84px -38px rgba(7, 26, 62, .34);
}

.ab-hero-badge {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 10px 10px;
  border-radius: var(--radius);
  box-shadow: 0 24px 52px -20px rgba(7, 26, 62, .3);
  border-left: 4px solid var(--red);
  width: max-content;
  max-width: max-content;
}

.ab-hero-badge .abb-ic {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.ab-hero-badge strong {
  display: block;
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 700;
  color: var(--n2);
  line-height: 1;
}

.ab-hero-badge span {
  display: block;
  font-size: 12px;
  color: var(--g5);
  margin-top: 5px;
}

/* ---------- CONTACT: light centered intro + wide image showcase ---------- */
.ct-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 20%, rgb(212 224 255), transparent 40%), radial-gradient(circle at 88% 80%, rgba(211, 0, 10, .12), #00000014 42%);
  padding: 56px 0 0;
  text-align: center;
}

.ct-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 380px;
  background: radial-gradient(ellipse, rgba(36, 151, 161, .06), transparent 65%);
}

.ct-hero .W {
  position: relative;
  z-index: 1;
}

.ct-hero-head {
  max-width: 760px;
  margin: 0 auto;
}

.ct-hero .pg-crumb {
  color: var(--g4);
  justify-content: center;
  margin-bottom: 20px;
}

.ct-hero .pg-crumb a {
  color: var(--g4);
}

.ct-hero .pg-crumb a:hover {
  color: var(--n2);
}

.ct-hero .pg-crumb i {
  color: var(--t1);
}

.ct-hero .pg-crumb .cur {
  color: var(--t1);
}

.ct-hero .lbl {
  justify-content: center;
  margin-bottom: 16px;
}

.ct-hero h1 {
  font-family: var(--fh);
  font-size: 42px;
  font-weight: 600;
  color: var(--n2);
  line-height: 1.06;
  letter-spacing: -.5px;
  margin: 0 0 18px;
}

.ct-hero h1 em {
  font-style: normal;
  color: var(--t1);
}

.ct-hero-sub {
  font-size: 17px;
  color: var(--g5);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.ct-hero-figure {
  margin-top: 30px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 46px 96px -42px rgba(7, 26, 62, .42);
}

.ct-hero-figure img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* overlapping quick-contact ribbon — sits over the image's lower edge */
.ct-ribbon-wrap {
  background: #fff;
}

.ct-ribbon {
  position: relative;
  z-index: 5;
  margin-top: -72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ct-rib {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  box-shadow: 0 24px 54px -22px rgba(7, 26, 62, .26);
  border: 1px solid var(--g2);
  border-top: 4px solid var(--t1);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.ct-rib:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 66px -22px rgba(7, 26, 62, .34);
}

.ct-rib.urgent {
  border-top-color: var(--red);
  background: linear-gradient(160deg, var(--red), var(--red-d));
}

.ct-rib-ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--t3), #d4eef0);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 18px;
}

.ct-rib.urgent .ct-rib-ic {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.ct-rib h3 {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 700;
  color: var(--n2);
  margin: 0 0 10px;
  letter-spacing: .2px;
}

.ct-rib.urgent h3 {
  color: #fff;
}

.ct-rib a,
.ct-rib p {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.55;
  transition: color .2s;
}

.jour-sec {
  background: #cfe3ff;
}

.feat-sec {
  background: radial-gradient(circle at 12% 20%, rgb(36 151 161 / 20%), transparent 40%), radial-gradient(circle at 88% 80%, rgba(211, 0, 10, .12), #00000014 42%);
}

.ct-rib a:hover {
  color: var(--n2);
}

.ct-rib p {
  color: var(--g5);
  font-weight: 500;
}

.ct-rib.urgent a,
.ct-rib.urgent p {
  color: rgba(255, 255, 255, .95);
}

.ct-rib small {
  display: block;
  font-size: 12px;
  color: var(--g4);
  margin-top: 8px;
  font-weight: 500;
}

.ct-rib.urgent small {
  color: rgba(255, 255, 255, .8);
}

/* ================================================================
   HOSPITAL OVERVIEW
================================================================ */
.ov-sec {
  background: var(--white);
}

.ov-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}

.ov-text .sub {
  max-width: 540px;
}

.ov-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 26px 0 30px;
}

.ov-pt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--g5);
  line-height: 1.5;
}

.ov-pt i {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t3), #c8eaed);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ov-visual {
  position: relative;
}

.ov-img-main {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-xl);
}

.ov-img-sec {
  position: absolute;
  bottom: -34px;
  left: -34px;
  width: 210px;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 6px solid #fff;
  box-shadow: var(--sh-lg);
}

.ov-badge {
  position: absolute;
  top: 26px;
  right: -22px;
  background: #fff;
  border-radius: var(--radius);
  padding: 16px 22px;
  box-shadow: var(--sh-lg);
  border-bottom: 4px solid var(--red);
  text-align: center;
}

.ov-badge strong {
  display: block;
  font-family: var(--fh);
  font-size: 30px;
  font-weight: 700;
  color: var(--n2);
  line-height: 1;
}

.ov-badge span {
  display: block;
  font-size: 12px;
  color: var(--g4);
  margin-top: 4px;
}

/* ── shared stat band (counters) ── */
.ach-band {
  background: linear-gradient(135deg, var(--n1), var(--n2));
  position: relative;
  overflow: hidden;
  padding: 56px 0;
}

.ach-band::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 151, 161, .18), transparent 65%);
}

.ach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.ach-item {
  padding: 10px;
}

.ach-item .ach-ic {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--t1);
}

.ach-item strong {
  display: block;
  font-family: var(--fh);
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ach-item strong sup {
  font-size: 22px;
  color: var(--t1);
}

.ach-item span {
  display: block;
  margin-top: 8px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .72);
  font-weight: 500;
}

/* ================================================================
   OUR STORY
================================================================ */
.story-sec {
  background: var(--g1);
}

.story-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.story-visual {
  position: relative;
}

.story-visual .img-main {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-xl);
}

.story-year {
  position: absolute;
  bottom: -26px;
  right: -26px;
  background: linear-gradient(135deg, var(--red), var(--red-d));
  color: #fff;
  border-radius: var(--radius);
  padding: 20px 26px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(211, 0, 10, .32);
}

.story-year strong {
  display: block;
  font-family: var(--fh);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.story-year span {
  font-size: 12px;
  opacity: .9;
  letter-spacing: 1px;
}

.story-text .sub {
  max-width: 560px;
  margin-bottom: 22px;
}

.story-quote {
  border-left: 4px solid var(--t1);
  background: #fff;
  padding: 20px 24px;
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--sh-xs);
  margin-top: 22px;
}

.story-quote p {
  font-family: var(--fh);
  font-style: italic;
  font-size: 17px;
  color: var(--n2);
  line-height: 1.6;
}

.story-quote .author {
  display: block;
  margin-top: 12px;
  font-family: var(--fb);
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: .5px;
}

/* ================================================================
   MISSION & VISION
================================================================ */
.mv-sec {
  background: var(--white);
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 52px;
}

.mv-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  color: #fff;
  box-shadow: var(--sh-lg);
}

.mv-card.mission {
  background: linear-gradient(150deg, var(--n2), var(--n1));
}

.mv-card.vision {
  background: linear-gradient(150deg, var(--t1), var(--t2));
}

.mv-card::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.mv-ic {
  width: 62px;
  height: 62px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

.mv-card h3 {
  font-family: var(--fh);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}

.mv-card p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .9);
  position: relative;
  z-index: 1;
}

.mv-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.mv-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, .92);
}

.mv-list i {
  margin-top: 3px;
  color: #fff;
}

/* ================================================================
   CORE VALUES
================================================================ */
.val-sec {
  background: #dce7fd;
  position: relative;
  overflow: hidden;
}

.val-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
}

.val-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--g2);
  box-shadow: var(--sh-xs);
  transition: all .3s var(--ease-out);
  border-top: 4px solid var(--t1);
}

.val-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--sh-lg);
  border-top-color: var(--red);
}

.val-ic {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--t3), #c8eaed);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all .3s;
}

.val-card:hover .val-ic {
  background: linear-gradient(135deg, var(--red), var(--red-d));
  color: #fff;
}

.val-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 10px;
}

.val-card p {
  font-size: 14px;
  color: var(--g4);
  line-height: 1.7;
}

/* ================================================================
   LEADERSHIP TEAM
================================================================ */
.lead-sec {
  background: var(--white);
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 52px;
}

.lead-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--g2);
  transition: all .34s var(--ease-out);
  text-align: center;
}

.lead-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--sh-xl);
  border-color: rgba(211, 0, 10, .18);
}

.lead-img {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--g1);
}

.lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .45s var(--ease-out);
}

.lead-card:hover .lead-img img {
  transform: scale(1.06);
}

.lead-soc {
  position: absolute;
  inset: auto 0 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition: all .3s;
}

.lead-card:hover .lead-soc {
  opacity: 1;
  transform: none;
}

.lead-soc a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--n2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all .22s;
}

.lead-soc a:hover {
  background: var(--red);
  color: #fff;
}

.lead-info {
  padding: 22px 18px 26px;
}

.lead-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 4px;
}

.lead-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lead-info p {
  font-size: 13px;
  color: var(--g4);
  line-height: 1.6;
}

/* ================================================================
   FACILITIES & INFRASTRUCTURE
================================================================ */
.fac-sec {
  background: var(--g1);
}

.fac-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 52px;
}

.fac-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 280px;
  box-shadow: var(--sh-sm);
  cursor: pointer;
}

.fac-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease-out);
}

.fac-card:hover img {
  transform: scale(1.08);
}

.fac-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 26, 62, .92) 8%, rgba(7, 26, 62, .35) 50%, transparent 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  transition: background .3s;
}

.fac-ov .fac-ic {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--t1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
  transition: transform .3s;
}

.fac-card:hover .fac-ic {
  transform: translateY(-4px);
  background: var(--red);
}

.fac-ov h4 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.fac-ov p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .35s var(--ease-out);
}

.fac-card:hover .fac-ov p {
  max-height: 80px;
  opacity: 1;
}

/* ================================================================
   PATIENT-CENTERED CARE
================================================================ */
.pcc-sec {
  background: var(--white);
}

.pcc-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.pcc-visual {
  position: relative;
}

.pcc-visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-xl);
}

.pcc-float {
  position: absolute;
  bottom: 24px;
  right: -24px;
  background: #fff;
  border-radius: var(--radius);
  padding: 18px 22px;
  box-shadow: var(--sh-lg);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 250px;
}

.pcc-float .ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-d));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.pcc-float strong {
  display: block;
  font-family: var(--fh);
  font-size: 18px;
  color: var(--n2);
}

.pcc-float span {
  font-size: 12px;
  color: var(--g4);
}

.pcc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 26px;
}

.pcc-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pcc-item .ic {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--n2), var(--n3));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.pcc-item h4 {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 4px;
}

.pcc-item p {
  font-size: 14px;
  color: var(--g4);
  line-height: 1.65;
}

/* ================================================================
   ACHIEVEMENTS & MILESTONES (timeline)
================================================================ */
.mile-sec {
  background: var(--g1);
}

.mile-line {
  position: relative;
  margin-top: 56px;
  padding-left: 4px;
}

.mile-line::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(var(--t1), var(--n3));
}

.mile-item {
  position: relative;
  padding: 0 0 32px 60px;
}

.mile-item:last-child {
  padding-bottom: 0;
}

.mile-dot {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--t1);
  z-index: 1;
}

.mile-item:nth-child(odd) .mile-dot {
  border-color: var(--red);
}

.mile-yr {
  display: inline-block;
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 6px;
  letter-spacing: .5px;
}

.mile-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 20px 24px;
  box-shadow: var(--sh-xs);
  border: 1px solid var(--g2);
  border-left: 4px solid var(--t1);
  transition: all .25s;
}

.mile-card:hover {
  transform: translateX(5px);
  box-shadow: var(--sh-md);
  border-left-color: var(--red);
}

.mile-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 6px;
}

.mile-card p {
  font-size: 14px;
  color: var(--g4);
  line-height: 1.65;
}

/* ================================================================
   TECHNOLOGY & EQUIPMENT
================================================================ */
.tech-sec {
  background: var(--white);
}

.tech-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 56px;
}

.tech-visual {
  position: relative;
}

.tech-visual img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--sh-xl);
}

.tech-badge {
  position: absolute;
  top: -18px;
  left: -18px;
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
  padding: 14px 20px;
  border-radius: var(--radius);
  box-shadow: var(--sh-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
}

.tech-badge i {
  font-size: 22px;
}

.tech-text .sub {
  max-width: 540px;
  margin-bottom: 22px;
}

.tech-spec {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tech-spec .ts {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: var(--g1);
  border-radius: var(--radius-sm);
  border: 1px solid var(--g2);
  border-left: 4px solid var(--t1);
  transition: all .22s;
}

.tech-spec .ts:hover {
  border-left-color: var(--red);
  background: rgba(211, 0, 10, .03);
}

.tech-spec .ts i {
  color: var(--t1);
  font-size: 18px;
  margin-top: 2px;
}

.tech-spec .ts strong {
  display: block;
  font-size: 15px;
  color: var(--n2);
  margin-bottom: 2px;
}

.tech-spec .ts span {
  font-size: 13.5px;
  color: var(--g4);
  line-height: 1.55;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tech-card {
  background: var(--g1);
  border: 1px solid var(--g2);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: all .3s var(--ease-out);
}

.tech-card:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}

.tech-card .ic {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--n2), var(--n3));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.tech-card h4 {
  font-size: 16px;
  color: var(--n2);
  margin-bottom: 8px;
}

.tech-card p {
  font-size: 13px;
  color: var(--g4);
  line-height: 1.6;
}

/* ================================================================
   TESTIMONIAL GRID (inner page)
================================================================ */
.tg-sec {
  background: #dce7fd;
}

.tg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.tg-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--sh-sm);
  border: 1px solid var(--g2);
  display: flex;
  flex-direction: column;
  transition: all .3s var(--ease-out);
}

.tg-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
}

.tg-stars {
  color: #d4a017;
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  gap: 3px;
}

.tg-body {
  font-size: 14.5px;
  color: var(--g5);
  line-height: 1.78;
  flex: 1;
  margin-bottom: 22px;
}

.tg-foot {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--g2);
}

.tg-foot img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.tg-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--n2);
}

.tg-role {
  font-size: 12.5px;
  color: var(--g4);
}

/* ================================================================
   CONTACT — INFO CARDS GRID
================================================================ */
.ci-sec {
  background: var(--white);
}

.ci-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ci-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 26px;
  border: 1px solid var(--g2);
  box-shadow: var(--sh-xs);
  text-align: center;
  transition: all .3s var(--ease-out);
  border-bottom: 4px solid var(--t1);
}

.ci-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--sh-lg);
  border-bottom-color: var(--red);
}

.ci-card.urgent {
  background: linear-gradient(150deg, var(--red), var(--red-d));
  border-bottom-color: #fff;
}

.ci-card.urgent h4,
.ci-card.urgent a,
.ci-card.urgent p {
  color: #fff;
}

.ci-card.urgent .ci-ic {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.ci-ic {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t3), #c8eaed);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.ci-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 10px;
}

.ci-card p,
.ci-card a {
  display: block;
  font-size: 14px;
  color: var(--g4);
  line-height: 1.7;
}

.ci-card a {
  color: var(--t1);
  font-weight: 600;
  transition: color .2s;
}

.ci-card a:hover {
  color: var(--red);
}

.ci-card.urgent a:hover {
  opacity: .85;
}

/* ================================================================
   CONTACT — DEPARTMENT-WISE
================================================================ */
.dc-sec {
  background: var(--g1);
}

.dc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.dc-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px 26px;
  border: 1px solid var(--g2);
  box-shadow: var(--sh-xs);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all .25s;
  border-left: 4px solid var(--n2);
}

.dc-card:hover {
  transform: translateX(5px);
  box-shadow: var(--sh-md);
  border-left-color: var(--red);
}

.dc-ic {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--n2), var(--n3));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.dc-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--n2);
  margin-bottom: 5px;
}

.dc-card p {
  font-size: 13px;
  color: var(--g4);
  margin-bottom: 2px;
}

.dc-card a {
  font-size: 14px;
  font-weight: 600;
  color: var(--t1);
}

.dc-card a:hover {
  color: var(--red);
}

/* ================================================================
   CONTACT — QUICK INQUIRY BAND
================================================================ */
.qi-sec {
  background: linear-gradient(135deg, var(--n1), var(--n2));
  position: relative;
  overflow: hidden;
}

.qi-sec::before {
  content: '';
  position: absolute;
  left: -70px;
  top: -70px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 151, 161, .2), transparent 65%);
}

.qi-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.qi-left .lbl {
  color: rgba(255, 255, 255, .82);
}

.qi-left .lbl::before,
.qi-left .lbl::after {
  background: var(--t1);
}

.qi-left h2 {
  font-family: var(--fh);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}

.qi-left h2 em {
  font-style: normal;
  color: var(--t1);
}

.qi-left p {
  font-size: 16px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.75;
  max-width: 420px;
}

.qi-contact {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.qi-contact .qc {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.qi-contact .qc .ic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t1);
  font-size: 17px;
  flex-shrink: 0;
}

.qi-contact .qc small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
}

.qi-contact .qc strong {
  font-size: 17px;
  font-weight: 600;
}

.qi-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--sh-xl);
}

.qi-form h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--n2);
  margin-bottom: 6px;
}

.qi-form .st {
  font-size: 14px;
  color: var(--g4);
  margin-bottom: 22px;
}

/* ================================================================
   RESPONSIVE  (the inner pages are fully responsive)
================================================================ */
@media (max-width: 1100px) {
  .ach-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

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

  .val-grid,
  .fac-grid,
  .dc-grid,
  .tg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .ct-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .W {
    max-width: 100%;
  }

  /* shared chrome → mobile */
  .nav-menu {
    display: none;
  }

  .ebar-i {
    justify-content: center;
    text-align: center;
  }

  .ebar-grp {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .head-logo img {
    position: static;
    margin: 0;
    width: 170px;
    padding: 4px 8px;
    box-shadow: none;
  }

  .nav-i {
    justify-content: space-between;
  }

  .nav-wa span {
    display: none;
  }

  .nav-cta {
    padding: 10px 14px;
    font-size: 12.5px;
  }

  .hbg {
    display: flex !important;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

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

  .footer-btm-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* sections → single column */
  .ov-wrap,
  .story-wrap,
  .pcc-wrap,
  .tech-wrap,
  .why-layout,
  .contact-grid,
  .faq-layout,
  .qi-inner,
  .mv-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-wrap {
    direction: ltr;
  }

  .story-visual {
    order: -1;
  }

  .ov-img-sec {
    left: 0;
  }

  .ov-badge {
    right: 10px;
  }

  .ecta-inner {
    flex-direction: column;
    text-align: center;
  }

  .ecta-r {
    align-items: center;
  }

  .sh.c .sub {
    max-width: 100%;
  }

  /* new banners → mobile */
  .ab-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ab-hero-text {
    text-align: left;
  }

  .ab-hero-figure {
    max-width: 560px;
  }

  .ct-hero {
    padding: 44px 0 0;
  }

  .ct-hero-figure {
    margin-top: 40px;
  }

  .ct-hero-figure img {
    height: 360px;
  }
}

@media (max-width: 720px) {
  .pg-banner {
    padding: 84px 0 64px;
  }

  .sec {
    padding: 60px 0;
  }

  .ach-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .ach-item strong {
    font-size: 36px;
  }

  .lead-grid,
  .val-grid,
  .fac-grid,
  .dc-grid,
  .tg-grid,
  .tech-grid,
  .ci-grid {
    grid-template-columns: 1fr;
  }

  .ov-points {
    grid-template-columns: 1fr;
  }

  .cf-row {
    grid-template-columns: 1fr;
  }

  .mv-card,
  .qi-form,
  .contact-form-card {
    padding: 30px 24px;
  }

  .ov-img-main,
  .story-visual .img-main,
  .pcc-visual img,
  .tech-visual img {
    height: 340px;
  }

  .ov-img-sec {
    display: none;
  }

  .pg-banner-sub {
    font-size: 15px;
  }

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

  /* new banners */
  .ab-hero {
    padding: 54px 0 60px;
  }

  .ab-hero-figure img {
    height: 320px;
  }

  .ab-hero-badge {
    left: 10px;
    bottom: 14px;
    padding: 12px 18px 12px 14px;
  }

  .ab-frame {
    inset: 16px -14px -14px 16px;
  }

  .ct-hero-figure img {
    height: 280px;
  }

  .ct-ribbon {
    grid-template-columns: 1fr;
    margin-top: -48px;
  }

  .ct-ribbon-wrap {
    padding-bottom: 56px;
  }

  .connect-tiles {
    grid-template-columns: 1fr;
  }

  .connect-band {
    padding: 56px 0;
  }
}

@media (max-width: 420px) {
  .pg-banner-chips {
    gap: 8px;
  }

  .pg-chip {
    padding: 8px 13px;
    font-size: 12px;
  }

  .ach-item strong {
    font-size: 30px;
  }

  .ab-hero-stats {
    gap: 18px;
  }

  .ab-hero-stat strong {
    font-size: 28px;
  }

  .ab-hero-divider {
    height: 38px;
  }
}

/* ================================================================
   CONTACT — ribbon spacing + STAY CONNECTED band
================================================================ */
.ct-ribbon-wrap {
  padding-bottom: 80px;
}

.connect-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, var(--n1) 0%, var(--n2) 60%, var(--n3) 100%);
  padding: 76px 0;
}

.connect-band::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 151, 161, .22), transparent 64%);
}

.connect-band::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -140px;
  left: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 0, 10, .14), transparent 66%);
}

.connect-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.connect-band .connect-inner {
  text-align: center;
}

.connect-band .lbl {
  color: #fff;
  justify-content: center;
}

.connect-band .lbl::before,
.connect-band .lbl::after {
  background: var(--t1);
}

.connect-band h2 {
  font-family: var(--fh);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  color: #fff;
  line-height: 1.12;
  margin: 12px 0 16px;
}

.connect-band h2 em {
  font-style: normal;
  color: var(--t1);
}

.connect-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px;
}

.connect-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

.connect-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  padding: 20px 22px;
  text-decoration: none;
  transition: transform .3s var(--ease-out), background .3s, border-color .3s;
}

.connect-tile:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(36, 151, 161, .6);
}

.ct-tile-ic {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.connect-tile.wa .ct-tile-ic {
  background: linear-gradient(135deg, #25d366, #128c4b);
}

.ct-tile-tx {
  flex: 1;
  min-width: 0;
}

.ct-tile-tx small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 4px;
}

.ct-tile-tx strong {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ct-tile-go {
  color: rgba(255, 255, 255, .4);
  font-size: 13px;
  transition: transform .3s, color .3s;
}

.connect-tile:hover .ct-tile-go {
  color: var(--t1);
  transform: translateX(4px);
}

.connect-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}

.connect-social span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
  color: rgba(255, 255, 255, .6);
}

.connect-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all .3s var(--ease-out);
}

.connect-social a:hover {
  background: var(--t1);
  border-color: var(--t1);
  color: #fff;
  transform: translateY(-3px);
}

/* ================================================================
   MODERN POLISH — softer premium shadows + crisper hover lifts
================================================================ */
.val-card,
.lead-card,
.tg-card,
.dc-card,
.tech-card,
.fac-card,
.ci-card,
.contact-form-card,
.map-frame {
  box-shadow: 0 10px 34px -16px rgba(7, 26, 62, .22);
}

.val-card:hover,
.tg-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px -20px rgba(7, 26, 62, .34);
}

.lead-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px -20px rgba(7, 26, 62, .34);
}

.fac-card {
  box-shadow: 0 14px 40px -18px rgba(7, 26, 62, .34);
}

.fac-card:hover {
  transform: translateY(-6px);
}

/* ================================================================
   ABOUT PAGE — fully redesigned sections (each visually distinct)
================================================================ */
.lbl.light {
  color: #fff;
}

.lbl.light::before,
.lbl.light::after {
  background: var(--t1);
}

.h2.light {
  color: #fff;
}

.h2.light em {
  font-style: normal;
  color: var(--t1);
}

/* 1 — OVERVIEW : centered statement + icon highlights */
.intro-sec {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.intro-shape {
  position: absolute;
  z-index: 0;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 760px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(36, 151, 161, .06), transparent 65%);
}

.intro-sec .W {
  position: relative;
  z-index: 1;
}

.intro-lead {
  max-width: 1050px;
  margin: 22px auto 0;
  font-size: 19px;
  line-height: 1.85;
  color: var(--g5);
}

.intro-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 60px;
}

.intro-hl {
  text-align: center;
  transition: transform .3s var(--ease-out);
}

.intro-hl:hover {
  transform: translateY(-6px);
}

.ihl-ic {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--t3), #dcf0f1);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all .35s var(--ease-out);
}

.intro-hl:hover .ihl-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
  transform: rotate(-6deg);
}

.intro-hl h4 {
  font-family: var(--fb);
  font-size: 17px;
  font-weight: 700;
  color: var(--n2);
  margin: 0 0 6px;
}

.intro-hl p {
  font-size: 14px;
  color: var(--g5);
  line-height: 1.55;
  margin: 0;
}

/* 2 — STORY : alternating timeline */
.jour-line {
  position: relative;
  max-width: 940px;
  margin: 56px auto 0;
}

.jour-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #8c8c8c;
  transform: translateX(-50%);
}

.jour-item {
  position: relative;
  width: 50%;
  padding-right: 46px;
  margin-bottom: 34px;
  box-sizing: border-box;
}

.jour-item.right {
  margin-left: 50%;
  padding-right: 0;
  padding-left: 46px;
}

.jour-node {
  position: absolute;
  top: 18px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px var(--g2);
  z-index: 2;
}

.jour-item.right .jour-node {
  right: auto;
  left: -8px;
}

.jour-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  border: 1px solid var(--g2);
  box-shadow: 0 12px 36px -18px rgba(7, 26, 62, .22);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.jour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px -20px rgba(7, 26, 62, .3);
}

.jour-yr {
  display: inline-block;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: var(--red);
  padding: 3px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.jour-card h4 {
  font-family: var(--fh);
  font-size: 21px;
  font-weight: 600;
  color: var(--n2);
  margin: 0 0 8px;
}

.jour-card p {
  font-size: 14.5px;
  color: var(--g5);
  line-height: 1.65;
  margin: 0;
}

/* 3 — MISSION / VISION / VALUES : cards */
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 52px;
}

.mvv-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 40px 34px;
  min-height: 320px;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}

.mvv-card:hover {
  transform: translateY(-8px);
}

.mvv-card.mission {
  background: linear-gradient(155deg, var(--n1), var(--n3));
  color: #fff;
  box-shadow: 0 24px 54px -22px rgba(7, 26, 62, .5);
}

.mvv-card.vision {
  background: linear-gradient(155deg, var(--t2), var(--t1));
  color: #fff;
  box-shadow: 0 24px 54px -22px rgba(27, 120, 130, .5);
}

.mvv-card.values {
  background: #fff;
  border: 1px solid var(--g2);
  box-shadow: 0 16px 44px -20px rgba(7, 26, 62, .2);
}

.mvv-ic {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.mvv-card.mission .mvv-ic,
.mvv-card.vision .mvv-ic {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.mvv-card.values .mvv-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
}

.mvv-card h3 {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px;
}

.mvv-card.values h3 {
  color: var(--n2);
}

.mvv-card p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.mvv-card.mission p,
.mvv-card.vision p {
  color: rgba(255, 255, 255, .86);
}

.mvv-card.values p {
  color: var(--g5);
}

.mvv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mvv-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: var(--g5);
  padding: 9px 0;
  border-bottom: 1px solid var(--g2);
}

.mvv-list li:last-child {
  border-bottom: 0;
}

.mvv-list i {
  color: var(--t1);
  font-size: 13px;
}

/* 4 — WHY CHOOSE : feature grid */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.feat-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s;
}

.feat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--t1), var(--t2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}

.feat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 58px -24px rgba(7, 26, 62, .3);
  border-color: transparent;
}

.feat-card:hover::before {
  transform: scaleX(1);
}

.feat-ic {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 20px;
  background: var(--t3);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .35s var(--ease-out);
}

.feat-card:hover .feat-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
}

.feat-card h4 {
  font-family: var(--fb);
  font-size: 18px;
  font-weight: 700;
  color: var(--n2);
  margin: 0 0 10px;
}

.feat-card p {
  font-size: 14.5px;
  color: var(--g5);
  line-height: 1.65;
  margin: 0;
}

/* 5 — INFRASTRUCTURE : bento collage */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 210px);
  gap: 18px;
  margin-top: 52px;
}

.bento {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin: 0;
}

.bento img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease-out);
}

.bento:hover img {
  transform: scale(1.08);
}

.bento figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 22px 18px;
  background: linear-gradient(to top, rgba(7, 26, 62, .85), transparent);
}

.bento figcaption span {
  color: #fff;
  font-family: var(--fb);
  font-weight: 600;
  font-size: 15px;
}

.bento:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.bento:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.bento:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.bento:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

.bento:nth-child(5) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.bento:nth-child(6) {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}

/* 6 — DEPARTMENTS : image-top cards */
.dept-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 52px;
}

.dept-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.dept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 58px -24px rgba(7, 26, 62, .3);
}

.dept-img {
  position: relative;
  height: 196px;
  overflow: hidden;
}

.dept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease-out);
}

.dept-card:hover .dept-img img {
  transform: scale(1.09);
}

.dept-tag {
  position: absolute;
  left: 22px;
  bottom: -22px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px -8px rgba(7, 26, 62, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t1);
  font-size: 21px;
  transition: all .35s var(--ease-out);
}

.dept-card:hover .dept-tag {
  background: var(--red);
  color: #fff;
}

.dept-body {
  padding: 32px 26px 26px;
}

.dept-body h4 {
  font-family: var(--fh);
  font-size: 21px;
  font-weight: 600;
  color: var(--n2);
  margin: 0 0 8px;
}

.dept-body p {
  font-size: 14px;
  color: var(--g5);
  line-height: 1.6;
  margin: 0 0 16px;
}

.dept-go {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--t1);
  letter-spacing: .3px;
}

.dept-go i {
  margin-left: 5px;
  transition: transform .3s;
}

.dept-card:hover .dept-go i {
  transform: translateX(5px);
}

/* 7 — DOCTORS : team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.team-card {
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
  padding-bottom: 24px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 58px -24px rgba(7, 26, 62, .3);
}

.team-img {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease-out);
}

.team-card:hover .team-img img {
  transform: scale(1.07);
}

.team-soc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  display: flex;
  gap: 10px;
  justify-content: center;
  background: linear-gradient(to top, rgba(7, 26, 62, .8), transparent);
  transform: translateY(100%);
  opacity: 0;
  transition: all .4s var(--ease-out);
}

.team-card:hover .team-soc {
  transform: none;
  opacity: 1;
}

.team-soc a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .25s;
}

.team-soc a:hover {
  background: var(--t1);
}

.team-spec {
  display: inline-block;
  position: relative;
  margin-top: -14px;
  background: var(--t1);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
}

.team-card h4 {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 600;
  color: var(--n2);
  margin: 14px 0 4px;
}

.team-card p {
  font-size: 13px;
  color: var(--g5);
  margin: 0 14px 8px;
  line-height: 1.5;
}

.team-card small {
  font-size: 12px;
  color: var(--t2);
  font-weight: 600;
}

.team-cta {
  text-align: center;
  margin-top: 48px;
}

/* 8 — ACHIEVEMENTS : counter band */
.cnt-sec {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--n1), var(--n2) 58%, var(--n3));
  padding: 84px 0;
}

.cnt-ov {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 151, 161, .18), transparent 40%),
    radial-gradient(circle at 88% 80%, rgba(211, 0, 10, .12), transparent 42%);
}

.cnt-sec .W {
  position: relative;
  z-index: 1;
}

.cnt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.cnt-item {
  text-align: center;
  padding: 16px;
}

.cnt-ic {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.cnt-item strong {
  display: block;
  font-family: var(--fh);
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.cnt-lbl {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .3px;
  text-align: center;
}

/* 9 — TECHNOLOGY : horizontal icon cards on tinted band */
.tech2-sec {
  background: var(--t3);
}

.tech2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 52px;
}

.tech2-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: 0 14px 40px -22px rgba(7, 26, 62, .24);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.tech2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px -24px rgba(7, 26, 62, .3);
}

.t2-ic {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.tech2-card h4 {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 600;
  color: var(--n2);
  margin: 2px 0 8px;
}

.tech2-card p {
  font-size: 14.5px;
  color: var(--g5);
  line-height: 1.6;
  margin: 0;
}

/* 10 — PATIENT CARE : numbered process steps */
.step-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
  position: relative;
}

.step-flow::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 13%;
  right: 13%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--g3) 0 8px, transparent 8px 16px);
  z-index: 0;
}

.step-card {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  padding: 34px 24px 28px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px -24px rgba(7, 26, 62, .3);
}

.step-no {
  position: absolute;
  top: 14px;
  right: 18px;
  font-family: var(--fh);
  font-size: 40px;
  font-weight: 700;
  color: var(--g2);
  line-height: 1;
}

.step-ic {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--n1), var(--n3));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.step-card:hover .step-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
}

.step-card h4 {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 600;
  color: var(--n2);
  margin: 0 0 8px;
}

.step-card p {
  font-size: 14px;
  color: var(--g5);
  line-height: 1.6;
  margin: 0;
}

/* 11 — TESTIMONIALS : quote cards */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.quote-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  padding: 32px 30px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.quote-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--t1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease-out);
}

.quote-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px -24px rgba(7, 26, 62, .3);
}

.quote-card:hover::before {
  transform: scaleX(1);
}

.quote-mark {
  font-family: var(--fh);
  font-size: 64px;
  line-height: .6;
  color: var(--t1);
  opacity: .25;
  margin-bottom: 6px;
}

.quote-card blockquote {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--g5);
}

.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--g2);
  padding-top: 18px;
}

.q-av {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--n2), var(--n3));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.quote-card figcaption strong {
  display: block;
  font-size: 15px;
  color: var(--n2);
}

.quote-card figcaption small {
  display: block;
  font-size: 12.5px;
  color: var(--g5);
  margin-top: 2px;
}

/* 12 — AWARDS & CERTIFICATIONS : badge strip */
.cert-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}

.cert-item {
  flex: 1 1 190px;
  max-width: 220px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.cert-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px -24px rgba(7, 26, 62, .28);
}

.cert-ic {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--t3);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  transition: all .35s var(--ease-out);
}

.cert-item:hover .cert-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
}

.cert-item strong {
  display: block;
  font-family: var(--fh);
  font-size: 19px;
  color: var(--n2);
}

.cert-item span {
  display: block;
  font-size: 12.5px;
  color: var(--g5);
  margin-top: 5px;
}

/* 13 — EMERGENCY & SUPPORT */
.emg-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, var(--red), var(--red-d));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 38px;
  box-shadow: 0 24px 54px -24px rgba(211, 0, 10, .5);
}

.emg-sec.sec {
  padding-bottom: 0;
}

.emg-bar-l {
  display: flex;
  align-items: center;
  gap: 20px;
}

.emg-bar-ic {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.emg-bar-l span {
  display: block;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .85);
}

.emg-bar-l strong {
  display: block;
  font-family: var(--fh);
  font-size: 23px;
  font-weight: 600;
  margin-top: 3px;
}

.emg-bar-btn {
  background: #fff;
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
  padding: 15px 28px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .3s var(--ease-out), box-shadow .3s;
}

.emg-bar-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, .35);
}

.emg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.emg-card {
  background: #fff;
  border: 1px solid var(--g2);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.emg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px -24px rgba(7, 26, 62, .28);
}

.emg-ic {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  margin-bottom: 18px;
  background: var(--t3);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  transition: all .35s;
}

.emg-card:hover .emg-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  color: #fff;
}

.emg-card h4 {
  font-family: var(--fb);
  font-size: 17px;
  font-weight: 700;
  color: var(--n2);
  margin: 0 0 9px;
}

.emg-card p {
  font-size: 14px;
  color: var(--g5);
  line-height: 1.6;
  margin: 0;
}

/* ── ABOUT redesign responsive ── */
@media (max-width: 1100px) {
  .intro-highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .feat-grid,
  .dept-grid,
  .mvv-grid,
  .quote-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cnt-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

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

  .bento-grid {
    grid-template-rows: repeat(4, 190px);
  }

  .bento:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .bento:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }

  .bento:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  .bento:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }

  .bento:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .bento:nth-child(6) {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
  }
}

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

  .step-flow::before {
    display: none;
  }

  .tech2-grid {
    grid-template-columns: 1fr;
  }

  /* timeline → single rail */
  .jour-line::before {
    left: 7px;
  }

  .jour-item,
  .jour-item.right {
    width: 100%;
    margin-left: 0;
    padding-left: 38px;
    padding-right: 0;
  }

  .jour-node,
  .jour-item.right .jour-node {
    left: 0;
    right: auto;
  }
}

@media (max-width: 640px) {
  .intro-highlights {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .feat-grid,
  .dept-grid,
  .mvv-grid,
  .quote-grid,
  .team-grid,
  .cnt-grid,
  .emg-grid,
  .step-flow {
    grid-template-columns: 1fr;
  }

  .cert-item {
    flex-basis: 100%;
    max-width: 320px;
  }

  .emg-bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .emg-bar-btn {
    width: 100%;
    text-align: center;
  }

  .intro-lead {
    font-size: 16.5px;
  }

  .cnt-item strong {
    font-size: 42px;
  }

  /* bento → 2 cols simple */
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 170px);
  }

  .bento:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .bento:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .bento:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .bento:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }

  .bento:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .bento:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }
}

/* ================================================================
   PREMIUM ENHANCEMENTS — animation, depth, glass, contrast, polish
================================================================ */

/* — smoother, more expressive scroll reveals — */
.sr {
  opacity: 1;
  transform: translateY(5px) scale(.985);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.sr-l {
  opacity: 0;
  transform: translateX(-46px);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
}

.sr-r {
  opacity: 0;
  transform: translateX(46px);
  transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1);
}

.sr.in,
.sr-l.in,
.sr-r.in {
  opacity: 1;
  transform: none;
}

.d1 {
  transition-delay: .09s;
}

.d2 {
  transition-delay: .18s;
}

.d3 {
  transition-delay: .27s;
}

.d4 {
  transition-delay: .36s;
}

.d5 {
  transition-delay: .45s;
}

/* — more generous breathing room + section rhythm — */
.sec {
  padding: 94px 0;
}

/* — heading hierarchy: gradient underline on centred headers — */
.sh.c .h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}

.sh.c .h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  width: 62px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--t1), var(--red));
}

.sh.c .sub {
  margin-top: 6px;
}

/* — scroll progress bar — */
.scroll-prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--t1), var(--n3) 55%, var(--red));
  z-index: 9999;
  transition: transform .08s linear;
}

/* — back-to-top floating control — */
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--n2), var(--n3));
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 14px 32px -10px rgba(7, 26, 62, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.9);
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  z-index: 900;
}

.to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.to-top:hover {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 20px 40px -12px rgba(36, 151, 161, .6);
}

/* — floating decorative shapes (blurred gradient orbs) — */
.fshape {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(55px);
  z-index: 0;
  pointer-events: none;
}

.fs-teal {
  background: radial-gradient(circle, rgba(36, 151, 161, .55), transparent 70%);
}

.fs-red {
  background: radial-gradient(circle, rgba(211, 0, 10, .40), transparent 70%);
}

.fs-navy {
  background: radial-gradient(circle, rgba(42, 82, 152, .55), transparent 70%);
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* — DARK SECTION system (contrast + glass) — */
.dark-sec {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--n1), var(--n2) 55%, var(--n3));
}

.dark-sec .W {
  position: relative;
  z-index: 2;
}

.dark-sec .lbl {
  color: #fff;
}

.ab-hero-grid .lbl::before {
  background: #fff;
}

.dark-sec .lbl::before,
.dark-sec .lbl::after {
  background: var(--t1);
}

.dark-sec .h2 {
  color: #fff;
}

.dark-sec .h2 em {
  color: var(--t1);
}

.dark-sec .sub {
  color: rgba(255, 255, 255, .72);
}

/* faint grid pattern on dark bands */
.cnt-sec::before,
.dark-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
}

/* — TESTIMONIALS as premium glass on dark — */
.quote-sec.dark-sec .W {
  position: relative;
  z-index: 2;
}

.dark-sec .quote-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 30px 70px -34px rgba(0, 0, 0, .7);
}

.dark-sec .quote-card::before {
  background: var(--t1);
}

.dark-sec .quote-mark {
  color: var(--t1);
  opacity: .55;
}

.dark-sec .quote-card blockquote {
  color: rgba(255, 255, 255, .9);
}

.dark-sec .quote-card figcaption {
  border-top-color: rgba(255, 255, 255, .14);
}

.dark-sec .quote-card figcaption strong {
  color: #fff;
}

.dark-sec .quote-card figcaption small {
  color: rgba(255, 255, 255, .6);
}

.dark-sec .q-av {
  background: linear-gradient(135deg, var(--t1), var(--t2));
}

/* — TECHNOLOGY: subtle dot pattern + lift — */
.tech2-sec {
  position: relative;
  overflow: hidden;
}

.tech2-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(36, 151, 161, .16) 1.4px, transparent 1.4px);
  background-size: 26px 26px;
  opacity: .65;
}

.tech2-sec .W {
  position: relative;
  z-index: 1;
}

/* — ACHIEVEMENTS: engaging stat interactions — */
.cnt-item {
  transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.cnt-item:hover {
  transform: translateY(-8px);
}

.cnt-ic {
  transition: all .45s cubic-bezier(.16, 1, .3, 1);
}

.cnt-item:hover .cnt-ic {
  background: linear-gradient(135deg, var(--t1), var(--t2));
  border-color: transparent;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 14px 30px -10px rgba(36, 151, 161, .7);
}

/* — light-section floating depth shapes via pseudo — */
.mvv-sec,
.dept-sec,
.feat-sec,
.quote-sec {
  position: relative;
  overflow: hidden;
}

/* — sheen sweep micro-interaction on cards — */
.feat-card,
.dept-card,
.mvv-card,
.cert-item,
.tech2-card {
  overflow: hidden;
}

.feat-card::after,
.dept-card::after,
.mvv-card::after,
.cert-item::after,
.tech2-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .30), transparent);
  transform: skewX(-18deg);
  transition: left .8s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
  z-index: 4;
}

.feat-card:hover::after,
.dept-card:hover::after,
.mvv-card:hover::after,
.cert-item:hover::after,
.tech2-card:hover::after {
  left: 155%;
}

/* — BENTO: dynamic hover (overlay tint + caption lift) — */
.bento img {
  z-index: 0;
}

.bento::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(36, 151, 161, .28), rgba(7, 26, 62, .5));
  transition: opacity .5s var(--ease-out);
}

.bento:hover::after {
  opacity: 1;
}

.bento figcaption {
  z-index: 2;
  transform: translateY(6px);
  transition: transform .5s var(--ease-out);
}

.bento:hover figcaption {
  transform: translateY(0);
}

.bento figcaption span::before {
  content: '\f065';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  margin-right: 9px;
  color: var(--t1);
  opacity: 0;
  transition: opacity .4s;
}

.bento:hover figcaption span::before {
  opacity: 1;
}

/* — INTRO highlight float — */
.intro-hl .ihl-ic {
  animation: floaty 5s ease-in-out infinite;
}

.intro-hl:nth-child(2) .ihl-ic {
  animation-delay: .6s;
}

.intro-hl:nth-child(3) .ihl-ic {
  animation-delay: 1.2s;
}

.intro-hl:nth-child(4) .ihl-ic {
  animation-delay: 1.8s;
}

/* — hero badge gentle float — */
.ab-hero-badge {
  animation: floaty 4.6s ease-in-out infinite;
}

.ab-hero-badge img {
  width: 160px;
  height: auto;
  border-radius: 0;
}

/* — button micro-lift — */
.btn {
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s var(--ease-out), background .3s, color .3s, border-color .3s;
}

.btn:hover {
  transform: translateY(-3px);
}

/* — MVV cards: glow on hover for the gradient ones — */
.mvv-card.mission:hover {
  box-shadow: 0 34px 70px -26px rgba(12, 36, 97, .7);
}

.mvv-card.vision:hover {
  box-shadow: 0 34px 70px -26px rgba(27, 120, 130, .7);
}

.mvv-card.values:hover {
  box-shadow: 0 28px 60px -26px rgba(7, 26, 62, .32);
}

/* — emergency bar pulse accent — */
.emg-bar-ic {
  position: relative;
}

.emg-bar-ic::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, .4);
  animation: emgPulse 2.4s ease-out infinite;
}

@keyframes emgPulse {
  0% {
    opacity: .7;
    transform: scale(.9);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

/* — respect reduced motion — */
@media (prefers-reduced-motion: reduce) {

  .sr,
  .sr-l,
  .sr-r {
    transition: opacity .4s ease, transform .4s ease;
  }

  .ab-hero-badge,
  .intro-hl .ihl-ic,
  .emg-bar-ic::after,
  .ct-hero-bg img {
    animation: none !important;
  }

  .fshape {
    display: none;
  }
}

/* — small-screen tidy for new elements — */
@media (max-width: 640px) {
  .to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .fshape {
    width: 200px;
    height: 200px;
  }

  .sec {
    padding: 72px 0;
  }
}