.product-page {
  --product-dark: #073323;
  --product-green: #087c42;
  --product-mint: #dfe8e2;
  --product-pale: #f2f8f4;
  --product-line: #cddbd2;
  background: #f7fbf8;
}

.product-page .landing-menu a.is-active,
.product-page .landing-drawer-links a.is-active {
  color: var(--product-green);
  font-weight: 800;
}

.product-page .landing-menu a.is-active::after {
  width: 100%;
}

.product-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 8vw, 112px) 0 clamp(62px, 7vw, 96px);
  background: #eff7f2;
}

.product-page-hero::before,
.product-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.product-page-hero::before {
  background: url("../img/aureo-job-product-construction.webp") center center / cover no-repeat;
  opacity: .9;
  filter: saturate(.94) contrast(1.01);
}

.product-page-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(249, 248, 241, .82) 0%, rgba(249, 248, 241, .68) 40%, rgba(247, 247, 241, .32) 64%, rgba(245, 247, 242, .16) 100%);
}

.product-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
}

.product-page-hero__copy h1 {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--product-dark);
  font-size: clamp(3.4rem, 6vw, 5.75rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.product-page-hero__copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #496057;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.product-page-hero__actions,
.product-page-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-page-hero__actions {
  margin-top: 30px;
}

.product-page-hero__proof {
  margin-top: 24px;
  color: #234a39;
  font-size: .94rem;
  font-weight: 700;
}

.product-page-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.product-page-hero__proof i {
  color: var(--product-green);
}

.product-operating-preview {
  overflow: hidden;
  border: 1px solid rgba(7, 51, 35, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 70px rgba(7, 51, 35, .14);
}

.product-operating-preview__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(120deg, #073323, #0a6c3b);
}

.product-operating-preview__top div,
.product-operating-preview__top strong {
  display: block;
}

.product-operating-preview__top span,
.product-operating-preview__top em {
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-operating-preview__top strong {
  margin-top: 5px;
  font-size: 1.24rem;
}

.product-operating-preview__top em {
  border-radius: 999px;
  padding: 8px 11px;
  color: #664a00;
  background: #ffe69a;
}

.product-operating-preview__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 26px;
}

.product-operating-preview__flow span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #27483a;
  text-align: center;
}

.product-operating-preview__flow span:not(:last-child)::after {
  position: absolute;
  top: 21px;
  left: calc(50% + 25px);
  width: calc(100% - 50px);
  height: 2px;
  content: "";
  background: #cfe0d5;
}

.product-operating-preview__flow i {
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #c9ddd1;
  border-radius: 14px;
  color: var(--product-green);
  background: #eff8f2;
  font-size: 1.1rem;
}

.product-operating-preview__flow b {
  font-size: .8rem;
}

.product-operating-preview__flow small {
  color: #74847c;
  font-size: .7rem;
}

.product-operating-preview__bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #dfe9e2;
}

.product-operating-preview__bottom div {
  min-width: 0;
  padding: 20px;
  background: #f7fbf8;
}

.product-operating-preview__bottom span,
.product-operating-preview__bottom b,
.product-operating-preview__bottom small {
  display: block;
}

.product-operating-preview__bottom span {
  color: #74847c;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-operating-preview__bottom b {
  margin-top: 5px;
  color: var(--product-dark);
  font-size: 1.25rem;
}

.product-operating-preview__bottom .is-profit {
  color: #fff;
  background: var(--product-dark);
}

.product-operating-preview__bottom .is-profit span,
.product-operating-preview__bottom .is-profit b,
.product-operating-preview__bottom .is-profit small {
  color: #fff;
}

.product-module-navigation {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 8vw, 110px) 0;
  background: #f7fbf8;
  scroll-margin-top: 80px;
}

.product-module-navigation::before,
.product-module-navigation::after {
  position: absolute;
  inset: 0;
  content: "";
}

.product-module-navigation::before {
  z-index: -2;
  background: url("../img/aureo-job-product-modules-background.webp") center center / cover no-repeat;
  opacity: .92;
}

.product-module-navigation::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(250, 252, 250, .54) 0%, rgba(248, 252, 249, .4) 50%, rgba(246, 251, 248, .28) 100%);
}

.product-module-navigation__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 48px;
  align-items: end;
}

