:root {
  --scroll: 0;
  --brown-opacity: 0;
  --dust-opacity: 0;
  --dark-shift: 0px;
  --brown-shift: 36px;
  --dust-shift: 44px;
  --ink: #101417;
  --muted: #5d6872;
  --line: #dce3e8;
  --paper: #f8f6f1;
  --white: #ffffff;
  --steel: #263139;
  --teal: #c1772f;
  --teal-dark: #8f4f1c;
  --amber: #d7a841;
  --copper: #a55b2a;
  --sand: #eee4cf;
  --shadow: 0 24px 70px rgba(16, 20, 23, 0.16);
  --font-heading: "Space Grotesk", Arial, sans-serif;
  --font-body: "IBM Plex Sans", Arial, sans-serif;
  --section-space: clamp(42px, 4.5vw, 59px);
  --section-space-mobile: 36px;
}

@property --aura-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --logo-glow-angle {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #130b07;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: #130b07;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

[hidden] {
  display: none !important;
}

.background-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  pointer-events: none;
}

.scene {
  position: absolute;
  inset: -14vh -14vw;
  background-position: center;
  background-size: cover;
  will-change: opacity, transform, filter;
}

.scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 14%, rgba(215, 167, 108, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(19, 11, 7, 0.04), rgba(19, 11, 7, 0.28) 56%, rgba(19, 11, 7, 0.74));
  pointer-events: none;
}

.scene-dark {
  background-image: url("assets/background/background_01.webp");
  filter: saturate(calc(0.78 + (var(--scroll) * 0.08))) contrast(calc(1.12 - (var(--scroll) * 0.08)));
  transform: translate3d(calc(var(--scroll) * -72px), var(--dark-shift), 0) scale(calc(1.1 + (var(--scroll) * 0.035)));
}

.scene-brown {
  background-image: url("assets/background/background_02.webp");
  opacity: var(--brown-opacity);
  filter: saturate(calc(0.92 + (var(--scroll) * 0.16))) contrast(calc(1.02 + (var(--scroll) * 0.08)));
  transform: translate3d(calc((1 - var(--scroll)) * 94px), var(--brown-shift), 0) scale(calc(1.13 - (var(--scroll) * 0.025)));
}

.scene-dust {
  background-image: url("assets/background/background_03.webp");
  opacity: var(--dust-opacity);
  filter: saturate(0.98) contrast(1.04);
  transform: translate3d(calc((0.55 - var(--scroll)) * 116px), var(--dust-shift), 0) scale(1.12);
}

.water-grid {
  display: none;
}

.sensor-trace {
  display: none;
  position: absolute;
  left: 7vw;
  right: 7vw;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(215, 231, 223, 0.88), rgba(215, 167, 108, 0.7), transparent);
  box-shadow: 0 0 24px rgba(215, 167, 108, 0.32);
  transform-origin: center;
  mix-blend-mode: screen;
  pointer-events: none;
}

.trace-one {
  top: calc(28vh + (var(--scroll) * 10vh));
  opacity: calc(0.28 + (var(--scroll) * 0.18));
  transform: rotate(calc(-2deg + (var(--scroll) * 4deg))) scaleX(calc(0.72 + (var(--scroll) * 0.2)));
}

.trace-two {
  top: calc(70vh - (var(--scroll) * 18vh));
  opacity: calc(0.14 + ((1 - var(--scroll)) * 0.2));
  transform: rotate(calc(2deg - (var(--scroll) * 5deg))) scaleX(calc(0.66 + ((1 - var(--scroll)) * 0.25)));
}

.depth-fade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at calc(18% + (var(--scroll) * 54%)) 50%, transparent 0 18%, rgba(19, 11, 7, 0.16) 48%, rgba(19, 11, 7, 0.54) 100%),
    linear-gradient(90deg, rgba(19, 11, 7, 0.42), transparent 24%, transparent 72%, rgba(19, 11, 7, 0.42));
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  --nav-runner-x: 50%;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 76px;
  padding: 14px clamp(24px, 5vw, 84px);
  color: var(--white);
  border-bottom: 1px solid rgba(215, 167, 108, 0.18);
  background:
    linear-gradient(180deg, rgba(32, 19, 12, 0.9), rgba(16, 13, 10, 0.72));
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: -25%;
  bottom: -1px;
  width: 25%;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(227, 174, 83, 0.78),
    rgba(193, 119, 47, 1),
    rgba(244, 234, 220, 0.88),
    transparent
  );
  filter: drop-shadow(0 0 8px rgba(193, 119, 47, 0.58));
  animation: navbarRunner 12.72s linear infinite;
}

.site-header.is-pointer-active::after {
  left: clamp(4px, calc(var(--nav-runner-x) - 4.1667%), calc(100% - 8.3333% - 4px));
  right: auto;
  width: 8.3333%;
  opacity: 0.98;
  animation: none;
  transition:
    left 90ms linear,
    width 160ms ease,
    opacity 120ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(215, 167, 108, 0.24);
  background:
    linear-gradient(180deg, rgba(32, 19, 12, 0.96), rgba(13, 10, 8, 0.88));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

@keyframes navbarRunner {
  0% {
    left: -25%;
    opacity: 0;
  }

  4% {
    left: -25%;
    opacity: 0.95;
  }

  48% {
    left: 100%;
    opacity: 0.95;
  }

  50% {
    left: 100%;
    opacity: 0;
  }

  52% {
    left: auto;
    right: -25%;
    opacity: 0;
  }

  54% {
    left: auto;
    right: -25%;
    opacity: 0.95;
  }

  98% {
    left: auto;
    right: 100%;
    opacity: 0.95;
  }

  100% {
    left: auto;
    right: 100%;
    opacity: 0;
  }
}

@keyframes navbarRunnerMobile {
  0% {
    left: -50%;
    opacity: 0;
  }

  4% {
    left: -50%;
    opacity: 0.95;
  }

  48% {
    left: 100%;
    opacity: 0.95;
  }

  50% {
    left: 100%;
    opacity: 0;
  }

  52% {
    left: auto;
    right: -50%;
    opacity: 0;
  }

  54% {
    left: auto;
    right: -50%;
    opacity: 0.95;
  }

  98% {
    left: auto;
    right: 100%;
    opacity: 0.95;
  }

  100% {
    left: auto;
    right: 100%;
    opacity: 0;
  }
}

.brand {
  display: inline-flex;
  position: relative;
  isolation: isolate;
  align-items: center;
  justify-self: start;
  width: max-content;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand::before,
.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
    var(--logo-glow-angle),
    rgba(244, 234, 220, 0.82),
    rgba(227, 174, 83, 0.78) 38%,
    rgba(193, 119, 47, 0.84) 72%,
    rgba(244, 234, 220, 0.82)
  );
  -webkit-mask-image: url("/assets/brand-mice-logo-animation-mask.png");
  mask-image: url("/assets/brand-mice-logo-animation-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation: logoGlowSpin 4.5s linear infinite;
}

.brand::before {
  z-index: 0;
  opacity: 0.9;
}

.brand::after {
  z-index: -1;
  opacity: 0.22;
  filter: blur(7px);
  transform: scale(1.04);
}

.brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 38px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 1px rgba(244, 234, 220, 0.8))
    drop-shadow(0 0 7px rgba(227, 174, 83, 0.18));
}

