:root{--navy:#031426;--navy-2:#07223b;--emerald:#21c784;--emerald-2:#12a56a;--brand:#036e7e;--brand-dark:#025a66;--text:#eaf2ff;--muted:#8fa1bf;--surface:rgba(255,255,255,.06);--line:rgba(255,255,255,.12)}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:linear-gradient(180deg,#031426,#081b2d);color:var(--text)}
.page-shell{padding-top:0}
.hero{position:relative;overflow:hidden;padding:6rem 0 4rem;background:radial-gradient(circle at top left, rgba(33,199,132,.18), transparent 30%), linear-gradient(135deg, rgba(3,20,38,.98), rgba(7,34,59,.95));}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 45%,rgba(255,255,255,.04));pointer-events:none}
.hero .container{position:relative;z-index:2}
.eyebrow{display:inline-block;padding:.7rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);color:#8feecb;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.4rem}
.hero h1{font-family:'Space Grotesk',Inter,sans-serif;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05;margin-bottom:1.2rem;max-width:760px}
.hero p{font-size:1.05rem;line-height:1.8;color:var(--muted);max-width:720px;margin-bottom:1.8rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.4rem;border-radius:999px;font-weight:700;text-decoration:none;transition:transform .2s ease, box-shadow .2s ease, background .25s ease}
.btn-primary{background:linear-gradient(90deg,var(--brand),var(--brand-dark)) !important;color:#f4f4f4 !important;box-shadow:0 16px 36px rgba(33,199,132,.22);border:1px solid rgba(255,255,255,.16)}
.btn-secondary{background:rgba(255,255,255,.08);color:var(--text);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px) saturate(140%)}
.btn-primary:hover,.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(33,199,132,.24)}
.section{padding:4.5rem 0}
.section-title{font-family:'Space Grotesk',Inter,sans-serif;font-size:2rem;margin-bottom:.8rem}
.section-copy{color:var(--muted);line-height:1.8;max-width:760px;margin-bottom:2rem}
.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}
.service-card{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:24px;padding:1.5rem;box-shadow:0 20px 50px rgba(0,0,0,.16);transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;min-height:100%}
.service-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.24);border-color:rgba(33,199,132,.35)}
.service-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(33,199,132,.14);color:var(--emerald);font-size:1.2rem;margin-bottom:1rem}
.service-card h3{font-size:1.1rem;margin-bottom:.8rem;color:#fff}
.service-kicker{display:block;color:var(--emerald);font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem}
.service-card p{color:var(--muted);line-height:1.75;font-size:.96rem;margin-bottom:1rem}
.service-points{display:grid;gap:.5rem;list-style:none;margin:0 0 1.2rem;padding:0}
.service-points li{display:flex;gap:.55rem;color:#c9ddff;font-size:.86rem;line-height:1.5}
.service-points li::before{content:'+';color:var(--emerald);font-weight:800}
.service-card .service-value{display:block;font-size:.9rem;color:#c9ddff;font-weight:600;border-top:1px solid rgba(255,255,255,.1);padding-top:.9rem;margin-top:auto}
.service-card .service-link{display:inline-flex;align-items:center;gap:.55rem;color:var(--emerald);font-weight:700;text-decoration:none;margin-top:1rem}
.service-card .service-link i{font-size:.76rem;transition:transform .2s ease}
.service-card .service-link:hover i{transform:translateX(4px)}
.value-section{padding:3rem;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line)}
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:1.4rem}
.value-card{padding:1.4rem;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.value-card h4{font-size:1rem;color:#fff;margin-bottom:.6rem}
.value-card p{color:var(--muted);line-height:1.7;margin:0}
.cta-panel{margin-top:3rem;padding:2.4rem;border-radius:28px;background:linear-gradient(90deg,rgba(33,199,132,.12),rgba(3,20,38,.9));border:1px solid rgba(33,199,132,.2)}
.cta-panel h3{font-size:1.6rem;margin-bottom:.8rem}
.cta-panel p{color:var(--muted);line-height:1.8;margin-bottom:1rem}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-grid{grid-template-columns:1fr}}
@media(max-width:680px){.services-grid{grid-template-columns:1fr}.section{padding:3.2rem 0}.value-section{padding:1.5rem}}

/* Light mode overrides */
body[data-theme="light"] {
  --navy: #ffffff;
  --navy-2: #fbfeff;
  --emerald: #036e7e;
  --emerald-2: #025a66;
  --text: #072326;
  --muted: rgba(7,35,38,0.64);
  --surface: rgba(2,6,23,0.04);
  --line: rgba(2,6,23,0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fbfeff 45%, #f9fdfd 100%) !important;
  color: var(--text) !important;
}

body[data-theme="light"] .hero {
  background: linear-gradient(180deg, #ffffff 0%, #fbfeff 45%, #f9fdfd 100%) !important;
}

body[data-theme="light"] .eyebrow {
  background: rgba(3,110,126,0.06) !important;
  color: var(--emerald) !important;
  border-color: var(--line) !important;
}

body[data-theme="light"] .hero h1,
body[data-theme="light"] .section-title,
body[data-theme="light"] .value-card h4 {
  color: var(--text) !important;
}

body[data-theme="light"] .hero p,
body[data-theme="light"] .section-copy,
body[data-theme="light"] .service-card p,
body[data-theme="light"] .value-card p {
  color: var(--muted) !important;
}

body[data-theme="light"] .btn-primary,
body[data-theme="light"] .btn-secondary,
body[data-theme="light"] .btn-primary:hover,
body[data-theme="light"] .btn-secondary:hover {
  color: #f4f4f4 !important;
}

body[data-theme="light"] .btn-primary {
  background: linear-gradient(90deg, var(--brand), var(--brand-dark)) !important;
  color: #f4f4f4 !important;
  box-shadow: 0 12px 28px rgba(3,110,126,0.08) !important;
}

body[data-theme="light"] .btn-secondary {
  background: var(--surface) !important;
  color: var(--text) !important;
  border-color: var(--line) !important;
}

body[data-theme="light"] .service-card {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 20px 50px rgba(2,6,23,0.04) !important;
  color: var(--text) !important;
}

body[data-theme="light"] .service-icon {
  background: rgba(3,110,126,0.06) !important;
  color: var(--emerald) !important;
}

body[data-theme="light"] .service-card h3 {
  color: var(--text) !important;
}

body[data-theme="light"] .service-kicker,
body[data-theme="light"] .service-points li::before,
body[data-theme="light"] .service-link {
  color: var(--emerald) !important;
}

body[data-theme="light"] .service-points li,
body[data-theme="light"] .service-value {
  color: var(--muted) !important;
}

body[data-theme="light"] .service-card .service-value {
  border-top-color: var(--line);
}

body[data-theme="light"] .service-link {
  color: var(--emerald) !important;
}

body[data-theme="light"] .value-section,
body[data-theme="light"] .cta-panel {
  background: linear-gradient(135deg, rgba(3,110,126,0.06), #ffffff) !important;
  border: 1px solid var(--line) !important;
  color: var(--text) !important;
}

body[data-theme="light"] .text-white { color: var(--text) !important; }

body[data-theme="light"] .service-value {
  color: #aad400 !important;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--emerald), var(--emerald-2)) !important;
  color: #01231a !important;
  box-shadow: 0 16px 36px rgba(33,199,132,0.22) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
}

.btn-secondary {
  background: rgba(255,255,255,0.08) !important;
  color: var(--text) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
}

/* Premium services page layer. All selectors are scoped to avoid global conflicts. */
.services-page {
  --services-ink: #eef7ff;
  --services-muted: #9eb5cf;
  --services-line: rgba(155, 207, 224, .16);
  --services-glass: rgba(10, 28, 47, .72);
  --services-accent: #7cf7a6;
  --services-cyan: #83e7ef;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #03111d;
  color: var(--services-ink);
}
.services-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(131, 231, 239, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 231, 239, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}
.services-page .hero {
  padding: 7.5rem 0 5.5rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(124, 247, 166, .2), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(2, 160, 180, .2), transparent 26%),
    linear-gradient(135deg, #03111d 0%, #06233a 54%, #03131e 100%);
  border-bottom: 1px solid var(--services-line);
}
.services-page .hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%, rgba(124,247,166,.06));
}
.services-page .hero .container { max-width: 1180px; }
.services-page .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 4rem;
  align-items: end;
}
.services-page .hero-intro { max-width: 760px; }
.services-page .hero-aside {
  position: relative;
  padding: 1.6rem;
  border: 1px solid rgba(131,231,239,.22);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}
.services-page .hero-aside::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -42px;
  right: -28px;
  border-radius: 50%;
  background: rgba(124,247,166,.18);
  filter: blur(25px);
  pointer-events: none;
}
.services-page .hero-aside-top,
.services-page .hero-aside-meta span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}
.services-page .hero-aside-top { margin-bottom: 1.4rem; }
.services-page .hero-aside-top i { color: var(--services-accent); }
.services-page .hero-aside-label {
  color: var(--services-cyan);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.services-page .hero-aside strong {
  display: block;
  max-width: 280px;
  color: var(--services-ink);
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
}
.services-page .hero-aside p { margin: 1rem 0 1.4rem; font-size: .94rem; }
.services-page .hero-aside-meta { display: grid; gap: .6rem; }
.services-page .hero-aside-meta span { justify-content: flex-start; color: var(--services-muted); font-size: .82rem; }
.services-page .hero-aside-meta i { color: var(--services-accent); }
.services-page .eyebrow {
  background: rgba(124,247,166,.1);
  border-color: rgba(124,247,166,.28);
  color: var(--services-accent);
  box-shadow: 0 12px 36px rgba(33,199,132,.08);
}
.services-page .hero h1 {
  max-width: 850px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}
.services-page .hero p {
  max-width: 760px;
  color: var(--services-muted);
  font-size: 1.08rem;
}
.services-page .hero-actions { align-items: center; }
.services-page .btn-primary,
.services-page .btn-secondary {
  min-height: 52px;
  padding: .95rem 1.4rem;
  border-radius: 14px;
}
.services-page .btn-primary {
  background: linear-gradient(135deg, #7cf7a6, #22c785) !important;
  color: #04251c !important;
  border: 0 !important;
  box-shadow: 0 16px 40px rgba(33,199,132,.22) !important;
}
.services-page .btn-secondary {
  background: rgba(255,255,255,.06) !important;
  color: var(--services-ink) !important;
  border-color: var(--services-line) !important;
}
.services-page .btn-primary i,
.services-page .btn-secondary i { font-size: .85rem; }
.services-page > .section > .container,
.services-page > .section > .container { max-width: 1180px; }
.services-page .section { padding: 5.5rem 0; }
.services-page .section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -.035em;
  color: var(--services-ink);
}
.services-page .section-copy { color: var(--services-muted); max-width: 680px; }
.services-page .services-grid { gap: 1rem; }
.services-page .hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
}
.services-page .hero-stat {
  min-height: 112px;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--services-line);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  box-shadow: none;
}
.services-page .hero-stat strong {
  display: block;
  color: var(--services-accent);
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.65rem;
  margin-bottom: .45rem;
}
.services-page .hero-stat span { color: var(--services-muted); line-height: 1.55; }
.services-page .service-card {
  position: relative;
  min-height: 100%;
  padding: 1.6rem;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.035)) !important;
  border: 1px solid var(--services-line) !important;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.2) !important;
  backdrop-filter: blur(18px);
}
.services-page .service-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--services-accent), transparent 78%);
  opacity: .75;
}
.services-page .service-card::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(124,247,166,.12);
  filter: blur(25px);
  pointer-events: none;
}
.services-page .service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(124,247,166,.42) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.3), 0 0 0 1px rgba(124,247,166,.08) !important;
}
.services-page .service-card:nth-child(even) { transform: translateY(1.5rem); }
.services-page .service-card:nth-child(even):hover { transform: translateY(calc(1.5rem - 8px)); }
.services-page .service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 1.25rem;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(124,247,166,.2), rgba(131,231,239,.1));
  border: 1px solid rgba(124,247,166,.22);
  color: var(--services-accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 12px 28px rgba(33,199,132,.08);
}
.services-page .service-card h3 { color: var(--services-ink); line-height: 1.25; }
.services-page .service-kicker { color: var(--services-cyan); }
.services-page .service-card p,
.services-page .service-points li { color: var(--services-muted); }
.services-page .service-points li::before { color: var(--services-accent); }
.services-page .service-card .service-value {
  color: #cde5f2;
  border-top-color: var(--services-line);
}
.services-page .service-card .service-link { color: var(--services-accent); }
.services-page .value-section {
  padding: 2.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: 1px solid var(--services-line);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}
