.cg-home {
  --cg-ink: #102b21;
  --cg-muted: #6f8178;
  --cg-green: #0f6b4a;
  --cg-green-2: #24a26e;
  --cg-lime: #a6e45a;
  --cg-pale: #eef7f1;
  --cg-line: #dfe9e3;
  --cg-white: #fff;
  --cg-radius: 24px;
  --cg-shadow: 0 24px 70px rgba(18, 67, 47, 0.11);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--cg-ink);
  font-family: inherit;
}
.cg-home * {
  box-sizing: border-box;
}
.cg-home a {
  text-decoration: none;
}
.cg-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.cg-hero {
  position: relative;
  padding-top: 84px;
  background: linear-gradient(155deg, #fbfdfb 10%, #edf7f0 100%);
}
.cg-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 64px;
}
.cg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1d8058;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.cg-eyebrow > span {
  width: 22px;
  height: 2px;
  background: #54bd7c;
}
.cg-hero-copy h1 {
  max-width: 620px;
  margin: 22px 0;
  color: #102d22;
  font-size: clamp(44px, 4.5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1.03;
}
.cg-hero-copy h1 em {
  color: #16835a;
  font-style: normal;
}
.cg-hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #62786d;
  font-size: 18px;
  line-height: 1.7;
}
.cg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}
.cg-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.2s;
}
.cg-button:hover {
  transform: translateY(-2px);
}
.cg-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0e5d42, #16845a);
  box-shadow: 0 15px 34px rgba(15, 107, 74, 0.22);
}
.cg-button-secondary {
  color: #0f6b4a;
  background: #fff;
  border-color: #c8ded2;
}
.cg-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 27px;
  color: #5d7569;
  font-size: 11px;
  font-weight: 700;
}
.cg-trust b {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #fff;
  background: #3aa870;
  border-radius: 50%;
  font-size: 10px;
}
.cg-product-visual {
  position: relative;
  min-width: 0;
  padding: 30px 5px 42px;
}
.cg-window {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(187, 214, 199, 0.85);
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(23, 80, 54, 0.2);
  transform: perspective(1200px) rotateY(-2deg);
}
.cg-window-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  background: #f5f8f6;
  border-bottom: 1px solid #e3ece6;
}
.cg-window-bar i {
  width: 8px;
  height: 8px;
  background: #bed0c5;
  border-radius: 50%;
}
.cg-window-bar span {
  margin-left: 8px;
  color: #87988f;
  font-size: 9px;
  font-weight: 800;
}
.cg-dashboard {
  min-height: 390px;
  display: flex;
}
.cg-dashboard-side {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding: 17px 10px;
  background: #113f31;
}
.cg-mini-brand {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  color: #d7f4e2;
  background: #1d7351;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 900;
}
.cg-dashboard-side span {
  width: 23px;
  height: 7px;
  background: rgba(221, 247, 231, 0.22);
  border-radius: 5px;
}
.cg-dashboard-side span.is-active {
  background: #83dba5;
}
.cg-dashboard-main {
  min-width: 0;
  flex: 1;
  padding: 24px;
  background: #f4f7f5;
}
.cg-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cg-dashboard-head small,
.cg-dashboard-head strong {
  display: block;
}
.cg-dashboard-head small {
  color: #4b9b72;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.cg-dashboard-head strong {
  margin-top: 5px;
  font-size: 18px;
}
.cg-avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #175039;
  background: #bde9c9;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
}
.cg-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.cg-kpis article {
  padding: 15px 13px;
  background: #fff;
  border: 1px solid #e3ebe6;
  border-radius: 13px;
}
.cg-kpis small,
.cg-kpis strong,
.cg-kpis span {
  display: block;
}
.cg-kpis small {
  color: #819188;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.cg-kpis strong {
  margin: 8px 0 3px;
  color: #164532;
  font-size: 19px;
}
.cg-kpis span {
  color: #91a098;
  font-size: 7px;
}
.cg-chart-row {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 10px;
  margin-top: 12px;
}
.cg-chart-card,
.cg-donut-card {
  padding: 16px;
  background: #fff;
  border: 1px solid #e3ebe6;
  border-radius: 13px;
}
.cg-chart-card small,
.cg-chart-card strong {
  display: block;
}
.cg-chart-card small,
.cg-donut-card small {
  color: #819188;
  font-size: 6px;
  font-weight: 900;
}
.cg-chart-card strong {
  margin-top: 4px;
  font-size: 10px;
}
.cg-bars {
  height: 120px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-top: 14px;
  border-bottom: 1px solid #dfe8e2;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 28px,
    #eef2ef 29px
  );
}
.cg-bars i {
  flex: 1;
  background: linear-gradient(#41b97c, #126646);
  border-radius: 5px 5px 1px 1px;
}
.cg-bars i:nth-child(1) {
  height: 34%;
}
.cg-bars i:nth-child(2) {
  height: 52%;
}
.cg-bars i:nth-child(3) {
  height: 46%;
}
.cg-bars i:nth-child(4) {
  height: 70%;
}
.cg-bars i:nth-child(5) {
  height: 61%;
}
.cg-bars i:nth-child(6) {
  height: 83%;
}
.cg-bars i:nth-child(7) {
  height: 66%;
}
.cg-bars i:nth-child(8) {
  height: 90%;
}
.cg-donut-card {
  text-align: center;
}
.cg-donut {
  width: 84px;
  height: 84px;
  margin: 22px auto 13px;
  border: 16px solid #dcefe4;
  border-top-color: #1a865b;
  border-right-color: #1a865b;
  border-radius: 50%;
  transform: rotate(15deg);
}
.cg-donut-card > span {
  color: #91a098;
  font-size: 7px;
}
.cg-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #d8e7df;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(16, 69, 45, 0.17);
}
.cg-float-card > b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #187451;
  border-radius: 11px;
  font-size: 10px;
}
.cg-float-card span,
.cg-float-card strong,
.cg-float-card small {
  display: block;
}
.cg-float-card strong {
  font-size: 10px;
}
.cg-float-card small {
  margin-top: 2px;
  color: #82948a;
  font-size: 8px;
}
.cg-float-carbon {
  top: 5px;
  right: -18px;
}
.cg-float-quality {
  bottom: 10px;
  left: -22px;
}
.cg-float-quality > b {
  background: #62b853;
  border-radius: 50%;
  font-size: 18px;
}
.cg-capabilities {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 58px;
  padding: 24px 18px;
  color: #547064;
  border-top: 1px solid rgba(202, 220, 210, 0.75);
  font-size: 11px;
  font-weight: 800;
}
.cg-capabilities i {
  width: 4px;
  height: 4px;
  background: #4eaf77;
  border-radius: 50%;
}
.cg-section {
  padding: 105px 0;
}
.cg-section-heading {
  max-width: 740px;
  margin-bottom: 47px;
}
.cg-section-heading h2,
.cg-platform h2,
.cg-compliance-copy h2,
.cg-integration-grid h2 {
  margin: 17px 0;
  color: #132f24;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.cg-section-heading p,
.cg-platform-grid > div > p,
.cg-compliance-copy > p,
.cg-integration-grid > div > p {
  margin: 0;
  color: #6d8076;
  font-size: 16px;
  line-height: 1.75;
}
.cg-centered {
  margin-inline: auto;
  text-align: center;
}
.cg-centered .cg-eyebrow {
  justify-content: center;
}
.cg-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cg-feature {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 29px;
  background: #fff;
  border: 1px solid var(--cg-line);
  border-radius: var(--cg-radius);
  box-shadow: 0 15px 38px rgba(19, 64, 44, 0.05);
  transition: 0.25s;
}
.cg-feature:hover {
  border-color: #badac8;
  box-shadow: var(--cg-shadow);
  transform: translateY(-5px);
}
.cg-feature-main {
  grid-row: span 2;
  min-height: 658px;
  padding: 34px;
  color: #fff;
  background: linear-gradient(155deg, #103e30, #0c3025);
}
.cg-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: #167850;
  background: #e9f7ee;
  border: 1px solid #d2ecdc;
  border-radius: 14px;
  font-size: 25px;
}
.cg-feature > span {
  color: #2b9a68;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.cg-feature h3 {
  margin: 12px 0;
  color: #173528;
  font-size: 25px;
  line-height: 1.2;
}
.cg-feature p {
  margin: 0;
  color: #708279;
  font-size: 14px;
  line-height: 1.7;
}
.cg-feature-main .cg-icon {
  color: #d8f3e0;
  background: rgba(102, 213, 144, 0.13);
  border-color: rgba(150, 227, 177, 0.22);
}
.cg-feature-main h3 {
  color: #fff;
  font-size: 34px;
}
.cg-feature-main p {
  color: #bdd2c8;
  font-size: 15px;
}
.cg-feature-main ul {
  display: grid;
  gap: 14px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}
.cg-feature-main li {
  padding: 13px 0;
  color: #deeee5;
  border-bottom: 1px solid rgba(213, 238, 223, 0.14);
  font-size: 13px;
}
.cg-feature-main li:before {
  content: "✓";
  margin-right: 10px;
  color: #74d99b;
}
.cg-platform {
  color: #fff;
  background: #0d392c;
}
.cg-platform-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 90px;
}
.cg-eyebrow-light {
  color: #7bd69f;
}
.cg-platform h2 {
  color: #fff;
}
.cg-platform-grid > div > p {
  color: #b9cfc4;
}
.cg-platform-points {
  display: grid;
  gap: 18px;
  margin-top: 35px;
}
.cg-platform-points > div {
  display: flex;
  gap: 15px;
}
.cg-platform-points b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #7bd69f;
  background: rgba(101, 205, 140, 0.12);
  border-radius: 9px;
  font-size: 10px;
}
.cg-platform-points span,
.cg-platform-points strong,
.cg-platform-points small {
  display: block;
}
.cg-platform-points strong {
  font-size: 14px;
}
.cg-platform-points small {
  margin-top: 4px;
  color: #9eb9ac;
  font-size: 11px;
}
.cg-data-chain {
  padding: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(195, 231, 210, 0.15);
  border-radius: 27px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
}
.cg-data-chain > span {
  color: #6ccc91;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.cg-data-chain h3 {
  margin: 6px 0 22px;
  color: #fff;
  font-size: 20px;
}
.cg-data-chain > div {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(220, 243, 230, 0.08);
  border-radius: 13px;
}
.cg-data-chain > div > b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #7bd69f;
  background: #194f3c;
  border-radius: 9px;
  font-size: 10px;
}
.cg-data-chain p,
.cg-data-chain small {
  display: block;
  margin: 0;
}
.cg-data-chain p {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.cg-data-chain small {
  margin-top: 3px;
  color: #97b3a6;
  font-size: 10px;
}
.cg-data-chain .is-result {
  background: linear-gradient(
    135deg,
    rgba(68, 177, 111, 0.24),
    rgba(70, 177, 111, 0.08)
  );
  border-color: rgba(114, 219, 154, 0.28);
}
.cg-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cg-steps article {
  position: relative;
  padding: 28px;
  border-top: 1px solid #d5e5dc;
}
.cg-steps article:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 28px;
  width: 8px;
  height: 8px;
  background: #239061;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e5f5eb;
}
.cg-steps article > b {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #d5e3dc;
  font-size: 28px;
}
.cg-steps article > div {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 17px 0 28px;
  color: #197951;
  background: #eaf6ee;
  border-radius: 13px;
  font-size: 22px;
}
.cg-steps h3 {
  margin: 0 0 11px;
  font-size: 18px;
}
.cg-steps p {
  margin: 0;
  color: #75877e;
  font-size: 13px;
  line-height: 1.7;
}
.cg-compliance {
  background: #f0f7f2;
}
.cg-compliance-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 80px;
}
.cg-iso-card {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px;
  color: #fff;
  background: linear-gradient(145deg, #0c3b2c, #116244);
  border-radius: 30px;
  box-shadow: 0 35px 70px rgba(14, 72, 48, 0.22);
}
.cg-seal {
  width: 116px;
  height: 116px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #113c2e;
  background: #e7f5eb;
  border: 8px solid rgba(255, 255, 255, 0.14);
  outline: 1px solid rgba(198, 236, 212, 0.35);
  border-radius: 50%;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.cg-seal small {
  display: block;
  font-size: 10px;
  font-weight: 800;
}
.cg-iso-card > div:last-child > span {
  color: #84dda7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
}
.cg-iso-card h3 {
  max-width: 430px;
  margin: 12px 0;
  color: #fff;
  font-size: 31px;
  line-height: 1.12;
}
.cg-iso-card p {
  max-width: 470px;
  margin: 0;
  color: #b9d3c6;
  font-size: 13px;
  line-height: 1.7;
}
.cg-compliance-copy ul {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.cg-compliance-copy li {
  color: #3c5c4c;
  font-size: 13px;
  font-weight: 700;
}
.cg-disclaimer {
  display: block;
  padding: 12px 14px;
  color: #7e8f86;
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 11px;
  font-size: 10px;
  line-height: 1.5;
}
.cg-integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
.cg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.cg-tags span {
  padding: 8px 11px;
  color: #1e7551;
  background: #edf7f0;
  border: 1px solid #d5eadd;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.cg-code-card {
  overflow: hidden;
  color: #d9e9e0;
  background: #10271e;
  border: 1px solid #244437;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(16, 39, 30, 0.2);
}
.cg-code-card > div {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 17px;
  background: #18352a;
  border-bottom: 1px solid #29493c;
}
.cg-code-card > div i {
  width: 7px;
  height: 7px;
  background: #5a7a6c;
  border-radius: 50%;
}
.cg-code-card > div span {
  margin-left: 8px;
  color: #9db9ac;
  font:
    10px ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.cg-code-card pre {
  margin: 0;
  padding: 28px;
  overflow: auto;
  font:
    12px/1.9 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.cg-code-card em {
  color: #73d59b;
  font-style: normal;
}
.cg-code-card b {
  color: #a7e864;
  font-weight: 500;
}
.cg-faq {
  background: #f6faf7;
}
.cg-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.cg-faq-list {
  display: grid;
  gap: 10px;
}
.cg-faq-list details {
  background: #fff;
  border: 1px solid #dfe9e3;
  border-radius: 15px;
}
.cg-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
}
.cg-faq-list summary::-webkit-details-marker {
  display: none;
}
.cg-faq-list summary span {
  color: #259260;
  font-size: 20px;
  transition: 0.2s;
}
.cg-faq-list details[open] summary span {
  transform: rotate(45deg);
}
.cg-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: #70827a;
  font-size: 12px;
  line-height: 1.7;
}
.cg-cta {
  padding: 0 0 90px;
  background: #f6faf7;
}
.cg-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 54px;
  color: #fff;
  background: linear-gradient(125deg, #0d4634, #13855a);
  border-radius: 30px;
  box-shadow: 0 32px 65px rgba(17, 103, 71, 0.2);
}
.cg-cta-card > div > span {
  color: #8fe1ad;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.cg-cta-card h2 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: 34px;
  letter-spacing: -0.035em;
}
.cg-cta-card p {
  margin: 0;
  color: #c0dbce;
  font-size: 13px;
}
.cg-cta-card .cg-actions {
  flex: 0 0 auto;
  margin: 0;
}
.cg-button-light {
  color: #11543c;
  background: #fff;
}
.cg-button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1050px) {
  .cg-hero-grid {
    gap: 32px;
  }
  .cg-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cg-feature-main {
    grid-row: auto;
    min-height: 320px;
  }
  .cg-platform-grid,
  .cg-compliance-grid,
  .cg-integration-grid {
    gap: 45px;
  }
  .cg-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .cg-faq-grid {
    gap: 45px;
  }
  .cg-dashboard {
    min-height: 330px;
  }
  .cg-bars {
    height: 90px;
  }
}
@media (max-width: 820px) {
  .cg-shell {
    width: min(100% - 32px, 680px);
  }
  .cg-hero {
    padding-top: 64px;
  }
  .cg-hero-grid,
  .cg-platform-grid,
  .cg-compliance-grid,
  .cg-integration-grid,
  .cg-faq-grid {
    grid-template-columns: 1fr;
  }
  .cg-hero-copy {
    text-align: center;
  }
  .cg-hero-copy .cg-eyebrow,
  .cg-actions,
  .cg-trust {
    justify-content: center;
  }
  .cg-hero-copy h1,
  .cg-hero-copy > p {
    margin-inline: auto;
  }
  .cg-product-visual {
    max-width: 680px;
    margin-inline: auto;
    padding-top: 52px;
  }
  .cg-capabilities {
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .cg-section {
    padding: 80px 0;
  }
  .cg-compliance-grid,
  .cg-integration-grid,
  .cg-faq-grid {
    gap: 50px;
  }
  .cg-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cg-cta-card {
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cg-cta-card .cg-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 580px) {
  .cg-shell {
    width: calc(100% - 28px);
  }
  .cg-hero {
    padding-top: 46px;
  }
  .cg-hero-copy h1 {
    font-size: 42px;
  }
  .cg-hero-copy > p {
    font-size: 15px;
  }
  .cg-actions {
    display: grid;
  }
  .cg-button {
    width: 100%;
  }
  .cg-trust {
    display: grid;
    justify-content: start;
    text-align: left;
    margin-left: 12px;
  }
  .cg-product-visual {
    padding-top: 48px;
  }
  .cg-window {
    border-radius: 16px;
    transform: none;
  }
  .cg-dashboard {
    min-height: 275px;
  }
  .cg-dashboard-side {
    width: 42px;
    padding-inline: 6px;
  }
  .cg-mini-brand {
    width: 28px;
    height: 28px;
  }
  .cg-dashboard-main {
    padding: 12px;
  }
  .cg-kpis {
    gap: 5px;
    margin-top: 14px;
  }
  .cg-kpis article {
    padding: 9px 6px;
  }
  .cg-kpis strong {
    font-size: 13px;
  }
  .cg-chart-card,
  .cg-donut-card {
    padding: 9px;
  }
  .cg-bars {
    height: 72px;
    gap: 4px;
  }
  .cg-donut {
    width: 54px;
    height: 54px;
    margin: 14px auto 9px;
    border-width: 10px;
  }
  .cg-float-card {
    transform: scale(0.82);
  }
  .cg-float-carbon {
    right: -12px;
  }
  .cg-float-quality {
    left: -12px;
  }
  .cg-capabilities {
    gap: 11px;
    padding-inline: 0;
    font-size: 9px;
  }
  .cg-capabilities i {
    display: none;
  }
  .cg-section {
    padding: 66px 0;
  }
  .cg-section-heading {
    margin-bottom: 32px;
  }
  .cg-section-heading h2,
  .cg-platform h2,
  .cg-compliance-copy h2,
  .cg-integration-grid h2 {
    font-size: 35px;
  }
  .cg-feature-grid {
    grid-template-columns: 1fr;
  }
  .cg-feature,
  .cg-feature-main {
    min-height: 290px;
  }
  .cg-steps {
    grid-template-columns: 1fr;
  }
  .cg-compliance-grid {
    gap: 42px;
  }
  .cg-iso-card {
    min-height: 420px;
    padding: 28px;
  }
  .cg-iso-card h3 {
    font-size: 27px;
  }
  .cg-data-chain {
    padding: 20px;
  }
  .cg-code-card pre {
    padding: 20px;
    font-size: 10px;
  }
  .cg-cta {
    padding-bottom: 64px;
  }
  .cg-cta-card {
    padding: 32px 25px;
  }
  .cg-cta-card h2 {
    font-size: 29px;
  }
}
