/* ═══════════════════════════════════════════════════════════════════
   LocalGrow360 — Unified Site CSS (Deduped & Production-Ready)
   ═══════════════════════════════════════════════════════════════════ */

/* ── RESET & ROOT ─────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --navy: #0A0E1A;
  --navy2: #0F1528;
  --card: #111827;
  --card2: #161f2e;
  --border: #1F2937;
  --orange: #FF6B2B;
  --oranged: #cc4e14;
  --blue: #3B82F6;
  --text: #F9FAFB;
  --muted: #9CA3AF;
  --muted2: #6B7280;
  --green: #22c55e;
  --purple: #a855f7;
  --amber: #f59e0b;
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--navy);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

/* ── TYPOGRAPHY ───────────────────────────────────────────────────── */
h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 1.2rem
}

h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: .9rem
}

h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3
}

p {
  line-height: 1.7
}

.acc {
  color: var(--orange)
}

.accb {
  color: var(--blue)
}

.ey {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: .85rem
}

.ssub {
  color: var(--muted);
  max-width: 560px;
  font-size: .95rem;
  line-height: 1.8
}

.sh {
  margin-bottom: 3rem
}

section {
  padding: 5.5rem 2rem
}

.si {
  max-width: 1440px;
  margin: 0 auto;
}

/* ── BUTTONS ──────────────────────────────────────────────────────── */
.bp {
  background: var(--orange);
  color: #fff;
  padding: .8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .88rem;
  transition: all .2s;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1
}

.bp:hover {
  background: var(--oranged);
  transform: translateY(-2px)
}

.bg2 {
  color: var(--text);
  padding: .8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .88rem;
  border: 1px solid var(--border);
  transition: all .2s;
  display: inline-block;
  line-height: 1
}

.bg2:hover {
  border-color: var(--muted2)
}

.btn-white {
  background: #fff;
  color: var(--orange);
  padding: .85rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .9rem;
  transition: all .2s;
  display: inline-block
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.btn-w {
  background: #fff;
  color: var(--orange);
  padding: .85rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .9rem;
  display: inline-block;
  transition: all .2s
}

.btn-w:hover {
  transform: translateY(-2px)
}

.btn-w2 {
  background: transparent;
  color: #fff;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .9rem;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, .5)
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .9rem;
  transition: all .2s;
  display: inline-block
}

.btn-orange:hover {
  background: var(--oranged);
  transform: translateY(-2px)
}

/* ── NAV ──────────────────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all .3s
}

nav.scrolled {
  background: rgba(10, 14, 26, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .3)
}

.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 2rem;
  gap: 1rem
}

.logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0
}

.logo span {
  color: var(--orange)
}

.nav-links {
  display: flex;
  align-items: center;
  gap: .2rem;
  list-style: none
}

.ni {
  position: relative
}

.nl {
  color: var(--muted);
  font-size: .875rem;
  font-weight: 500;
  padding: .45rem .8rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  transition: all .2s;
  text-decoration: none;
  white-space: nowrap
}

.nl:hover,
.ni.open .nl {
  color: var(--text);
  background: rgba(255, 255, 255, .05)
}

.nl svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  transition: transform .2s;
  flex-shrink: 0
}

.ni.open .nl svg {
  transform: rotate(180deg)
}

.nav-cta {
  background: var(--orange);
  color: #fff;
  padding: .5rem 1.3rem;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  transition: all .2s;
  white-space: nowrap;
  flex-shrink: 0
}

.nav-cta:hover {
  background: var(--oranged)
}

/* Mega Dropdown */
.mdrop {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #0c1120;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all .22s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  min-width: 500px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .65)
}

.mdrop.right {
  left: auto;
  right: 0;
  transform: translateY(-6px)
}

.ni.open .mdrop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all
}

.ni.open .mdrop.right {
  transform: translateY(0)
}

.mlabel {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: .75rem;
  padding: 0 .4rem
}

.mgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .3rem
}

.mgrid1 {
  grid-template-columns: 1fr
}

.mgrid3 {
  grid-template-columns: 1fr 1fr 1fr
}

.mi {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .65rem .75rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s
}

.mi:hover {
  background: rgba(255, 107, 43, .08)
}

.mico {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 107, 43, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.mico svg {
  width: 16px;
  height: 16px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.mico.b {
  background: rgba(59, 130, 246, .1)
}

.mico.b svg {
  stroke: var(--blue)
}

.mico.g {
  background: rgba(34, 197, 94, .1)
}

.mico.g svg {
  stroke: var(--green)
}

.mt {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .83rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
  line-height: 1.2
}

.md {
  font-size: .73rem;
  color: var(--muted);
  line-height: 1.4
}

.mdiv {
  height: 1px;
  background: var(--border);
  margin: .75rem 0
}

.mfoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .3rem .4rem 0
}

.mfl {
  font-size: .78rem;
  color: var(--orange);
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none
}

.mfl:hover {
  text-decoration: underline
}

.mbadge {
  background: rgba(255, 107, 43, .12);
  color: var(--orange);
  font-size: .65rem;
  font-weight: 600;
  padding: .2rem .55rem;
  border-radius: 5px;
  font-family: 'Space Grotesk', sans-serif
}

/* Hamburger */
.hbg {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px 4px;
  flex-shrink: 0
}

.hbg span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--muted);
  border-radius: 2px;
  transition: all .3s
}

.hbg.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

.hbg.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-8px)
}

.hbg.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

/* Mobile Menu */
.mob {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 998;
  padding: 88px 1.5rem 2rem;
  flex-direction: column;
  gap: 0;
  overflow-y: auto
}

.mob.open {
  display: flex
}

.mob-section {
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem
}

.mob-section:last-child {
  border-bottom: none
}

.mob-h {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: .65rem
}

.mob-l {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.mob-l a {
  color: var(--muted);
  text-decoration: none;
  font-size: .925rem;
  padding: .45rem 0;
  transition: color .15s;
  border-bottom: none
}

.mob-l a:hover {
  color: var(--text)
}

.mob-cta {
  margin-top: 1.5rem
}

/* ── HERO ─────────────────────────────────────────────────────────── */
.hero {
  display: flex;
  align-items: center;
  padding: 110px 2rem 70px;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(59, 130, 246, .06), transparent 70%), radial-gradient(ellipse 50% 40% at 20% 70%, rgba(255, 107, 43, .05), transparent 60%)
}

.hero-in {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}

.hbadge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 107, 43, .1);
  border: 1px solid rgba(255, 107, 43, .25);
  color: var(--orange);
  padding: .4rem .95rem;
  border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 1.4rem
}

.hbadge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.hsub {
  font-size: .97rem;
  color: var(--muted);
  max-width: 460px;
  margin-bottom: 2rem;
  line-height: 1.8
}

.hbtns {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  margin-bottom: 2.75rem
}

.hstats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center
}

.hs-stat {
  display: flex;
  flex-direction: column;
  gap: .2rem
}

.hs-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1
}

.hs-num span {
  color: var(--orange)
}

.hs-lbl {
  font-size: .74rem;
  color: var(--muted)
}

.hs-div {
  width: 1px;
  height: 36px;
  background: var(--border);
  flex-shrink: 0
}

/* YouTube embed */
.yt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.yt-label {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--muted);
  text-transform: uppercase
}

.yt-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0
}

.yt-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  aspect-ratio: 16/9;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  cursor: pointer
}

.yt-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.yt-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .35)
}

.yt-play-btn {
  width: 72px;
  height: 72px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(255, 107, 43, .5);
  transition: transform .2s
}

.yt-frame:hover .yt-play-btn {
  transform: scale(1.1)
}

.yt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem
}