@keyframes logoGlowSpin {
  0% {
    --logo-glow-angle: 0deg;
  }

  100% {
    --logo-glow-angle: 360deg;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(244, 234, 220, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-heading);
}

.main-nav > a:hover,
.text-link:hover,
.footer-links a:hover {
  color: #e3ae53;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-menu-toggle {
  display: none;
  position: relative;
  z-index: 22;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(215, 167, 108, 0.28);
  border-radius: 6px;
  color: var(--white);
  background: rgba(10, 8, 7, 0.72);
  box-shadow: inset 0 1px 0 rgba(244, 234, 220, 0.08);
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.text-link {
  color: rgba(244, 234, 220, 0.82);
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-heading);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-heading);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-light {
  color: var(--white);
  background: var(--ink);
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 16px 38px rgba(193, 119, 47, 0.24);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 76vh;
  overflow: hidden;
  padding: 116px clamp(24px, 6vw, 96px) 48px;
  color: var(--white);
}

.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.74) 0%, rgba(16, 13, 10, 0.52) 38%, rgba(16, 13, 10, 0.04) 76%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.34), rgba(8, 12, 15, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.home-hero {
  --home-hero-title-height: 360px;
  --home-hero-navigation-space: 62px;
  grid-template-columns: minmax(0, 900px) clamp(180px, 20vw, 300px);
  column-gap: clamp(36px, 7vw, 120px);
  row-gap: clamp(24px, 4vw, 44px);
  justify-content: center;
  align-items: start;
}

.home-hero .hero-content {
  max-width: none;
  margin: 0;
}

.hero-support {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: clamp(24px, 4vw, 44px) auto 0;
}

.home-hero .hero-support {
  grid-column: 1 / -1;
  max-width: none;
  margin: 0;
}

.home-hero .hero-copy,
.home-hero .hero-body {
  max-width: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.5),
    0 -1px 0 rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 0 0 rgba(0, 0, 0, 0.5),
    1px 0 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1;
  font-weight: 700;
}

h1,
h2,
h3,
.section-kicker,
.eyebrow {
  font-family: var(--font-heading);
}

.hero-copy {
  max-width: 1040px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-body {
  max-width: 1040px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

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

.hero-panel {
  position: absolute;
  z-index: 3;
  right: max(clamp(24px, 6vw, 96px), calc((100vw - 1320px) / 2));
  top: 50%;
  width: clamp(180px, 20vw, 300px);
  transform: translateY(-50%);
  filter:
    drop-shadow(0 28px 34px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 26px rgba(193, 119, 47, 0.18));
}

.home-hero .hero-panel {
  position: relative;
  right: auto;
  top: auto;
  align-self: start;
  grid-column: 2;
  grid-row: 1;
  width: clamp(180px, 20vw, 300px);
  height: var(--home-hero-title-height);
  transform: none;
}

.hero-device-carousel {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 20px;
  justify-items: center;
}

.home-hero .image-transition {
  width: 100%;
  height: max(120px, calc(var(--home-hero-title-height) - var(--home-hero-navigation-space)));
  min-height: 0;
}

.home-hero .image-transition-base {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.home-hero .image-transition-next {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.hero-device-navigation {
  pointer-events: auto;
}

.home-hero .hero-device-navigation {
  transform: translateY(-22px);
}

.hero-device-progress {
  display: grid;
  gap: 7px;
  justify-items: center;
}

.hero-device-counter {
  color: rgba(244, 234, 220, 0.78);
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-device-navigation .testimonial-dots {
  width: 118px;
}

.hero-device-navigation .testimonial-dot {
  width: 100%;
}

.hero-device-navigation .testimonial-dot.is-active {
  width: 100%;
}

.about-hero {
  min-height: 39vh;
  padding-top: 116px;
  padding-bottom: 48px;
}

.about-hero-content {
  max-width: 1120px;
}

.about-hero-content h1,
.about-hero-content .hero-copy,
.about-hero-content .hero-body {
  max-width: 1120px;
}

.about-hero-media {
  position: absolute;
  z-index: 1;
  right: max(clamp(24px, 6vw, 96px), calc((100vw - 1320px) / 2));
  bottom: clamp(28px, 7vw, 88px);
  width: clamp(280px, 34vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(215, 167, 108, 0.26);
  border-radius: 8px;
  opacity: 0.72;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 11, 7, 0.68), rgba(19, 11, 7, 0.08)),
    linear-gradient(0deg, rgba(19, 11, 7, 0.22), transparent);
  pointer-events: none;
}

.about-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}


.image-transition {
  position: relative;
  overflow: visible;
  --image-transition-duration: 1000ms;
}

.image-transition-base {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity var(--image-transition-duration) ease;
}

.image-transition-next {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--image-transition-duration) ease;
}

.image-transition-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: auto;
}

.image-transition.is-transitioning .image-transition-next {
  opacity: 1;
}

.image-transition.is-transitioning .image-transition-base {
  opacity: 0;
}

.image-transition.is-swapping .image-transition-base,
.image-transition.is-swapping .image-transition-next {
  opacity: 1;
  transition: none;
}

.section {
  padding: var(--section-space) clamp(24px, 6vw, 96px);
}

main > .section:not(.hero) {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.66) 0%, rgba(16, 13, 10, 0.44) 42%, rgba(16, 13, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.34), rgba(8, 12, 15, 0.04));
  backdrop-filter: none;
}

