:root {
  color-scheme: light;
  --ink: #0c1f1b;
  --muted: #60716c;
  --paper: #f7fbf7;
  --panel: #ffffff;
  --line: rgba(12, 31, 27, 0.12);
  --green: #0f8a5f;
  --green-dark: #07553d;
  --cyan: #13a8a2;
  --lime: #c7e86b;
  --blue: #1d4f8f;
  --shadow: 0 24px 70px rgba(6, 50, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(247, 251, 247, 0.88);
  border-bottom: 1px solid transparent;
  display: flex;
  gap: 28px;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.site-header[data-elevated="true"] {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 40px rgba(11, 45, 37, 0.08);
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  font-size: 15px;
}

.nav-links a {
  color: #27423a;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.header-action,
.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-action {
  background: var(--green-dark);
  color: #fff;
  padding: 0 18px;
}

.btn {
  border: 1px solid transparent;
  padding: 0 22px;
}

.btn:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green-dark);
  box-shadow: 0 14px 30px rgba(7, 85, 61, 0.24);
  color: #fff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hero {
  align-items: center;
  background: #07231d;
  color: #fff;
  display: grid;
  min-height: min(760px, 100vh);
  overflow: hidden;
  padding: 128px clamp(20px, 5vw, 72px) 64px;
  position: relative;
}

#carbonCanvas,
.hero-shade {
  inset: 0;
  position: absolute;
}

#carbonCanvas {
  height: 100%;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 21, 18, 0.92), rgba(4, 21, 18, 0.64) 46%, rgba(4, 21, 18, 0.28)),
    linear-gradient(0deg, rgba(7, 35, 29, 0.62), transparent 40%);
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.hero h1 {
  font-size: clamp(48px, 8vw, 94px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 820px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  max-width: 720px;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-panel {
  bottom: 42px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  width: min(52vw, 700px);
  z-index: 2;
}

.hero-panel div {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 116px;
  padding: 22px;
  backdrop-filter: blur(18px);
}

.hero-panel div:first-child {
  border-radius: 8px 0 0 8px;
}

.hero-panel div:last-child {
  border-radius: 0 8px 8px 0;
}

.hero-panel span {
  color: var(--lime);
  display: block;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 850;
  line-height: 1;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.82);
  margin: 10px 0 0;
}

.trust-strip {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: #31524a;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 18px clamp(20px, 5vw, 72px);
}

.trust-strip span {
  background: #eff8f3;
  border: 1px solid rgba(15, 138, 95, 0.14);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 750;
  padding: 8px 13px;
}

.section {
  padding: clamp(76px, 10vw, 120px) clamp(20px, 5vw, 72px);
}

.intro {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

.intro h2,
.section-heading h2,
.platform h2,
.standards h2,
.innovation h2,
.security-panel h2,
.contact h2 {
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.intro p,
.section-heading p,
.platform-copy p,
.standards-copy p,
.innovation-copy p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0 0;
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 430px;
}

.painpoints {
  background: #eef7f3;
}

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

.painpoint-grid article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(12, 31, 27, 0.1);
  border-radius: 8px;
  min-height: 210px;
  padding: 28px;
}

.painpoint-grid b {
  color: var(--green-dark);
  display: block;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.painpoint-grid p {
  color: var(--muted);
  margin: 0;
}

.solutions {
  background: #ffffff;
}

.solution-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.solution-feature {
  background:
    linear-gradient(135deg, rgba(15, 138, 95, 0.94), rgba(29, 79, 143, 0.9)),
    #0f6d55;
  border-radius: 8px;
  color: #fff;
  min-height: 390px;
  padding: clamp(28px, 4vw, 44px);
}

.solution-feature span {
  color: var(--lime);
  display: block;
  font-weight: 850;
  margin-bottom: 18px;
}

.solution-feature h3 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  margin: 0;
}

.solution-feature p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin: 22px 0 0;
}

.text-link {
  border-bottom: 2px solid var(--lime);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  margin-top: 32px;
  padding-bottom: 4px;
}

.solution-stack {
  display: grid;
  gap: 18px;
}

.solution-stack article,
.method-steps article,
.proof-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(13, 63, 48, 0.06);
  padding: 26px;
}

.solution-stack h3,
.method-steps h3 {
  font-size: 22px;
  margin: 0 0 8px;
}