.yt-tag {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: .35rem .8rem;
  font-size: .73rem;
  font-weight: 600;
  color: var(--text);
  font-family: 'Space Grotesk', sans-serif
}

.yt-tdot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0
}

/* ── MARQUEE ──────────────────────────────────────────────────────── */
.mq {
  padding: 1.75rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, .01)
}

.mq::before,
.mq::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none
}

.mq::before {
  left: 0;
  background: linear-gradient(to right, var(--navy), transparent)
}

.mq::after {
  right: 0;
  background: linear-gradient(to left, var(--navy), transparent)
}

.mq-lbl {
  text-align: center;
  font-size: .7rem;
  font-family: 'Space Grotesk', sans-serif;
  color: var(--muted2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.1rem
}

.mq-track {
  display: flex;
  gap: 3rem;
  animation: mq 32s linear infinite;
  width: max-content
}

.mq-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--muted2);
  font-size: .8rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  white-space: nowrap
}

.mq-item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--border);
  border-radius: 50%;
  flex-shrink: 0
}

@keyframes mq {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

/* ── SERVICES ─────────────────────────────────────────────────────── */
.sg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden
}

.sc {
  background: var(--card);
  padding: 1.75rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: background .2s;
  position: relative;
  overflow: hidden
}

.sc::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1.5px solid transparent;
  transition: border-color .2s;
  pointer-events: none;
  border-radius: inherit
}

.sc:hover {
  background: #14203a
}

.sc:hover::after {
  border-color: rgba(255, 107, 43, .35)
}

.sico {
  width: 42px;
  height: 42px;
  background: rgba(255, 107, 43, .1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.sico svg {
  width: 20px;
  height: 20px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.stit {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .93rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2
}

.sdsc {
  font-size: .835rem;
  color: var(--muted);
  line-height: 1.65;
  flex: 1
}

.sarr {
  font-size: .75rem;
  color: var(--orange);
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  opacity: 0;
  transform: translateX(-5px);
  transition: all .2s
}

.sc:hover .sarr {
  opacity: 1;
  transform: translateX(0)
}

/* ── INDUSTRIES ───────────────────────────────────────────────────── */
.ind-sec {
  background: var(--navy2)
}

.itabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.25rem
}

.itab {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: .45rem 1.1rem;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  cursor: pointer;
  transition: all .2s
}

.itab.active,
.itab:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff
}

.icont {
  display: none
}

.icont.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  animation: fadeIn .3s ease
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.ihl {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 1.2rem;
  line-height: 1.2
}

.ipts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin-bottom: 1.65rem
}

.ipts li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.65
}

.ipts li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px
}

.ilnk {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .82rem
}

.ilnk:hover {
  text-decoration: underline
}

.ivis {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.6rem
}

.irow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 0;
  border-bottom: 1px solid var(--border)
}

.irow:last-child {
  border-bottom: none
}

.ilbl {
  font-size: .76rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.ival {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .93rem
}

.ival.up {
  color: #22c55e
}

.ival.or {
  color: var(--orange)
}

/* ── DIFFERENTIATORS ──────────────────────────────────────────────── */
.dg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem
}

.dc {
  padding: 2rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  transition: border-color .2s
}

.dc:hover {
  border-color: rgba(255, 107, 43, .3)
}

.dc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), transparent);
  opacity: 0;
  transition: opacity .2s
}

.dc:hover::before {
  opacity: 1
}

.dn {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 1.1rem;
  text-transform: uppercase
}

.dt {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .7rem
}

.dd {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.7
}

/* ── PROCESS ──────────────────────────────────────────────────────── */
.proc-sec {
  background: var(--navy2)
}

.psteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-top: 3.5rem;
  gap: 1rem
}

.psteps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), var(--orange), var(--border), transparent)
}

.pstep {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 .75rem
}

.pnum {
  width: 60px;
  height: 60px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--orange);
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 2;
  transition: all .3s;
  flex-shrink: 0
}

.pstep:hover .pnum {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 8px 24px rgba(255, 107, 43, .3)
}

.ptit {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .93rem;
  margin-bottom: .5rem
}

.ptxt {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.65
}

/* ── STATS BAND ───────────────────────────────────────────────────── */
.stat-sec {
  background: var(--orange);
  padding: 4.5rem 2rem
}

.stat-g {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center
}

.bn {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1
}

.bl {
  font-size: .8rem;
  color: rgba(255, 255, 255, .8);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin-top: .5rem
}

/* ── TESTIMONIALS SLIDER ──────────────────────────────────────────── */
.tw {
  overflow: hidden
}

.tt {
  display: flex;
  transition: transform .42s cubic-bezier(.4, 0, .2, 1);
  gap: 1.5rem
}

.tc{flex:0 0 calc(33.333% - 1rem);min-width:0;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .2s}

.tc:hover {
  border-color: rgba(255, 107, 43, .25)
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1.1rem
}

.star {
  width: 15px;
  height: 15px;
  fill: var(--orange);
  color: var(--orange)
}

.tq {
  font-size: .9rem;
  color: var(--text);
  line-height: 1.78;
  margin-bottom: 1.4rem;
  font-style: italic
}

.ta {
  display: flex;
  align-items: center;
  gap: .75rem
}

.av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: .8rem;
  color: #fff;
  flex-shrink: 0
}

.an {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .88rem
}

.ai2 {
  font-size: .75rem;
  color: var(--muted)
}

.cbtns {
  display: flex;
  gap: .65rem;
  align-items: center
}

.cb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all .2s
}

.cb:hover {
  background: var(--orange);
  border-color: var(--orange)
}

/* ── LOCATION BANNER ──────────────────────────────────────────────── */
.lbanner {
  background: linear-gradient(135deg, #0f1528, #111827);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 3rem 1rem;
  margin: 0 2rem;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}

.lbanner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 107, 43, .09), transparent 70%);
  pointer-events: none
}

.lb-in {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center
}

.lhl {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.2;
  margin-bottom: .9rem
}

.lsub {
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.78;
  margin-bottom: 1.65rem
}

.ppills {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.65rem
}

.pp {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .3rem .8rem;
  font-size: .74rem;
  font-weight: 600;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.lbtns {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem
}

.lfs {
  display: flex;
  flex-direction: column;
  gap: .9rem
}

.lf {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 12px
}

.lfic {
  width: 34px;
  height: 34px;
  background: rgba(255, 107, 43, .1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lfic svg {
  width: 16px;
  height: 16px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.lft {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: .2rem
}

.lfd {
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.55
}

/* ── BLOG ─────────────────────────────────────────────────────────── */
.bg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem
}

.bc {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transition: all .2s
}

.bc:hover {
  border-color: rgba(255, 107, 43, .35);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .3)
}

.btag {
  display: inline-block;
  background: rgba(255, 107, 43, .1);
  color: var(--orange);
  padding: .22rem .65rem;
  border-radius: 5px;
  font-size: .68rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  align-self: flex-start
}

.btit {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .93rem;
  line-height: 1.45;
  color: var(--text);
  flex: 1
}

.bmeta {
  font-size: .74rem;
  color: var(--muted2);
  margin-top: auto;
  font-family: 'Space Grotesk', sans-serif
}

.blnk {
  font-size: .78rem;
  color: var(--orange);
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

/* Blog listing page */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 1.75rem;
  max-width: 1440px;
  margin: 3rem auto 0;
  padding: 0 2rem 5rem
}

.bc-img{margin:-1.75rem -1.75rem .25rem;border-radius:16px 16px 0 0;overflow:hidden;aspect-ratio:16/9;background:var(--navy2)}
.bc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.bc:hover .bc-img img{transform:scale(1.05)}
.bc-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(255,107,43,.15) 1px,transparent 1px) 0 0/16px 16px,linear-gradient(135deg,var(--card),var(--navy2))}
.bc-img-ph i{font-size:2rem;color:rgba(255,107,43,.35)}