main > .section:nth-of-type(even):not(.hero) {
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.62) 0%, rgba(16, 13, 10, 0.4) 44%, rgba(16, 13, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.3), rgba(8, 12, 15, 0.04));
}

.section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 1.04;
  font-weight: 700;
}

.section p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-heading {
  margin: 0 auto 42px;
}

.benefits-heading {
  max-width: 1120px;
}

.solutions-heading {
  max-width: 1320px;
}

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

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro-section {
  background: var(--white);
}

.intro-section > .section-kicker,
.intro-section .section-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.solution-band {
  background: #f0ebe1;
}

.benefits-comparison {
  border-top: 1px solid rgba(16, 20, 23, 0.08);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.benefits-carousel-stage {
  min-height: 205vh;
}

.benefits-sticky-group {
  position: sticky;
  top: 30vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 38px;
  max-width: 1120px;
  margin: 0 auto;
}

.benefits-sticky-group .section-heading {
  max-width: 720px;
  margin: 0;
  grid-column: 2 / span 2;
  grid-row: 1;
  align-self: center;
}

.benefits-sticky-group .section-heading h2 {
  line-height: 1.14;
}

.benefits-sticky-group .section-heading p {
  line-height: 1.9;
}

.benefits-single-card-wrap {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.benefits-icon-grid-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  align-content: start;
  justify-items: center;
  row-gap: 12px;
  width: 100%;
  height: auto;
  min-height: 407px;
  padding: 32px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 20, 23, 0.05);
}

.benefits-icon-textbox {
  position: relative;
  display: block;
  width: 100%;
  min-height: 197px;
  height: 197px;
  overflow: hidden;
  border-left: 0;
  transform: translateY(12px);
}

.benefits-icon-textbox::before,
.benefits-icon-textbox::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}

.benefits-icon-textbox::before {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(244, 234, 220, 0.86), rgba(227, 174, 83, 0.96))
      0 0 / var(--benefit-progress, 16.67%) 100% no-repeat,
    rgba(215, 167, 108, 0.24);
  transition: background-size 220ms ease;
}

.benefits-icon-textbox::after {
  left: clamp(0px, calc(var(--benefit-progress, 16.67%) - 9px), calc(100% - 18px));
  z-index: 2;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 234, 220, 0.95),
    rgba(227, 174, 83, 0.98),
    transparent
  );
  filter:
    drop-shadow(0 0 6px rgba(244, 234, 220, 0.64))
    drop-shadow(0 0 12px rgba(227, 174, 83, 0.58));
  animation: benefitProgressTip 1.28s ease-in-out infinite alternate;
  transition: left 220ms ease;
}

.benefit-text-item {
  position: absolute;
  inset: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.benefit-text-item.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.benefit-text-item h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.benefit-text-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.benefits-icon-grid {
  display: grid;
  grid-template-columns: repeat(7, clamp(33px, 10.5vw, 41px));
  grid-template-rows: repeat(2, clamp(46px, 13vw, 54px));
  gap: 0;
  justify-content: center;
  align-items: center;
  width: min(312px, calc(100vw - 104px));
  height: clamp(118px, 35vw, 138px);
  transform: translateY(14px);
}

.benefits-icon-grid .card-icon {
  justify-self: center;
  align-self: center;
}

.benefits-icon-grid .card-icon:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.benefits-icon-grid .card-icon:nth-child(2) {
  grid-column: 2 / span 2;
  grid-row: 2;
  transform: translateY(14px) rotate(45deg);
}

.benefits-icon-grid .card-icon:nth-child(3) {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.benefits-icon-grid .card-icon:nth-child(4) {
  grid-column: 4 / span 2;
  grid-row: 2;
  transform: translateY(14px) rotate(45deg);
}

.benefits-icon-grid .card-icon:nth-child(5) {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.benefits-icon-grid .card-icon:nth-child(6) {
  grid-column: 6 / span 2;
  grid-row: 2;
  transform: translateY(14px) rotate(45deg);
}

.benefits-comparison .benefits-icon-grid .card-icon {
  position: relative;
  width: clamp(58px, 18vw, 70px);
  height: clamp(58px, 18vw, 70px);
  padding: 0;
  border: 1px solid rgba(143, 79, 28, 0.32);
  background: var(--sand);
  color: var(--teal-dark);
  font: inherit;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transform: rotate(45deg);
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.benefits-comparison .benefits-icon-grid .card-icon:hover,
.benefits-comparison .benefits-icon-grid .card-icon:focus-visible {
  border-color: rgba(227, 174, 83, 0.58);
  box-shadow: 0 0 0 3px rgba(227, 174, 83, 0.13);
}

.benefits-comparison .benefits-icon-grid .card-icon:focus-visible {
  outline: none;
}

.benefits-comparison .benefits-icon-grid .card-icon svg {
  position: relative;
  z-index: 1;
  width: clamp(32px, 10vw, 40px);
  height: clamp(32px, 10vw, 40px);
  transform: rotate(-45deg);
}

.benefit-icon-runner {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(244, 234, 220, 0.58));
}

.benefit-icon-runner:nth-of-type(1),
.benefit-icon-runner:nth-of-type(3) {
  width: 50%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 234, 220, 0.82),
    rgba(227, 174, 83, 0.95),
    transparent
  );
}

.benefit-icon-runner:nth-of-type(2),
.benefit-icon-runner:nth-of-type(4) {
  width: 2px;
  height: 50%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(244, 234, 220, 0.82),
    rgba(227, 174, 83, 0.95),
    transparent
  );
}

.benefit-icon-runner:nth-of-type(1) {
  top: 0;
  left: -50%;
}

.benefit-icon-runner:nth-of-type(2) {
  top: -50%;
  right: 0;
}

.benefit-icon-runner:nth-of-type(3) {
  right: -50%;
  bottom: 0;
}