.product-module-navigation__heading h2 {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--product-dark);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.product-module-navigation__heading > p {
  margin: 0;
  color: #5d7066;
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-module-navigation__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.product-module-navigation__grid a {
  position: relative;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--product-line);
  border-radius: 20px;
  padding: 22px;
  background: rgba(250, 253, 251, .88);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-module-navigation__grid a:hover,
.product-module-navigation__grid a:focus-visible {
  border-color: #89b59b;
  box-shadow: 0 16px 34px rgba(7, 51, 35, .09);
  transform: translateY(-3px);
}

.product-module-navigation__grid i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--product-green);
  background: #e9f5ed;
  font-size: 1.12rem;
}

.product-module-navigation__number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #8aa096;
  font-size: .8rem;
  font-weight: 900;
}

.product-module-navigation__grid strong {
  margin-top: 16px;
  color: var(--product-dark);
  font-size: 1.02rem;
}

.product-module-navigation__grid small {
  margin-top: 7px;
  padding-right: 20px;
  color: #6e7f76;
  line-height: 1.45;
}

.product-module-navigation__grid a > b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--product-green);
}

.product-modules-section {
  padding: 28px 0 clamp(80px, 10vw, 140px);
}

.product-modules-list {
  display: grid;
  gap: 22px;
}

.product-module {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  min-height: 600px;
  border: 1px solid #d7e4dc;
  border-radius: 30px;
  padding: clamp(38px, 5vw, 76px);
  background: #fff;
  box-shadow: 0 20px 48px rgba(7, 51, 35, .055);
  scroll-margin-top: 94px;
}

.product-module--reverse .product-module__copy {
  order: 2;
}

.product-module--reverse .product-module__visual {
  order: 1;
}

.product-module--reverse .operations-device-showcase {
  order: 1;
}

.product-module__copy {
  position: relative;
}

.product-module__number {
  position: absolute;
  top: -18px;
  right: 0;
  color: #dce8e0;
  font-size: clamp(3.7rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 1;
}

.product-module__copy h2 {
  position: relative;
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--product-dark);
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.product-module__copy > p {
  position: relative;
  margin: 22px 0 0;
  color: #566c60;
  font-size: 1.08rem;
  line-height: 1.65;
}

.product-module__copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-module__copy li {
  display: flex;
  gap: 9px;
  color: #263f34;
  line-height: 1.45;
}

.product-module__copy li i {
  flex: 0 0 auto;
  color: var(--product-green);
  font-weight: 900;
}

.product-module__copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--product-green);
  font-weight: 800;
}

.product-module__visual {
  overflow: hidden;
  border: 1px solid #cbdcd2;
  border-radius: 24px;
  background: #f6faf7;
  box-shadow: 0 20px 48px rgba(7, 51, 35, .1);
}

.product-module__visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid #d7e4dc;
  background: #fff;
}

.product-module__visual-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--product-dark);
  font-weight: 800;
}

.product-module__visual-head i {
  color: var(--product-green);
}

.product-module__visual-head em {
  border-radius: 999px;
  padding: 7px 10px;
  color: #486054;
  background: var(--product-mint);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.product-module__visual-title {
  padding: 24px 24px 10px;
}

.product-module__visual-title small,
.product-module__visual-title strong {
  display: block;
}

.product-module__visual-title small {
  color: #75877d;
  font-size: .8rem;
  font-weight: 700;
}

.product-module__visual-title strong {
  margin-top: 6px;
  color: var(--product-dark);
  font-size: 1.25rem;
}

.product-module__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 24px 24px;
}