.bc-body {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  flex: 1
}

.bc-tag {
  display: inline-block;
  background: rgba(255, 107, 43, .1);
  color: var(--orange);
  padding: .2rem .6rem;
  border-radius: 5px;
  font-size: .68rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase
}

.bc-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text)
}

.bc-excerpt {
  font-size: .845rem;
  color: var(--muted);
  line-height: 1.65
}

.bc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--muted2);
  font-family: 'Space Grotesk', sans-serif;
  margin-top: auto
}

.bc-read {
  color: var(--orange);
  font-weight: 600
}

/* ── CONTACT / FORM ───────────────────────────────────────────────── */
.csec {
  background: var(--navy2);
  padding: 5.5rem 2rem
}

.cin {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4.5rem;
  align-items: start
}

.cdesc {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
  margin-bottom: 1.85rem
}

.cperks {
  display: flex;
  flex-direction: column;
  gap: .95rem
}

.cperk {
  display: flex;
  align-items: flex-start;
  gap: .8rem
}

.cpic {
  width: 36px;
  height: 36px;
  background: rgba(255, 107, 43, .1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cpic svg {
  width: 17px;
  height: 17px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cpt {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .18rem
}

.cpd {
  font-size: .79rem;
  color: var(--muted)
}

.cform {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 2.25rem
}

.ftit {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: .35rem
}

.fsubt {
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 1.75rem
}

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  margin-bottom: .9rem
}

.fg {
  display: flex;
  flex-direction: column;
  gap: .38rem;
  margin-bottom: .9rem
}

.fl {
  font-size: .77rem;
  font-weight: 600;
  color: var(--text);
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: .3px
}

.fl em {
  color: var(--orange);
  font-style: normal
}

.fi,
.fsel,
.fta {
  background: #0a0f1c;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: .72rem .95rem;
  color: var(--text);
  font-size: .855rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: all .2s;
  width: 100%;
  -webkit-appearance: none;
  appearance: none
}

.fi::placeholder,
.fta::placeholder {
  color: var(--muted2)
}

.fi:focus,
.fsel:focus,
.fta:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 43, .1)
}

.fsel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .95rem center;
  background-color: #0a0f1c;
  padding-right: 2.5rem;
  cursor: pointer
}

.fsel option {
  background: var(--card)
}

.fta {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6
}

.fchks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: .4rem
}

.fck {
  display: flex;
  align-items: center;
  gap: .55rem;
  cursor: pointer
}

.fck input {
  width: 15px;
  height: 15px;
  accent-color: var(--orange);
  cursor: pointer;
  flex-shrink: 0
}

.fck span {
  font-size: .79rem;
  color: var(--muted)
}

.fsub-btn {
  width: 100%;
  margin-top: 1.4rem;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: .95rem 2rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .3px;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem
}

.fsub-btn:hover {
  background: var(--oranged);
  transform: translateY(-2px)
}

.fsub-btn svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s
}

.fsub-btn:hover svg {
  transform: translateX(4px)
}

.fnote {
  font-size: .71rem;
  color: var(--muted2);
  text-align: center;
  margin-top: .8rem
}

.fsucc {
  display: none;
  text-align: center;
  padding: 2.5rem 0
}

.fsucc-ico {
  width: 56px;
  height: 56px;
  background: rgba(34, 197, 94, .12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem
}

.fsucc-ico svg {
  width: 26px;
  height: 26px;
  stroke: #22c55e;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.fsucc-t {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: .5rem
}

.fsucc-d {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.6
}

/* ── CTA SECTIONS ─────────────────────────────────────────────────── */
.cta-sec {
  border-top: 1px solid var(--border);
  text-align: center;
  padding: 5.5rem 2rem;
  background: radial-gradient(ellipse 80% 80% at 50% 100%, rgba(255, 107, 43, .08), transparent)
}

.cta-hl {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 1.15rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.cta-sub {
  color: var(--muted);
  max-width: 440px;
  margin: 0 auto 2.25rem;
  font-size: .94rem;
  line-height: 1.7
}

.cta-form {
  display: flex;
  gap: .7rem;
  max-width: 420px;
  margin: 0 auto;
  flex-wrap: nowrap
}

.cta-inp {
  flex: 1;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: .8rem 1.4rem;
  color: var(--text);
  font-size: .87rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color .2s
}

.cta-inp:focus {
  border-color: var(--orange)
}

.cta-inp::placeholder {
  color: var(--muted2)
}

.cta-strip {
  background: var(--orange);
  padding: 4.5rem 2rem;
  text-align: center
}

.cta-strip h2 {
  color: #fff;
  margin-bottom: .75rem;
  font-family: 'Plus Jakarta Sans', sans-serif
}

.cta-strip p {
  color: rgba(255, 255, 255, .85);
  font-size: .95rem;
  margin-bottom: 2rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq-sec {
  padding: 5.5rem 2rem;
  background: var(--navy2)
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 13px;
  overflow: hidden;
  transition: border-color .2s
}

.faq-item.open {
  border-color: rgba(255, 107, 43, .3)
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .92rem;
  color: var(--text);
  user-select: none;
  line-height: 1.3
}

.faq-q:hover {
  background: rgba(255, 255, 255, .02)
}

.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 107, 43, .1);
  border: 1px solid rgba(255, 107, 43, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .25s
}

.faq-icon svg {
  width: 12px;
  height: 12px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2.5;
  transition: transform .25s
}

.faq-item.open .faq-icon {
  background: var(--orange)
}

.faq-item.open .faq-icon svg {
  stroke: #fff;
  transform: rotate(45deg)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease
}

.faq-item.open .faq-a {
  max-height: 350px
}

.faq-a-inner {
  padding: 0 1.5rem 1.35rem;
  font-size: .865rem;
  color: var(--muted);
  line-height: 1.78;
  border-top: 1px solid var(--border)
}

.faq-a-inner p {
  padding-top: 1rem
}

/* ── PAGE HEROES ──────────────────────────────────────────────────── */
.page-hero,
.ph {
  padding: 130px 2rem 70px;
  text-align: center;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 107, 43, .08), transparent 70%)
}

.ph h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 1.2rem
}

.ph-sub {
  color: var(--muted);
  font-size: 1rem;
  max-width: 580px;
  margin: .75rem auto 2rem;
  line-height: 1.8
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: var(--muted2);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  justify-content: center
}

.breadcrumb a {
  color: var(--muted2);
  text-decoration: none
}

.breadcrumb a:hover {
  color: var(--orange)
}

/* ── METRICS BAR ──────────────────────────────────────────────────── */
.metrics-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  max-width: 1440px;
  margin: 2rem auto 4rem
}

.mb-item {
  background: var(--card);
  padding: 1.75rem 1.5rem;
  text-align: center
}

.mb-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--orange);
  line-height: 1
}

.mb-lbl {
  font-size: .75rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif;
  margin-top: .5rem;
  line-height: 1.4
}

.metrics-bar-wrap {
  padding: 0 2rem;
  margin-bottom: 3rem
}

/* ── INDUSTRY / LOCATION / CMS PAGES ─────────────────────────────── */
.ind-hero,
.loc-hero,
.cms-hero,
.svc-hero {
  padding: 130px 2rem 70px;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 107, 43, .07), transparent 70%)
}

.ind-badge,
.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 107, 43, .1);
  border: 1px solid rgba(255, 107, 43, .2);
  color: var(--orange);
  padding: .32rem .85rem;
  border-radius: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 1.1rem
}

.ind-body,
.loc-body {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start
}

.ind-body h2,
.loc-body h2,
.cs-body h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 1rem;
  margin-top: 2.5rem
}