.benefit-icon-runner:nth-of-type(4) {
  bottom: -50%;
  left: 0;
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active {
  color: var(--white);
  background: var(--teal);
  border-color: rgba(143, 79, 28, 0.32);
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active .benefit-icon-runner:nth-of-type(1) {
  animation: benefitGlowTop 5.6s linear infinite;
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active .benefit-icon-runner:nth-of-type(2) {
  animation: benefitGlowRight 5.6s linear infinite;
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active .benefit-icon-runner:nth-of-type(3) {
  animation: benefitGlowBottom 5.6s linear infinite;
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active .benefit-icon-runner:nth-of-type(4) {
  animation: benefitGlowLeft 5.6s linear infinite;
}

.benefits-comparison .benefits-icon-grid .card-icon.is-active svg {
  width: clamp(35px, 11vw, 44px);
  height: clamp(35px, 11vw, 44px);
  transform: rotate(-45deg);
}

@keyframes benefitGlowTop {
  0% {
    left: -50%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes benefitGlowRight {
  0% {
    top: -50%;
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes benefitGlowBottom {
  0% {
    right: -50%;
    opacity: 1;
  }

  100% {
    right: 100%;
    opacity: 1;
  }
}

@keyframes benefitGlowLeft {
  0% {
    bottom: -50%;
    opacity: 1;
  }

  100% {
    bottom: 100%;
    opacity: 1;
  }
}

@keyframes benefitProgressTip {
  from {
    transform: translateX(-3px) scaleX(0.84);
    opacity: 0.72;
  }

  to {
    transform: translateX(3px) scaleX(1.12);
    opacity: 1;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  min-height: 340px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 20, 23, 0.05);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--sand);
}

.card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.feature-card h3 {
  grid-column: 2;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.feature-card p {
  grid-column: 1 / -1;
  margin-top: 28px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(34px, 7vw, 96px);
  align-items: stretch;
  background: var(--white);
}

.solutions-section {
  background: var(--white);
}

.industries-section {
  background: #f0ebe1;
  border-top: 1px solid rgba(16, 20, 23, 0.08);
}

.industries-heading {
  max-width: 1120px;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.industry-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 20, 23, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.industry-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.industry-card:hover,
.industry-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(143, 79, 28, 0.36);
  box-shadow: 0 24px 52px rgba(16, 20, 23, 0.12);
}

.industry-card:hover .industry-card-image,
.industry-card:focus-within .industry-card-image {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.industry-card h3 {
  margin: 26px 30px 18px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.industry-card p {
  margin: 0 30px 28px;
}

.industry-card .card-link {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-top: auto;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.industry-card:hover .card-link,
.industry-card:focus-within .card-link {
  transform: translateX(4px);
  color: var(--teal);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}

.platform-features-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.platform-features-grid .solution-card {
  grid-column: span 2;
}

.platform-features-grid .solution-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.platform-features-grid .solution-card:nth-child(5) {
  grid-column: 4 / span 2;
}

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

.applications-grid .solution-card {
  grid-column: span 2;
  min-height: 297px;
}

.applications-grid .solution-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.applications-grid .solution-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.solution-card {
  display: grid;
  position: relative;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 20px;
  grid-column: span 1;
  min-height: 382px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  box-shadow: 0 12px 30px rgba(16, 20, 23, 0.04);
  overflow: hidden;
}

.solutions-section .solution-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.solutions-section .solution-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), #e3ae53);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.solutions-section .solution-card:hover,
.solutions-section .solution-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(143, 79, 28, 0.36);
  box-shadow: 0 22px 48px rgba(16, 20, 23, 0.1);
}

.solutions-section .solution-card:hover::before,
.solutions-section .solution-card:focus-within::before {
  transform: scaleX(1);
}

.solutions-section .solution-card .card-icon,
.solutions-section .solution-card .card-link {
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.solutions-section .solution-card:hover .card-link,
.solutions-section .solution-card:focus-within .card-link {
  transform: translateX(4px);
  color: var(--teal);
}

.solution-card h3 {
  grid-column: 2;
  margin-bottom: 14px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.solution-card p {
  grid-column: 1 / -1;
  margin-top: 28px;
  margin-bottom: 28px;
}

.solution-card .card-link {
  grid-column: 1 / -1;
  margin-top: auto;
}

.solutions-overview-grid .solution-card {
  grid-template-rows: 72px auto;
  min-height: 300px;
}

.solutions-overview-grid .solution-card h3 {
  align-self: start;
}

.platform-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
}

.platform-feature-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.platform-feature-card .card-icon {
  display: none;
}

.platform-feature-card h3 {
  margin: 24px 28px 14px;
  font-size: 1.24rem;
  line-height: 1.18;
}

.platform-feature-card p {
  margin: 0 28px 30px;
  font-size: 1rem;
  line-height: 1.65;
}

.solutions-cta {
  display: flex;
  justify-content: flex-start;
  max-width: 1320px;
  margin: 28px auto 0;
}

.platform-features-cta {
  justify-content: center;
}

.solutions-overview-cta {
  justify-content: center;
}

.applications-cta {
  justify-content: center;
}

.industries-cta {
  justify-content: center;
  max-width: 1120px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--teal-dark);
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 700;
}

.card-link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.blank-panel {
  min-height: 360px;
  padding: 34px;
  border: 1px dashed #aebbc4;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(193, 119, 47, 0.09), transparent),
    #f8f4eb;
}

.about-page .section-grid,
.about-split-grid,
.about-value-grid,
.about-cta-panel {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.about-mission-section > .section-kicker {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.about-mission-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.about-mission-grid h2,
.about-mission-grid .section-copy {
  max-width: 100%;
}

.about-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: stretch;
}

.about-who-section .about-split-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 7vw, 104px);
}

.about-split-grid-reverse {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.9fr);
}

.about-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-split-copy h2 {
  max-width: 680px;
  margin-bottom: 24px;
}

.about-split-copy p {
  max-width: 680px;
  margin-bottom: 22px;
}

.about-partner-panel,
.about-tech-visual {
  min-height: 100%;
  border: 1px solid rgba(215, 167, 108, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(57, 31, 17, 0.36), rgba(19, 11, 7, 0.24));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(7px);
}

.about-partner-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 38px);
}

.about-partner-panel-compact {
  justify-content: flex-start;
}

.about-partner-panel .card-icon {
  margin-bottom: 26px;
}

.about-partner-panel h3 {
  margin-bottom: 18px;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.about-partner-panel p:last-child,
.about-split-copy p:last-child {
  margin-bottom: 0;
}

.about-copy-card p {
  margin-bottom: 22px;
}

.about-partner-panel p a {
  color: var(--amber);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-proof-grid .technology-proof-title {
  grid-column: 2;
}

.about-proof-grid .technology-proof-copy {
  grid-column: 1;
  grid-row: 1;
}

.about-smarter-title {
  grid-column: 1;
}

.about-smarter-grid > .section-copy {
  grid-column: 2;
  grid-row: 1;
}

.about-partnerships-grid > .about-split-copy {
  grid-column: 2;
}

.about-partnerships-grid > .about-partner-panel {
  grid-column: 1;
  grid-row: 1;
}

.about-smarter-title h2 {
  margin-bottom: 24px;
}

.about-smarter-title p {
  max-width: 620px;
  margin-bottom: 0;
}

.about-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-value-section .section-heading {
  max-width: 1120px;
}

.about-value-section .section-heading p {
  max-width: 620px;
}

.about-value-grid .solution-card {
  min-height: 260px;
}

.about-tech-visual {
  overflow: hidden;
}

.about-tech-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.about-final-cta {
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 86px);
}

.about-cta-panel {
  border: 1px solid rgba(215, 167, 108, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(193, 119, 47, 0.24), rgba(19, 11, 7, 0.24)),
    rgba(19, 11, 7, 0.28);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.about-cta-panel h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.about-cta-panel p {
  max-width: 720px;
}

.field-proof-section {
  background: #f8f4eb;
  border-top: 1px solid rgba(16, 20, 23, 0.08);
}

.field-proof-single {
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.field-proof-title {
  grid-column: auto;
  grid-row: auto;
}

.field-proof-title h2 {
  max-width: 1120px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.08;
}

.field-proof-title h2 + h2 {
  margin-top: 0;
}

.field-proof-copy {
  grid-column: auto;
  grid-row: auto;
  display: flex;
  flex-direction: column;
  max-width: 1120px;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 26px;
  margin-top: clamp(18px, 3vw, 34px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(215, 167, 108, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(215, 167, 108, 0.2), rgba(19, 11, 7, 0.18)),
    rgba(16, 13, 10, 0.38);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.testimonial-carousel-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.testimonial-label {
  margin: 0 0 10px;
  color: #d7a76c;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-carousel h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2.25rem);
  line-height: 1.16;
}

.testimonial-control {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.testimonial-control:hover,
.testimonial-control:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(215, 167, 108, 0.56);
  background: rgba(215, 167, 108, 0.18);
}

.testimonial-control:focus-visible,
.testimonial-dot:focus-visible {
  outline: 2px solid #e3ae53;
  outline-offset: 3px;
}

.testimonial-control svg {
  width: 18px;
  height: 18px;
}

.testimonial-track {
  position: relative;
  min-height: 230px;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(24px);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    visibility 260ms ease;
}

.testimonial-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.testimonial-slide blockquote {
  width: min(100%, 900px);
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.testimonial-slide blockquote::before {
  content: open-quote;
}

.testimonial-slide blockquote::after {
  content: close-quote;
}

.testimonial-source {
  width: min(100%, 900px);
  margin: 28px 0 4px;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
}

.testimonial-context {
  width: min(100%, 900px);
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.testimonial-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.testimonial-dots {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-dot {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.testimonial-dot::before,
.testimonial-dot::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.testimonial-dot::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 234, 220, 0.86), rgba(227, 174, 83, 0.96));
  transform: scaleX(0);
  transform-origin: left;
}

.testimonial-dot::after {
  top: 1px;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(244, 234, 220, 0.95),
    rgba(227, 174, 83, 0.98),
    transparent
  );
  filter:
    drop-shadow(0 0 6px rgba(244, 234, 220, 0.64))
    drop-shadow(0 0 12px rgba(227, 174, 83, 0.58));
  opacity: 0;
  transform: translateX(-9px);
}

.testimonial-dot.is-active {
  width: 52px;
  background: rgba(255, 255, 255, 0.26);
}

.testimonial-carousel.is-autoplaying .testimonial-dot.is-active::before,
.hero-device-carousel.is-autoplaying .testimonial-dot.is-active::before {
  animation: testimonial-progress 6000ms linear forwards;
}

.testimonial-carousel.is-autoplaying .testimonial-dot.is-active::after,
.hero-device-carousel.is-autoplaying .testimonial-dot.is-active::after {
  animation: testimonial-progress-tip 6000ms linear forwards;
}

.testimonial-carousel.is-autoplay-paused .testimonial-dot.is-active::before,
.testimonial-carousel.is-autoplay-paused .testimonial-dot.is-active::after,
.hero-device-carousel.is-autoplay-paused .testimonial-dot.is-active::before,
.hero-device-carousel.is-autoplay-paused .testimonial-dot.is-active::after {
  animation-play-state: paused;
}

@keyframes testimonial-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes testimonial-progress-tip {
  from {
    opacity: 1;
    left: 0;
  }

  to {
    opacity: 1;
    left: calc(100% - 18px);
  }
}

.technology-proof-section {
  background: var(--white);
  border-top: 1px solid rgba(16, 20, 23, 0.08);
}

.technology-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.field-proof-section .technology-proof-grid {
  align-items: stretch;
}

.technology-proof-section .technology-proof-grid {
  align-items: stretch;
}

.technology-proof-section .technology-proof-copy {
  display: flex;
  flex-direction: column;
}

.technology-proof-copy p {
  margin-bottom: 22px;
}

.proof-copy-button {
  align-self: flex-start;
  margin-top: auto;
}

.consultation-section {
  scroll-margin-top: 104px;
  background:
    linear-gradient(135deg, rgba(193, 119, 47, 0.08), transparent 42%),
    #f8f4eb;
  border-top: 1px solid rgba(16, 20, 23, 0.08);
}

.consultation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}

.consultation-copy h2 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 1.04;
}

.consultation-subtitle {
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.6;
}

.consultation-form-shell {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  padding: 2px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(220, 227, 232, 0.92);
  box-shadow:
    0 18px 42px rgba(16, 20, 23, 0.08),
    0 0 34px rgba(193, 119, 47, 0.1);
}

.form-glow-runner {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 9px rgba(193, 119, 47, 0.48));
}

.form-glow-runner:nth-child(1),
.form-glow-runner:nth-child(3) {
  width: 25%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(227, 174, 83, 0.75),
    rgba(193, 119, 47, 1),
    transparent
  );
}

.form-glow-runner:nth-child(2),
.form-glow-runner:nth-child(4) {
  width: 3px;
  height: 25%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(227, 174, 83, 0.75),
    rgba(193, 119, 47, 1),
    transparent
  );
}

.form-glow-runner:nth-child(1) {
  top: 0;
  left: -25%;
  animation: formGlowTop 5.6s linear infinite;
}

.form-glow-runner:nth-child(2) {
  top: -25%;
  right: 0;
  animation: formGlowRight 5.6s linear infinite;
}

.form-glow-runner:nth-child(3) {
  right: -25%;
  bottom: 0;
  animation: formGlowBottom 5.6s linear infinite;
}

.form-glow-runner:nth-child(4) {
  bottom: -25%;
  left: 0;
  animation: formGlowLeft 5.6s linear infinite;
}

.consultation-form {
  display: grid;
  position: relative;
  z-index: 1;
  align-content: start;
  gap: 20px;
  min-height: 100%;
  padding: 32px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--white);
}

main > .intro-section,
main > .solution-band,
main > .solutions-section,
main > .industries-section,
main > .field-proof-section,
main > .technology-proof-section,
main > .consultation-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.66) 0%, rgba(16, 13, 10, 0.44) 42%, rgba(16, 13, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.34), rgba(8, 12, 15, 0.04));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

main > .section h2,
main > .section h3 {
  color: var(--white);
}

main > .section p,
.consultation-subtitle,
.technology-proof-copy p,
.field-proof-copy p {
  color: rgba(255, 255, 255, 0.72);
}

main > .section .testimonial-label {
  color: #d7a76c;
}

main > .section .testimonial-slide blockquote {
  color: rgba(255, 255, 255, 0.9);
}

main > .section .testimonial-source {
  color: var(--white);
}

main > .section .testimonial-context {
  color: rgba(255, 255, 255, 0.62);
}

.feature-card,
.solution-card,
.industry-card,
.benefits-icon-grid-card,
.consultation-form {
  border-color: rgba(215, 167, 108, 0.28);
  background: linear-gradient(180deg, rgba(57, 31, 17, 0.36), rgba(19, 11, 7, 0.24));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(7px);
}

.feature-card p,
.solution-card p,
.industry-card p,
.platform-feature-card p,
.benefit-text-item p,
.consultation-form label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.feature-card h3,
.solution-card h3,
.industry-card h3,
.benefit-text-item h3 {
  color: var(--white);
}

.platform-feature-image,
.industry-card-image {
  border-bottom-color: rgba(215, 167, 108, 0.26);
}

.card-icon {
  background: #e8d6b6;
}

.benefits-icon-grid .card-icon {
  background: #e8d6b6;
}

.card-link {
  color: #d7a76c;
}

.solutions-section .solution-card:hover,
.solutions-section .solution-card:focus-within,
.industry-card:hover,
.industry-card:focus-within {
  border-color: rgba(215, 167, 108, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
}

.solutions-section .solution-card:hover .card-link,
.solutions-section .solution-card:focus-within .card-link,
.industry-card:hover .card-link,
.industry-card:focus-within .card-link {
  color: #e3ae53;
}

.consultation-form-shell {
  background: rgba(215, 167, 108, 0.2);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(193, 119, 47, 0.12);
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  border-color: rgba(215, 167, 108, 0.26);
  background: rgba(255, 255, 255, 0.92);
  color: var(--white);
}

.consultation-form label {
  color: rgba(255, 255, 255, 0.82);
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  color: var(--ink);
}

@keyframes formGlowTop {
  0% {
    left: -25%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes formGlowRight {
  0% {
    top: -25%;
    opacity: 1;
  }

  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes formGlowBottom {
  0% {
    right: -25%;
    opacity: 1;
  }

  100% {
    right: 100%;
    opacity: 1;
  }
}

@keyframes formGlowLeft {
  0% {
    bottom: -25%;
    opacity: 1;
  }

  100% {
    bottom: 100%;
    opacity: 1;
  }
}

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

.consultation-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 48px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
}

.consultation-form textarea {
  min-height: 188px;
  resize: vertical;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  outline: 2px solid rgba(193, 119, 47, 0.28);
  border-color: rgba(143, 79, 28, 0.5);
}

.consultation-form .button {
  justify-self: start;
  margin-top: 2px;
}

.consultation-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.form-status.is-success {
  color: #dcefc8;
}

.form-status.is-error {
  color: #ffd1c7;
}

.proof-section {
  background: var(--steel);
  color: var(--white);
}

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

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.16);
}

.metric-row div {
  padding: 32px;
  background: var(--steel);
}

.metric-row strong,
.metric-row span {
  display: block;
}

.metric-row strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 3rem;
  line-height: 1;
}

.metric-row span {
  color: rgba(255, 255, 255, 0.68);
}

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--white);
}

.cta-section p {
  max-width: 620px;
  margin-bottom: 0;
}

.about-cta-panel.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: stretch;
  gap: clamp(34px, 7vw, 92px);
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.about-cta-panel.cta-section h2 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.about-cta-panel.cta-section p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
}

