:root {
  --navy: #0B3A5B;
  --teal: #0E5B57;
  --green: #1EAD7E;
  --ink: #0B1320;
  --muted: rgba(11, 19, 32, 0.68);
  --bg: #F6FAF9;
  --card: #FFFFFF;
  --border: rgba(11, 19, 32, 0.10);
  --shadow: 0 10px 30px rgba(11, 19, 32, 0.10);
  --radius: 18px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
/* HEADER: hard alignment contract (logo + title + nav) */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.header .header-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  min-height: 88px;              /* locks header height */
  padding: 14px 0;
}

.header .brand {
  display: flex !important;
  align-items: center !important; /* locks logo vertical position */
  gap: 14px;
  text-decoration: none;
}

.header .brand img {
  width: 44px !important;
  height: 44px !important;
  display: block !important;     /* removes baseline shift */
  object-fit: contain;
  margin: 0 !important;
}

.header .brand-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}


.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 250, 249, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 19, 32, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-title {
  display: grid;
  gap: 2px;
}

.brand-title strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand-title span {
  font-size: 14px;
  color: rgba(11, 19, 32, 0.62);
}

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

.nav a {
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(11, 19, 32, 0.74);
}

.nav a.active {
  background: rgba(14, 91, 87, 0.12);
  color: rgba(11, 19, 32, 0.92);
}

.nav a:hover {
  background: rgba(11, 19, 32, 0.06);
}

.contact-btn {
  margin-left: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 19, 32, 0.14);
  background: #fff;
  font-weight: 600;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 54px;
  background:
    radial-gradient(1100px 520px at 70% 20%, rgba(30, 173, 126, 0.24), rgba(246, 250, 249, 0) 60%),
    radial-gradient(980px 520px at 20% 55%, rgba(11, 58, 91, 0.12), rgba(246, 250, 249, 0) 62%),
    linear-gradient(180deg, rgba(14, 91, 87, 0.08), rgba(246, 250, 249, 1));
}