.ind-body h2:first-child,
.loc-body h2:first-child,
.cs-body h2:first-child {
  margin-top: 0
}

.ind-body p,
.loc-body p,
.cs-body p {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.85;
  margin-bottom: 1.1rem
}

.ind-body ul,
.loc-body ul,
.cs-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-bottom: 1.5rem
}

.ind-body ul li,
.loc-body ul li,
.cs-body ul li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .875rem;
  color: var(--muted)
}

.ind-body ul li::before,
.loc-body ul li::before,
.cs-body ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 9px
}

.ind-body h3,
.loc-body h3,
.cs-body h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.75rem 0 .75rem
}

.ind-body ol,
.loc-body ol,
.cs-body ol {
  margin: 0 0 1.5rem 1.2rem;
  padding: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.85
}

.ind-body ol li,
.loc-body ol li,
.cs-body ol li {
  margin-bottom: .4rem
}

.ind-body blockquote,
.loc-body blockquote,
.cs-body blockquote {
  border-left: 3px solid var(--orange);
  background: var(--card);
  padding: 1rem 1.25rem;
  margin: 0 0 1.5rem;
  border-radius: 0 10px 10px 0;
  color: var(--text);
  font-style: italic
}

/* ── Rich-text tables (TinyMCE) ───────────────────────────────────── */
.ind-body table,
.loc-body table,
.cs-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.75rem;
  font-size: .87rem;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--border)
}

.ind-body table th,
.loc-body table th,
.cs-body table th {
  background: var(--card2);
  color: var(--text);
  font-weight: 700;
  text-align: left;
  padding: .7rem .9rem;
  border-bottom: 2px solid var(--border)
}

.ind-body table td,
.loc-body table td,
.cs-body table td {
  padding: .65rem .9rem;
  border-bottom: 1px solid var(--border);
  color: var(--muted)
}

.ind-body table tr:last-child td,
.loc-body table tr:last-child td,
.cs-body table tr:last-child td {
  border-bottom: none
}

.ind-body table tr:nth-child(even) td,
.loc-body table tr:nth-child(even) td,
.cs-body table tr:nth-child(even) td {
  background: rgba(255, 255, 255, .02)
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: sticky;
  top: 90px
}

.sb-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.4rem
}

.sb-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: 1rem
}

.sb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .55rem 0;
  border-bottom: 1px solid var(--border)
}

.sb-row:last-child {
  border-bottom: none
}

.sb-lbl {
  font-size: .75rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.sb-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .85rem
}

.sb-val.g {
  color: var(--green)
}

.sb-val.o {
  color: var(--orange)
}

.related-sec {
  background: var(--navy2);
  padding: 4rem 2rem
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1440px;
  margin: 1.5rem auto 0
}

.rel-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden
}

.rel-card:hover {
  border-color: rgba(255, 107, 43, .3);
  transform: translateY(-3px)
}

.rel-thumb {
  width: 100%;
  height: 110px;
  background: radial-gradient(circle, rgba(255, 107, 43, .15) 1px, transparent 1px) 0 0/16px 16px, linear-gradient(135deg, var(--card), var(--navy2));
  border-bottom: 1px solid var(--border)
}

.rel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.rel-body {
  padding: 1.1rem 1.25rem
}

.rel-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: .3rem;
  color: var(--text)
}

.rel-stat {
  font-size: .75rem;
  color: var(--green);
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

/* Location specific */
.loc-body {
  grid-template-columns: 1fr 300px
}

.industries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: 2.5rem
}

.ind-pill {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: .7rem .9rem;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .2s;
  font-family: 'Space Grotesk', sans-serif;
  display: block
}

.ind-pill:hover {
  border-color: rgba(255, 107, 43, .3);
  color: var(--orange)
}

/* CMS specific */
.cms-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 5rem
}

.cms-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 2rem
}

.cms-pill {
  background: rgba(59, 130, 246, .08);
  border: 1px solid rgba(59, 130, 246, .2);
  color: var(--blue);
  padding: .3rem .8rem;
  border-radius: 6px;
  font-size: .73rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

.cms-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 1.5rem
}

.cc-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: .7rem
}

.cc-icon {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px
}

.cc-text {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.55
}

/* Service pages */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
  align-items: start
}

.svc-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 1.5rem 0 2rem
}

.svc-points li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .895rem;
  color: var(--muted);
  line-height: 1.65
}

.svc-points li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 9px
}

.svc-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 2rem;
  position: sticky;
  top: 90px
}

.sv-stat {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .9rem 1rem;
  margin-bottom: .75rem
}

.sv-stat-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -.5px;
  color: var(--orange)
}

.sv-stat-lbl {
  font-size: .72rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif;
  margin-top: .2rem
}

/* ── CASE STUDIES ─────────────────────────────────────────────────── */
.cs-hero {
  padding: 130px 2rem 60px;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 107, 43, .07), transparent 70%)
}

.cs-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 5rem
}

.cs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}

.sidebar-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem
}

.sc-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .93rem;
  margin-bottom: 1.1rem;
  color: var(--text)
}

.sc-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  padding: .6rem 0;
  border-bottom: 1px solid var(--border)
}

.sc-row:last-child {
  border-bottom: none
}

.sc-lbl {
  font-size: .76rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.sc-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .86rem;
  text-align: right
}

.sc-val.green {
  color: var(--green)
}

.sc-val.orange {
  color: var(--orange)
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.svc-pill {
  background: rgba(255, 107, 43, .08);
  border: 1px solid rgba(255, 107, 43, .15);
  color: var(--orange);
  padding: .38rem .85rem;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

.cta-card {
  background: linear-gradient(135deg, rgba(255, 107, 43, .15), rgba(255, 107, 43, .05));
  border: 1px solid rgba(255, 107, 43, .3);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center
}

.cta-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: .65rem
}

.cta-card p {
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  line-height: 1.65
}

.callout {
  background: var(--card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0
}

.callout p {
  color: var(--text);
  font-size: .92rem;
  font-style: italic;
  margin-bottom: 0
}

.callout-source {
  font-size: .78rem;
  color: var(--orange);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin-top: .5rem;
  display: block;
  font-style: normal
}

/* CS Index */
.cs-section {
  padding: 3rem 2rem 5rem
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.75rem;
  max-width: 1440px;
  margin: 0 auto
}

.cs-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: all .25s
}

.cs-card:hover {
  border-color: rgba(255, 107, 43, .35);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35)
}

.cs-card.hidden {
  display: none
}

.cs-header {
  padding: 1.5rem 1.5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem
}

.cs-industry-badge {
  display: inline-flex;
  align-items: center;
  padding: .3rem .75rem;
  border-radius: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px
}

.cs-result-badge {
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
  color: var(--green);
  padding: .3rem .75rem;
  border-radius: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap
}

.cs-body {
  padding: 1.25rem 1.5rem;
  flex: 1
}

.cs-client {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: .35rem
}

.cs-location {
  font-size: .78rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: .4rem
}

.cs-location svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

.cs-challenge {
  font-size: .855rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1.25rem
}

.cs-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  margin-bottom: 1.25rem
}

.cs-metric {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: .75rem .6rem;
  text-align: center
}

.cs-metric-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -.5px;
  color: var(--orange)
}

.cs-metric-lbl {
  font-size: .65rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif;
  margin-top: .15rem;
  line-height: 1.3
}

.cs-services {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem
}

.cs-svc {
  background: rgba(255, 107, 43, .07);
  border: 1px solid rgba(255, 107, 43, .12);
  color: var(--orange);
  padding: .2rem .55rem;
  border-radius: 5px;
  font-size: .67rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

.cs-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cs-read {
  font-size: .8rem;
  color: var(--orange);
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif
}

.cs-time {
  font-size: .72rem;
  color: var(--muted2)
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem
}

.meta-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .83rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.meta-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round
}

