/* ===================================================================
   Aakash India Packers - Premium Logistics design system (v3)
   Photographic, trust-focused. Navy + blue + light + gold accent.
   =================================================================== */

:root {
  --navy:     #060C1E;
  --navy-2:   #0B122C;
  --navy-3:   #141C3D;
  --blue:     #00189A;
  --blue-600: #00137A;
  --blue-700: #000E5C;
  --blue-100: #E6EAFF;
  --blue-50:  #F0F3FF;
  --sky:      #F4F6FC;
  --sky-2:    #EAEFFF;
  /* brand accent = logo orange (var names kept as "gold" for reuse) */
  --gold:     #FF4E08;
  --gold-2:   #FF723B;
  --orange:   #FF4E08;
  --teal:     #14B8A6;

  --ink:      #060C1E;
  --body:     #3E4D68;
  --muted:    #6E7E98;
  --line:     #DFE5F2;
  --line-2:   #EBF0FA;
  --white:    #FFFFFF;

  --radius:   20px;
  --radius-sm:14px;
  --radius-lg:30px;
  --shadow-sm:0 4px 16px rgba(6,12,30,.06);
  --shadow:   0 18px 50px rgba(6,12,30,.12);
  --shadow-lg:0 34px 80px rgba(6,12,30,.22);
  --shadow-blue:0 18px 42px rgba(0,24,154,.25);
  --shadow-gold:0 16px 36px rgba(255,78,8,.25);

  --f-head: 'Sora', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, sans-serif;

  --container: 1240px;
  --pad: clamp(18px, 5vw, 44px);
  --grad-blue: linear-gradient(135deg, #3B53FF 0%, #00189A 100%);
  --grad-navy: linear-gradient(150deg, #0B122C 0%, #060C1E 100%);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  font-size: 15.5px;
  line-height: 1.66;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: .95rem; }

h1,h2,h3,h4,h5 { font-family: var(--f-head); color: var(--ink); line-height: 1.13; font-weight: 700; letter-spacing: -.02em; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); }
.section { padding: clamp(60px, 8vw, 110px) 0; }
.section--sky { background: var(--sky); }
.section--navy { background: var(--navy); color: #B7C6DE; position: relative; }
.tight { padding-top: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--f-head); font-weight: 600; font-size: .72rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--blue);
  margin-bottom: 16px;
}
.eyebrow::before { display: none; }
.eyebrow--center { justify-content: center; }
.section--navy .eyebrow { color: var(--gold-2); }
.section--navy .eyebrow::before { background: var(--gold); }