.hero::before {
  content: "";
  position: absolute;
  inset: -10% -5% -10% -5%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221600%22%20height%3D%22700%22%20viewBox%3D%220%200%201600%20700%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22fade%22%20x1%3D%220%22%20x2%3D%221%22%20y1%3D%220%22%20y2%3D%220%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.0%22/%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220.25%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.05%22/%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220.55%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.10%22/%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.0%22/%3E%0A%20%20%20%20%3C/linearGradient%3E%0A%20%20%20%20%3Cfilter%20id%3D%22softGlow%22%20x%3D%22-20%25%22%20y%3D%22-20%25%22%20width%3D%22140%25%22%20height%3D%22140%25%22%3E%0A%20%20%20%20%20%20%3CfeGaussianBlur%20stdDeviation%3D%222%22%20result%3D%22blur%22/%3E%0A%20%20%20%20%20%20%3CfeMerge%3E%0A%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22blur%22/%3E%0A%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22SourceGraphic%22/%3E%0A%20%20%20%20%20%20%3C/feMerge%3E%0A%20%20%20%20%3C/filter%3E%0A%20%20%3C/defs%3E%0A%0A%20%20%3C%21--%20subtle%20grid%20--%3E%0A%20%20%3Cg%20opacity%3D%220.12%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%200%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20160%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20320%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20480%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20640%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20800%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%20960%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%201120%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%201280%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%201440%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%3Cpath%20d%3D%22M%201600%200%20V%20700%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.25%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%200%200%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%3Cpath%20d%3D%22M%200%20140%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%3Cpath%20d%3D%22M%200%20280%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%3Cpath%20d%3D%22M%200%20420%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%3Cpath%20d%3D%22M%200%20560%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%3Cpath%20d%3D%22M%200%20700%20H%201600%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%221%22%20opacity%3D%220.18%22/%3E%0A%20%20%3C/g%3E%0A%0A%20%20%3C%21--%20circuit%20lines%20--%3E%0A%20%20%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20filter%3D%22url%28%23softGlow%29%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%2070%20120%20H%20420%20Q%20470%20120%20510%20160%20V%20260%20H%20740%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%224%22%20opacity%3D%220.40%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%20120%20520%20H%20380%20Q%20440%20520%20480%20480%20V%20350%20H%20760%22%20stroke%3D%22%230B3A5B%22%20stroke-width%3D%224%22%20opacity%3D%220.35%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%20640%20110%20V%20210%20Q%20640%20260%20690%20260%20H%20990%22%20stroke%3D%22%231EAD7E%22%20stroke-width%3D%224%22%20opacity%3D%220.40%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%20720%20520%20V%20430%20Q%20720%20380%20770%20380%20H%201120%22%20stroke%3D%22%230E5B57%22%20stroke-width%3D%224%22%20opacity%3D%220.34%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%20980%20150%20H%201220%20Q%201300%20150%201360%20210%20V%20280%20H%201540%22%20stroke%3D%22%230B3A5B%22%20stroke-width%3D%224%22%20opacity%3D%220.28%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%201020%20520%20H%201280%20Q%201360%20520%201400%20460%20V%20360%20H%201540%22%20stroke%3D%22%231EAD7E%22%20stroke-width%3D%224%22%20opacity%3D%220.30%22/%3E%0A%20%20%3C/g%3E%0A%0A%20%20%3C%21--%20nodes%20--%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2270%22%20cy%3D%22120%22%20r%3D%227%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.45%22/%3E%3Ccircle%20cx%3D%22420%22%20cy%3D%22120%22%20r%3D%229%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.45%22/%3E%3Ccircle%20cx%3D%22510%22%20cy%3D%22160%22%20r%3D%2210%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.42%22/%3E%3Ccircle%20cx%3D%22740%22%20cy%3D%22260%22%20r%3D%2212%22%20fill%3D%22%230B3A5B%22%20opacity%3D%220.32%22/%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%22520%22%20r%3D%228%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.4%22/%3E%3Ccircle%20cx%3D%22480%22%20cy%3D%22480%22%20r%3D%2211%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.4%22/%3E%3Ccircle%20cx%3D%22760%22%20cy%3D%22350%22%20r%3D%2210%22%20fill%3D%22%230B3A5B%22%20opacity%3D%220.28%22/%3E%3Ccircle%20cx%3D%22640%22%20cy%3D%22110%22%20r%3D%228%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.38%22/%3E%3Ccircle%20cx%3D%22990%22%20cy%3D%22260%22%20r%3D%2212%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.32%22/%3E%3Ccircle%20cx%3D%22720%22%20cy%3D%22520%22%20r%3D%228%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.34%22/%3E%3Ccircle%20cx%3D%221120%22%20cy%3D%22380%22%20r%3D%2212%22%20fill%3D%22%230B3A5B%22%20opacity%3D%220.24%22/%3E%3Ccircle%20cx%3D%221220%22%20cy%3D%22150%22%20r%3D%229%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.3%22/%3E%3Ccircle%20cx%3D%221360%22%20cy%3D%22210%22%20r%3D%2210%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.28%22/%3E%3Ccircle%20cx%3D%221540%22%20cy%3D%22280%22%20r%3D%227%22%20fill%3D%22%230B3A5B%22%20opacity%3D%220.22%22/%3E%3Ccircle%20cx%3D%221020%22%20cy%3D%22520%22%20r%3D%228%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.28%22/%3E%3Ccircle%20cx%3D%221400%22%20cy%3D%22460%22%20r%3D%2210%22%20fill%3D%22%230E5B57%22%20opacity%3D%220.26%22/%3E%3Ccircle%20cx%3D%221540%22%20cy%3D%22360%22%20r%3D%227%22%20fill%3D%22%231EAD7E%22%20opacity%3D%220.22%22/%3E%0A%20%20%3C/g%3E%0A%0A%20%20%3C%21--%20soft%20fade%20--%3E%0A%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%221600%22%20height%3D%22700%22%20fill%3D%22url%28%23fade%29%22/%3E%0A%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 0.70;
  transform: scale(1.02);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 250, 249, 0.92) 0%, rgba(246, 250, 249, 0.78) 40%, rgba(246, 250, 249, 0.92) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(11, 19, 32, 0.10);
  background: rgba(255, 255, 255, 0.78);
  width: fit-content;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(11, 19, 32, 0.72);
}

h1 {
  margin: 0;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero p {
  margin: 6px 0 0;
  font-size: 18px;
  color: rgba(11, 19, 32, 0.74);
  max-width: 58ch;
}

.hero-side {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.mini-cards {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 420px;
}

.mini-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 19, 32, 0.10);
  border-radius: 16px;
  padding: 14px 14px;
  display: grid;
  gap: 6px;
  box-shadow: 0 10px 30px rgba(11, 19, 32, 0.08);
}

.mini-card strong {
  font-size: 14px;
}