.about-cta-panel.cta-section .button {
  margin-top: 10px;
}

.about-final-card {
  align-items: flex-start;
  min-height: auto;
}

.about-final-card .button {
  align-self: flex-start;
  width: fit-content;
}

.solutions-hero {
  min-height: 39vh;
  padding-top: 116px;
  padding-bottom: 48px;
}

.solutions-intro-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.66) 0%, rgba(16, 13, 10, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.32), rgba(8, 12, 15, 0.04));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.solutions-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.solutions-intro-grid h2 {
  max-width: 620px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.solutions-intro-copy p {
  max-width: 720px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.solutions-intro-copy p:last-child {
  margin-bottom: 0;
}

.solutions-page-examples {
  background:
    linear-gradient(135deg, rgba(193, 119, 47, 0.08), transparent 42%),
    #f8f4eb;
}

.solutions-page-examples .solutions-heading {
  max-width: 1120px;
}

.solutions-page-grid {
  max-width: 1120px;
}

.solutions-page-examples .solutions-cta {
  justify-content: center;
}

.solutions-build-section {
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.66) 0%, rgba(16, 13, 10, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.32), rgba(8, 12, 15, 0.04));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.solutions-build-content {
  max-width: 1120px;
  margin: 0 auto;
}

.solutions-build-content h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.solutions-build-content p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.faq-hero {
  min-height: 39vh;
  padding-top: 116px;
  padding-bottom: 48px;
}

.faq-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.66) 0%, rgba(16, 13, 10, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 12, 15, 0.32), rgba(8, 12, 15, 0.04));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-layout {
  max-width: 1120px;
  margin: 0 auto;
}

