:root {
  --navy: #0c2f36;
  --navy-2: #123f47;
  --green: #1c9a72;
  --green-dark: #117354;
  --mint: #eaf7f1;
  --cream: #f7f6f0;
  --ink: #173238;
  --muted: #60747a;
  --line: #dbe4e2;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(12, 47, 54, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.soft-section { background: var(--cream); }
.skip-link {
  position: fixed; left: 12px; top: -50px; z-index: 1000; padding: 10px 14px;
  background: var(--navy); color: white; border-radius: 8px;
}
.skip-link:focus { top: 12px; }
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(219,228,226,.7);
}
.nav-wrap { min-height: 78px; display:flex; align-items:center; justify-content:space-between; gap: 30px; }
.brand { display:flex; align-items:center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; display:grid; place-items:center; }
.brand-mark svg path:first-child { fill: var(--navy); }
.brand-mark .brand-check { fill:none; stroke:var(--white); stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }
.brand strong { display:block; font-family:Manrope,sans-serif; line-height:1; font-size:18px; letter-spacing:-.4px; }
.brand small { display:block; text-transform:uppercase; letter-spacing:3px; color:var(--green-dark); font-weight:700; font-size:9px; margin-top:5px; }
.site-menu { display:flex; align-items:center; gap:28px; font-size:14px; font-weight:600; }
.site-menu > a:not(.button) { color:#38545a; }
.site-menu > a:not(.button):hover { color:var(--green-dark); }
.menu-button { display:none; border:0; background:transparent; padding:8px; }
.menu-button span:not(.sr-only) { display:block; width:24px; height:2px; background:var(--navy); margin:5px; }

.button {
  display:inline-flex; align-items:center; justify-content:center; min-height:52px;
  padding: 0 24px; border:0; border-radius:999px; background:var(--green); color:white;
  font-weight:700; transition:.2s ease; box-shadow: 0 10px 25px rgba(28,154,114,.20);
}
.button:hover { transform: translateY(-2px); background:var(--green-dark); }
.button-small { min-height:42px; padding-inline:19px; }
.button-light { background:white; color:var(--navy); box-shadow:none; }
.button-light:hover { background:var(--cream); }
.button-full { width:100%; }
.text-link { font-weight:700; color:var(--navy); }
.text-link span { color:var(--green); padding-left:5px; }

.hero {
  min-height: 760px; display:flex; align-items:center; overflow:hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(28,154,114,.17), transparent 25%),
    linear-gradient(145deg, #f8fbfa 0%, #fff 52%, #eef7f3 100%);
}
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:80px; align-items:center; padding:86px 0; }
.eyebrow { margin:0 0 17px; color:var(--green-dark); text-transform:uppercase; letter-spacing:2px; font-size:12px; font-weight:800; }
.eyebrow.light { color:#8fe0c3; }
h1,h2,h3 { font-family:Manrope,sans-serif; margin-top:0; }
h1 { font-size:clamp(48px,6.3vw,82px); line-height:1.02; letter-spacing:-4.5px; margin-bottom:28px; color:var(--navy); }
h1 span { color:var(--green); }
.hero-text { font-size:19px; max-width:640px; color:var(--muted); margin-bottom:34px; }
.hero-actions { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:36px; color:#50696f; font-size:13px; font-weight:600; }
.trust-row span::first-letter { color:var(--green); }
.hero-visual { position:relative; min-height:520px; }
.visual-panel {
  border-radius:40px; box-shadow:var(--shadow); position:absolute; inset:25px 0 25px 55px;
  padding:54px; background:var(--navy); color:white; overflow:hidden;
}
.visual-panel::after {
  content:""; position:absolute; width:260px; height:260px; border-radius:50%;
  right:-90px; top:-90px; border:50px solid rgba(255,255,255,.06);
}
.panel-label { display:inline-block; border:1px solid rgba(255,255,255,.25); border-radius:999px; padding:7px 12px; font-size:11px; text-transform:uppercase; letter-spacing:1.5px; }
.visual-panel h2 { font-size:43px; line-height:1.1; letter-spacing:-2px; margin:56px 0 42px; }
.mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.mini-grid div { border-top:1px solid rgba(255,255,255,.18); padding:15px 0; font-size:13px; }
.mini-grid span { display:block; color:#72d5b1; font-weight:800; margin-bottom:5px; }
.floating-card {
  position:absolute; z-index:3; background:white; box-shadow:var(--shadow); border-radius:18px;
  padding:17px 20px; max-width:210px;
}
.floating-card strong,.floating-card span { display:block; }
.floating-card strong { color:var(--navy); font-size:14px; }
.floating-card span { color:var(--muted); font-size:12px; margin-top:4px; }
.quality-card { top:0; right:-28px; }
.impact-card { left:0; bottom:0; }

.logo-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:26px 0; }
.logo-strip .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.logo-strip p { margin:0; color:var(--muted); font-size:12px; max-width:330px; }
.sector-tags { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px; }
.sector-tags span { padding:8px 12px; background:var(--cream); border-radius:999px; color:#567076; font-size:11px; font-weight:700; }

.section-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; margin-bottom:56px; }
.section-heading h2,.about-grid h2,.academy-copy h2,.impact-section h2,.quote-section h2 { font-size:clamp(35px,4vw,55px); line-height:1.1; letter-spacing:-2.5px; color:var(--navy); margin-bottom:0; }
.section-heading > p { width:min(430px,100%); color:var(--muted); margin:0; }
.section-heading.centered { display:block; text-align:center; max-width:780px; margin:0 auto 58px; }
.section-heading.centered p:last-child { width:auto; margin:18px auto 0; }

.service-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:18px; }
.service-card { grid-column:span 2; padding:31px; border:1px solid var(--line); border-radius:var(--radius); background:white; min-height:260px; transition:.2s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.service-card.featured { grid-column:span 3; grid-row:span 2; background:var(--navy); color:white; padding:44px; }
.service-card:nth-child(2) { grid-column:span 3; }
.service-card .icon { width:45px;height:45px;border-radius:14px;background:var(--mint);color:var(--green-dark);display:grid;place-items:center;font-weight:900;margin-bottom:34px; }
.service-card.featured .icon { background:rgba(255,255,255,.1); color:#8fe0c3; }
.card-kicker { color:#8fe0c3 !important; font-size:11px; text-transform:uppercase; letter-spacing:1.5px; font-weight:800; }
.service-card h3 { font-size:23px; line-height:1.2; margin-bottom:13px; color:var(--navy); }
.service-card.featured h3 { font-size:35px; color:white; }
.service-card p { color:var(--muted); margin:0; }
.service-card.featured p { color:#b9ced1; }
.service-card ul { padding-left:19px; margin-top:30px; color:#dbe8e9; }
.service-card li { margin:10px 0; }

.difference-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.difference-grid article { padding:12px 4px; }
.number { display:block; color:var(--green); font-family:Manrope,sans-serif; font-weight:800; margin-bottom:33px; }
.difference-grid h3 { font-size:20px; line-height:1.3; color:var(--navy); }
.difference-grid p { color:var(--muted); font-size:14px; }

.industry-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.industry-grid article { padding:36px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); min-height:240px; }
.industry-grid article > span { color:var(--green); font-weight:800; font-size:12px; }
.industry-grid h3 { color:var(--navy); font-size:19px; margin:42px 0 12px; }
.industry-grid p { color:var(--muted); font-size:14px; }

.impact-section { background:var(--navy); color:white; position:relative; overflow:hidden; }
.impact-section::after { content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:90px solid rgba(255,255,255,.035);right:-180px;bottom:-250px; }
.impact-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; position:relative; z-index:1; }
.impact-section h2,.quote-section h2 { color:white; }
.impact-section p:not(.eyebrow) { color:#bdd0d2; font-size:18px; max-width:590px; }
.impact-section .button { margin-top:24px; }
.pathway { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.pathway div { background:rgba(255,255,255,.065); border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:24px; min-height:150px; }
.pathway span,.pathway strong,.pathway small { display:block; }
.pathway span { color:#72d5b1; font-weight:800; font-size:12px; }
.pathway strong { font-family:Manrope,sans-serif; font-size:21px; margin:21px 0 5px; }
.pathway small { color:#a9c1c4; }

.academy-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:center; }
.academy-copy > p:not(.eyebrow) { color:var(--muted); font-size:17px; max-width:650px; }
.module-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:32px; }
.module-tags span { background:var(--mint); color:var(--green-dark); padding:9px 13px; border-radius:999px; font-size:12px; font-weight:700; }
.academy-card { background:var(--cream); border-radius:32px; padding:36px; }
.academy-card > p { text-transform:uppercase; letter-spacing:1.5px; font-size:11px; font-weight:800; color:var(--green-dark); }
.academy-card ol { list-style:none; padding:0; margin:25px 0 0; }
.academy-card li { display:flex; align-items:center; gap:17px; padding:18px 0; border-bottom:1px solid var(--line); font-weight:700; color:var(--navy); }
.academy-card li:last-child { border:0; }
.academy-card li span { width:34px;height:34px;border-radius:50%;background:white;display:grid;place-items:center;color:var(--green);font-size:10px; }

.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.process-grid article { background:white; border-radius:22px; padding:30px; min-height:240px; }
.process-grid span { display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--mint);color:var(--green-dark);font-weight:800;font-size:11px; }
.process-grid h3 { margin:45px 0 12px; color:var(--navy); font-size:19px; }
.process-grid p { color:var(--muted); font-size:14px; }

.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; }
.about-copy > p { color:var(--muted); font-size:17px; margin-top:0; }
.value-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:35px; }
.value-grid span { padding:18px; border-left:3px solid var(--green); background:var(--cream); color:var(--muted); font-size:13px; }
.value-grid strong { display:block; color:var(--navy); font-size:15px; margin-bottom:3px; }

.quote-section { background:var(--navy-2); color:white; }
.quote-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.quote-section > .container > div > p:not(.eyebrow) { color:#bdd0d2; }
.contact-placeholder { margin-top:44px; display:grid; gap:5px; }
.contact-placeholder span { color:#8fa9ac; font-size:11px; text-transform:uppercase; letter-spacing:1.5px; margin-top:14px; }
.contact-placeholder strong { font-size:15px; }
.contact-placeholder small { color:#f2bd82; margin-top:15px; }
.quote-form { background:white; color:var(--ink); padding:38px; border-radius:28px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.quote-form label,.quote-form legend { display:block; font-size:12px; font-weight:700; color:#365158; }
.quote-form input,.quote-form select,.quote-form textarea {
  display:block; width:100%; margin-top:8px; padding:14px 15px; border:1px solid var(--line); border-radius:11px; background:#fbfcfb; color:var(--ink); outline:none;
}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(28,154,114,.1); }
.quote-form label { margin-bottom:18px; }
.quote-form fieldset { border:0; padding:0; margin:0 0 18px; }
.checkbox-grid { display:grid; grid-template-columns:1fr 1fr; gap:3px 15px; margin-top:9px; }
.checkbox-grid label { font-weight:500; color:var(--muted); margin:0; }
.checkbox-grid input { display:inline-block; width:auto; margin:0 8px 0 0; }
.form-note { font-size:11px; color:var(--muted); text-align:center; margin:14px 0 0; }
.form-status { font-size:13px; font-weight:700; color:var(--green-dark); text-align:center; margin-top:10px; }

.site-footer { padding:70px 0 24px; background:#071f24; color:white; }
.footer-grid { display:grid; grid-template-columns:1.7fr 1fr 1fr 1.3fr; gap:55px; }
.brand-footer .brand-mark svg path:first-child { fill:var(--green); }
.brand-footer small { color:#8fe0c3; }
.footer-grid > div:first-child p { color:#8da5a8; }
.footer-grid h3 { font-size:13px; margin-bottom:18px; }
.footer-grid a,.footer-grid > div:not(:first-child) span { display:block; color:#8da5a8; font-size:12px; margin:10px 0; }
.footer-grid a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.09); margin-top:55px; padding-top:22px; display:flex; justify-content:space-between; color:#718c90; font-size:11px; }

@media (max-width: 960px) {
  .menu-button { display:block; }
  .site-menu { display:none; position:fixed; inset:78px 0 auto 0; background:white; padding:28px 20px 36px; box-shadow:0 20px 40px rgba(0,0,0,.08); flex-direction:column; align-items:stretch; }
  .site-menu.open { display:flex; }
  .site-menu a { padding:8px 0; }
  .hero-grid,.impact-grid,.academy-grid,.about-grid,.quote-grid { grid-template-columns:1fr; gap:55px; }
  .hero { min-height:auto; }
  .hero-visual { min-height:490px; width:min(620px,100%); margin:auto; }
  .quality-card { right:0; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:18px; }
  .service-card,.service-card.featured,.service-card:nth-child(2) { grid-column:span 3; }
  .difference-grid,.process-grid { grid-template-columns:1fr 1fr; }
  .industry-grid { grid-template-columns:1fr 1fr; }
  .logo-strip .container { display:block; }
  .sector-tags { justify-content:flex-start; margin-top:15px; }
  .footer-grid { grid-template-columns:1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2 / 4; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px,1160px); }
  .section { padding:78px 0; }
  h1 { letter-spacing:-3px; }
  .hero-grid { padding:58px 0; gap:45px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .hero-visual { min-height:440px; }
  .visual-panel { inset:10px 0 35px 12px; padding:32px 25px; border-radius:29px; }
  .visual-panel h2 { font-size:34px; margin:44px 0 30px; }
  .mini-grid { grid-template-columns:1fr; gap:0; }
  .mini-grid div { padding:10px 0; }
  .floating-card { padding:14px; max-width:170px; }
  .quality-card { top:-20px; right:-5px; }
  .impact-card { left:-3px; bottom:-6px; }
  .service-grid,.difference-grid,.industry-grid,.process-grid,.pathway,.value-grid,.form-row,.checkbox-grid { grid-template-columns:1fr; }
  .service-card,.service-card.featured,.service-card:nth-child(2) { grid-column:auto; }
  .service-card.featured { min-height:auto; }
  .industry-grid { border-left:0; }
  .industry-grid article { border-left:1px solid var(--line); }
  .quote-form { padding:25px 19px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px; }
  .footer-grid > div:first-child,.footer-grid > div:last-child { grid-column:1 / -1; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin:8px 0; }
}