.mini-card span {
  font-size: 13px;
  color: rgba(11, 19, 32, 0.70);
}

.section {
  padding: 54px 0;
}

.section h2 {
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.section p.lead {
  margin: 0 0 24px;
  color: var(--muted);
  max-width: 80ch;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: var(--card);
  border: 1px solid rgba(11, 19, 32, 0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
  display: grid;
  gap: 12px;
  min-height: 240px;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.glyph {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(30, 173, 126, 0.25), rgba(11, 58, 91, 0.10));
  border: 1px solid rgba(11, 19, 32, 0.10);
}

.card p {
  margin: 0;
  color: rgba(11, 19, 32, 0.72);
}

.tag {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(11, 19, 32, 0.70);
}

.tag b {
  color: rgba(11, 19, 32, 0.88);
}

.card a.more {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: rgba(11, 58, 91, 0.90);
}

.card a.more:hover {
  text-decoration: underline;
}

.context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.context .box {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 19, 32, 0.10);
  border-radius: var(--radius);
  padding: 18px;
}

.context ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(11, 19, 32, 0.74);
}

.footer {
  padding: 34px 0 46px;
  border-top: 1px solid rgba(11, 19, 32, 0.06);
  color: rgba(11, 19, 32, 0.62);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-side { justify-items: start; }
  h1 { font-size: 44px; }
  .cards { grid-template-columns: 1fr; }
  .context { grid-template-columns: 1fr; }
  .brand { min-width: auto; }
  .nav { display: none; }
}
/* --- Service child page additions --- */
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}
@media (max-width: 980px){.hero-grid{grid-template-columns:1fr}}

.hero-panel .panel-card{background:rgba(255,255,255,.88);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:20px 20px 16px;box-shadow:0 10px 24px rgba(0,0,0,.06);}
.hero-panel .panel-title{font-weight:700;margin:0 0 10px;font-size:16px;color:var(--ink)}
.hero-panel .panel-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}

.partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
@media (max-width: 980px){.partner-grid{grid-template-columns:1fr}}
.partner-card{display:flex;gap:14px;align-items:center;text-decoration:none;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.06)}
.partner-card:hover{transform:translateY(-1px)}
.partner-logo{width:56px;height:56px;object-fit:contain}
.partner-name{font-weight:700;color:var(--ink);line-height:1.2}
.partner-link{color:var(--muted);font-size:14px;line-height:1.2}

/* HERO: shared layout stabiliser */
.hero,
.hero-section,
.page-hero {
  padding: 72px 0;
}

.hero .container,
.hero-section .container,
.page-hero .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero h1,
.hero-section h1,
.page-hero h1 {
  line-height: 1.08;
  max-width: 18ch;
}

.hero p,
.hero-section p,
.page-hero p {
  max-width: 62ch;
}
/* HERO: text colour contract */
.hero, .hero-section, .page-hero {
  color: #0f172a; /* near-black */
}

.hero h1, .hero-section h1, .page-hero h1,
.hero h2, .hero-section h2, .page-hero h2 {
  color: #0f172a;
}

.hero p, .hero-section p, .page-hero p {
  color: #334155; /* dark slate */
}
/* HERO: defeat opacity / overlays applied to hero content */
.hero *, .hero-section *, .page-hero * {
  opacity: 1 !important;
}
/* HERO: force readable text on first section of main (page-local override) */
main > section:first-of-type {
  color: #0f172a !important;
}

main > section:first-of-type h1,
main > section:first-of-type h2,
main > section:first-of-type h3 {
  color: #0f172a !important;
}

main > section:first-of-type p,
main > section:first-of-type li,
main > section:first-of-type span {
  color: #334155 !important;
}

/* If any hero container was made translucent, neutralise it */
main > section:first-of-type,
main > section:first-of-type * {
  opacity: 1 !important;
}
/* HERO: ensure overlays sit behind content on all pages */
.hero { position: relative; }
.hero::before,
.hero::after { z-index: 0; }

.hero > .container,
.hero-inner,
.hero-grid {
  position: relative;
  z-index: 1;
}
/* HEADER: force identical container geometry across all pages */
.header .container.header-inner {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .header .header-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  form input,
  form textarea {
    max-width: 100%;
  }
}
/* HEADER: lock brand text colours across all pages */
.header .brand-title strong {
  color: #0f172a !important;   /* near-black */
}

.header .brand-title span {
  color: #475569 !important;   /* slate */
}