.solution-stack p,
.method-steps p,
.proof-grid p {
  color: var(--muted);
  margin: 0;
}

.pathways {
  background: #f7fbf7;
}

.pathway-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pathway-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(13, 63, 48, 0.05);
  display: grid;
  min-height: 300px;
  padding: 28px;
}

.pathway-grid span {
  align-self: start;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.pathway-grid h3 {
  color: #12372f;
  font-size: 24px;
  line-height: 1.22;
  margin: 18px 0 12px;
}

.pathway-grid p {
  color: var(--muted);
  margin: 0;
}

.pathway-grid b {
  align-self: end;
  border-top: 1px solid var(--line);
  color: var(--green-dark);
  display: block;
  margin-top: 22px;
  padding-top: 16px;
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.case-list article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(13, 63, 48, 0.07);
  min-height: 255px;
  padding: 28px;
}

.service-card .icon {
  align-items: center;
  background: #ecf7f1;
  border: 1px solid rgba(15, 138, 95, 0.16);
  border-radius: 8px;
  color: var(--green-dark);
  display: inline-flex;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  width: 54px;
}

.service-card h3,
.case-list h3 {
  font-size: 22px;
  margin: 26px 0 10px;
}

.service-card p,
.case-list p {
  color: var(--muted);
  margin: 0;
}

.platform {
  align-items: center;
  background: #eaf4ef;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  color: #28473f;
  display: flex;
  gap: 12px;
}

.check-list li::before {
  background: var(--green);
  border-radius: 4px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
}

.dashboard {
  background: #0d2520;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 460px;
  overflow: hidden;
}

.dash-top {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 8px;
  height: 54px;
  padding: 0 20px;
}

.dash-top span {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.dash-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 20px;
}

.metric,
.chart {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  min-height: 132px;
  padding: 22px;
}

.metric.big {
  grid-column: span 2;
}

.metric small {
  color: rgba(255, 255, 255, 0.66);
  display: block;
}

.metric strong {
  color: #fff;
  display: block;
  font-size: 42px;
  line-height: 1.1;
  margin-top: 8px;
}

.sparkline {
  align-items: end;
  display: flex;
  gap: 8px;
  height: 72px;
  margin-top: 22px;
}

.sparkline i {
  background: linear-gradient(180deg, var(--lime), var(--cyan));
  border-radius: 999px 999px 0 0;
  display: block;
  flex: 1;
}

.sparkline i:nth-child(1) { height: 38%; }
.sparkline i:nth-child(2) { height: 54%; }
.sparkline i:nth-child(3) { height: 46%; }
.sparkline i:nth-child(4) { height: 72%; }
.sparkline i:nth-child(5) { height: 88%; }

.chart {
  align-items: end;
  display: flex;
  gap: 10px;
}

.chart span {
  background: rgba(199, 232, 107, 0.82);
  border-radius: 999px 999px 0 0;
  flex: 1;
}

.product-suite {
  background: #ffffff;
}

.product-suite-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.12fr repeat(2, minmax(0, 0.94fr));
}

.product-card {
  background: #f5faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  min-height: 390px;
  padding: clamp(26px, 4vw, 38px);
}

.product-card.featured {
  background:
    linear-gradient(135deg, rgba(15, 138, 95, 0.94), rgba(19, 168, 162, 0.84)),
    #0f8a5f;
  color: #fff;
}