.industry-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 107, 43, .1);
  border: 1px solid rgba(255, 107, 43, .2);
  color: var(--orange);
  padding: .32rem .85rem;
  border-radius: 6px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 1.25rem
}

/* ── TESTIMONIALS PAGE ────────────────────────────────────────────── */
.filter-sec,
.filter-section {
  padding: 2rem 2rem 0
}

.ftabs,
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 1440px;
  margin: 0 auto
}

.ftab,
.ft {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: .42rem 1.1rem;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  cursor: pointer;
  transition: all .2s
}

.ftab.active,
.ftab:hover,
.ft.active,
.ft:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff
}

.t-section {
  padding: 3rem 2rem 5rem
}

.t-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 1.75rem;
  max-width: 1440px;
  margin: 0 auto
}

.t-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color .2s;
  display: flex;
  flex-direction: column
}

.t-card:hover {
  border-color: rgba(255, 107, 43, .3)
}

.t-card.hidden {
  display: none
}

.quote {
  font-size: .93rem;
  color: var(--text);
  line-height: 1.8;
  font-style: italic;
  flex: 1;
  margin-bottom: 1.5rem
}

.result-bar {
  background: rgba(255, 107, 43, .08);
  border: 1px solid rgba(255, 107, 43, .15);
  border-radius: 8px;
  padding: .6rem .9rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.result-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--orange)
}

.result-lbl {
  font-size: .73rem;
  color: var(--muted);
  font-family: 'Space Grotesk', sans-serif
}

.author {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: auto
}

.ai {
  font-size: .76rem;
  color: var(--muted)
}

.stats-band {
  background: var(--orange);
  padding: 3.5rem 2rem
}

.stats-grid,
.sg-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center
}

.sb-n,
.sn {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1
}

.sb-l,
.sl {
  font-size: .8rem;
  color: rgba(255, 255, 255, .8);
  font-family: 'Space Grotesk', sans-serif;
  margin-top: .4rem;
  font-weight: 600
}

/* ── ABOUT PAGE ───────────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 2rem
}

.about-grid h2 {
  font-size: 2rem;
  letter-spacing: -.5px;
  margin-bottom: 1.25rem
}

.about-grid p {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.85;
  margin-bottom: 1rem
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem 5rem
}

.val-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 2rem;
  transition: border-color .2s
}

.val-card:hover {
  border-color: rgba(255, 107, 43, .3)
}

.val-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 1rem;
  text-transform: uppercase
}

.val-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: .65rem
}

.val-text {
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.7
}

/* ── CONTACT PAGE ─────────────────────────────────────────────────── */
.contact-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start
}

.cl h2 {
  font-size: 1.8rem;
  letter-spacing: -.5px;
  margin-bottom: 1rem
}

.cl p {
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.8;
  margin-bottom: 2rem
}

.perks {
  display: flex;
  flex-direction: column;
  gap: 1.1rem
}

.perk {
  display: flex;
  align-items: flex-start;
  gap: .85rem
}

.pico {
  width: 38px;
  height: 38px;
  background: rgba(255, 107, 43, .1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.pico svg {
  width: 18px;
  height: 18px;
  stroke: var(--orange);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.pt {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .18rem
}

.pd {
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.55
}

/* ── DYNAMIC PAGE (CMS) ───────────────────────────────────────────── */
.sg-section {
  padding: 5rem 2rem
}

.sec-sub {
  color: var(--muted);
  max-width: 580px;
  line-height: 1.75;
  margin: .5rem 0 2rem
}

.rel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: .85rem
}

.rel-arr {
  color: var(--orange);
  flex-shrink: 0
}

/* ── FOOTER ───────────────────────────────────────────────────────── */
/* footer {
  background: var(--navy2);
  border-top: 1px solid var(--border);
  padding: 3.5rem 2rem 1.75rem
}

.fi2 {
  max-width: 1440px;
  margin: 0 auto
}

.fg2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem
}





.fct {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 1.1rem
}

.fls {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .55rem
}

.fls a {
  color: var(--muted);
  text-decoration: none;
  font-size: .83rem;
  transition: color .2s
}

.fls a:hover {
  color: var(--orange)
}

.f-contact-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--muted);
  text-decoration: none;
  font-size: .84rem;
  transition: color .2s;
  margin-bottom: .5rem
}

.f-contact-row:hover {
  color: var(--orange)
}

.f-contact-row svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0
}

.f-social-row {
  display: flex;
  gap: .65rem
}

.f-social-btn {
  width: 34px;
  height: 34px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: all .2s;
  text-decoration: none
}

.f-social-btn:hover {
  border-color: var(--orange);
  color: var(--orange)
}

.f-social-btn svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

.footer-mid {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2rem 0;
  margin-bottom: 1.75rem
}

.footer-mid-in {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem
}

.fbot {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem
}

.fcopy,
.fmade {
  font-size: .76rem;
  color: var(--muted2);
  font-family: 'Space Grotesk', sans-serif
} */

/* ── REVEAL ANIMATION — SAFE VERSION ─────────────────────────────── */
/* Elements start visible — only animate if JS loads and observer fires */
.rv {
  opacity: 1;
  transform: translateY(0)
}

@media(prefers-reduced-motion:no-preference) {
  .rv-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .55s ease, transform .55s ease
  }

  .rv-anim.vis {
    opacity: 1;
    transform: translateY(0)
  }

  .d1 {
    transition-delay: .1s
  }

  .d2 {
    transition-delay: .2s
  }

  .d3 {
    transition-delay: .3s
  }

  .d4 {
    transition-delay: .4s
  }
}

/* ── RESPONSIVE ───────────────────────────────────────────────────── */
@media(max-width:1100px) {
  .sg {
    grid-template-columns: repeat(2, 1fr)
  }

  .dg {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:900px) {
  .nav-links {
    display: none
  }

  .hbg {
    display: flex
  }

  section {
    padding: 4rem 1.5rem
  }

  .hero-in {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .hero {
    padding: 100px 1.5rem 60px;
    min-height: auto
  }

  .dg {
    grid-template-columns: 1fr
  }

  .psteps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }

  .psteps::before {
    display: none
  }

  .stat-g {
    grid-template-columns: 1fr 1fr
  }

  .fg2 {
    grid-template-columns: 1fr 1fr;
    gap: 2rem
  }

  .icont.active {
    grid-template-columns: 1fr
  }

  .lb-in {
    grid-template-columns: 1fr
  }

  .lbanner {
    padding: 2.25rem 2rem;
    margin: 1rem 1.5rem
  }

  .bg-grid {
    grid-template-columns: 1fr 1fr
  }

  .cin {
    grid-template-columns: 1fr;
    gap: 3rem
  }

  .tc{flex:0 0 calc(100% - 1rem);min-width:0}

  .ind-body,
  .loc-body {
    grid-template-columns: 1fr
  }

  .sidebar {
    position: static
  }

  .cs-layout {
    grid-template-columns: 1fr
  }

  .metrics-bar {
    grid-template-columns: 1fr 1fr
  }

  .related-grid {
    grid-template-columns: 1fr 1fr
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .values-grid {
    grid-template-columns: 1fr 1fr
  }

  .contact-wrap {
    grid-template-columns: 1fr;
    gap: 3rem
  }

  .svc-grid {
    grid-template-columns: 1fr
  }

  .svc-visual {
    position: static
  }

  .faq-grid {
    grid-template-columns: 1fr
  }

  .sg {
    grid-template-columns: 1fr 1fr
  }

  .stats-band {
    padding: 2.5rem 1.5rem
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:600px) {
  section {
    padding: 3.5rem 1.25rem
  }

  h1 {
    letter-spacing: -1px
  }

  .hero {
    padding: 88px 1.25rem 50px
  }

  .hbtns {
    gap: .6rem
  }

  .hstats {
    gap: 1.25rem
  }

  .hs-div {
    display: none
  }

  .psteps {
    grid-template-columns: 1fr
  }

  .stat-g {
    grid-template-columns: 1fr 1fr
  }

  .fg2 {
    grid-template-columns: 1fr
  }

  .lbanner {
    padding: 1.75rem 1.25rem;
    margin: 1rem;
  }

  .bg-grid {
    grid-template-columns: 1fr;
  }

  .cta-form {
    flex-direction: column;
    gap: .6rem
  }

  .cta-form .bp {
    text-align: center
  }

  .frow {
    grid-template-columns: 1fr
  }

  .fchks {
    grid-template-columns: 1fr
  }

  .t-grid {
    grid-template-columns: 1fr
  }

  .cs-grid {
    grid-template-columns: 1fr
  }

  .metrics-bar {
    grid-template-columns: 1fr 1fr
  }

  .values-grid {
    grid-template-columns: 1fr
  }

  .sg {
    grid-template-columns: 1fr
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr
  }

  .nav-inner {
    padding: 0 1.25rem
  }

  .cms-checklist {
    grid-template-columns: 1fr
  }

  .related-grid {
    grid-template-columns: 1fr
  }

  .rel-grid {
    grid-template-columns: 1fr
  }

  .industries-grid {
    grid-template-columns: 1fr
  }

  /* .footer-mid-in {
    flex-direction: column;
    gap: 1.5rem
  } */
   .csec {
    padding: 3rem 0.5rem
   }
   .cform{
    padding: 1rem;
   }
}

@media(max-width:400px) {
  .stat-g {
    grid-template-columns: 1fr    
  }

  .stats-grid {
    grid-template-columns: 1fr
  }

  .metrics-bar {
    grid-template-columns: 1fr
  }
}

/* ── SERVICE PAGE COMPONENTS ─────────────────────────────────────── */
.trust-bar {
  padding: 1.1rem 2rem;
  background: var(--navy2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center
}

.trust-bar span {
  font-size: .72rem;
  color: var(--muted2);
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase
}

.steps-sec {
  padding: 5rem 2rem;
  max-width: 1440px;
  margin: 0 auto
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem
}

.step-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  transition: border-color .2s
}

.step-card:hover {
  border-color: rgba(255, 107, 43, .3)
}

.step-card i {
  font-size: 1.5rem;
  color: var(--orange)
}

.step-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: rgba(255, 107, 43, .35);
  margin: .5rem 0 .35rem
}

.step-title {
  font-size: .85rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4
}

.split-block {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center
}

.split-block.reversed .split-text {
  order: 2
}

.split-block.reversed .split-visual {
  order: 1
}

.split-text h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -.5px;
  margin-bottom: 1rem
}

.split-text p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.5rem
}

.split-visual {
  background: radial-gradient(circle, rgba(255, 107, 43, .15) 1px, transparent 1px) 0 0/16px 16px, linear-gradient(135deg, var(--card), var(--navy2));
  border: 1px solid var(--border);
  border-radius: 16px;
  min-height: 280px;
  overflow: hidden
}

.split-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.fsec {
  padding: 5.5rem 2rem;
  background: var(--navy2)
}

.fsec h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -.7px;
  margin-bottom: .75rem
}