.h2 { font-size: clamp(1.8rem, 3.8vw, 2.85rem); color: var(--ink); letter-spacing: -.03em; }
.section--navy .h2 { color: #fff; }
.lead { font-size: 1.08rem; color: var(--body); }
.section--navy .lead { color: #A9BBD6; }
.head { max-width: 660px; margin-bottom: 52px; }
.head--center { margin-inline: auto; text-align: center; }
.head .lead { margin-top: 14px; }
.text-blue { color: var(--blue); }
.text-grad { background: linear-gradient(100deg,#3B53FF,#00189A); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-head); font-weight: 600; font-size: .94rem;
  padding: 14px 26px; border-radius: 100px; line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s, color .22s;
  white-space: nowrap; cursor: pointer;
}
.btn svg { width: 18px; height: 18px; }
.btn--blue { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn--blue:hover { background: var(--blue-600); transform: translateY(-3px); box-shadow: 0 24px 50px rgba(28,102,229,.45); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: var(--shadow-gold); }
.btn--gold:hover { transform: translateY(-3px); background: var(--gold-2); box-shadow: 0 16px 36px rgba(255,78,8,.45); }
.btn--white { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.btn--white:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn--ghost-light { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { background: rgba(255,255,255,.16); border-color: #fff; }
.btn--lg { padding: 17px 32px; font-size: 1rem; }
.btn--block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #93A6C4; font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; }
.topbar__l { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar__i { display: inline-flex; align-items: center; gap: 7px; }
.topbar__i svg { width: 14px; height: 14px; color: var(--blue); }
.topbar__i a:hover, .topbar a:hover { color: #fff; }
.topbar__r { display: flex; align-items: center; gap: 18px; }
.topbar__track { display: inline-flex; align-items: center; gap: 7px; color: #cdd9ec; font-weight: 600; }
.topbar__track svg { width: 15px; height: 15px; color: var(--gold); }
.topbar__soc { display: flex; gap: 9px; }
.topbar__soc a { width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .2s, transform .2s; }
.topbar__soc a:hover { background: var(--blue); transform: translateY(-2px); }
.topbar__soc svg { width: 13px; height: 13px; color: #fff; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: #ffffff; border-bottom: 1px solid var(--line-2); transition: box-shadow .3s; }
.header.stuck { box-shadow: 0 10px 34px rgba(8,27,56,.09); }
.header__in { display: flex; align-items: center; gap: 22px; padding: 15px 0; }
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo img { height: 46px; width: auto; display: block; max-width: 100%; object-fit: contain; }
@media (max-width: 720px) {
  .logo img { height: 38px; }
}

.menu { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.menu__link { position: relative; font-family: var(--f-head); font-weight: 500; font-size: .95rem; color: var(--ink); padding: 10px 15px; border-radius: 10px; display: inline-flex; align-items: center; gap: 5px; transition: color .2s, background .2s; }
.menu__link svg { width: 13px; height: 13px; opacity: .55; }
.menu__link:hover, .menu__link.active { color: var(--blue); background: var(--blue-50); }

.has-mega { position: relative; }
.mega { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px); width: 540px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 14px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.has-mega:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega__a { display: flex; gap: 13px; align-items: center; padding: 12px; border-radius: 13px; transition: background .2s; }
.mega__a:hover { background: var(--sky); }
.mega__ic { width: 42px; height: 42px; border-radius: 11px; background: var(--blue-50); display: grid; place-items: center; flex-shrink: 0; transition: background .2s; }
.mega__a:hover .mega__ic { background: var(--grad-blue); }
.mega__ic svg { width: 21px; height: 21px; color: var(--blue); transition: color .2s; }
.mega__a:hover .mega__ic svg { color: #fff; }
.mega__a b { font-family: var(--f-head); font-size: .92rem; color: var(--ink); display: block; }
.mega__a span { font-size: .78rem; color: var(--muted); }

.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone { display: none !important; }
.header__quote-m { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); place-items: center; }
.nav-toggle svg { width: 24px; height: 24px; color: var(--blue); }

/* ---------- Mobile nav ---------- */
.mobile-nav { display: none; }
.nav-scrim { display: none; }

/* ===================================================================
   HERO (photo + quote form)
   =================================================================== */
.hero { position: relative; background:
    linear-gradient(118deg, rgba(8,27,56,.95) 0%, rgba(8,27,56,.84) 42%, rgba(8,27,56,.55) 100%),
    var(--grad-navy);
  background-size: cover; background-position: center; overflow: hidden; }
.hero__photo { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .42; z-index: 0; }
.hero__deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero__deco span { position: absolute; border-radius: 50%; filter: blur(70px); }
.hero__deco span:nth-child(1){ width: 420px; height: 420px; background: rgba(28,102,229,.35); top: -120px; right: -80px; }
.hero__deco span:nth-child(2){ width: 320px; height: 320px; background: rgba(245,166,35,.16); bottom: -120px; left: 30%; }
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px,5vw,60px); align-items: center; padding-block: clamp(48px,7vw,84px) clamp(54px,8vw,90px); }

.hero__rating { display: inline-flex; align-items: center; gap: 11px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); padding: 7px 16px 7px 8px; border-radius: 100px; margin-bottom: 26px; }
.hero__rating-av { display: flex; }
.hero__rating-av span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--navy); margin-left: -10px; overflow: hidden; display: block; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.hero__rating-av span:first-child { margin-left: 0; }
.hero__rating-av span img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__rating-st { display: flex; gap: 1px; color: var(--gold); }
.hero__rating-st svg { width: 14px; height: 14px; }
.hero__rating b { color: #fff; font-family: var(--f-head); font-size: .86rem; }
.hero__rating small { color: rgba(255,255,255,.86); font-size: .78rem; }

.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.8vw, 3.7rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 20px; }
.hero h1 .text-gold { color: var(--gold-2); }
.hero__sub { color: rgba(255,255,255,.9); font-size: 1.12rem; max-width: 520px; margin-bottom: 30px; }
.hero__act { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.94); font-family: var(--f-head); font-weight: 500; font-size: .9rem; }
.hero__trust svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }

/* quote form card */
.quote { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: clamp(24px, 2.6vw, 34px); position: relative; }
.quote__tag { position: absolute; top: -14px; left: 28px; background: var(--gold); color: #fff; font-family: var(--f-head); font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; box-shadow: var(--shadow-sm); }
.quote h3 { font-size: 1.4rem; margin-bottom: 4px; }
.quote p { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.quote .field { margin-bottom: 13px; }
.quote .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field label { display: block; font-family: var(--f-head); font-weight: 500; font-size: .82rem; color: var(--ink); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; background: var(--sky); color: var(--ink); transition: border-color .2s, background .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px var(--blue-50); }
.field textarea { resize: vertical; min-height: 90px; }
.form-note { font-size: .76rem; color: var(--muted); margin-top: 11px; text-align: center; }
.form-ok { display: none; background: #E9FBF6; border: 1px solid #B6EFE3; color: #0B7A66; border-radius: 11px; padding: 13px; margin-top: 12px; font-weight: 600; font-size: .88rem; align-items: center; gap: 9px; }
.form-ok.show { display: flex; }
.form-ok svg { width: 20px; height: 20px; }

/* ---------- Clients strip ---------- */
.clients { border-bottom: 1px solid var(--line-2); background: #fff; }
.clients__in { display: flex; align-items: center; gap: 30px; padding: 26px 0; flex-wrap: wrap; justify-content: center; }
.clients__lbl { font-family: var(--f-head); font-weight: 600; font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.clients__logos { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; justify-content: center; }
.clients__logos b { font-family: var(--f-head); font-weight: 800; font-size: 1.25rem; color: #97A4B8; letter-spacing: -.02em; transition: color .25s; }
.clients__logos b:hover { color: var(--navy); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.stat { text-align: center; padding: 30px 18px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.stat:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.stat__ic { width: 52px; height: 52px; border-radius: 14px; background: var(--blue-50); display: grid; place-items: center; margin: 0 auto 16px; }
.stat__ic svg { width: 26px; height: 26px; color: var(--blue); }
.stat b { display: block; font-family: var(--f-head); font-size: clamp(1.9rem,3.4vw,2.6rem); color: var(--ink); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.stat span { color: var(--muted); font-weight: 500; font-size: .92rem; margin-top: 7px; display: block; }

/* ---------- Service cards (photo) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.svc__media { aspect-ratio: 3 / 2; background: var(--grad-navy); background-size: cover; background-position: center; position: relative; }
.svc__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,27,56,.5)); }
.svc__ic { position: absolute; left: 20px; bottom: -26px; z-index: 2; width: 56px; height: 56px; border-radius: 15px; background: #fff; display: grid; place-items: center; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.svc__ic svg { width: 28px; height: 28px; color: var(--blue); }
.svc__body { padding: 38px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.svc__body h3 { font-size: 1.26rem; margin-bottom: 9px; }
.svc__body p { font-size: .95rem; color: var(--muted); margin-bottom: 18px; flex: 1; }
.svc__link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-head); font-weight: 600; color: var(--blue); font-size: .9rem; }
.svc__link svg { width: 16px; height: 16px; transition: transform .25s; }
.svc:hover .svc__link svg { transform: translateX(4px); }

/* ---------- Why / split with image ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,6vw,72px); align-items: center; }
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1/1; background: var(--grad-navy); background-size: cover; background-position: center; }
.media--wide { aspect-ratio: 5/4; }
.media__badge { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow); }
.media__badge .ring { width: 50px; height: 50px; border-radius: 50%; background: conic-gradient(var(--blue) 320deg, var(--line) 0); display: grid; place-items: center; }
.media__badge .ring i { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-style: normal; font-family: var(--f-head); font-weight: 800; color: var(--ink); font-size: .82rem; }
.media__badge b { font-family: var(--f-head); font-size: 1.3rem; color: var(--ink); display: block; line-height: 1; }
.media__badge span { font-size: .8rem; color: var(--muted); }
.media__float { position: absolute; right: 20px; top: 20px; background: var(--navy); color: #fff; border-radius: 14px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); }
.media__float svg { width: 22px; height: 22px; color: var(--gold); }
.media__float b { font-family: var(--f-head); font-size: .92rem; }
.media__float small { display: block; color: #9DB0CE; font-size: .72rem; }

.feat-list { display: grid; gap: 16px; margin-top: 28px; }
.feat { display: flex; gap: 15px; align-items: flex-start; }
.feat__ic { width: 48px; height: 48px; border-radius: 13px; background: var(--blue-50); display: grid; place-items: center; flex-shrink: 0; }
.feat__ic svg { width: 23px; height: 23px; color: var(--blue); }
.feat h4 { font-size: 1.06rem; margin-bottom: 3px; }
.feat p { font-size: .92rem; color: var(--muted); }
.section--navy .feat__ic { background: rgba(28,102,229,.18); }
.section--navy .feat h4 { color: #fff; }
.section--navy .feat p { color: #A9BBD6; }

/* feature chips grid (why - 8 items) */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--blue-100); }
.why-item__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-blue); display: grid; place-items: center; flex-shrink: 0; box-shadow: var(--shadow-blue); }
.why-item__ic svg { width: 22px; height: 22px; color: #fff; }
.why-item h4 { font-size: 1.02rem; margin-bottom: 3px; }
.why-item p { font-size: .88rem; color: var(--muted); }

/* ---------- Scroll-Connected Process Timeline (Light Theme) ---------- */
.timeline-process-sec {
  background: var(--sky);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.timeline-container {
  position: relative;
  margin-top: 50px;
}
/* Horizontal Line (Desktop) */
.timeline-line {
  position: absolute;
  top: 22px; /* Center aligned vertically with badges */
  left: 10%;
  right: 10%;
  height: 4px;
  background: rgba(0, 24, 154, 0.08);
  border-radius: 10px;
  z-index: 1;
}
.timeline-line__progress {
  height: 100%;
  width: 0%; /* Dynamic scroll animation */
  background: linear-gradient(90deg, var(--blue) 0%, var(--orange) 100%);
  border-radius: 10px;
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.timeline-line-mobile-progress {
  display: none;
}
.timeline-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.process--4 .timeline-steps {
  grid-template-columns: repeat(4, 1fr);
}
.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.timeline-step__badge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--line);
  color: var(--navy);
  font-family: var(--f-head);
  font-weight: 800;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  z-index: 3;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.timeline-step.active .timeline-step__badge {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
  box-shadow: 0 0 15px rgba(0, 24, 154, 0.35);
}
.timeline-step:nth-child(even).active .timeline-step__badge {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 0 15px rgba(255, 78, 8, 0.35);
}
.timeline-card-new {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: var(--shadow-sm);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
.timeline-step.active .timeline-card-new {
  border-color: var(--blue-100);
  box-shadow: var(--shadow);
}
.timeline-step:nth-child(even).active .timeline-card-new {
  border-color: rgba(255, 78, 8, 0.15);
}
.timeline-card-new:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--blue);
}
.timeline-step:nth-child(even) .timeline-card-new:hover {
  border-color: var(--orange);
}
.timeline-card-new__ic {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.timeline-step:nth-child(even) .timeline-card-new__ic {
  background: rgba(255, 78, 8, 0.08);
  color: var(--orange);
}
.timeline-card-new__ic svg {
  width: 24px;
  height: 24px;
}
.timeline-card-new:hover .timeline-card-new__ic {
  transform: scale(1.1) rotate(5deg);
  background: var(--blue);
  color: #fff;
}
.timeline-step:nth-child(even) .timeline-card-new:hover .timeline-card-new__ic {
  background: var(--orange);
  color: #fff;
}
.timeline-card-new h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  font-family: var(--f-head);
}
.timeline-card-new p {
  font-size: .88rem;
  color: var(--body);
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}
.timeline-card-new__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.timeline-card-new__bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  color: var(--muted);
  font-weight: 500;
}
.timeline-card-new__bullets li svg {
  width: 14px;
  height: 14px;
  color: var(--blue);
  flex-shrink: 0;
}
.timeline-step:nth-child(even) .timeline-card-new__bullets li svg {
  color: var(--orange);
}

@media (max-width: 1080px) {
  .timeline-line {
    display: none;
  }
  .timeline-container {
    padding-left: 0;
  }
  .timeline-container::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 21px;
    width: 4px;
    background: rgba(0, 24, 154, 0.08);
    border-radius: 10px;
    z-index: 1;
  }
  .timeline-line-mobile-progress {
    display: block;
    position: absolute;
    top: 20px;
    left: 21px;
    width: 4px;
    height: 0%; /* Driven by JS */
    background: linear-gradient(180deg, var(--blue) 0%, var(--orange) 100%);
    border-radius: 10px;
    z-index: 1;
    transition: height 0.6s ease;
  }
  .timeline-steps {
    grid-template-columns: 1fr !important;
    gap: 36px;
  }
  .timeline-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
  }
  .timeline-step__badge {
    margin-bottom: 0;
    flex-shrink: 0;
    position: relative;
    left: 0;
    z-index: 3;
  }
  .timeline-card-new {
    width: 100%;
    margin-left: 0;
  }
}

/* ---------- Gallery (masonry, no-crop photo library) ---------- */
.gallery { column-count: 4; column-gap: 16px; }
.gphoto { display: block; break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 16px; border-radius: var(--radius-sm); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); transition: transform .35s cubic-bezier(.16,.84,.44,1), box-shadow .35s; }
.gphoto:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.gphoto img { width: 100%; height: auto; display: block; }
@media (max-width: 1080px) { .gallery { column-count: 3; } }
@media (max-width: 720px)  { .gallery { column-count: 2; column-gap: 12px; } .gphoto { margin-bottom: 12px; } }
@media (max-width: 420px)  { .gallery { column-count: 1; } }

/* ---------- Testimonials Slider Overhaul ---------- */
.testimonials-sec {
  background: var(--sky);
  padding: 100px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.slider-wrapper {
  position: relative;
  margin-top: 50px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.slider-container {
  overflow: hidden;
  padding: 10px 0 30px;
}
.slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  gap: 30px;
}
.slider-card {
  flex: 0 0 calc(50% - 15px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.slider-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue-100);
  box-shadow: var(--shadow-lg);
}
.slider-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.slider-card__stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
}
.slider-card__stars svg {
  width: 18px;
  height: 18px;
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #14B8A6;
  background: rgba(20, 184, 166, 0.08);
  padding: 5px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.verified-badge svg {
  width: 13px;
  height: 13px;
  stroke-width: 3px;
}
.slider-card__text {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--navy);
  margin-bottom: 28px;
  flex-grow: 1;
  font-style: italic;
}
.slider-card__footer {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.slider-card__client {
  display: flex;
  align-items: center;
  gap: 14px;
}
.slider-card__av {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  border: 2.5px solid var(--blue-100);
}
.slider-card__av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slider-card__av--orange {
  border-color: #FFD9C4;
}
.slider-card__client strong {
  display: block;
  font-size: 0.96rem;
  color: var(--navy);
  font-weight: 700;
}
.slider-card__client span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 2px;
}
.slider-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.move-route {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blue);
  background: var(--blue-50);
  padding: 3px 10px;
  border-radius: 6px;
}
.slider-card:nth-child(even) .move-route {
  color: var(--orange);
  background: rgba(255, 78, 8, 0.06);
}
.move-date {
  font-size: 0.74rem;
  color: var(--muted);
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
.slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  color: var(--navy);
}
.slider-btn:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: var(--shadow-blue);
}
.slider-dots {
  display: flex;
  gap: 8px;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-dot.active {
  width: 24px;
  border-radius: 10px;
  background: var(--blue);
}
@media (max-width: 920px) {
  .slider-card {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  .slider-card {
    padding: 24px;
  }
  .slider-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .slider-card__meta {
    align-items: flex-start;
  }
}

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .25s, border-color .25s; }
.faq__item.open { box-shadow: var(--shadow-sm); border-color: var(--blue-100); }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 21px 24px; font-family: var(--f-head); font-weight: 600; font-size: 1.04rem; color: var(--ink); }
.faq__qic { width: 30px; height: 30px; border-radius: 9px; background: var(--blue-50); display: grid; place-items: center; flex-shrink: 0; transition: background .3s, transform .3s; }
.faq__qic svg { width: 18px; height: 18px; color: var(--blue); }
.faq__item.open .faq__qic { background: var(--blue); transform: rotate(45deg); }
.faq__item.open .faq__qic svg { color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 24px 23px; color: var(--muted); font-size: .96rem; }

/* ---------- CTA band ---------- */
.cta { position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: clamp(40px,6vw,70px); background:
    linear-gradient(120deg, rgba(8,27,56,.96), rgba(12,37,72,.84)), var(--grad-navy);
  background-size: cover; background-position: center; color: #fff; }
.cta__photo { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .3; z-index: 0; }
.cta__in { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: clamp(1.7rem,3.4vw,2.5rem); margin-bottom: 12px; }
.cta p { color: #C2D0E8; max-width: 480px; }
.cta__act { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #93A6C4; padding-top: 0; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-top: 64px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .logo__name { color: #fff; }
.footer .logo__mk { color: #fff; }
.footer__ab p { margin: 20px 0; font-size: .93rem; color: #93A6C4; max-width: 300px; }
.footer__soc { display: flex; gap: 10px; }
.footer__soc a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: background .2s, transform .2s; }
.footer__soc a:hover { background: var(--blue); transform: translateY(-3px); }
.footer__soc svg { width: 18px; height: 18px; color: #fff; }
.footer__col h5 { color: #fff; font-size: 1rem; margin-bottom: 20px; font-family: var(--f-head); }
.footer__links { display: grid; gap: 11px; }
.footer__links a { font-size: .92rem; color: #93A6C4; transition: color .2s, padding-left .2s; display: inline-flex; align-items: center; gap: 8px; }
.footer__links a::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); opacity: 0; transition: opacity .2s; }
.footer__links a:hover { color: #fff; padding-left: 3px; }
.footer__links a:hover::before { opacity: 1; }
.footer__c { display: grid; gap: 13px; }
.footer__c a, .footer__c div { display: flex; gap: 11px; align-items: flex-start; font-size: .92rem; }
.footer__c svg { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.footer__c a:hover { color: #fff; }
.footer__news { display: flex; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 100px; padding: 5px; margin-top: 16px; }
.footer__news input { flex: 1; background: none; border: none; color: #fff; padding: 10px 15px; outline: none; }
.footer__news input::placeholder { color: #6F82A6; }
.footer__news button { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; flex-shrink: 0; transition: background .2s; }
.footer__news button:hover { background: var(--blue-600); }
.footer__news button svg { width: 17px; height: 17px; color: #fff; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 22px 0; font-size: .85rem; }
.footer__bottom a:hover { color: #fff; }
.footer__bottom-l { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__gst { display: inline-block; margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,.15); color: #8DA0BE; }
@media (max-width: 480px) { .footer__gst { display: block; margin-left: 0; padding-left: 0; border-left: none; margin-top: 4px; } }

/* ---------- Page hero (inner) ---------- */
.phero { position: relative; background: linear-gradient(118deg, rgba(8,27,56,.95), rgba(8,27,56,.72)), var(--grad-navy); background-size: cover; background-position: center; color: #fff; padding: clamp(50px,7vw,86px) 0 clamp(50px,7vw,80px); overflow: hidden; }
.phero__photo { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .34; z-index: 0; }
.phero__in { position: relative; z-index: 2; max-width: 720px; }
.crumb { display: inline-flex; align-items: center; gap: 9px; font-size: .84rem; color: #9DB0CE; margin-bottom: 18px; font-family: var(--f-head); font-weight: 500; }
.crumb a:hover { color: #fff; }
.crumb svg { width: 13px; height: 13px; opacity: .6; }
.crumb .cur { color: var(--gold-2); }
.phero h1 { color: #fff; font-size: clamp(2rem,4.4vw,3.2rem); letter-spacing: -.03em; margin-bottom: 16px; }
.phero p { color: #C2D0E8; font-size: 1.1rem; max-width: 580px; }

/* ---------- Values / generic cards ---------- */
.vcards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.vcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; }
.vcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.vcard__ic { width: 56px; height: 56px; border-radius: 15px; background: var(--grad-blue); display: grid; place-items: center; margin-bottom: 20px; box-shadow: var(--shadow-blue); }
.vcard__ic svg { width: 27px; height: 27px; color: #fff; }
.vcard h3 { font-size: 1.18rem; margin-bottom: 9px; }
.vcard p { font-size: .94rem; color: var(--muted); }

/* check list */
.checks { display: grid; gap: 12px; margin-top: 22px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; color: var(--body); }
.checks li svg { width: 21px; height: 21px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.section--navy .checks li { color: #C2D0E8; }
.section--navy .checks li svg { color: var(--gold); }

/* timeline */
.timeline { max-width: 760px; position: relative; padding-left: 38px; }
.timeline::before { content: ""; position: absolute; left: 10px; top: 6px; bottom: 6px; width: 2px; background: var(--line); }
.tl { position: relative; padding-bottom: 36px; }
.tl:last-child { padding-bottom: 0; }
.tl::before { content: ""; position: absolute; left: -33px; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 4px solid var(--blue); box-shadow: 0 0 0 4px var(--blue-50); }
.tl b.yr { font-family: var(--f-head); color: var(--blue); font-size: 1.08rem; }
.tl h4 { margin: 3px 0 6px; font-size: 1.16rem; }
.tl p { color: var(--muted); font-size: .94rem; }

/* contact */
.cgrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px,4vw,50px); align-items: start; }
.ccards { display: grid; gap: 16px; }
.ccard { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.ccard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ccard__ic { width: 52px; height: 52px; border-radius: 14px; background: var(--grad-blue); display: grid; place-items: center; flex-shrink: 0; box-shadow: var(--shadow-blue); }
.ccard__ic svg { width: 25px; height: 25px; color: #fff; }
.ccard h4 { font-size: 1.06rem; margin-bottom: 3px; }
.ccard p, .ccard a { color: var(--muted); font-size: .93rem; }
.ccard a:hover { color: var(--blue); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px,3.4vw,42px); box-shadow: var(--shadow); }
.mapbox { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); height: 420px; }
.mapbox iframe { width: 100%; height: 100%; border: 0; }

/* ---------- FAB ---------- */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); transition: transform .25s; }
.fab a:hover { transform: scale(1.08) translateY(-2px); }
.fab svg { width: 28px; height: 28px; color: #fff; }
.fab__wa { background: #25D366; }
.fab__call { background: var(--blue); }
.fab__call svg { width: 24px; height: 24px; }

/* ---------- Reveal ---------- */
[data-rev] { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1); }
[data-rev].in { opacity: 1; transform: none; }
[data-rev][data-d="1"]{ transition-delay: .08s; }
[data-rev][data-d="2"]{ transition-delay: .16s; }
[data-rev][data-d="3"]{ transition-delay: .24s; }
[data-rev][data-d="4"]{ transition-delay: .32s; }
@media (prefers-reduced-motion: reduce){ [data-rev]{opacity:1;transform:none;transition:none;} html{scroll-behavior:auto;} }


/* ===================================================================
   Track Record — bento grid (modern, dark)
   =================================================================== */
.trk { position: relative; background: #060C1E; overflow: hidden; }
.trk .container { position: relative; z-index: 1; }
.trk__glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }
.trk__glow--a { width: 460px; height: 460px; background: rgba(0,24,154,.32); top: -160px; left: -120px; }
.trk__glow--b { width: 420px; height: 420px; background: rgba(255,78,8,.14); bottom: -180px; right: -120px; }
.trk__head { max-width: 700px; margin-bottom: clamp(34px, 5vw, 52px); }
.trk__head .eyebrow { color: var(--gold); background: rgba(255,78,8,.08); border: 1px solid rgba(255,78,8,.22); padding: 6px 15px; border-radius: 100px; }
.trk__head .eyebrow::before { background: var(--gold); }
.trk__head h2 { color: #fff; }
.trk__head .lead { color: #9DB0CE; margin-top: 14px; }

.trk__bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 172px; gap: 16px; }
.trk-card {
  position: relative; overflow: hidden; border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
  transition: transform .45s cubic-bezier(.16,1,.3,1), border-color .45s, box-shadow .45s;
}
.trk-card--feature { grid-column: span 2; grid-row: span 2; }
.trk-card--wide { grid-column: span 2; }
.trk-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.18); box-shadow: 0 30px 60px rgba(0,0,0,.45); }

/* image media + veil */
.trk-card__media { position: absolute; inset: 0; z-index: 0; background-image: var(--img); background-size: cover; background-position: center; transition: transform .9s cubic-bezier(.16,1,.3,1); }
.trk-card__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,12,30,.12) 0%, rgba(6,12,30,.55) 55%, rgba(6,12,30,.92) 100%); }
.trk-card:hover .trk-card__media { transform: scale(1.07); }

/* feature content */
.trk-card__content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: clamp(24px, 3vw, 34px); }
.trk-card__chip { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-head); font-weight: 600; font-size: .76rem; letter-spacing: .03em; color: #fff; background: rgba(255,78,8,.92); padding: 7px 14px; border-radius: 100px; box-shadow: 0 8px 22px rgba(255,78,8,.4); }
.trk-card__chip svg { width: 15px; height: 15px; }
.trk-card__content h3 { color: #fff; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.16; letter-spacing: -.02em; }
.trk-card__content p { color: #C7D4EA; font-size: .95rem; max-width: 440px; }

/* photo tile tag */
.trk-card__tag { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-head); font-weight: 600; font-size: .8rem; color: #fff; background: rgba(6,12,30,.5); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(6px); padding: 7px 13px; border-radius: 100px; }
.trk-card__tag svg { width: 15px; height: 15px; color: var(--gold); }

/* stat cards */
.trk-card--stat { display: flex; flex-direction: column; justify-content: center; padding: 24px 26px; background: linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); }
.trk-card--stat:hover { border-color: rgba(0,24,154,.5); }
.trk-stat__num { font-family: var(--f-head); font-weight: 800; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1; letter-spacing: -.03em; background: linear-gradient(135deg, #fff 25%, #A2BFFF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; }
.trk-card--stat h4 { color: #fff; font-size: 1.04rem; font-family: var(--f-head); }
.trk-card--stat p { color: #8DA0BE; font-size: .84rem; margin-top: 2px; }

/* rating / highlight card */
.trk-card--rating { display: flex; align-items: center; gap: 22px; padding: 24px 30px; background: linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); }
.trk-rating__num { font-family: var(--f-head); font-weight: 800; font-size: clamp(2.6rem, 4vw, 3.6rem); line-height: 1; flex-shrink: 0; background: linear-gradient(135deg, #FF9E6B 0%, #FF4E08 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.trk-card--teal .trk-rating__num { background: linear-gradient(135deg, #5EEAD4 0%, #14B8A6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.trk-rating__stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 8px; }
.trk-rating__stars svg { width: 20px; height: 20px; filter: drop-shadow(0 0 6px rgba(255,78,8,.45)); }
.trk-rating__stars--teal { color: #14B8A6; }
.trk-rating__stars--teal svg { width: 30px; height: 30px; filter: drop-shadow(0 0 6px rgba(20,184,166,.45)); }
.trk-rating__body p { color: #AEC0DC; font-size: .9rem; line-height: 1.45; }
.trk-rating__body b { color: #fff; }

/* shine sweep on solid cards */
.trk-card__shine { position: absolute; top: 0; left: -60%; width: 50%; height: 100%; z-index: 1; background: linear-gradient(100deg, transparent, rgba(255,255,255,.08), transparent); transform: skewX(-18deg); transition: left .7s ease; pointer-events: none; }
.trk-card--stat:hover .trk-card__shine, .trk-card--rating:hover .trk-card__shine { left: 130%; }
.trk-card--stat > *:not(.trk-card__shine), .trk-card--rating > *:not(.trk-card__shine) { position: relative; z-index: 2; }

@media (max-width: 900px) {
  .trk__bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .trk-card--feature { grid-column: span 2; grid-row: span 2; }
  .trk-card--wide { grid-column: span 2; }
}
@media (max-width: 560px) {
  .trk__bento { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
  .trk-card { min-height: 128px; }
  .trk-card--feature { grid-column: auto; grid-row: auto; min-height: 330px; }
  .trk-card--wide { grid-column: auto; }
  .trk-card--img { min-height: 180px; }
  .trk-card--rating { min-height: 120px; }
}

/* ===================================================================
   Sitewide footer CTA (premium)
   =================================================================== */
/* Background photo sits faint behind a deep navy overlay so text stays crisp. */
.foot-cta { position: relative; overflow: hidden; background:
    linear-gradient(120deg, rgba(6,12,30,.96) 0%, rgba(6,12,30,.9) 42%, rgba(11,18,44,.84) 100%),
    url('../Bottom CTA footer background overlay.png') center/cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.05); }
.foot-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 15%, rgba(0, 24, 154, 0.4) 0%, transparent 55%), radial-gradient(circle at 92% 85%, rgba(255, 78, 8, 0.22) 0%, transparent 55%); pointer-events: none; }
.foot-cta__dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.1) 1.3px, transparent 1.3px); background-size: 26px 26px; opacity: .16; -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); pointer-events: none; }
.foot-cta__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(32px, 5vw, 56px); align-items: center; padding-block: clamp(48px, 6vw, 84px); }
.foot-cta__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-head); font-weight: 600; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; background: rgba(0, 24, 154, 0.25); border: 1px solid rgba(0, 24, 154, 0.4); padding: 7px 15px; border-radius: 100px; margin-bottom: 20px; }
.foot-cta__eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.foot-cta h2 { color: #fff; font-size: clamp(1.9rem, 3.8vw, 2.9rem); letter-spacing: -.03em; line-height: 1.1; margin-bottom: 14px; }
.foot-cta__p { color: rgba(255,255,255,.88); font-size: 1.06rem; max-width: 520px; margin-bottom: 26px; }
.foot-cta__badges { display: flex; gap: 14px 26px; flex-wrap: wrap; }
.foot-cta__badge { display: inline-flex; align-items: center; gap: 9px; color: #EAF1FF; font-family: var(--f-head); font-weight: 500; font-size: .94rem; }
.foot-cta__badge svg { width: 21px; height: 21px; color: var(--gold); flex-shrink: 0; }
.foot-cta__card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.08); backdrop-filter: blur(16px); border-radius: 24px; padding: 32px; box-shadow: 0 30px 60px rgba(0,0,0,.35), 0 0 40px rgba(0,24,154,0.08); transition: transform .3s, border-color .3s; }
.foot-cta__card:hover { border-color: rgba(255,255,255,.16); transform: translateY(-4px); }
.foot-cta__card-top { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-family: var(--f-head); font-weight: 500; font-size: .84rem; }
.foot-cta__card-top svg { width: 16px; height: 16px; color: var(--gold); }
.foot-cta__phone { display: block; font-family: var(--f-head); font-weight: 800; font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: #fff; letter-spacing: -.02em; margin: 6px 0 20px; transition: color .3s, text-shadow .3s, transform .3s; transform-origin: left; }
.foot-cta__phone:hover { color: var(--gold); text-shadow: 0 0 20px rgba(255,78,8,.4); transform: scale(1.02); }
.foot-cta__card .btn { margin-bottom: 11px; }
.foot-cta__stars { display: flex; align-items: center; gap: 8px; margin-top: 8px; color: rgba(255,255,255,.85); font-size: .86rem; }
.foot-cta__stars .s { display: inline-flex; gap: 1px; color: var(--gold); }
.foot-cta__stars .s svg { width: 15px; height: 15px; }
.foot-cta__stars b { color: #fff; font-family: var(--f-head); }

/* process 4-step variant */
.process--4 { grid-template-columns: repeat(4, 1fr); }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 1080px) {
  .hero__in { grid-template-columns: 1fr; }
  .quote { max-width: 520px; }
  .svc-grid, .rev-grid, .vcards { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(3,1fr); gap: 30px 18px; }
  .process--4 { grid-template-columns: repeat(2,1fr); gap: 30px 18px; }
  .pstep:not(:last-child)::after { display: none; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .foot-cta__in { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  .topbar__i--hours, .topbar__track { display: none; }
  .menu, .header__phone { display: none; }
  .header__quote-d { display: none !important; }
  .header__cta { margin-left: auto; }
  .header__quote-m { display: inline-flex; padding: 11px 18px; font-size: .86rem; }
  .nav-toggle { display: grid; }
  .mobile-nav { display: block; position: fixed; top: 0; right: 0; height: 100dvh; width: min(346px, 88vw); background: #fff; z-index: 200; box-shadow: var(--shadow-lg); padding: 24px; transform: translateX(100%); transition: transform .35s cubic-bezier(.16,.84,.44,1); overflow-y: auto; }
  .mobile-nav.open { transform: none; }
  .nav-scrim { display: block; position: fixed; inset: 0; background: rgba(8,27,56,.5); z-index: 199; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .nav-scrim.open { opacity: 1; visibility: visible; }
  .mobile-nav__hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
  .mobile-nav__x { width: 44px; height: 44px; border-radius: 12px; background: var(--blue-50); display: grid; place-items: center; }
  .mobile-nav__x svg { width: 22px; height: 22px; color: var(--blue); }
  .mobile-nav__menu { display: grid; gap: 4px; margin-bottom: 22px; }
  .mobile-nav__menu a { padding: 14px 16px; border-radius: 12px; font-family: var(--f-head); font-weight: 500; font-size: 1.04rem; color: var(--ink); }
  .mobile-nav__menu a:hover, .mobile-nav__menu a.active { background: var(--blue-50); color: var(--blue); }
  .mobile-nav .btn { width: 100%; display: inline-flex !important; }
  .mobile-nav__c { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
  .mobile-nav__c a { display: flex; align-items: center; gap: 10px; font-size: .94rem; }
  .mobile-nav__c svg { width: 18px; height: 18px; color: var(--blue); }
}
@media (max-width: 720px) {
  .logo img { height: 36px; }
  .header__in { gap: 12px; padding: 10px 0; }
  .header__cta { gap: 10px; }
  .header__quote-m { padding: 10px 16px; font-size: .84rem; }
  .nav-toggle { width: 40px; height: 40px; }
  .nav-toggle svg { width: 22px; height: 22px; }
  .split, .cgrid { grid-template-columns: 1fr; }
  .svc-grid, .rev-grid, .vcards, .why-grid, .stats { grid-template-columns: 1fr; }
  .process, .process--4 { grid-template-columns: 1fr 1fr; }
  .frow, .quote .frow { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .cta__in { flex-direction: column; align-items: flex-start; }
  .clients__in { flex-direction: column; gap: 16px; }
  .topbar__i--email { display: none; }
}
@media (max-width: 480px) {
  .logo img { height: 30px; }
  .header__in { gap: 8px; padding: 8px 0; }
  .header__cta { gap: 8px; }
  .header__quote-m { padding: 9px 14px; font-size: .8rem; }
  .nav-toggle { width: 38px; height: 38px; border-radius: 10px; }
  .nav-toggle svg { width: 20px; height: 20px; }
  .process, .process--4 { grid-template-columns: 1fr; }
  .hero__rating small { display: none; }
}
