@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
:root {
  --cyan: #00faff;
  --teal: #019ca7;
  --ink: #282828;
  --fog: #f4f7f8;
  --slate: #6c7680;
  --mist: #bef3f7;
  --white: #fff;
  --line: rgba(40, 40, 40, 0.1);
  --grad: linear-gradient(135deg, #00faff 0%, #019ca7 100%);
  --shadow: 0 24px 70px rgba(15, 55, 60, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100vw - 48px));
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
.container {
  width: var(--container);
  margin: auto;
  min-width: 0;
}
.container > *,
.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.journey > *,
.feature-row > *,
.form-wrap > *,
.quote-band > *,
.footer-grid > *,
.case-hero-grid > *,
.case-columns > * {
  min-width: 0;
}
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.eyebrow.lg {
  font-size: 15px;
}
.display {
  font-size: clamp(44px, 6.5vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  font-weight: 700;
}
.display.sm {
  font-size: clamp(40px, 5vw, 64px);
}
.display.xs {
  font-size: clamp(34px, 4vw, 54px);
}
.display.xxs {
  font-size: clamp(30px, 3.4vw, 46px);
}
h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
}
h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}
p {
  margin: 0 0 18px;
  color: #536067;
}
.lead {
  font-size: clamp(18px, 2vw, 23px);
  max-width: 760px;
}
.small {
  font-size: 13px;
  color: var(--slate);
}
.muted {
  color: var(--slate);
}
.accent {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 21px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.25s;
  cursor: pointer;
}
.btn-primary {
  background: var(--grad);
  color: #0d2a2c;
  box-shadow: 0 10px 28px rgba(1, 156, 167, 0.2);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(1, 156, 167, 0.28);
}
.btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.btn-light {
  border-color: var(--line);
  background: #fff;
}
.btn-arrow:after {
  content: "↗";
  font-size: 16px;
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(40, 40, 40, 0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img {
  height: 34px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 500;
}
.nav-mobile-cta {
  display: none;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--teal);
}
.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  font-size: 25px;
}
.hero {
  min-height: 740px;
  background: #11191c;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 95px 0 80px;
}
.hero:before,
.dark-pattern:before {
  content: "";
  position: absolute;
  width: 740px;
  height: 740px;
  border-radius: 46% 54% 61% 39% / 42% 43% 57% 58%;
  background: radial-gradient(
    circle at 55% 35%,
    rgba(0, 250, 255, 0.2),
    rgba(1, 156, 167, 0.07) 48%,
    transparent 70%
  );
  left: -220px;
  top: -170px;
  transform: rotate(18deg);
}
.hero:after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(0, 250, 255, 0.1);
  border-radius: 50%;
  right: -230px;
  bottom: -250px;
  box-shadow:
    0 0 0 70px rgba(0, 250, 255, 0.025),
    0 0 0 140px rgba(0, 250, 255, 0.018);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero p {
  color: #b8c7ca;
}
.hero .lead {
  font-size: 19px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-proof {
  display: flex;
  gap: 26px;
  margin-top: 46px;
  flex-wrap: wrap;
}
.proof-item {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 15px;
  font-size: 13px;
  color: #9fb0b4;
}
.proof-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}
.orbit {
  height: 490px;
  position: relative;
  display: grid;
  place-items: center;
}
.core {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  background: var(--grad);
  display: grid;
  place-items: center;
  box-shadow: 0 0 80px rgba(0, 250, 255, 0.2);
  position: relative;
  z-index: 3;
}
.core img {
  width: 78px;
}
.orbit-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.r1 {
  width: 330px;
  height: 330px;
}
.r2 {
  width: 455px;
  height: 455px;
}
.node {
  position: absolute;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(17, 25, 28, 0.76);
  border-radius: 14px;
  font-size: 11px;
  color: #d8e3e4;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}
.n1 {
  top: 20px;
  left: 185px;
}
.n2 {
  top: 115px;
  right: 0;
}
.n3 {
  bottom: 83px;
  right: 20px;
}
.n4 {
  bottom: 16px;
  left: 170px;
}
.n5 {
  bottom: 105px;
  left: 0;
}
.n6 {
  top: 100px;
  left: 8px;
}
.section {
  padding: 105px 0;
}
.section-sm {
  padding: 75px 0;
}
.fog {
  background: var(--fog);
}
.dark {
  background: #11191c;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dark p {
  color: #afc0c3;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-end;
  margin-bottom: 50px;
}
.section-head p {
  max-width: 580px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: 0.25s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(1, 156, 167, 0.25);
}
.card.dark-card {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.card.dark-card p {
  color: #afc0c3;
}
.icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--mist), #fff);
  border: 1px solid rgba(1, 156, 167, 0.15);
  display: grid;
  place-items: center;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 22px;
}
.icon svg {
  width: 22px;
  height: 22px;
}
.pill {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 11px;
  color: #196269;
  font-weight: 600;
  margin: 3px;
}
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: step;
}
.step {
  padding: 26px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  position: relative;
  min-height: 195px;
}
.step:before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
.step h3 {
  font-size: 18px;
}
.step p {
  font-size: 13px;
}
.outcome {
  padding: 28px;
  border-top: 1px solid var(--line);
}
.outcome strong {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
}
.arch {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.arch-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 13px 0;
}
.arch-label {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 18px;
  font-size: 13px;
  font-weight: 700;
}
.arch-label.teal {
  background: var(--mist);
  color: #17646a;
}
.arch-label.ink {
  background: var(--ink);
  color: #fff;
}
.arch-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.arch-item {
  background: var(--fog);
  border-radius: 14px;
  padding: 17px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.quote-band {
  background: var(--grad);
  padding: 44px;
  border-radius: 30px;
  color: #0d2a2c;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.quote-band h2 {
  max-width: 840px;
  font-size: clamp(30px, 4vw, 48px);
}
.logos-note {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--slate);
  font-size: 12px;
}
.hero-mini {
  background: #11191c;
  color: #fff;
  padding: 95px 0 76px;
  position: relative;
  overflow: hidden;
}
.hero-mini p {
  color: #afc0c3;
}
.hero-mini .container {
  position: relative;
  z-index: 2;
}
.page-nav {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.page-nav a {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #d7e4e6;
}
.feature-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
  margin: 72px 0;
}
.feature-row.reverse {
  grid-template-columns: 1.15fr 0.85fr;
}
.feature-row.reverse .feature-copy {
  order: 2;
}
.feature-row.reverse .feature-visual {
  order: 1;
}
.feature-visual {
  border-radius: 28px;
  background: var(--fog);
  min-height: 370px;
  border: 1px solid var(--line);
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.ui-window {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(34, 71, 75, 0.09);
  overflow: hidden;
}
.ui-top {
  height: 44px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 6px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfe7e8;
}
.ui-body {
  padding: 20px;
}
.bar {
  height: 11px;
  background: #e7eef0;
  border-radius: 6px;
  margin-bottom: 10px;
}
.bar.teal {
  background: linear-gradient(90deg, var(--teal), var(--cyan));
}
.chip {
  display: inline-block;
  width: 72px;
  height: 26px;
  border-radius: 8px;
  background: var(--mist);
  margin: 4px;
}
.module-toolbar {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  cursor: pointer;
}
.filter-btn.active {
  background: var(--ink);
  color: #fff;
}
.module-card[data-hidden="true"] {
  display: none;
}
.module-card .num {
  font-size: 11px;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}
.tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--slate);
  margin-bottom: 8px;
}
.core-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-top: 18px;
  margin-bottom: 10px;
}
.module-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-card ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--slate);
}
.module-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}
.industry-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
}
.industry-card .btn {
  margin-top: auto;
  align-self: flex-start;
}
.standards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.standard {
  padding: 15px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
}
.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  margin-bottom: 30px;
}
.timeline-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--grad);
  border: 7px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
  z-index: 2;
}
.faq-item {
  border-top: 1px solid var(--line);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  color: var(--slate);
}
.faq-item.open .faq-a {
  max-height: 320px;
  padding-bottom: 20px;
}
.faq-q span:last-child {
  color: var(--teal);
}
.form-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: start;
}
.form-wrap > div:first-child {
  padding-right: 10px;
  padding-top: 10px;
}
.form-card {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 12px;
  font-weight: 600;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #dce5e6;
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  outline: none;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(1, 156, 167, 0.08);
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.form-status {
  font-size: 13px;
  color: var(--teal);
  font-weight: 600;
  display: none;
  margin-top: 15px;
}
.footer {
  background: #0c1214;
  color: #fff;
  padding: 120px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: 42px;
}
.footer-logo {
  height: 35px;
}
.footer p {
  color: #92a5a9;
  font-size: 13px;
}
.footer h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #7f9498;
  margin: 0 0 14px;
}
.footer a {
  display: block;
  font-size: 13px;
  color: #d8e3e5;
  margin: 8px 0;
  transition:
    color 220ms ease,
    transform 220ms ease;
}
.footer a:hover {
  color: var(--cyan);
  transform: translateX(4px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 120px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #6f8589;
  font-size: 11px;
}
.mega-note {
  border-left: 3px solid var(--teal);
  padding: 5px 0 5px 18px;
  color: var(--slate);
  font-size: 14px;
}
.kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.kpi {
  padding: 26px;
  border-right: 1px solid var(--line);
}
.kpi:last-child {
  border-right: 0;
}
.kpi strong {
  font-size: 18px;
  display: block;
}
.kpi span {
  font-size: 12px;
  color: var(--slate);
}
@media (max-width: 960px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 22px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(15, 55, 60, 0.1);
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-mobile-cta {
    display: block;
    font-weight: 600;
  }
  .menu-btn {
    display: block;
  }
  .nav-cta .btn-light {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-top: 75px;
  }
  .hero-grid,
  .feature-row,
  .feature-row.reverse,
  .form-wrap {
    grid-template-columns: 1fr;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual {
    order: initial;
  }
  .orbit {
    height: 440px;
  }
  .grid-4,
  .journey {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .arch-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 18px;
  }
  .quote-band {
    grid-template-columns: 1fr;
  }
  .quote-band .btn {
    justify-self: start;
  }
  .kpi-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }
  .nav {
    height: 70px;
  }
  .nav-links {
    top: 70px;
    max-height: calc(100dvh - 70px);
  }
  .brand img {
    height: 29px;
  }
  .nav-cta .btn-primary {
    display: none;
  }
  .hero {
    padding: 70px 0 55px;
  }
  .hero-actions,
  .quote-band .btn {
    width: 100%;
  }
  .display {
    font-size: 44px;
  }
  .orbit {
    height: 350px;
    transform: scale(0.84);
    margin: -20px;
  }
  .section {
    padding: 74px 0;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .journey,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .arch-row {
    grid-template-columns: 1fr;
  }
  .arch-items {
    grid-template-columns: 1fr 1fr;
  }
  .kpi-strip {
    grid-template-columns: 1fr;
  }
  .kpi {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .footer-bottom {
    display: block;
  }
  .footer {
    padding-top: 72px;
  }
  .footer-bottom {
    margin-top: 72px;
  }
  .hero-proof {
    gap: 15px;
  }
  .quote-band {
    padding: 30px;
  }
  .form-card {
    border-radius: 20px;
    padding: 22px;
  }
  .footer-bottom > * {
    margin-bottom: 12px;
  }
  .card {
    padding: 23px;
  }
}

/* Customer impact evidence */
.impact-proof-section {
  padding: 55px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.impact-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.impact-proof-head h2 {
  font-size: clamp(30px, 3.3vw, 46px);
  margin-bottom: 10px;
}
.impact-proof-head p {
  max-width: 700px;
  margin: 0;
}
.impact-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: var(--fog);
}
.impact-metric {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  min-height: 175px;
}
.impact-metric:last-child {
  border-right: 0;
}
.impact-number {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 18px;
}
.impact-metric strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}
.impact-metric small {
  display: block;
  color: var(--slate);
  font-size: 11px;
  margin-top: 8px;
}
.impact-source {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  font-size: 11px;
  color: var(--slate);
}
.impact-source a {
  color: var(--teal);
  font-weight: 600;
}
.customer-story {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 65px;
  align-items: center;
}
.story-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0;
}
.story-points div {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--fog);
}
.story-points strong {
  display: block;
  font-size: 22px;
  color: var(--teal);
}
.story-points span {
  font-size: 11px;
  color: var(--slate);
}
.impact-doc {
  display: block;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 14px;
  transform: rotate(1.5deg);
  transition: 0.25s;
}
.impact-doc:hover {
  transform: rotate(0) translateY(-4px);
}
.impact-doc img {
  display: block;
  border-radius: 13px;
  width: 100%;
}
.impact-doc span {
  display: block;
  padding: 12px 8px 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
}
.proof-ribbon {
  background: linear-gradient(90deg, #f6fbfb, #eefafa);
}
.proof-ribbon-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
  align-items: center;
}
.proof-ribbon-inner strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
.proof-ribbon-inner span {
  display: block;
  color: var(--slate);
  font-size: 11px;
  margin-top: 4px;
}
.featured-resource {
  border-color: rgba(1, 156, 167, 0.35);
  background: linear-gradient(145deg, #fff, #f2fbfb);
}
.featured-resource .small {
  display: inline-block;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 600;
}
.case-hero {
  background: #11191c;
  color: #fff;
  padding: 90px 0 85px;
}
.case-hero p {
  color: #b2c2c5;
}
.case-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.case-report-card {
  display: block;
  background: #fff;
  color: var(--ink);
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}
.case-report-card img {
  display: block;
  width: 100%;
  border-radius: 14px;
}
.case-report-card div {
  padding: 14px 10px 5px;
}
.case-report-card strong,
.case-report-card span {
  display: block;
}
.case-report-card span {
  font-size: 11px;
  color: var(--slate);
  margin-top: 5px;
}
.case-metrics {
  background: #fff;
}
.case-columns {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 75px;
  align-items: center;
}
.case-stat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.case-stat-list div {
  border-top: 2px solid var(--teal);
  padding-top: 14px;
}
.case-stat-list strong {
  display: block;
  font-size: 24px;
}
.case-stat-list span {
  font-size: 11px;
  color: var(--slate);
}
.case-stat-list.on-dark span {
  color: #9eb0b3;
}
.case-insight {
  background: var(--ink);
  color: #fff;
  border-radius: 28px;
  padding: 38px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-insight span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
}
.case-insight strong {
  font-size: 26px;
  line-height: 1.25;
}
.case-insight.light {
  background: var(--mist);
  color: #174e53;
}
.case-insight.light span {
  color: var(--teal);
}
.case-insight.dark-insight {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px) {
  .impact-proof-head {
    display: block;
  }
  .impact-proof-head .btn {
    margin-top: 20px;
  }
  .impact-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact-metric:nth-child(2) {
    border-right: 0;
  }
  .impact-metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .customer-story,
  .case-hero-grid,
  .case-columns {
    grid-template-columns: 1fr;
  }
  .impact-doc {
    max-width: 520px;
  }
  .proof-ribbon-inner {
    grid-template-columns: 1fr 1fr;
  }
  .proof-ribbon-inner .btn {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (max-width: 620px) {
  .impact-metrics,
  .story-points,
  .case-stat-list,
  .proof-ribbon-inner {
    grid-template-columns: 1fr;
  }
  .impact-metric {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .impact-source {
    display: block;
  }
  .impact-source a {
    display: block;
    margin-top: 6px;
  }
  .case-hero {
    padding: 70px 0;
  }
  .case-insight {
    min-height: 220px;
  }
  .proof-ribbon-inner .btn {
    grid-column: auto;
  }
}

/* V4 homepage section components merged into V3 */
.value-chain {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: white;
}
.value-step {
  padding: 27px 22px;
  border-right: 1px solid var(--line);
  min-height: 245px;
}
.value-step:last-child {
  border-right: 0;
}
.value-step b {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--teal);
}
.value-step h3 {
  font-size: 22px;
  margin: 36px 0 10px;
}
.value-step p {
  font-size: 12px;
}
.tall-card {
  min-height: 280px;
}
@media (max-width: 960px) {
  .value-chain {
    grid-template-columns: 1fr 1fr;
  }
  .value-step {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 620px) {
  .value-chain {
    grid-template-columns: 1fr;
  }
  .value-step {
    border-right: 0;
  }
}

body:not(.figma-home) h2 {
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
}

body:not(.figma-home) .section-head {
  display: block;
  margin-bottom: 38px;
}

body:not(.figma-home) .section-head h2 {
  max-width: 960px;
  margin-bottom: 18px;
}

body:not(.figma-home) .quote-band h2 {
  font-size: 32px;
  line-height: 1.12;
}

body:not(.figma-home) .section-head > p {
  max-width: 860px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

body:not(.figma-home) .card h3 {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

body:not(.figma-home) .card p,
body:not(.figma-home) .step p {
  font-size: 14px;
  line-height: 1.5;
}

body:not(.figma-home) .dark-card h3 {
  color: #fff;
}

body:not(.figma-home) .card,
body:not(.figma-home) .step,
body:not(.figma-home) .btn,
body:not(.figma-home) .small,
body:not(.figma-home) .featured-resource {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    color 260ms ease;
}

body:not(.figma-home) .card:hover,
body:not(.figma-home) .step:hover,
body:not(.figma-home) .featured-resource:hover {
  transform: translateY(-5px);
  border-color: rgba(1, 156, 167, 0.32);
  box-shadow: 0 18px 36px rgba(15, 55, 60, 0.1);
}

body:not(.figma-home) .dark-card:hover {
  border-color: rgba(0, 250, 255, 0.26);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}

body:not(.figma-home) .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 55, 60, 0.18);
}

body:not(.figma-home) .btn-primary:hover {
  background: linear-gradient(135deg, #00e0e8 0%, #087f89 100%);
  border-color: rgba(0, 250, 255, 0.42);
  color: #fff;
  box-shadow: 0 16px 32px rgba(1, 156, 167, 0.34);
}

body:not(.figma-home) .btn-light:hover {
  background: #f0fbfc;
  border-color: rgba(1, 156, 167, 0.44);
  color: var(--ink);
}

body:not(.figma-home) .nav-links a {
  position: relative;
}

body:not(.figma-home) .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

body:not(.figma-home) .nav-links a:hover::after,
body:not(.figma-home) .nav-links a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

body:not(.figma-home) .nav-cta .btn.active {
  border-color: rgba(1, 156, 167, 0.5);
  box-shadow: inset 0 -2px 0 var(--teal);
}

.motion-ready body:not(.figma-home) .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
}

.motion-ready body:not(.figma-home) .motion-reveal.motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready body:not(.figma-home) .card.motion-visible:hover,
.motion-ready body:not(.figma-home) .step.motion-visible:hover,
.motion-ready body:not(.figma-home) .featured-resource.motion-visible:hover {
  transform: translate3d(0, -5px, 0);
}

@media (max-width: 620px) {
  body:not(.figma-home) .section-head > p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.figma-home) *,
  body:not(.figma-home) *::before,
  body:not(.figma-home) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