.features-grid {
  max-width: 1440px;
  margin: 2.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem
}

.feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  transition: border-color .2s
}

.feature-card:hover {
  border-color: rgba(255, 107, 43, .3)
}

.ftitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: .5rem
}

.fdesc {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.6
}

.why-sec {
  padding: 5.5rem 2rem;
  max-width: 1440px;
  margin: 0 auto
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: center
}

.why-visual {
  background: radial-gradient(circle, rgba(255, 107, 43, .15) 1px, transparent 1px) 0 0/16px 16px, linear-gradient(135deg, var(--card), var(--navy2));
  border: 1px solid var(--border);
  border-radius: 16px;
  min-height: 320px;
  overflow: hidden
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-grid h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -.6px;
  margin-bottom: 1.5rem
}

.why-points {
  display: flex;
  flex-direction: column;
  gap: 1.1rem
}

.why-point {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65
}

.why-point i {
  color: var(--green, #22c55e);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: .15rem
}

.why-point strong {
  color: var(--text)
}

.pricing-sec {
  padding: 5.5rem 2rem;
  background: var(--navy2)
}

.pricing-sec h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -.7px
}

.pricing-grid {
  max-width: 1100px;
  margin: 2.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch
}

.pricing-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative
}

.pricing-card.popular {
  border-color: var(--orange);
  transform: scale(1.03)
}

.popular-badge {
  position: absolute;
  top: -.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  padding: .3rem .9rem;
  border-radius: 20px;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px
}

.pname {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .95rem
}

.pprice {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  color: var(--orange);
  margin: .75rem 0
}

.pprice span {
  font-size: .75rem;
  color: var(--muted);
  font-weight: 500
}

.pfeat {
  list-style: none;
  text-align: left;
  font-size: .82rem;
  color: var(--muted);
  line-height: 2.1;
  margin: .5rem 0 1.5rem;
  flex-grow: 1
}

.pfeat li {
  padding-left: 1.3rem;
  position: relative
}

.pfeat li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green, #22c55e);
  font-weight: 700
}

@media(max-width:900px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr
  }

  .split-block,
  .split-block.reversed {
    grid-template-columns: 1fr
  }

  .split-block.reversed .split-text {
    order: 1
  }

  .split-block.reversed .split-visual {
    order: 2
  }

  .features-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-grid {
    grid-template-columns: 1fr
  }

  .pricing-grid {
    grid-template-columns: 1fr
  }

  .pricing-card.popular {
    transform: none
  }
}

@media(max-width:400px) {

  .steps-grid,
  .features-grid {
    grid-template-columns: 1fr
  }
}

/* ── UTILITY ──────────────────────────────────────────────────────── */
.text-center {
  text-align: center
}

.mt-auto {
  margin-top: auto
}

.hidden {
  display: none
}

img {
  max-width: 100%;
  height: auto
}

a {
  color: inherit
}

/* ═══════════════════════════════════════════════════════════════════
   HOMEPAGE PREMIUM REDESIGN — additive only.
   Everything below is scoped to homepage-exclusive classes (safe to
   restyle directly since no other template uses them) OR nested under
   `.lg-home` when the base class (.cta-strip, .faq-sec, .cform, .fi,
   .bp, .bg2, .ey, section, .si …) is shared with other pages, so
   /about, /contact, /services/*, /blog, /case-studies, /locations,
   /industries and the admin panel are completely unaffected.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Scoped shared-class polish (homepage only) ──────────────────── */
.lg-home .cta-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--orange), var(--oranged))
}

.lg-home .cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .16), transparent 55%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, .1), transparent 50%);
  pointer-events: none
}

.lg-home .cta-strip h2,
.lg-home .cta-strip p,
.lg-home .cta-strip .btn-white {
  position: relative;
  z-index: 1
}

.lg-home .faq-sec {
  background: linear-gradient(180deg, var(--navy2), var(--navy))
}

.lg-home .faq-item {
  transition: border-color .2s, transform .2s
}

.lg-home .faq-item:hover {
  border-color: rgba(255, 107, 43, .28)
}

.lg-home .cform {
  position: relative
}

.lg-home .cform::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  border-radius: 18px 18px 0 0
}

