@font-face {
  font-family: "IBM Plex Sans Local";
  src: url("./fonts/ibm-plex-sans-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Local";
  src: url("./fonts/ibm-plex-sans-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("./fonts/poppins-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("./fonts/poppins-semibold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("./fonts/poppins-extrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy: #102a43;
  --teal: #0e6b68;
  --aqua: #2cb5a5;
  --coral: #e77674;
  --soft-white: #f7f9f8;
  --white: #ffffff;
  --manrope: "Manrope", "Poppins Local", Arial, sans-serif;
  --plex: "IBM Plex Sans", "IBM Plex Sans Local", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  background: var(--white);
  font-family: var(--manrope);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid #f0a19e;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* Header: Figma y 285–398 */
.site-header {
  height: 113px;
  background: var(--white);
}

.header-shell {
  height: 113px;
}

.brand {
  position: absolute;
  top: 30px;
  left: 0;
  width: 190px;
  height: 56px;
}

.brand img {
  width: 190px;
  height: 56px;
}

.contact-button,
.get-in-touch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: var(--manrope);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-button {
  position: absolute;
  top: 30px;
  right: 0;
  width: 150px;
  height: 56px;
  color: var(--white);
  background: var(--teal);
  font-size: 16px;
}

/* Hero: Figma y 398–1326 */
.hero {
  position: relative;
  height: 928px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-network,
.transform-network {
  position: absolute;
  inset: 0;
  background-image: url("./images/hero-network.jpg");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 111% auto;
  opacity: 0.2;
}

.hero-canvas {
  height: 928px;
}

.hero-kicker {
  position: absolute;
  top: 82px;
  left: 0;
  width: 1200px;
  margin: 0;
  color: var(--aqua);
  font-size: 61px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero-copy {
  position: absolute;
  top: 215px;
  left: 0;
  width: 449px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.hero-copy h1 {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-family: var(--manrope);
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
}

.hero-copy h1 span {
  color: var(--aqua);
}

.hero-copy > p {
  width: 392px;
  margin: 18px 0 0;
  color: var(--soft-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero-copy > p strong {
  font-weight: 700;
}

.platform-overview {
  position: absolute;
  top: 220px;
  left: 519px;
  width: 673px;
  height: 464px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--white);
}

.platform-rail {
  position: absolute;
  inset: 0 auto 0 0;
  width: 86px;
  background: var(--teal);
}

.platform-rail img {
  position: absolute;
  top: 28px;
  left: 22px;
  width: 54px;
  height: 16px;
  object-fit: contain;
}

.platform-main {
  position: absolute;
  inset: 0 0 0 86px;
  color: var(--navy);
}

.platform-main h2 {
  position: absolute;
  top: 28px;
  left: 19px;
  margin: 0;
  font-family: var(--manrope);
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.platform-stats {
  position: absolute;
  top: 55px;
  left: 0;
  display: grid;
  width: 536px;
  height: 50px;
  grid-template-columns: repeat(4, 1fr);
}

.platform-stats div {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.platform-stats div + div {
  border-left: 1px solid #aeb8c0;
}

.platform-stats strong {
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.platform-stats span {
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
}

.platform-dashboard {
  position: absolute;
  top: 113px;
  left: 19px;
  width: 505px;
  height: 280px;
  border-radius: 6px;
  object-fit: cover;
}

.platform-output {
  position: absolute;
  top: 404px;
  left: 18px;
  display: flex;
  width: 506px;
  height: 34px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfc7cd;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.platform-output span {
  margin: 0 12px;
}

.hero-benefits {
  position: absolute;
  top: 754px;
  left: 0;
  display: grid;
  width: 1198px;
  height: 123px;
  grid-template-columns: 259px 238px 260px 240px;
  justify-content: space-between;
}

.hero-benefits article {
  display: grid;
  height: 123px;
  margin: 0;
  align-items: start;
  grid-template-columns: 84px 1fr;
  column-gap: 15px;
}

.hero-benefits article:nth-child(2) {
  grid-template-columns: 64px 1fr;
  column-gap: 14px;
}

.hero-benefits article:nth-child(3) {
  grid-template-columns: 86px 1fr;
  column-gap: 14px;
}

.hero-benefits article:nth-child(4) {
  grid-template-columns: 64px 1fr;
  column-gap: 16px;
}

.hero-benefits img {
  object-fit: contain;
}

.hero-benefits p {
  margin: 7px 0 0;
  color: var(--soft-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
}

/* Value: Figma y 1326–1813 */
.value-section {
  position: relative;
  height: 487px;
  background: var(--soft-white);
}

.value-section > h2 {
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--teal);
  font-family: var(--manrope);
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}

.value-intro {
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.value-cards {
  position: absolute;
  top: 223px;
  left: 50%;
  display: grid;
  width: 1208px;
  transform: translateX(-50%);
  gap: 38px;
  grid-template-columns: repeat(4, 270px);
}

.value-cards article {
  position: relative;
  width: 270px;
  height: 223px;
  padding: 0 16px;
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.value-cards img {
  width: 62px;
  height: 62px;
  margin: 23px auto 10px;
}

.value-cards h3 {
  margin: 0;
  color: var(--teal);
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  text-transform: uppercase;
}

.value-cards p {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

/* Problem: Figma y 1813–2701 */
.problem-section {
  position: relative;
  height: 888px;
  background: var(--white);
}

.problem-heading {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 1200px;
  height: 197px;
  transform: translateX(-50%);
  text-align: center;
}

.section-pill {
  width: 269px;
  height: 36px;
  margin: 0 auto;
  border-radius: 15px;
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.pill-teal {
  background: var(--teal);
}

.pill-coral {
  background: var(--coral);
}

.problem-heading h2 {
  position: absolute;
  top: 74px;
  left: 0;
  width: 1200px;
  margin: 0;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.problem-heading > p:last-child {
  position: absolute;
  top: 129px;
  left: 87px;
  width: 1025px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pain-panel {
  position: absolute;
  top: 356px;
  left: 0;
  width: 100%;
  height: 532px;
  background: rgba(231, 118, 116, 0.15);
}

.pain-panel > .section-pill {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}

.pain-item {
  position: absolute;
  display: grid;
  align-items: start;
  grid-template-columns: 58px auto;
  column-gap: 15px;
}

.pain-item img {
  width: 58px;
  height: 58px;
}

.pain-item p {
  margin: 7px 0 0;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.pain-l1 { top: 135px; left: calc(50% - 603px); }
.pain-l2 { top: 209px; left: calc(50% - 603px); }
.pain-l3 { top: 314px; left: calc(50% - 603px); }
.pain-r1 { top: 135px; left: calc(50% - 50px); }
.pain-r2 { top: 244px; left: calc(50% - 50px); }
.pain-r3 { top: 386px; left: calc(50% - 50px); }

/* Transform: Figma y 2701–3331 */
.transform-section {
  position: relative;
  height: 630px;
  overflow: hidden;
  background: #dcefee;
}

.transform-network {
  background-position: center 55%;
  background-size: 106% auto;
  opacity: 0.3;
}

.transform-section::after {
  position: absolute;
  inset: 0;
  background: rgba(14, 107, 104, 0.25);
  content: "";
}

.transform-canvas {
  z-index: 1;
  height: 630px;
}

.transform-kicker {
  position: absolute;
  top: 68px;
  left: 0;
  width: 1200px;
  margin: 0;
  color: var(--teal);
  font-family: var(--plex);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.transform-canvas > h2 {
  position: absolute;
  top: 125px;
  left: 0;
  width: 1200px;
  margin: 0;
  color: var(--navy);
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.transform-intro {
  position: absolute;
  top: 181px;
  left: 98px;
  width: 1003px;
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.lifecycle {
  position: absolute;
  top: 282px;
  left: 0;
  display: grid;
  width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(5, 184px);
  justify-content: space-between;
}

.lifecycle li {
  position: relative;
  width: 184px;
  height: 252px;
  padding: 22px 12px 12px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.lifecycle li::after {
  position: absolute;
  top: 108.68px;
  left: 193px;
  width: 50px;
  height: 35px;
  background: url("./images/figma-lifecycle-arrow.svg") center / contain no-repeat;
  content: "";
}

.lifecycle li::before {
  display: none;
}

.lifecycle li:last-child::after,
.lifecycle li:last-child::before {
  display: none;
}

.lifecycle > li > img,
.map-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
}

.map-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--aqua);
}

.map-icon img {
  width: 41px;
  height: 41px;
}

.lifecycle h3 {
  margin: 0 0 4px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.lifecycle p {
  margin: 0 auto;
  color: var(--navy);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

/* Workflow: Figma y 3331–4818 */
.workflow-section {
  position: relative;
  height: 1487px;
  background: var(--white);
  text-align: center;
}

.workflow-section > .section-pill {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
}

.workflow-section > h2 {
  position: absolute;
  top: 157px;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.workflow-intro {
  position: absolute;
  top: 211px;
  left: 50%;
  width: 1196px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  transform: translateX(-50%);
}

.workflow-steps {
  position: absolute;
  top: 348px;
  left: 50%;
  display: grid;
  width: 1170px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  grid-template-columns: repeat(6, 165px);
  justify-content: space-between;
}

.workflow-steps li {
  position: relative;
  text-align: center;
}

.workflow-steps li::after {
  position: absolute;
  top: 55px;
  left: 145px;
  width: 50px;
  height: 4px;
  background: var(--aqua);
  content: "";
}

.workflow-steps li::before {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 191px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--aqua);
  content: "";
}

.workflow-steps li:last-child::after,
.workflow-steps li:last-child::before {
  display: none;
}

.workflow-steps img {
  width: 110px;
  height: 110px;
  margin: 0 auto 27px;
}

.workflow-steps li:nth-child(3) {
  transform: translateY(-6px);
}

.workflow-steps h3 {
  margin: 0 0 4px;
  color: var(--teal);
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.workflow-steps p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.rule-callout {
  position: absolute;
  top: 642px;
  left: 50%;
  display: flex;
  width: 1000px;
  height: 87px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: var(--teal);
  background: rgba(44, 181, 165, 0.1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  transform: translateX(-50%);
}

.laptop-image {
  position: absolute;
  top: 788px;
  left: 50%;
  width: 1106px;
  height: 630px;
  object-fit: contain;
  transform: translateX(-50%);
}

/* Solutions: Figma y 4818–5710 */
.solutions-section {
  position: relative;
  height: 892px;
  background: var(--soft-white);
  text-align: center;
}

.solutions-section > h2 {
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  margin: 0;
  color: var(--teal);
  font-family: var(--plex);
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.solutions-copy {
  position: absolute;
  top: 146px;
  left: 50%;
  width: 1145px;
  transform: translateX(-50%);
}

.solutions-copy p {
  margin: 0 0 15px;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.solutions-copy p strong {
  font-weight: 700;
}

.solution-list-panel {
  position: absolute;
  top: 462px;
  left: 50%;
  display: grid;
  width: 1184px;
  height: 354px;
  padding: 48px 34px;
  border-radius: 30px;
  color: var(--aqua);
  background: rgba(44, 181, 165, 0.2);
  transform: translateX(-50%);
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
  text-align: left;
}

.solution-list-panel ul {
  margin: 0;
  padding-left: 28px;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.solution-list-panel li {
  margin-bottom: 10px;
}

/* Delivery: Figma y 5710–6127 */
.delivery-section {
  position: relative;
  display: grid;
  min-height: 417px;
  height: auto;
  align-items: stretch;
  padding: 64px max(32px, calc((100% - 1302px) / 2)) 54px;
  background: var(--white);
  column-gap: 19px;
  grid-template-columns: minmax(0, 717fr) 1px minmax(0, 546fr);
}

.delivery-left {
  min-width: 0;
}

.delivery-left > h2 {
  margin: 0;
  color: var(--teal);
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.delivery-points {
  display: grid;
  width: min(100%, 620px);
  margin: 30px auto 0;
  grid-template-columns: repeat(6, minmax(0, 82px));
  justify-content: space-between;
}

.delivery-points div {
  text-align: center;
}

.delivery-points img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.delivery-points p {
  width: 100px;
  margin: 5px 0 0 -9px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}

.delivery-divider {
  width: 1px;
  min-height: 289px;
  height: 100%;
  background: var(--navy);
}

.partner-copy {
  min-width: 0;
}

.partner-copy h2 {
  margin: 0 0 10px;
  color: var(--teal);
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.partner-copy p,
.partner-copy li {
  font-size: 18px;
  line-height: 32px;
}

.partner-copy p {
  margin: 0;
}

.partner-copy ul {
  margin: 8px 0 0;
  padding-left: 24px;
  font-weight: 700;
}

/* Partners: Figma y 6127–6450 */
.partners-section {
  position: relative;
  height: 323px;
  color: var(--white);
  background: var(--teal);
  text-align: center;
}

.partners-section h2 {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: var(--plex);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.partners-section > p {
  position: absolute;
  top: 93px;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.partner-logos {
  position: absolute;
  top: 198px;
  left: 50%;
  display: grid;
  width: 680px;
  height: 100px;
  align-items: center;
  transform: translateX(-50%);
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.partner-logos img {
  object-fit: contain;
}

/* Contact: Figma y 6450–6682 */
.contact-cta {
  position: relative;
  height: 232px;
  background: #cfd5db;
  text-align: center;
}

.contact-cta h2 {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.contact-cta h2 span {
  font-weight: 400;
}

.get-in-touch {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 220px;
  height: 56px;
  color: var(--white);
  background: var(--navy);
  font-size: 16px;
  transform: translateX(-50%);
}

/* Footer: Figma y 6682–6992 */
.site-footer {
  position: relative;
  height: 310px;
  color: var(--white);
  background: var(--navy);
}

.footer-logo {
  position: absolute;
  top: 92px;
  left: calc(50% - 604px);
  width: 190px;
  height: 56px;
}

.footer-company {
  position: absolute;
  top: 92px;
  left: calc(50% - 291px);
  width: 392px;
}

.footer-company h2,
.footer-resources h2 {
  margin: 0 0 2px;
  color: var(--aqua);
  font-family: var(--manrope);
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.footer-company p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-resources {
  position: absolute;
  top: 92px;
  left: calc(50% + 111px);
  width: 300px;
}

.footer-resources a {
  display: block;
  width: max-content;
  color: var(--white);
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.footer-resources a:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (hover: hover) {
  .contact-button,
  .get-in-touch {
    transition: filter 160ms ease, transform 160ms ease;
  }

  .contact-button:hover,
  .get-in-touch:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
  }

  .get-in-touch:hover {
    transform: translate(-50%, -1px);
  }
}

/* Responsive derivation: no mobile frame exists in Figma */
@media (min-width: 1101px) and (max-width: 1130px) {
  .delivery-points {
    gap: 20px;
    grid-template-columns: repeat(3, 82px);
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .page-shell {
    width: min(100% - 48px, 900px);
  }

  .site-header,
  .header-shell {
    height: 92px;
  }

  .brand,
  .brand img {
    width: 160px;
    height: auto;
  }

  .contact-button {
    width: 138px;
    height: 50px;
  }

  .hero,
  .hero-canvas,
  .value-section,
  .problem-section,
  .transform-section,
  .transform-canvas,
  .workflow-section,
  .solutions-section,
  .delivery-section,
  .partners-section,
  .contact-cta,
  .site-footer {
    height: auto;
  }

  .hero {
    padding: 64px 0 56px;
  }

  .hero-canvas {
    display: grid;
    gap: 38px;
  }

  .hero-kicker,
  .hero-copy,
  .hero-copy h1,
  .hero-copy > p,
  .platform-overview,
  .hero-benefits {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .hero-kicker {
    font-size: clamp(32px, 6vw, 52px);
    white-space: normal;
  }

  .hero-copy h1 {
    width: min(100%, 650px);
    font-size: clamp(36px, 6vw, 42px);
  }

  .hero-copy > p {
    width: min(100%, 620px);
    margin-top: 24px;
  }

  .platform-overview {
    width: min(100%, 673px);
    height: auto;
    aspect-ratio: 673 / 466;
  }

  .platform-rail {
    width: 12.78%;
  }

  .platform-main {
    left: 12.78%;
  }

  .hero-benefits {
    display: grid;
    height: auto;
    margin-top: 16px;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-benefits article,
  .hero-benefits article:nth-child(n) {
    height: auto;
    grid-template-columns: 84px 1fr;
  }

  .value-section,
  .problem-section,
  .transform-section,
  .workflow-section,
  .solutions-section,
  .delivery-section,
  .partners-section,
  .contact-cta,
  .site-footer {
    padding: 72px 24px;
  }

  .value-section > h2,
  .value-intro,
  .value-cards,
  .problem-heading,
  .pain-panel,
  .transform-kicker,
  .transform-canvas > h2,
  .transform-intro,
  .lifecycle,
  .workflow-section > .section-pill,
  .workflow-section > h2,
  .workflow-intro,
  .workflow-steps,
  .rule-callout,
  .laptop-image,
  .solutions-section > h2,
  .solutions-copy,
  .solution-list-panel,
  .delivery-left,
  .delivery-divider,
  .partner-copy,
  .partners-section h2,
  .partners-section > p,
  .partner-logos,
  .contact-cta h2,
  .get-in-touch,
  .footer-logo,
  .footer-company,
  .footer-resources {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
  }

  .value-section > h2,
  .solutions-section > h2 {
    margin-bottom: 24px;
  }

  .value-intro {
    margin-bottom: 42px;
  }

  .value-cards {
    display: grid;
    max-width: 900px;
    margin: 0 auto;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-cards article {
    width: auto;
  }

  .problem-heading {
    height: auto;
    margin: 0 auto 54px;
  }

  .problem-heading h2,
  .problem-heading > p:last-child {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .problem-heading h2 {
    margin: 34px 0 18px;
  }

  .problem-heading > p:last-child br,
  .transform-intro br,
  .workflow-intro br,
  .partners-section > p br {
    display: none;
  }

  .pain-panel {
    height: auto;
    display: grid;
    align-items: start;
    padding: 50px 36px;
    gap: 30px;
    grid-auto-rows: max-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-panel > .section-pill {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    transform: none;
    grid-column: 1 / -1;
  }

  .pain-item,
  .pain-l1,
  .pain-l2,
  .pain-l3,
  .pain-r1,
  .pain-r2,
  .pain-r3 {
    position: relative;
    top: auto;
    left: auto;
    min-width: 0;
  }

  .pain-item p {
    min-width: 0;
    font-size: 22px;
    line-height: 30px;
    overflow-wrap: break-word;
  }

  .transform-section {
    padding-inline: 0;
  }

  .transform-network {
    background-position: center;
    background-size: cover;
    opacity: 0.24;
  }

  .transform-section::after {
    background: rgba(14, 107, 104, 0.32);
  }

  .transform-canvas {
    width: min(100% - 48px, 900px);
    margin: 0 auto;
    padding: 0;
  }

  .transform-kicker,
  .transform-canvas > h2,
  .transform-intro {
    margin-bottom: 20px;
  }

  .lifecycle {
    display: grid;
    margin-top: 44px;
    gap: 28px;
    grid-template-columns: repeat(3, 184px);
    justify-content: center;
  }

  .lifecycle li::after,
  .lifecycle li::before {
    display: none;
  }

  .workflow-section > h2 {
    margin: 28px 0 18px;
  }

  .workflow-intro {
    max-width: 900px;
    margin: 0 auto;
  }

  .workflow-steps {
    display: grid;
    max-width: 800px;
    margin: 54px auto 46px;
    gap: 42px;
    grid-template-columns: repeat(3, 165px);
    justify-content: space-between;
  }

  .workflow-steps li::after,
  .workflow-steps li::before {
    display: none;
  }

  .rule-callout {
    max-width: 900px;
    height: auto;
    margin: 0 auto 54px;
    padding: 24px 34px;
  }

  .rule-callout br {
    display: none;
  }

  .laptop-image {
    width: min(100%, 900px);
    height: auto;
    margin: 0 auto;
  }

  .solutions-copy {
    max-width: 900px;
    margin: 0 auto 44px;
  }

  .solutions-copy p {
    font-size: 24px;
    line-height: 34px;
  }

  .solution-list-panel {
    width: min(100%, 900px);
    height: auto;
    margin: 0 auto;
    padding: 38px;
  }

  .solution-list-panel ul {
    font-size: 21px;
    line-height: 30px;
  }

  .delivery-section {
    display: grid;
    gap: 54px;
    grid-template-columns: 1fr 1fr;
  }

  .delivery-left {
    width: auto;
  }

  .delivery-points {
    width: auto;
    gap: 20px;
    grid-template-columns: repeat(3, 82px);
    justify-content: center;
  }

  .delivery-divider {
    display: none;
  }

  .partner-copy {
    width: auto;
  }

  .partners-section h2 {
    margin-bottom: 16px;
  }

  .partners-section > p {
    margin-bottom: 34px;
  }

  .partner-logos {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }

  .contact-cta h2 {
    margin-bottom: 28px;
  }

  .get-in-touch {
    transform: none;
  }

  .site-footer {
    display: grid;
    align-items: start;
    gap: 50px;
    grid-template-columns: 190px 1fr 1fr;
  }

  @media (hover: hover) {
    .get-in-touch:hover {
      transform: translateY(-1px);
    }
  }
}

@media (max-width: 900px) {
  .delivery-section {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .delivery-left,
  .partner-copy {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .partner-copy {
    margin-top: 52px;
    padding-top: 52px;
    border-top: 1px solid rgba(16, 42, 67, 0.45);
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 32px, 560px);
  }

  .site-header,
  .header-shell {
    height: 76px;
  }

  .brand,
  .brand img {
    width: 124px;
  }

  .contact-button {
    width: 118px;
    height: 44px;
    font-size: 14px;
  }

  .hero {
    padding: 48px 0;
  }

  .hero-kicker {
    font-size: 34px;
    line-height: 1.12;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .platform-overview {
    aspect-ratio: auto;
    height: clamp(310px, calc(52.1vw + 92px), 400px);
    border-radius: 22px;
  }

  .platform-rail {
    display: none;
  }

  .platform-main {
    left: 0;
    width: 100%;
    transform: none;
  }

  .platform-main h2 {
    left: 14px;
    font-size: 14px;
  }

  .platform-stats {
    left: 0;
    width: 100%;
  }

  .platform-stats strong {
    font-size: 10px;
  }

  .platform-stats span {
    font-size: 7px;
  }

  .platform-dashboard {
    top: 108px;
    left: 3%;
    width: 94%;
    height: auto;
  }

  .platform-output {
    display: none;
  }

  .hero-benefits,
  .value-cards,
  .pain-panel,
  .lifecycle,
  .workflow-steps,
  .solution-list-panel,
  .delivery-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-benefits article,
  .hero-benefits article:nth-child(n) {
    grid-template-columns: 76px 1fr;
  }

  .value-section,
  .problem-section,
  .transform-section,
  .workflow-section,
  .solutions-section,
  .delivery-section,
  .partners-section,
  .contact-cta,
  .site-footer {
    padding: 58px 16px;
  }

  .value-section > h2,
  .solutions-section > h2,
  .transform-kicker {
    font-size: 30px;
    line-height: 38px;
  }

  .value-intro br {
    display: none;
  }

  .value-cards article {
    min-height: 223px;
  }

  .section-pill {
    width: 230px;
    font-size: 23px;
  }

  .pain-panel {
    padding: 42px 20px;
  }

  .pain-item p {
    font-size: 19px;
    line-height: 27px;
  }

  .pain-item p br {
    display: none;
  }

  .lifecycle {
    gap: 22px;
  }

  .lifecycle li {
    width: min(100%, 280px);
    margin: 0 auto;
  }

  .workflow-steps {
    justify-content: center;
  }

  .solutions-copy p {
    font-size: 20px;
    line-height: 30px;
  }

  .solutions-copy br {
    display: none;
  }

  .solution-list-panel {
    gap: 20px;
    padding: 30px 22px;
  }

  .solution-list-panel ul {
    font-size: 18px;
    line-height: 28px;
  }

  .delivery-points {
    grid-template-columns: repeat(2, 82px);
  }

  .partner-copy h2,
  .delivery-left > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .partner-copy p,
  .partner-copy li {
    font-size: 16px;
    line-height: 26px;
  }

  .partner-copy ul {
    padding-left: 20px;
  }

  .partner-logos {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .contact-cta h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .site-footer {
    gap: 34px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