.product-module__metrics > div {
  min-width: 0;
  border: 1px solid #dce8e0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.product-module__metrics span,
.product-module__metrics b,
.product-module__metrics small {
  display: block;
}

.product-module__metrics span {
  overflow: hidden;
  color: #7a8b82;
  font-size: .7rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-module__metrics b {
  overflow-wrap: anywhere;
  margin-top: 8px;
  color: var(--product-dark);
  font-size: 1.05rem;
}

.product-module__metrics small {
  margin-top: 5px;
  color: #73837b;
  line-height: 1.35;
}

.product-module__activity {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 24px 24px;
  border-radius: 16px;
  padding: 17px;
  color: #1f4f39;
  background: #eaf6ee;
}

.product-module__activity > i {
  color: var(--product-green);
}

.product-module__activity span,
.product-module__activity b,
.product-module__activity small {
  display: block;
}

.product-module__activity small {
  margin-top: 3px;
  color: #557065;
  line-height: 1.4;
}

.product-showcase {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c9dcd1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(7, 51, 35, .13);
}

.product-showcase__chrome {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 52px;
  padding: 11px 16px;
  border-bottom: 1px solid #d8e5dd;
  color: var(--product-dark);
  background: rgba(255, 255, 255, .96);
}

.product-showcase__chrome > strong {
  overflow: hidden;
  font-size: .88rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-showcase__window-dots {
  display: inline-flex;
  gap: 5px;
}

.product-showcase__window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #b7c9be;
}

.product-showcase__window-dots i:first-child {
  background: #78b88e;
}

.product-showcase__demo-label {
  border-radius: 999px;
  padding: 6px 9px;
  color: #37604b;
  background: #e8f3ec;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-showcase__viewport {
  display: grid;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(246, 251, 248, .96), rgba(238, 247, 241, .9));
}

.product-showcase__slide {
  grid-area: 1 / 1;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .42s ease, transform .42s ease, visibility 0s linear .42s;
}

.product-showcase__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.product-showcase__slide-copy {
  min-height: 116px;
  padding: 20px 22px 18px;
}

.product-showcase__slide-copy > span {
  color: #6c8277;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.product-showcase__slide-copy h3 {
  margin: 6px 0 0;
  color: var(--product-dark);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -.025em;
}

.product-showcase__slide-copy p {
  max-width: 680px;
  margin: 6px 0 0;
  color: #567065;
  font-size: .88rem;
  line-height: 1.45;
}

.product-showcase__picture {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-top: 1px solid #dce8e0;
  border-bottom: 1px solid #dce8e0;
  background: #eef5f0;
}

.product-showcase__picture::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 28px rgba(7, 51, 35, .055);
}

.product-showcase__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-showcase__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 10px 14px;
  background: #fff;
}

.product-showcase__tabs,
.product-showcase__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-showcase__dot,
.product-showcase__arrows button {
  display: grid;
  place-items: center;
  border: 1px solid #cfe0d6;
  color: #315a46;
  background: #f5faf7;
  cursor: pointer;
}

.product-showcase__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  padding: 0;
  transition: width .2s ease, background-color .2s ease, border-color .2s ease;
}

.product-showcase__dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.product-showcase__dot.is-active {
  width: 30px;
  border-color: var(--product-green);
  background: var(--product-green);
}

.product-showcase__arrows button {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  padding: 0;
}

.product-showcase__dot:hover,
.product-showcase__arrows button:hover {
  border-color: #77ad8d;
  background: #eaf5ee;
}

.product-showcase__dot:focus-visible,
.product-showcase__arrows button:focus-visible {
  outline: 3px solid rgba(8, 124, 66, .28);
  outline-offset: 3px;
}

.product-showcase__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.operations-device-showcase {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #c9dcd1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(18, 163, 87, .13), transparent 32%),
    radial-gradient(circle at 82% 82%, rgba(244, 200, 74, .16), transparent 30%),
    linear-gradient(145deg, #f8fcf9, #edf6f0);
  box-shadow: 0 24px 58px rgba(7, 51, 35, .12);
}

.operations-device-showcase::before,
.operations-device-showcase::after {
  position: absolute;
  border: 1px solid rgba(8, 124, 66, .09);
  border-radius: 999px;
  pointer-events: none;
  content: "";
}

.operations-device-showcase::before {
  top: 96px;
  left: -124px;
  width: 330px;
  height: 330px;
}

.operations-device-showcase::after {
  right: -90px;
  bottom: 58px;
  width: 240px;
  height: 240px;
}

.operations-device-showcase__heading {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(7, 51, 35, .1);
  color: var(--product-dark);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(12px);
}

.operations-device-showcase__heading span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #37604b;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.operations-device-showcase__heading span i {
  color: var(--product-green);
  font-size: .96rem;
}