.faq-content {
  display: grid;
  gap: 44px;
}

.faq-group {
  scroll-margin-top: 104px;
}

.faq-group h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.faq-item {
  border: 1px solid rgba(215, 167, 108, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(57, 31, 17, 0.36), rgba(19, 11, 7, 0.24));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(7px);
}

.faq-item + .faq-item {
  margin-top: 12px;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #d7a76c;
  border-bottom: 2px solid #d7a76c;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 180ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.faq-item p {
  max-width: 780px;
  padding: 0 22px 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.faq-final-cta {
  background:
    linear-gradient(135deg, rgba(193, 119, 47, 0.08), transparent 42%),
    #f8f4eb;
}

.site-footer {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  scroll-margin-top: 76px;
  padding: 64px clamp(24px, 6vw, 96px) 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #000;
  border-top: 1px solid rgba(215, 167, 108, 0.22);
}

.footer-main {
  display: grid;
  position: relative;
  grid-template-columns: minmax(270px, 1.15fr) repeat(3, minmax(150px, 0.72fr));
  grid-template-rows: auto auto;
  gap: clamp(42px, 7vw, 106px);
  row-gap: 28px;
  align-items: start;
}

.footer-company {
  display: flex;
  grid-row: 1 / 3;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand-logo .brand-logo {
  height: 42px;
}

.footer-company p,
.footer-about p {
  max-width: 340px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.footer-business-note {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding-top: 28px;
  color: #e3ae53;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-business-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-business-note::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e3ae53;
  box-shadow: 0 0 10px rgba(227, 174, 83, 0.58);
}

.footer-legal {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: center;
}

.footer-column {
  grid-row: 1;
}

.footer-column h4 {
  margin: 0 0 20px;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: max-content;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-column a:hover {
  color: #e3ae53;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 980px) {
  .scene {
    inset: -3vh -30vw;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero .hero-panel {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .home-hero .hero-support {
    grid-row: 3;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    margin-bottom: 14px;
  }

  .section-grid,
  .split-section,
  .technology-proof-grid,
  .consultation-grid,
  .solutions-intro-grid,
  .about-split-grid {
    gap: 26px;
  }

  .card-grid,
  .industry-card-grid,
  .solutions-grid,
  .solutions-page-grid,
  .applications-grid,
  .platform-features-grid {
    gap: 18px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .site-header::after {
    left: -50%;
    width: 50%;
    animation-name: navbarRunnerMobile;
  }

  .site-header.is-pointer-active::after {
    left: clamp(4px, calc(var(--nav-runner-x) - 8.3333%), calc(100% - 16.6666% - 4px));
    width: 16.6666%;
  }

  .main-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 24px;
    left: 24px;
    display: grid;
    max-height: calc(100vh - 92px);
    padding: 18px 20px;
    overflow-y: auto;
    border: 1px solid rgba(215, 167, 108, 0.22);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(36, 23, 15, 0.98), rgba(10, 8, 7, 0.98));
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(244, 234, 220, 0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 170ms ease,
      transform 170ms ease;
  }

  .site-header.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    color: rgba(244, 234, 220, 0.76);
    font-family: var(--font-heading);
    font-size: 1rem;
    line-height: 1.25;
  }

  .mobile-menu a:not(.button):not(.mobile-menu-heading) {
    padding-left: 0;
    color: rgba(244, 234, 220, 0.66);
    font-size: 0.94rem;
  }

  .mobile-menu-heading {
    color: #e3ae53;
    font-weight: 700;
  }

  .mobile-menu > .mobile-menu-heading {
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(215, 167, 108, 0.14);
  }

  .mobile-menu-cta {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;
  }

  .section-grid,
  .split-section,
  .technology-proof-grid,
  .consultation-grid,
  .solutions-intro-grid,
  .about-split-grid,
  .card-grid,
  .industry-card-grid,
  .solutions-grid,
  .solutions-page-grid,
  .applications-grid,
  .platform-features-grid,
  .faq-layout,
  .metric-row {
    grid-template-columns: 1fr;
  }


  .about-hero-media {
    right: 24px;
    bottom: 28px;
    width: min(420px, calc(100vw - 48px));
    opacity: 0.42;
  }

  .about-tech-visual {
    order: 2;
  }

  .about-proof-grid .technology-proof-title,
  .about-proof-grid .technology-proof-copy {
    grid-column: 1;
  }

  .about-proof-grid .technology-proof-title {
    grid-row: 1;
  }

  .about-proof-grid .technology-proof-copy {
    grid-row: 2;
  }

  .about-smarter-title,
  .about-smarter-grid > .section-copy {
    grid-column: 1;
  }

  .about-smarter-title {
    grid-row: 1;
  }

  .about-smarter-grid > .section-copy {
    grid-row: 2;
  }

  .about-partnerships-grid > .about-split-copy,
  .about-partnerships-grid > .about-partner-panel {
    grid-column: 1;
  }

  .about-partnerships-grid > .about-split-copy {
    grid-row: 1;
  }

  .about-partnerships-grid > .about-partner-panel {
    grid-row: 2;
  }

  .about-tech-visual img {
    min-height: 300px;
  }

  .solutions-grid,
  .solutions-page-grid,
  .applications-grid,
  .platform-features-grid,
  .industry-card-grid,
  .about-value-grid,
  .card-grid {
    max-width: 100%;
  }

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

  .footer-company,
  .footer-about {
    grid-column: span 2;
    grid-row: auto;
  }

  .footer-column {
    grid-row: auto;
  }

  .solution-card,
  .solution-card:nth-child(5),
  .solutions-page-grid .solution-card,
  .applications-grid .solution-card,
  .applications-grid .solution-card:nth-child(4),
  .applications-grid .solution-card:nth-child(5),
  .platform-features-grid .solution-card,
  .platform-features-grid .solution-card:nth-child(4),
  .platform-features-grid .solution-card:nth-child(5) {
    grid-column: 1;
  }

  .applications-grid .solution-card {
    min-height: auto;
  }

  .field-proof-title {
    grid-column: 1;
    grid-row: 1;
  }

  .field-proof-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .field-proof-title h2 {
    max-width: none;
  }

  .testimonial-carousel {
    padding: 22px;
  }

  .testimonial-carousel-header {
    flex-direction: column;
  }

  .testimonial-track {
    min-height: 300px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .consultation-copy h2 {
    font-size: clamp(2.4rem, 9vw, 4rem);
  }

  .consultation-form {
    padding: 22px;
  }

  .benefits-icon-grid-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: start;
    row-gap: 24px;
  }

  .benefits-carousel-stage {
    min-height: 160vh;
    padding-top: 0;
  }

  .benefits-sticky-group {
    position: sticky;
    top: 96px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .benefits-sticky-group .section-heading {
    grid-column: 1;
    grid-row: 1;
    align-self: auto;
    max-width: none;
  }

  .benefits-single-card-wrap {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 340px);
    height: auto;
    justify-self: center;
  }

  .benefits-icon-textbox {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    border-left: 0;
  }

}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 14px;
  }

  .consultation-section {
    scroll-margin-top: 84px;
  }

  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section h2 {
    line-height: 1.08;
  }

  .section p {
    line-height: 1.62;
  }

  .text-link {
    display: none;
  }

  .brand-logo {
    height: 30px;
  }

  .button {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    min-height: 88vh;
    padding-top: 116px;
    padding-bottom: 29px;
  }

  .hero-panel {
    display: none;
  }

  .home-hero .hero-device-carousel {
    display: grid;
    width: min(78vw, 260px);
    height: auto;
    margin: 4px auto 0;
  }

  .home-hero .image-transition {
    height: min(72vw, 330px);
  }

  .home-hero .hero-device-navigation {
    transform: none;
  }

  .about-hero {
    min-height: 39vh;
    padding-top: 96px;
    padding-bottom: 29px;
  }

  .solutions-hero {
    min-height: 39vh;
    padding-top: 96px;
    padding-bottom: 29px;
  }

  .about-hero-media {
    display: none;
  }

  .about-partner-panel {
    padding: 22px;
  }

  .about-tech-visual img {
    min-height: 240px;
  }

  .benefits-carousel-stage {
    min-height: 148.75vh;
  }

  .benefits-comparison {
    padding-bottom: 29px;
  }

  .benefits-sticky-group {
    top: 86px;
    gap: 22px;
  }

  .benefits-single-card-wrap {
    width: min(100%, calc(100vw - 48px));
    justify-self: center;
  }

  .benefits-icon-grid-card {
    grid-template-rows: auto auto;
    align-content: start;
    row-gap: 12px;
    padding: 32px 18px 20px;
    min-height: 370px;
  }

  .benefits-icon-grid {
    width: min(312px, calc(100vw - 104px));
    height: clamp(118px, 35vw, 138px);
    grid-template-columns: repeat(7, clamp(33px, 10.5vw, 41px));
    grid-template-rows: repeat(2, clamp(46px, 13vw, 54px));
    transform: translateY(14px);
  }

  .benefits-comparison .benefits-icon-grid .card-icon {
    width: clamp(58px, 18vw, 70px);
    height: clamp(58px, 18vw, 70px);
  }

  .benefits-comparison .benefits-icon-grid .card-icon svg {
    width: clamp(32px, 10vw, 40px);
    height: clamp(32px, 10vw, 40px);
  }

  .benefits-comparison .benefits-icon-grid .card-icon.is-active svg {
    width: clamp(35px, 11vw, 44px);
    height: clamp(35px, 11vw, 44px);
    transform: rotate(-45deg);
  }

  .benefits-icon-textbox {
    height: 160px;
    min-height: 160px;
    max-height: none;
  }

  .benefit-text-item {
    inset: 20px 0 0;
  }

  .benefit-text-item h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
  }

  .benefit-text-item p {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .consultation-form textarea {
    min-height: 132px;
  }

  .feature-card,
  .solution-card {
    min-height: auto;
    padding: 20px;
    column-gap: 14px;
  }

  .feature-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .solution-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .card-icon {
    width: 42px;
    height: 42px;
  }

  .card-icon svg {
    width: 23px;
    height: 23px;
  }

  .feature-card h3,
  .solution-card h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
  }

  .feature-card p {
    margin-top: 16px;
  }

  .solution-card p {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .platform-feature-card {
    display: flex;
    min-height: auto;
    padding: 0;
  }

  .platform-feature-card h3 {
    margin: 20px 22px 12px;
    font-size: 1.18rem;
  }

  .platform-feature-card p {
    margin: 0 22px 22px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .industry-card {
    min-height: auto;
  }

  .industry-card h3 {
    margin: 20px 22px 12px;
    font-size: 1.24rem;
  }

  .industry-card p {
    margin: 0 22px 20px;
  }

  .industry-card .card-link {
    margin-right: 22px;
    margin-bottom: 22px;
    margin-left: 22px;
  }

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

  .about-cta-panel.cta-section {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 28px;
  }

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

  .footer-company,
  .footer-about {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-bottom {
    margin-top: 36px;
  }
}

@media (max-width: 360px) {
  .benefits-icon-grid-card {
    min-height: 403px;
  }

  .benefits-icon-textbox {
    height: 193px;
    min-height: 193px;
  }
}