.services-page .value-card {
  background: rgba(255,255,255,.045);
  border-color: var(--services-line);
}
.services-page .value-card h4 { color: var(--services-ink); }
.services-page .value-card p { color: var(--services-muted); }
.services-page .cta-panel {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 3rem;
  background:
    radial-gradient(circle at 100% 0, rgba(124,247,166,.18), transparent 32%),
    linear-gradient(135deg, rgba(10,51,63,.95), rgba(3,20,35,.98));
  border: 1px solid rgba(124,247,166,.24);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.services-page .cta-panel h3 { color: var(--services-ink); }
.services-page .cta-panel p { color: var(--services-muted); }
.services-page .cta-panel .btn-primary { margin-top: .4rem; }

body[data-theme="light"] .services-page {
  --services-ink: #0f2930;
  --services-muted: rgba(15,41,48,.68);
  --services-line: rgba(3,110,126,.14);
  --services-glass: rgba(255,255,255,.88);
  --services-accent: #036e7e;
  --services-cyan: #047c8d;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}
body[data-theme="light"] .services-page::before {
  background:
    linear-gradient(rgba(3,110,126,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3,110,126,.035) 1px, transparent 1px);
}
body[data-theme="light"] .services-page .hero {
  background:
    radial-gradient(circle at 12% 8%, rgba(3,110,126,.1), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(33,199,132,.1), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f2fafb 100%);
  border-bottom-color: var(--services-line);
}
body[data-theme="light"] .services-page .hero-aside {
  background: linear-gradient(155deg, rgba(255,255,255,.94), rgba(232,246,248,.82));
  border-color: var(--services-line);
  box-shadow: 0 20px 48px rgba(3,110,126,.08);
}
body[data-theme="light"] .services-page .hero-stat {
  background: rgba(255,255,255,.68);
  border-color: var(--services-line);
}
body[data-theme="light"] .services-page .hero h1,
body[data-theme="light"] .services-page .section-title { color: var(--services-ink) !important; }
body[data-theme="light"] .services-page .hero p,
body[data-theme="light"] .services-page .section-copy { color: var(--services-muted) !important; }
body[data-theme="light"] .services-page .eyebrow {
  background: rgba(3,110,126,.07);
  border-color: var(--services-line);
  color: var(--services-accent);
}
body[data-theme="light"] .services-page .btn-secondary {
  background: rgba(255,255,255,.72) !important;
  color: var(--services-ink) !important;
  border-color: var(--services-line) !important;
}
body[data-theme="light"] .services-page .service-card,
body[data-theme="light"] .services-page .value-section {
  background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(239,248,250,.88)) !important;
  border-color: var(--services-line) !important;
  box-shadow: 0 18px 48px rgba(15,41,48,.07) !important;
}
body[data-theme="light"] .services-page .service-card:hover {
  box-shadow: 0 24px 60px rgba(3,110,126,.13), 0 0 0 1px rgba(3,110,126,.08) !important;
}
body[data-theme="light"] .services-page .service-icon {
  background: rgba(3,110,126,.07);
  border-color: rgba(3,110,126,.14);
  color: var(--services-accent);
  box-shadow: none;
}
body[data-theme="light"] .services-page .service-card h3,
body[data-theme="light"] .services-page .value-card h4 { color: var(--services-ink) !important; }
body[data-theme="light"] .services-page .service-card p,
body[data-theme="light"] .services-page .service-points li,
body[data-theme="light"] .services-page .service-card .service-value,
body[data-theme="light"] .services-page .value-card p { color: var(--services-muted) !important; }
body[data-theme="light"] .services-page .cta-panel {
  background: linear-gradient(135deg, rgba(3,110,126,.08), rgba(255,255,255,.98));
  border-color: rgba(3,110,126,.18);
  box-shadow: 0 24px 65px rgba(3,110,126,.1);
}
body[data-theme="light"] .services-page .cta-panel h3 { color: var(--services-ink); }
body[data-theme="light"] .services-page .cta-panel p { color: var(--services-muted); }
@media (max-width: 680px) {
  .services-page .hero { padding: 5rem 0 3.5rem; }
  .services-page .hero h1 { font-size: 2.45rem; }
  .services-page .section { padding: 4rem 0; }
  .services-page .value-section,
  .services-page .cta-panel { padding: 1.5rem; }
  .services-page .hero-actions { align-items: stretch; }
  .services-page .btn-primary,
  .services-page .btn-secondary { width: 100%; }
  .services-page .hero-layout,
  .services-page .hero-grid { grid-template-columns: 1fr; gap: 1rem; }
  .services-page .hero-aside { margin-top: 1rem; }
  .services-page .hero-stat { min-height: auto; }
  .services-page .service-card:nth-child(even),
  .services-page .service-card:nth-child(even):hover { transform: none; }
}

/* Complete editorial redesign */
.services-page {
  --editorial-bg: #080d0e;
  --editorial-panel: #101819;
  --editorial-ink: #f4f4ec;
  --editorial-muted: #9aa7a4;
  --editorial-accent: #c7f36b;
  --editorial-line: rgba(244,244,236,.14);
  background: var(--editorial-bg) !important;
  color: var(--editorial-ink) !important;
}
.services-page::before {
  background:
    linear-gradient(rgba(199,243,107,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(199,243,107,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 62%);
}
.services-page .hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  background:
    radial-gradient(circle at 78% 36%, rgba(199,243,107,.14), transparent 22%),
    linear-gradient(115deg, #080d0e 0%, #101d1d 56%, #0b1111 100%) !important;
  border-bottom: 1px solid var(--editorial-line);
}
.services-page .hero::after {
  background: linear-gradient(90deg, transparent 0%, rgba(199,243,107,.07) 70%, transparent 100%);
}
.services-page .hero .container { width: 100%; max-width: 1240px; }
.services-page .hero-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 7rem;
  align-items: center;
}
.services-page .hero-intro { max-width: 790px; }
.services-page .eyebrow,
.services-page .section-marker {
  color: var(--editorial-accent) !important;
  border-color: rgba(199,243,107,.32) !important;
  background: transparent !important;
}
.services-page .eyebrow { padding: .55rem .8rem; border-radius: 4px; }
.services-page .hero h1 {
  max-width: 800px;
  margin: 1.4rem 0;
  color: var(--editorial-ink) !important;
  font-size: clamp(3.1rem, 6.3vw, 6.2rem);
  line-height: .91;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.services-page .hero p,
.services-page .section-copy { color: var(--editorial-muted) !important; }
.services-page .hero p { max-width: 640px; font-size: 1.08rem; }
.services-page .hero-actions { margin-top: 2.4rem; }
.services-page .btn-primary,
.services-page .btn-secondary {
  min-height: 54px;
  padding: .95rem 1.25rem;
  border-radius: 4px;
  letter-spacing: .01em;
}
.services-page .btn-primary {
  background: var(--editorial-accent) !important;
  color: #10180d !important;
  box-shadow: 0 18px 46px rgba(199,243,107,.16) !important;
}
.services-page .btn-secondary {
  color: var(--editorial-ink) !important;
  border-color: var(--editorial-line) !important;
  background: rgba(255,255,255,.03) !important;
}
.services-page .hero-aside {
  border-radius: 4px;
  padding: 2rem;
  background: rgba(16,24,25,.72);
  border: 1px solid var(--editorial-line);
  box-shadow: 20px 20px 0 rgba(199,243,107,.07);
}
.services-page .hero-aside::before { background: rgba(199,243,107,.16); }
.services-page .hero-aside-label,
.services-page .hero-aside-top i { color: var(--editorial-accent); }
.services-page .hero-aside strong { color: var(--editorial-ink); font-size: 1.7rem; }
.services-page .hero-aside p,
.services-page .hero-aside-meta span { color: var(--editorial-muted); }
.services-page .hero-aside-meta i { color: var(--editorial-accent); }
.services-page .hero-grid { margin-top: 5rem; gap: 0; }
.services-page .hero-stat {
  min-height: 116px;
  padding: 1.2rem 1.5rem;
  border: 0;
  border-left: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
}
.services-page .hero-stat:first-child { border-left: 0; }
.services-page .hero-stat strong { color: var(--editorial-accent); font-size: 2.1rem; }
.services-page .hero-stat span { color: var(--editorial-muted); }
.services-page .services-intro {
  padding: 7rem 0 5rem;
  background: #e8eee3;
  color: #172019;
}
.services-page .services-intro .container { max-width: 1240px; }
.services-page .services-intro-heading { max-width: 740px; }
.services-page .services-intro .section-marker { color: #3a6a31 !important; border: 0 !important; padding: 0; }
.services-page .services-intro h2 {
  max-width: 680px;
  margin: 1.3rem 0 1rem;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.06em;
}
.services-page .services-intro p { max-width: 560px; color: #536158; line-height: 1.8; }
.services-page .services-intro-rail {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(23,32,25,.22);
  color: #536158;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.services-page .services-intro-rail i { margin-right: .5rem; color: #3a6a31; }
.services-page > .section { padding: 7rem 0; }
.services-page > .section > .container { max-width: 1240px; }
.services-page .section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.services-page .section-heading-copy { max-width: 700px; }
.services-page .section-marker {
  display: inline-block;
  padding: 0;
  margin-bottom: 1rem;
  border: 0 !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.services-page .section-title { margin: 0 0 1rem; color: var(--editorial-ink) !important; font-size: clamp(2.3rem, 4vw, 4rem); line-height: .98; }
.services-page .section-count { color: var(--editorial-muted); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.services-page .services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--editorial-line); border: 1px solid var(--editorial-line); }
.services-page .service-card,
.services-page .service-card:nth-child(even),
.services-page .service-card:nth-child(even):hover {
  min-height: 390px;
  padding: 2rem;
  transform: none;
  border: 0 !important;
  border-radius: 0;
  background: var(--editorial-panel) !important;
  box-shadow: none !important;
}
.services-page .service-card:hover { background: #172323 !important; transform: none; }
.services-page .service-card::before { height: 1px; background: var(--editorial-accent); }
.services-page .service-card::after { display: none; }
.services-page .service-card::marker { color: var(--editorial-accent); }
.services-page .service-card h3 { max-width: 330px; color: var(--editorial-ink) !important; font-size: 1.35rem; }
.services-page .service-icon { border-radius: 4px; background: transparent; border: 1px solid rgba(199,243,107,.32); color: var(--editorial-accent); box-shadow: none; }
.services-page .service-kicker { color: var(--editorial-accent); }
.services-page .service-card p,
.services-page .service-points li,
.services-page .service-card .service-value { color: var(--editorial-muted) !important; }
.services-page .service-card .service-value { border-top-color: var(--editorial-line); }
.services-page .service-card .service-link { color: var(--editorial-accent); }
.services-page .value-section { background: transparent; border: 0; border-top: 1px solid var(--editorial-line); border-radius: 0; box-shadow: none; padding: 3rem 0; }
.services-page .value-card { border-radius: 0; background: transparent; border: 0; border-left: 1px solid var(--editorial-line); padding: 0 1.4rem; }
.services-page .value-card h4 { color: var(--editorial-ink); }
.services-page .value-card p { color: var(--editorial-muted); }
.services-page .cta-panel { border-radius: 4px; background: var(--editorial-accent); border: 0; box-shadow: 14px 14px 0 rgba(199,243,107,.12); }
.services-page .cta-panel h3 { color: #10180d; font-size: clamp(1.8rem, 3vw, 3rem); }
.services-page .cta-panel p { color: #3d5136; }
.services-page .cta-panel .btn-primary { background: #101819 !important; color: var(--editorial-accent) !important; box-shadow: none !important; }
body[data-theme="light"] .services-page {
  --editorial-bg: #f5f7f2;
  --editorial-panel: #ffffff;
  --editorial-ink: #172019;
  --editorial-muted: #607067;
  --editorial-accent: #356c39;
  --editorial-line: rgba(23,32,25,.14);
  background: var(--editorial-bg) !important;
  color: var(--editorial-ink) !important;
}
body[data-theme="light"] .services-page .hero { background: linear-gradient(115deg, #f5f7f2, #e8eee3 56%, #f5f7f2) !important; }
body[data-theme="light"] .services-page .hero h1,
body[data-theme="light"] .services-page .hero-aside strong,
body[data-theme="light"] .services-page .section-title { color: var(--editorial-ink) !important; }
body[data-theme="light"] .services-page .hero p,
body[data-theme="light"] .services-page .hero-aside p,
body[data-theme="light"] .services-page .hero-aside-meta span,
body[data-theme="light"] .services-page .hero-stat span,
body[data-theme="light"] .services-page .section-copy { color: var(--editorial-muted) !important; }
body[data-theme="light"] .services-page .hero-aside { background: rgba(255,255,255,.65); border-color: var(--editorial-line); box-shadow: 14px 14px 0 rgba(53,108,57,.1); }
body[data-theme="light"] .services-page .hero-stat { border-left-color: var(--editorial-line); }
body[data-theme="light"] .services-page .services-intro { background: #dfe9d9; }
body[data-theme="light"] .services-page .service-card { background: #fff !important; }
body[data-theme="light"] .services-page .service-card:hover { background: #f4f8f1 !important; }
body[data-theme="light"] .services-page .service-card h3 { color: var(--editorial-ink) !important; }
body[data-theme="light"] .services-page .service-card p,
body[data-theme="light"] .services-page .service-points li,
body[data-theme="light"] .services-page .service-card .service-value { color: var(--editorial-muted) !important; }
body[data-theme="light"] .services-page .cta-panel { background: #356c39; box-shadow: 14px 14px 0 rgba(53,108,57,.12); }
body[data-theme="light"] .services-page .cta-panel h3 { color: #f4f7ed; }
body[data-theme="light"] .services-page .cta-panel p { color: #d9e8d4; }
body[data-theme="light"] .services-page .cta-panel .btn-primary { background: #f4f7ed !important; color: #356c39 !important; }
@media (max-width: 760px) {
  .services-page .hero { min-height: auto; padding: 5.5rem 0 3.5rem; }
  .services-page .hero-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .services-page .hero h1 { font-size: 3.2rem; }
  .services-page .hero-grid { margin-top: 3rem; grid-template-columns: 1fr; }
  .services-page .hero-stat { border-left: 0; border-top: 1px solid var(--editorial-line); padding: 1rem 0; }
  .services-page .hero-stat:first-child { border-top: 0; }
  .services-page .services-intro { padding: 4.5rem 0 3.5rem; }
  .services-page .services-intro-rail { display: grid; gap: .8rem; margin-top: 3rem; }
  .services-page .section-heading-row { display: block; margin-bottom: 2rem; }
  .services-page .section-count { display: block; margin-top: 1.5rem; }
  .services-page .services-grid { grid-template-columns: 1fr; }
  .services-page .service-card,
  .services-page .service-card:nth-child(even),
  .services-page .service-card:nth-child(even):hover { min-height: auto; padding: 1.5rem; }
  .services-page .value-card { border-left: 0; border-top: 1px solid var(--editorial-line); padding: 1.2rem 0; }
  .services-page .value-card:first-child { border-top: 0; }
}

/* Liquid glass theme using the original CSI TECH dark/light palette */
.services-page {
  --editorial-bg: #031426;
  --editorial-panel: rgba(255,255,255,.075);
  --editorial-ink: #eef6ff;
  --editorial-muted: #9db2d3;
  --editorial-accent: #7cf7a6;
  --editorial-line: rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 12% 18%, rgba(33,199,132,.16), transparent 27%),
    radial-gradient(circle at 88% 36%, rgba(3,110,126,.2), transparent 28%),
    linear-gradient(145deg, #031426, #071b2d 48%, #081827) !important;
}
.services-page::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  top: 38%;
  right: -170px;
  border-radius: 50%;
  background: rgba(124,247,166,.12);
  filter: blur(80px);
  animation: services-liquid-float 12s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes services-liquid-float {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-90px, 100px, 0) scale(1.18); }
}
.services-page .hero {
  min-height: 680px;
  padding: 7rem 0 5rem;
  background:
    radial-gradient(circle at 16% 12%, rgba(124,247,166,.2), transparent 28%),
    radial-gradient(circle at 86% 48%, rgba(1,70,81,.32), transparent 30%),
    linear-gradient(135deg, rgba(3,20,38,.94), rgba(7,34,59,.9)) !important;
  border-bottom: 1px solid rgba(124,247,166,.16);
}
.services-page .hero::after {
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%, rgba(124,247,166,.1));
}
.services-page .hero h1 { color: #fff !important; }
.services-page .hero p,
.services-page .section-copy { color: var(--editorial-muted) !important; }
.services-page .eyebrow,
.services-page .section-marker {
  color: var(--editorial-accent) !important;
  border-color: rgba(124,247,166,.24) !important;
  background: rgba(124,247,166,.09) !important;
}
.services-page .eyebrow { border-radius: 999px; padding: .7rem 1rem; }
.services-page .btn-primary,
.services-page .btn-secondary {
  border-radius: 999px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.services-page .btn-primary {
  background: linear-gradient(135deg, #21c784, #036e7e) !important;
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(33,199,132,.24) !important;
}
.services-page .btn-secondary {
  background: rgba(255,255,255,.08) !important;
  color: #eef6ff !important;
  border-color: rgba(255,255,255,.16) !important;
  backdrop-filter: blur(18px) saturate(140%);
}
.services-page .btn-primary:hover,
.services-page .btn-secondary:hover { transform: translateY(-4px); }
.services-page .hero-aside {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 26px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter: blur(24px) saturate(140%);
  animation: services-glass-in 800ms ease both;
}
.services-page .hero-aside strong { color: #fff; }
.services-page .hero-aside p,
.services-page .hero-aside-meta span { color: var(--editorial-muted); }
.services-page .hero-stat {
  border-left-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(14px);
}
.services-page .hero-stat strong { color: var(--editorial-accent); }
.services-page .hero-stat span { color: var(--editorial-muted); }
.services-page .services-intro {
  background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(3,110,126,.14)) !important;
  color: var(--editorial-ink);
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(124,247,166,.12);
  backdrop-filter: blur(18px);
}
.services-page .services-intro h2 { color: #fff; }
.services-page .services-intro p,
.services-page .services-intro-rail { color: var(--editorial-muted); }
.services-page .services-intro-rail { border-top-color: rgba(255,255,255,.14); }
.services-page .services-intro .section-marker { background: transparent !important; border: 0 !important; }
.services-page .section-title { color: var(--editorial-ink) !important; }
.services-page .section-count { color: var(--editorial-muted); }
.services-page .services-grid {
  gap: 1rem;
  background: transparent;
  border: 0;
}
.services-page .service-card,
.services-page .service-card:nth-child(even),
.services-page .service-card:nth-child(even):hover {
  min-height: 390px;
  padding: 1.8rem;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)) !important;
  box-shadow: 0 22px 58px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.1) !important;
  backdrop-filter: blur(22px) saturate(135%);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}
.services-page .service-card:hover,
.services-page .service-card:nth-child(even):hover {
  transform: translateY(-9px);
  border-color: rgba(124,247,166,.42) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(3,110,126,.12)) !important;
  box-shadow: 0 30px 76px rgba(0,0,0,.32), 0 0 0 1px rgba(124,247,166,.08) !important;
}
.services-page .service-card::before {
  height: 3px;
  background: linear-gradient(90deg, #7cf7a6, #21c784, transparent 82%);
}
.services-page .service-icon {
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(124,247,166,.2), rgba(3,110,126,.18));
  border-color: rgba(124,247,166,.22);
  color: var(--editorial-accent);
  box-shadow: 0 12px 30px rgba(33,199,132,.1), inset 0 1px 0 rgba(255,255,255,.14);
}
.services-page .service-card h3 { color: var(--editorial-ink) !important; }
.services-page .service-kicker,
.services-page .service-card .service-link,
.services-page .service-points li::before { color: var(--editorial-accent); }
.services-page .service-card p,
.services-page .service-points li,
.services-page .service-card .service-value { color: var(--editorial-muted) !important; }
.services-page .service-card .service-value { border-top-color: rgba(255,255,255,.12); }
.services-page .value-section {
  padding: 2.5rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
  backdrop-filter: blur(20px);
}
.services-page .value-card { border-left-color: rgba(255,255,255,.14); }
.services-page .value-card h4 { color: var(--editorial-ink); }
.services-page .value-card p { color: var(--editorial-muted); }
.services-page .cta-panel {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(33,199,132,.22), rgba(1,70,81,.72)) !important;
  border: 1px solid rgba(124,247,166,.24);
  box-shadow: 0 28px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(20px);
}
.services-page .cta-panel h3 { color: #fff; }
.services-page .cta-panel p { color: #b7d0d0; }
.services-page .cta-panel .btn-primary { background: #7cf7a6 !important; color: #014651 !important; }
@keyframes services-glass-in {
  from { opacity: 0; transform: translateY(22px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
body[data-theme="light"] .services-page {
  --editorial-bg: #f5fbfd;
  --editorial-panel: rgba(255,255,255,.82);
  --editorial-ink: #0f172a;
  --editorial-muted: rgba(15,23,42,.68);
  --editorial-accent: #036e7e;
  --editorial-line: rgba(3,110,126,.14);
  background:
    radial-gradient(circle at 8% 18%, rgba(3,110,126,.1), transparent 28%),
    linear-gradient(180deg, #f5fbfd, #edf6f9) !important;
}
body[data-theme="light"] .services-page .hero {
  background:
    radial-gradient(circle at 14% 12%, rgba(3,110,126,.1), transparent 28%),
    radial-gradient(circle at 88% 48%, rgba(33,199,132,.12), transparent 30%),
    linear-gradient(135deg, #f5fbfd, #edf6f9) !important;
}
body[data-theme="light"] .services-page .hero h1,
body[data-theme="light"] .services-page .hero-aside strong,
body[data-theme="light"] .services-page .section-title { color: var(--editorial-ink) !important; }
body[data-theme="light"] .services-page .hero p,
body[data-theme="light"] .services-page .hero-aside p,
body[data-theme="light"] .services-page .hero-aside-meta span,
body[data-theme="light"] .services-page .hero-stat span,
body[data-theme="light"] .services-page .section-copy { color: var(--editorial-muted) !important; }
body[data-theme="light"] .services-page .hero-aside {
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(232,246,248,.72));
  border-color: var(--editorial-line);
  box-shadow: 0 22px 58px rgba(3,110,126,.1), inset 0 1px 0 #fff;
}
body[data-theme="light"] .services-page .hero-stat { background: rgba(255,255,255,.44); border-left-color: var(--editorial-line); }
body[data-theme="light"] .services-page .services-intro {
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(232,246,248,.8)) !important;
  border-color: var(--editorial-line);
}
body[data-theme="light"] .services-page .services-intro h2 { color: var(--editorial-ink); }
body[data-theme="light"] .services-page .services-intro p,
body[data-theme="light"] .services-page .services-intro-rail { color: var(--editorial-muted); }
body[data-theme="light"] .services-page .services-intro-rail { border-top-color: var(--editorial-line); }
body[data-theme="light"] .services-page .service-card,
body[data-theme="light"] .services-page .service-card:nth-child(even),
body[data-theme="light"] .services-page .service-card:nth-child(even):hover {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,247,249,.78)) !important;
  border-color: var(--editorial-line) !important;
  box-shadow: 0 20px 52px rgba(15,23,42,.07), inset 0 1px 0 #fff !important;
}
body[data-theme="light"] .services-page .service-card:hover,
body[data-theme="light"] .services-page .service-card:nth-child(even):hover {
  background: linear-gradient(145deg, #fff, rgba(225,244,247,.92)) !important;
  box-shadow: 0 28px 66px rgba(3,110,126,.13) !important;
}
body[data-theme="light"] .services-page .service-card h3,
body[data-theme="light"] .services-page .value-card h4 { color: var(--editorial-ink) !important; }
body[data-theme="light"] .services-page .service-card p,
body[data-theme="light"] .services-page .service-points li,
body[data-theme="light"] .services-page .service-card .service-value,
body[data-theme="light"] .services-page .value-card p { color: var(--editorial-muted) !important; }
body[data-theme="light"] .services-page .value-section {
  background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(232,246,248,.68));
  border-color: var(--editorial-line);
  box-shadow: 0 20px 56px rgba(15,23,42,.07);
}
body[data-theme="light"] .services-page .value-card { border-left-color: var(--editorial-line); }
body[data-theme="light"] .services-page .cta-panel {
  background: linear-gradient(135deg, rgba(3,110,126,.88), rgba(2,90,102,.94)) !important;
  border-color: rgba(3,110,126,.22);
  box-shadow: 0 24px 68px rgba(3,110,126,.16);
}
body[data-theme="light"] .services-page .cta-panel h3 { color: #fff; }
body[data-theme="light"] .services-page .cta-panel p { color: rgba(255,255,255,.78); }
body[data-theme="light"] .services-page .cta-panel .btn-primary { background: #fff !important; color: #036e7e !important; }
@media (max-width: 760px) {
  .services-page .hero { min-height: auto; padding: 5.5rem 0 3.5rem; }
  .services-page .hero h1 { font-size: 3.2rem; }
  .services-page .hero-aside { box-shadow: 10px 10px 0 rgba(124,247,166,.08); }
  .services-page .service-card,
  .services-page .service-card:nth-child(even),
  .services-page .service-card:nth-child(even):hover { min-height: auto; }
  .services-page .value-section { padding: 1.5rem; }
}

/* More breathing room and a lighter editorial rhythm for the service catalog. */
.services-page .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  background: transparent;
  border: 0;
}
.services-page .service-card,
.services-page .service-card:nth-child(even),
.services-page .service-card:nth-child(even):hover {
  min-height: 350px;
  padding: 1.7rem;
  border-radius: 26px;
}
.services-page .service-card:nth-child(2) { animation-delay: 80ms; }
.services-page .service-card:nth-child(3) { animation-delay: 160ms; }
.services-page .service-card:nth-child(4) { animation-delay: 240ms; }
.services-page .service-card:nth-child(5) { animation-delay: 320ms; }
.services-page .service-card:nth-child(6) { animation-delay: 400ms; }
.services-page .service-card:nth-child(7) { animation-delay: 480ms; }
.services-page .service-card:nth-child(8) { animation-delay: 560ms; }
@keyframes services-card-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 761px) {
  .services-page .service-card { animation: services-card-reveal .6s ease both; }
  .services-page .service-card:hover,
  .services-page .service-card:nth-child(even):hover { transform: translateY(-9px); }
}
@media (max-width: 1100px) {
  .services-page .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
}
@media (max-width: 760px) {
  .services-page .services-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
  .services-page .service-card,
  .services-page .service-card:nth-child(even),
  .services-page .service-card:nth-child(even):hover { min-height: auto; }
}

/* Keep every page section centered inside the same 1320px content frame. */
.services-page .container {
  width: 100%;
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 1320px) {
  .services-page .container {
    max-width: 100% !important;
  }
}

/* Shared page typography and separation between the closing sections */
.services-page .value-section {
  margin-bottom: 3rem;
}
.services-page .value-section .section-title {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: .8rem;
}
.services-page .value-section .section-copy {
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.services-page .value-card h4 {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.services-page .value-card p {
  font-family: Inter, Arial, sans-serif;
  font-size: .95rem;
  line-height: 1.7;
}
.services-page .cta-panel {
  margin-top: 3rem;
}
.services-page .cta-panel h3 {
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 1.6rem;
  line-height: 1.15;
  margin-bottom: .8rem;
}
.services-page .cta-panel p {
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 760px) {
  .services-page .value-section { margin-bottom: 2rem; }
  .services-page .cta-panel { margin-top: 2rem; }
  .services-page .value-section .section-title { font-size: 1.85rem; }
  .services-page .cta-panel h3 { font-size: 1.45rem; }
}

/* Refined hero-grid cards for dark and light modes */
.services-page .hero-grid {
  position: relative;
  isolation: isolate;
  padding: 1rem;
  gap: .8rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(3,110,126,.1));
  box-shadow: 0 26px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(22px) saturate(135%);
}
.services-page .hero-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(100deg, rgba(124,247,166,.1), transparent 42%, rgba(131,231,239,.08));
  opacity: .85;
  pointer-events: none;
}
.services-page .hero-stat,
.services-page .hero-stat:first-child {
  position: relative;
  min-height: 132px;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  overflow: hidden;
  transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.services-page .hero-stat::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  right: -42px;
  bottom: -46px;
  border-radius: 50%;
  background: rgba(124,247,166,.18);
  filter: blur(22px);
  pointer-events: none;
}
.services-page .hero-stat:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.105);
  border-color: rgba(124,247,166,.35);
  box-shadow: 0 16px 32px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.15);
}
.services-page .hero-stat strong {
  position: relative;
  z-index: 1;
  margin-bottom: .55rem;
  font-family: 'Space Grotesk', Inter, sans-serif;
  font-size: 2rem;
  letter-spacing: -.04em;
  color: #7cf7a6;
}
.services-page .hero-stat span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 230px;
  color: #a9bfd0;
  font-size: .9rem;
  line-height: 1.55;
}
body[data-theme="light"] .services-page .hero-grid {
  border-color: rgba(3,110,126,.14);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(232,246,248,.72));
  box-shadow: 0 24px 58px rgba(3,110,126,.1), inset 0 1px 0 #fff;
}
body[data-theme="light"] .services-page .hero-grid::before {
  background: linear-gradient(100deg, rgba(3,110,126,.07), transparent 42%, rgba(33,199,132,.08));
}
body[data-theme="light"] .services-page .hero-stat,
body[data-theme="light"] .services-page .hero-stat:first-child {
  border-color: rgba(3,110,126,.12);
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 #fff, 0 10px 26px rgba(15,23,42,.04);
}
body[data-theme="light"] .services-page .hero-stat:hover {
  background: rgba(255,255,255,.98);
  border-color: rgba(3,110,126,.28);
  box-shadow: 0 16px 34px rgba(3,110,126,.1), inset 0 1px 0 #fff;
}
body[data-theme="light"] .services-page .hero-stat strong { color: #036e7e; }
body[data-theme="light"] .services-page .hero-stat span { color: rgba(15,23,42,.68); }
@media (max-width: 760px) {
  .services-page .hero-grid { padding: .75rem; border-radius: 22px; }
  .services-page .hero-stat,
  .services-page .hero-stat:first-child { min-height: 112px; }
}