.operations-device-showcase__heading strong {
  overflow: hidden;
  font-size: .92rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-device-showcase__heading em {
  border-radius: 999px;
  padding: 6px 9px;
  color: #2f5b45;
  background: #dfe8e2;
  font-size: .65rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.operations-device-showcase__stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 650px;
  padding: 30px 36px 22px;
}

.operations-device-showcase__stage::before {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: min(82%, 430px);
  height: 76px;
  border-radius: 50%;
  content: "";
  background: rgba(7, 51, 35, .18);
  filter: blur(28px);
  transform: translateX(-50%);
}

.operations-device {
  position: relative;
  width: min(286px, calc(100vw - 112px));
  border: 1px solid #9b9d9e;
  border-radius: 55px;
  padding: 7px;
  background:
    linear-gradient(105deg, #55575a 0%, #b3b4b2 8%, #6d6f71 18%, #292b2d 50%, #898b8b 82%, #c2c2bf 94%, #56585a 100%);
  box-shadow:
    0 34px 52px rgba(7, 27, 20, .28),
    0 10px 20px rgba(7, 27, 20, .16),
    inset 0 0 0 1px rgba(255, 255, 255, .3);
}

.operations-device::after {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 52px;
  pointer-events: none;
  content: "";
}

.operations-device__bezel {
  position: relative;
  overflow: hidden;
  border: 4px solid #090b0c;
  border-radius: 48px;
  background: #090b0c;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.operations-device__screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 739 / 1600;
  border-radius: 41px;
  background: #eaf5ee;
}

.operations-device__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px) scale(.995);
  transition: opacity .42s ease, transform .42s ease, visibility 0s linear .42s;
}

.operations-device__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  transition-delay: 0s;
}

.operations-device__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.operations-device__island {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 8;
  width: 84px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: #030404;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
  transform: translateX(-50%);
}

.operations-device__island::before,
.operations-device__island i {
  position: absolute;
  top: 50%;
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.operations-device__island::before {
  right: 8px;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle at 40% 40%, #263d4f, #05080c 62%);
  box-shadow: inset 0 0 0 1px rgba(74, 117, 143, .25);
}

.operations-device__island i {
  left: 12px;
  width: 40px;
  height: 5px;
  background: #0a0b0c;
}

.operations-device__button {
  position: absolute;
  z-index: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg, #4e5052, #a5a6a4);
  box-shadow: inset 1px 0 rgba(255, 255, 255, .25);
}

.operations-device__button--action {
  top: 105px;
  left: -4px;
  height: 30px;
}

.operations-device__button--volume-up {
  top: 154px;
  left: -4px;
  height: 56px;
}

.operations-device__button--volume-down {
  top: 222px;
  left: -4px;
  height: 56px;
}

.operations-device__button--power {
  top: 178px;
  right: -4px;
  width: 4px;
  height: 86px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, #a5a6a4, #4e5052);
}

.operations-device-showcase__footer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 12px;
  align-items: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 8px 18px 0;
}

.operations-device-showcase__footer > button,
.operations-device-showcase__dot {
  display: grid;
  place-items: center;
  border: 1px solid #cbdcd2;
  color: #315a46;
  background: rgba(255, 255, 255, .86);
  cursor: pointer;
}