.lg-home .fi:focus,
.lg-home .fsel:focus,
.lg-home .fta:focus {
  box-shadow: 0 0 0 4px rgba(255, 107, 43, .12)
}

/* ── Section eyebrow "pill" treatment (wraps existing .ey, unchanged elsewhere) ── */
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 107, 43, .08);
  border: 1px solid rgba(255, 107, 43, .18);
  padding: .35rem .9rem;
  border-radius: 50px;
  margin-bottom: .85rem !important
}

.sec-badge.sb-center {
  margin-left: auto;
  margin-right: auto
}

.sb-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  animation: pulse 2.4s infinite
}

/* ── Hero: decorative glow + mesh (pure CSS, no new images) ──────── */
.lg-home .hero {
  position: relative;
  overflow: hidden
}

.lg-home .hero-in {
  position: relative;
  z-index: 1
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  opacity: .55
}

.hero-glow.hg1 {
  width: 480px;
  height: 480px;
  top: -160px;
  right: -120px;
  background: radial-gradient(circle, rgba(59, 130, 246, .35), transparent 70%)
}

.hero-glow.hg2 {
  width: 420px;
  height: 420px;
  bottom: -180px;
  left: -140px;
  background: radial-gradient(circle, rgba(255, 107, 43, .3), transparent 70%)
}

@media(prefers-reduced-motion:reduce) {
  .sb-dot {
    animation: none
  }
}

/* Faux analytics-graphic shown in the hero visual slot when no video is set */
.hero-mock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.5rem
}

.hmock-bars {
  display: flex;
  align-items: flex-end;
  gap: .85rem;
  height: 220px;
  width: 100%;
  max-width: 340px
}

.hmock-bars span {
  flex: 1;
  height: var(--h, 40%);
  background: linear-gradient(180deg, var(--orange), rgba(255, 107, 43, .25));
  border-radius: 6px 6px 0 0;
  transform: scaleY(0);
  transform-origin: bottom;
  animation: hmockGrow .8s cubic-bezier(.2, .8, .2, 1) forwards
}

.hmock-bars span:nth-child(1) {
  animation-delay: .05s
}

.hmock-bars span:nth-child(2) {
  animation-delay: .12s
}

.hmock-bars span:nth-child(3) {
  animation-delay: .19s
}

.hmock-bars span:nth-child(4) {
  animation-delay: .26s
}

.hmock-bars span:nth-child(5) {
  animation-delay: .33s
}

.hmock-bars span:nth-child(6) {
  animation-delay: .4s
}

.hmock-bars span:nth-child(7) {
  animation-delay: .47s
}

@keyframes hmockGrow {
  to {
    transform: scaleY(1)
  }
}

@media(prefers-reduced-motion:reduce) {
  .hmock-bars span {
    animation: none;
    transform: scaleY(1)
  }
}

/* ── Spotlight cursor-follow hover (Stripe/Linear-style micro-interaction) ── */
.spot {
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.spot:hover {
  background-image: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 107, 43, .10), transparent 60%)
}

a.spot.bp:hover {
  background-image: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .18), transparent 60%), linear-gradient(0deg, var(--oranged), var(--oranged))
}

/* ── Homepage-exclusive component polish ─────────────────────────── */
.sc:hover,
.dc:hover,
.bc:hover,
.vt-card:hover .vt-frame {
  transform: translateY(-5px)
}

.dc:hover {
  box-shadow: 0 20px 44px rgba(0, 0, 0, .28)
}

.tc {
  position: relative
}

.tq-mark {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 26px;
  height: 26px;
  fill: rgba(255, 107, 43, .16)
}

/* ── Testimonial slider nav buttons (reuses existing .cbtns/.cb) ─── */
.lg-home .cbtns {
  margin-top: 2rem
}

/* ── Client Video Testimonials (new section) ─────────────────────── */
.vt-sec {
  background: var(--navy2)
}

.vt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem
}

.vt-card {
  display: flex;
  flex-direction: column;
  gap: .9rem
}

.vt-frame {
  aspect-ratio: 16/10
}

.vt-meta {
  padding: 0 .25rem
}

.vt-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: .92rem
}

.vt-role {
  font-size: .76rem;
  color: var(--orange);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: .5rem
}

.vt-quote {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.6;
  font-style: italic
}

/* ── Featured Case Study (was inline-styled; now a reusable block) ── */
.fcase-sec {
  padding: 2rem 2rem 4rem
}

.fcase-in{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:2rem;align-items:center}

/* ── Responsive ───────────────────────────────────────────────────── */
@media(max-width:900px) {
  .vt-grid {
    grid-template-columns: 1fr 1fr
  }

  .fcase-in {
    grid-template-columns: 1fr
  }

  .hero-glow {
    display: none
  }
}

@media(max-width:600px) {
  .vt-grid {
    grid-template-columns: 1fr
  }

  .hmock-bars {
    height: 160px
  }
}

/* ── CONTACT PAGE — mobile responsive fix (pre-existing bug) ─────────
   The 2-column layout (info card + form) was set via an inline style
   with no responsive override, so it never stacked on mobile. Inline
   styles beat external CSS specificity, so !important is required
   here to override it responsively — this rule ONLY targets the new
   .ct-grid class added to that single div in templates/contact.php.
   Nothing else on the Contact page (or any other page) is affected. */
@media(max-width:700px) {
  .ct-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 0 1.25rem 3.5rem !important
  }
}

/* ══════════════════════════════════════════════════════════════════
   CONTACT PAGE — premium redesign. Everything below is scoped under
   .lg-contact (templates/contact.php) and shares no class names with
   .lg-home, so no other page is affected in any way.
   ══════════════════════════════════════════════════════════════════ */

.lg-contact .ctp-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -.8px;
  margin-bottom: .75rem
}

.lg-contact .ctp-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 107, 43, .1);
  border: 1px solid rgba(255, 107, 43, .3);
  color: var(--orange);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 1.5rem
}

.lg-contact .ctp-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 43, .25)
}

.lg-contact .ctp-btn-lg {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 1.8rem;
  font-size: .95rem
}

.lg-contact .ctp-btn-lg i {
  font-size: 1.05rem
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.lg-contact .ctp-hero {
  position: relative;
  padding: 8rem 2rem 6rem;
  overflow: hidden;
  text-align: center
}

.lg-contact .ctp-hero-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255, 107, 43, .16) 0%, rgba(255, 107, 43, 0) 65%);
  pointer-events: none;
  z-index: 0
}

.lg-contact .ctp-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 40%, transparent 100%);
  pointer-events: none;
  z-index: 0
}

.lg-contact .ctp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto
}

.lg-contact .ctp-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 3.4rem;
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin-bottom: 1.25rem
}

.lg-contact .ctp-sub {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 2rem
}

.lg-contact .ctp-sub-center {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto
}

.lg-contact .ctp-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 2.25rem
}

.lg-contact .ctp-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .5rem .9rem;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--border);
  font-size: .78rem;
  color: var(--text)
}

.lg-contact .ctp-trust-chip i {
  color: var(--orange);
  font-size: .95rem
}

.lg-contact .ctp-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.75rem
}

.lg-contact .ctp-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-size: .85rem;
  color: var(--muted)
}

.lg-contact .ctp-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--amber);
  font-size: .85rem
}

/* ── Contact info + form ──────────────────────────────────────────── */
.lg-contact .ctp-main {
  padding: 0 2rem 6rem
}

.lg-contact .ctp-main-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.3fr;
  gap: 1.75rem;
  align-items: start
}

.lg-contact .ctp-info {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.lg-contact .ctp-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.35rem 1.5rem;
  transition: border-color .2s, transform .2s
}

.lg-contact .ctp-card:hover {
  border-color: rgba(255, 107, 43, .35);
  transform: translateY(-2px)
}