.product-card span {
  align-self: start;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.product-card.featured span {
  color: var(--lime);
}

.product-card h3 {
  color: #12372f;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.16;
  margin: 22px 0 14px;
}

.product-card.featured h3 {
  color: #fff;
}

.product-card p {
  color: var(--muted);
  margin: 0;
}

.product-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.product-card ul {
  align-self: end;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.product-card li {
  align-items: center;
  color: #35544c;
  display: flex;
  gap: 10px;
}

.product-card.featured li {
  color: rgba(255, 255, 255, 0.84);
}

.product-card li::before {
  background: var(--green);
  border-radius: 4px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
}

.product-card.featured li::before {
  background: var(--lime);
}

.modules {
  background: #ffffff;
}

.module-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.module-grid article {
  background: #f5faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 250px;
  padding: 26px;
}

.module-grid span,
.resource-list span {
  color: var(--green);
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 18px;
}

.module-grid h3,
.resource-list h3 {
  color: #12372f;
  font-size: 22px;
  line-height: 1.24;
  margin: 0 0 12px;
}

.module-grid p,
.resource-list p {
  color: var(--muted);
  margin: 0;
}

.method {
  background: #fbfdfb;
}

.method-steps {
  counter-reset: method;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.method-steps article {
  min-height: 260px;
}

.method-steps span {
  align-items: center;
  background: #0e6f52;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  margin-bottom: 28px;
  width: 42px;
}

.standards {
  align-items: start;
  background: #102d27;
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.standards-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.standards-table {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.standards-table div {
  display: grid;
  gap: 20px;
  grid-template-columns: 150px 1fr;
  padding: 22px 24px;
}

.standards-table div + div {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.standards-table b {
  color: var(--lime);
}

.standards-table span {
  color: rgba(255, 255, 255, 0.78);
}

.deliverables {
  background: #ffffff;
}

.deliverable-board {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.deliverable-main {
  background: #0d2d26;
  border-radius: 8px;
  color: #fff;
  min-height: 360px;
  padding: clamp(28px, 4vw, 42px);
}

.deliverable-main h3 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin: 0 0 24px;
}

.deliverable-main ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.deliverable-main li {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  gap: 12px;
}

.deliverable-main li::before {
  background: var(--lime);
  border-radius: 4px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
}

.deliverable-table {
  background: #f4faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.deliverable-table div {
  display: grid;
  gap: 18px;
  grid-template-columns: 132px 1fr;
  min-height: 88px;
  padding: 22px 26px;
}

.deliverable-table div + div {
  border-top: 1px solid var(--line);
}

.deliverable-table b {
  color: var(--green-dark);
}

.deliverable-table span {
  color: #35544c;
}

.assurance {
  align-items: start;
  background: #edf7f4;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.assurance-copy h2 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
  margin: 0;
}

.assurance-copy p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0 0;
}

.assurance-checks {
  display: grid;
  gap: 14px;
}

.assurance-checks article {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(12, 31, 27, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 22px 24px;
}

.assurance-checks b {
  color: var(--green-dark);
  font-size: 20px;
}

.assurance-checks span {
  color: var(--muted);
}

.innovation {
  background: #0b2520;
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.innovation-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.innovation-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.innovation-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 26px;
}

.innovation-grid strong {
  color: var(--lime);
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.innovation-grid p {
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
}

.highlights {
  background: #ffffff;
}

.highlight-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.highlight-grid article {
  background: #f4faf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 220px;
  padding: 28px;
}

.highlight-grid strong {
  color: var(--green-dark);
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
}

.highlight-grid p {
  color: var(--muted);
  margin: 0;
}

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

.proof {
  background: #eef6f4;
}

.proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid article {
  min-height: 190px;
}

.proof-grid b {
  color: var(--green-dark);
  display: block;
  font-size: 21px;
  margin-bottom: 12px;
}

.compliance-note {
  border-top: 1px solid rgba(12, 31, 27, 0.14);
  color: var(--muted);
  font-size: 14px;
  margin: 28px 0 0;
  padding-top: 18px;
}

.security {
  background: #ffffff;
}

.security-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(234, 244, 239, 0.92), rgba(239, 247, 250, 0.96)),
    #edf7f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  padding: clamp(30px, 5vw, 58px);
}

.security-panel h2 {
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.12;
  margin: 0;
}

.security-panel p {
  color: var(--muted);
  font-size: 18px;
  margin: 18px 0 0;
}

.security-list {
  display: grid;
  gap: 14px;
}

.security-list article {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(12, 31, 27, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 22px;
}

.security-list strong {
  color: var(--green-dark);
  font-size: 20px;
}

.security-list span {
  color: var(--muted);
}

.team {
  background: #f7fbf7;
}

.team-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(13, 63, 48, 0.05);
  min-height: 220px;
  padding: 28px;
}

.team-grid h3 {
  color: var(--green-dark);
  font-size: 23px;
  margin: 0 0 14px;
}

.team-grid p {
  color: var(--muted);
  margin: 0;
}

.onboarding {
  background: #102d27;
  color: #fff;
}

.onboarding .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.onboarding-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.onboarding-list article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  min-height: 250px;
  padding: 26px;
}

.onboarding-list span {
  color: var(--lime);
  display: block;
  font-weight: 850;
  margin-bottom: 26px;
}

.onboarding-list h3 {
  color: #fff;
  font-size: 23px;
  margin: 0 0 12px;
}

.onboarding-list p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.resources {
  background: #ffffff;
}

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

.resource-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 240px;
  padding: 28px;
}

.updates {
  background: #eef6f4;
}

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

.update-grid article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 260px;
  padding: 28px;
}

.update-grid span {
  color: var(--green);
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 16px;
}

.update-grid h3 {
  color: #143a32;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.update-grid p {
  color: var(--muted);
  margin: 0;
}

.final-cta {
  background: #ffffff;
  padding-top: 0;
}

.final-cta-card {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(199, 232, 107, 0.22), transparent 28%),
    linear-gradient(135deg, #123a31, #0c5b49 56%, #154f86);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(30px, 5vw, 54px);
}

.final-cta-card h2 {
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.1;
  margin: 0;
}

.final-cta-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 18px 0 0;
  max-width: 780px;
}

.final-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 170px;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.faq {
  background: #f7fbf7;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(13, 63, 48, 0.05);
  padding: 0 24px;
}

.faq-list summary {
  color: #1b3e35;
  cursor: pointer;
  font-size: 19px;
  font-weight: 850;
  list-style: none;
  padding: 22px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--green);
  content: "+";
  float: right;
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin: 0;
  padding: 18px 0 22px;
}