.operations-device-showcase__footer > button {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.operations-device-showcase__tabs {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.operations-device-showcase__dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  padding: 0;
  transition: width .2s ease, background-color .2s ease, border-color .2s ease;
}

.operations-device-showcase__dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.operations-device-showcase__dot.is-active {
  width: 26px;
  border-color: var(--product-green);
  background: var(--product-green);
}

.operations-device-showcase__footer > button:hover,
.operations-device-showcase__dot:hover {
  border-color: #77ad8d;
  background: #eaf5ee;
}

.operations-device-showcase__footer > button:focus-visible,
.operations-device-showcase__dot:focus-visible {
  outline: 3px solid rgba(8, 124, 66, .28);
  outline-offset: 3px;
}

.operations-device-showcase__description {
  position: relative;
  z-index: 4;
  min-height: 42px;
  max-width: 480px;
  margin: 8px auto 0;
  padding: 0 20px 18px;
  color: #567065;
  font-size: .8rem;
  line-height: 1.45;
  text-align: center;
}

.operations-device-showcase__status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.product-page-final {
  padding: 0 0 clamp(80px, 9vw, 126px);
}

.product-page-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(38px, 5vw, 70px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(244, 200, 74, .25), transparent 34%),
    linear-gradient(120deg, #073323, #0a6238);
}

.product-page-final__inner .landing-eyebrow {
  color: #fff;
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
}

.product-page-final__inner h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.product-page-final__inner p {
  max-width: 700px;
  margin: 16px 0 0;
  color: #d8e9df;
  font-size: 1.08rem;
}

.product-page-final__inner > a {
  flex: 0 0 auto;
  border-color: #fff;
  color: var(--product-dark);
  background: #fff;
}

.product-page-final__inner > a span,
.product-page-final__inner > a i {
  color: var(--product-dark);
}

@media (max-width: 1080px) {
  .product-page-hero__grid,
  .product-module {
    grid-template-columns: 1fr;
  }

  .product-page-hero__grid {
    gap: 44px;
  }

  .product-module {
    min-height: 0;
  }

  .product-module--reverse .product-module__copy,
  .product-module--reverse .product-module__visual,
  .product-module--reverse .operations-device-showcase {
    order: initial;
  }

  .product-showcase {
    width: 100%;
  }

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

@media (max-width: 700px) {
  .product-page-hero {
    padding: 44px 0 52px;
  }

  .product-page-hero::before {
    background-position: 68% center;
    opacity: .48;
  }

  .product-page-hero::after {
    background: linear-gradient(180deg, rgba(248, 249, 244, .9) 0%, rgba(244, 248, 244, .78) 52%, rgba(239, 247, 242, .7) 100%);
  }

  .product-page-hero__copy h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .product-page-hero__actions,
  .product-page-hero__actions .landing-btn {
    width: 100%;
  }

  .product-page-hero__proof {
    display: grid;
  }

  .product-operating-preview__top {
    align-items: flex-start;
  }

  .product-operating-preview__flow {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .product-operating-preview__flow span {
    grid-template-columns: 40px 1fr auto;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .product-operating-preview__flow span:not(:last-child)::after {
    display: none;
  }

  .product-operating-preview__flow i {
    width: 38px;
    height: 38px;
  }

  .product-operating-preview__flow small {
    justify-self: end;
  }

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

  .product-module-navigation__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-module-navigation::before {
    background-position: 68% top;
    background-size: auto 760px;
    opacity: .7;
  }

  .product-module-navigation::after {
    background: linear-gradient(180deg, rgba(249, 252, 250, .72) 0%, rgba(247, 251, 248, .58) 42%, rgba(247, 251, 248, .9) 100%);
  }

  .product-module-navigation__grid {
    grid-template-columns: 1fr;
  }

  .product-module-navigation__grid a {
    min-height: 148px;
  }

  .product-module {
    gap: 34px;
    border-radius: 22px;
    padding: 28px 20px;
  }

  .product-module__number {
    top: -5px;
    font-size: 4rem;
  }

  .product-module__copy h2 {
    padding-right: 20px;
    font-size: 2.55rem;
  }

  .product-module__copy ul,
  .product-module__metrics {
    grid-template-columns: 1fr;
  }

  .product-showcase__chrome {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .product-showcase__demo-label {
    display: none;
  }

  .product-showcase__slide-copy {
    min-height: 132px;
    padding: 18px 16px 16px;
  }

  .product-showcase__slide-copy h3 {
    font-size: 1.22rem;
  }

  .product-showcase__picture {
    aspect-ratio: 16 / 10;
  }

  .product-showcase__picture img {
    object-fit: cover;
    object-position: center top;
  }

  .product-showcase__controls {
    gap: 12px;
    padding: 10px 12px;
  }

  .product-showcase__tabs {
    gap: 6px;
  }

  .operations-device-showcase__heading {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .operations-device-showcase__heading > span {
    display: none;
  }

  .operations-device-showcase__heading strong {
    text-align: left;
  }

  .operations-device-showcase__stage {
    min-height: 640px;
    padding: 26px 20px 20px;
  }

  .operations-device {
    width: min(282px, calc(100vw - 92px));
  }

  .product-module__metrics {
    padding: 12px 16px 16px;
  }

  .product-module__visual-head,
  .product-module__visual-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-module__visual-head {
    align-items: flex-start;
  }

  .product-module__visual-head em {
    max-width: 124px;
    text-align: center;
  }

  .product-module__activity {
    margin: 0 16px 16px;
  }

  .product-page-final__inner {
    display: grid;
    padding: 34px 24px;
  }

  .product-page-final__inner > a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-showcase__slide,
  .product-showcase__dot,
  .operations-device__slide,
  .operations-device-showcase__dot {
    transition: none;
  }
}