.lg-contact .ctp-card-icon {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--orange), var(--oranged));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem
}

.lg-contact .ctp-card-body {
  flex: 1;
  min-width: 0
}

.lg-contact .ctp-card-lbl {
  font-size: .74rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: .25rem
}

.lg-contact .ctp-card-val {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  text-decoration: none
}

a.ctp-card-val:hover {
  color: var(--orange)
}

.lg-contact .ctp-card-sub {
  font-size: .78rem;
  color: var(--muted2);
  margin-top: .15rem
}

.lg-contact .ctp-card-chev {
  flex: none;
  color: var(--muted2);
  font-size: 1.1rem
}

.lg-contact .ctp-form-col .cform {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2.5rem
}

/* ── Why Choose Us ────────────────────────────────────────────────── */
.lg-contact .ctp-why {
  padding: 6rem 2rem;
  background: var(--navy2)
}

.lg-contact .ctp-why-head {
  max-width: 640px;
  margin: 0 auto 3rem;
  text-align: center
}

.lg-contact .ctp-why-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem
}

.lg-contact .ctp-why-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 2rem;
  transition: transform .25s, border-color .25s, box-shadow .25s
}

.lg-contact .ctp-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 107, 43, .4);
  box-shadow: 0 20px 40px -20px rgba(255, 107, 43, .25)
}

.lg-contact .ctp-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 107, 43, .12);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  transition: background .25s, color .25s
}

.lg-contact .ctp-why-card:hover .ctp-why-icon {
  background: var(--orange);
  color: #fff
}

.lg-contact .ctp-why-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  margin-bottom: .5rem
}

.lg-contact .ctp-why-desc {
  font-size: .87rem;
  line-height: 1.6;
  color: var(--muted)
}

/* ── Stats ────────────────────────────────────────────────────────── */
.lg-contact .ctp-stats {
  padding: 4.5rem 2rem
}

.lg-contact .ctp-stats-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
  padding-top: 2rem
}

.lg-contact .ctp-stats-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--amber))
}

.lg-contact .ctp-stat {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background: var(--card);
  border: 1px solid var(--border)
}

.lg-contact .ctp-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 107, 43, .12);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin: 0 auto .9rem
}

.lg-contact .ctp-stat-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: -.5px
}

.lg-contact .ctp-stat-lbl {
  font-size: .78rem;
  color: var(--muted);
  margin-top: .25rem
}

/* ── Office Location / Map ───────────────────────────────────────── */
.lg-contact .ctp-map {
  padding: 5rem 2rem
}

.lg-contact .ctp-map-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2rem;
  align-items: stretch
}

.lg-contact .ctp-map-img {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 320px
}

.lg-contact .ctp-map-img img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .4s
}

.lg-contact .ctp-map-img:hover img {
  transform: scale(1.04)
}

.lg-contact .ctp-map-pin {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.1rem;
  border-radius: 999px;
  background: rgba(10, 14, 26, .85);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: .82rem;
  font-weight: 600
}

.lg-contact .ctp-map-pin i {
  color: var(--orange)
}

.lg-contact .ctp-map-panel {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.lg-contact .ctp-map-panel h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: .9rem
}

.lg-contact .ctp-map-panel p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.25rem
}

.lg-contact .ctp-map-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .7rem
}

.lg-contact .ctp-map-bullets li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .88rem;
  color: var(--text)
}

.lg-contact .ctp-map-bullets i {
  color: var(--orange);
  flex: none;
  margin-top: .15rem
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.lg-contact .ctp-faq {
  padding: 5rem 2rem
}

.lg-contact .ctp-faq-head {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center
}

.lg-contact .ctp-faq-grid {
  max-width: 820px
}

/* ── Final CTA ────────────────────────────────────────────────────── */
.lg-contact .ctp-final-cta {
  padding: 0 2rem 6rem
}

.lg-contact .ctp-final-cta-inner {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 4.5rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, var(--orange) 0%, var(--oranged) 100%);
  position: relative;
  overflow: hidden
}

.lg-contact .ctp-final-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%)
}

.lg-contact .ctp-final-cta-inner h2 {
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  letter-spacing: -.8px;
  color: #fff;
  margin-bottom: .85rem
}

.lg-contact .ctp-final-cta-inner p {
  position: relative;
  color: rgba(255, 255, 255, .9);
  max-width: 560px;
  margin: 0 auto 1.75rem;
  font-size: 1.02rem
}

.lg-contact .ctp-final-cta-inner .ctp-btn-lg {
  position: relative
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media(max-width:1024px) {
  .lg-contact .ctp-main-grid {
    grid-template-columns: 1fr
  }
  .lg-contact .ctp-why-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .lg-contact .ctp-stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .lg-contact .ctp-map-grid {
    grid-template-columns: 1fr
  }
  .lg-contact .ctp-h1 {
    font-size: 2.6rem
  }
}

@media(max-width:700px) {
  .lg-contact .ctp-hero {
    padding: 6rem 1.25rem 4rem
  }
  .lg-contact .ctp-h1 {
    font-size: 2.05rem
  }
  .lg-contact .ctp-main,
  .lg-contact .ctp-why,
  .lg-contact .ctp-stats,
  .lg-contact .ctp-map,
  .lg-contact .ctp-faq,
  .lg-contact .ctp-final-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .lg-contact .ctp-why-grid,
  .lg-contact .ctp-stats-grid {
    grid-template-columns: 1fr
  }
  .lg-contact .ctp-form-col .cform {
    padding: 1.5rem
  }
  .lg-contact .ctp-map-panel {
    padding: 1.75rem
  }
  .lg-contact .ctp-final-cta-inner {
    padding: 3rem 1.5rem;
    border-radius: 20px
  }
  .lg-contact .ctp-final-cta-inner h2 {
    font-size: 1.6rem
  }
  .lg-contact .ctp-card {
    padding: 1.1rem 1.25rem
  }
}
/* ══════════════════════════════════════════════════════════════════
   SHARED CONTACT FORM — multi-select + native-select arrow styling.
   templates/partials/contact-form.php is reused on BOTH the homepage
   (templates/homepage.php, line ~447) and the Contact page
   (templates/contact.php). These rules must live here in the sitewide
   site.css, not in the Contact-page-only contact-page.css, or the
   homepage renders this markup completely unstyled (unconstrained
   giant chevron icon, permanently-open checkbox panel). Uses the
   site's real root tokens (--orange/--card/--border/--text/--muted2),
   not contact-page.css's mismatched --_or/--_card/--_bd/--_tx/--_m2
   fallback names, so it stays in sync with the real theme.
   ══════════════════════════════════════════════════════════════════ */

select.fi {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px;
  padding-right: 2.4rem;
  cursor: pointer
}

.cf-ms {
  position: relative
}

.cf-ms-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer
}

.cf-ms-chev {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--muted2);
  transition: transform .15s ease
}

.cf-ms-open .cf-ms-chev {
  transform: rotate(180deg)
}

.cf-ms-open .cf-ms-trigger {
  border-color: var(--orange)
}

.cf-ms-panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: .4rem;
  box-shadow: 0 16px 32px -12px rgba(0, 0, 0, .55);
  display: none;
  max-height: 220px;
  overflow-y: auto
}

.cf-ms-open .cf-ms-panel {
  display: block
}

.cf-ms-opt {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem .6rem;
  border-radius: 7px;
  font-size: .82rem;
  color: var(--text);
  cursor: pointer;
  transition: background-color .12s ease
}

.cf-ms-opt:hover {
  background: rgba(255, 107, 43, .08)
}

.cf-ms-opt input {
  width: 15px;
  height: 15px;
  accent-color: var(--orange);
  cursor: pointer
}