.contact {
  background: #102d27;
  color: #fff;
  display: grid;
  gap: clamp(34px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  padding: clamp(76px, 10vw, 120px) clamp(20px, 5vw, 72px);
}

.contact p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 660px;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
}

.contact-list div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 18px;
}

.contact-list dt {
  color: var(--lime);
  font-weight: 800;
}

.contact-list dd {
  margin: 4px 0 0;
}

.contact-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: #2a4840;
  font-weight: 750;
}

input,
textarea {
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(15, 138, 95, 0.18);
}

.contact-form .btn {
  border: 0;
  cursor: pointer;
  margin-top: 4px;
  width: 100%;
}

.form-note {
  color: var(--green-dark);
  font-size: 14px;
  margin: 0;
  min-height: 22px;
}

.site-footer {
  background: #081c18;
  color: rgba(255, 255, 255, 0.72);
  padding: 34px clamp(20px, 5vw, 72px) 22px;
}

.footer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
}

.footer-brand strong,
.footer-grid h3 {
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0 0 12px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 420px;
}

.footer-grid a,
.footer-grid p {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin: 0 0 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    gap: 18px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 900px;
  }

  .hero-panel {
    bottom: 32px;
    left: clamp(20px, 5vw, 72px);
    right: auto;
    width: auto;
  }

  .section-heading,
  .platform,
  .solution-layout,
  .standards,
  .deliverable-board,
  .assurance,
  .innovation,
  .security-panel,
  .final-cta-card,
  .contact {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
  }

  .service-grid,
  .painpoint-grid,
  .pathway-grid,
  .product-suite-grid,
  .module-grid,
  .method-steps,
  .highlight-grid,
  .case-list,
  .team-grid,
  .onboarding-list,
  .resource-list,
  .update-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding: 0 16px;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .brand small,
  .header-action {
    display: none;
  }

  .hero {
    min-height: 940px;
    padding: 104px 18px 300px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    left: 18px;
    right: 18px;
  }

  .hero-panel div,
  .hero-panel div:first-child,
  .hero-panel div:last-child {
    border-radius: 8px;
    min-height: 92px;
    padding: 18px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-grid,
  .painpoint-grid,
  .pathway-grid,
  .product-suite-grid,
  .module-grid,
  .method-steps,
  .innovation-grid,
  .highlight-grid,
  .team-grid,
  .onboarding-list,
  .resource-list,
  .update-grid,
  .proof-grid,
  .case-list,
  .dash-grid {
    grid-template-columns: 1fr;
  }

  .metric.big {
    grid-column: auto;
  }

  .platform {
    grid-template-columns: 1fr;
  }

  .deliverable-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .standards-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dashboard {
    min-height: 520px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }
}
