@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://d2nlhpv8vx70ml.cloudfront.net/public/fonts/inter/UcCo3FwrK3iLTcviYwY.woff2")
    format("woff2");
}
.site-shell {
  --brand-yellow: #fbc800;
  --brand-orange: #f36424;
  --brand-orange-dark: #c74308;
  --brand-blue: #1981ff;
  --brand-green-site: #44ba52;
  --brand-green: #009933;
  --brand-green-dark: #2d8337;
  --brand-green-soft: #bfffbf;
  --takeoff-green: #a6ffa6;
  --takeoff-yellow: #fbc800;
  --ink: #161616;
  --ink-soft: #4f4e49;
  --paper: #ffffff;
  --white: #ffffff;
  --line: #deddd6;
  --line-dark: #2f2f2c;
  --section-space: 64px;
  --proof-space: 32px;
}
.site-shell,
.site-shell *,
.site-shell *::before,
.site-shell *::after {
  box-sizing: border-box;
}
:where(.site-shell) a {
  color: inherit;
  text-decoration: none;
}
:where(.site-shell) button,
:where(.site-shell) a {
  -webkit-tap-highlight-color: transparent;
}
.site-shell [hidden] {
  display: none !important;
}
:where(.site-shell) img,
:where(.site-shell) video {
  display: block;
  max-width: 100%;
}
:where(.site-shell) ::selection {
  background: var(--brand-yellow);
  color: var(--ink);
}
.site-shell {
  min-height: 100vh;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
.siteLayoutWrapper:has(.site-shell) {
  scrollbar-width: none;
}
.siteLayoutWrapper:has(.site-shell)::-webkit-scrollbar {
  display: none;
}
.legacy-nav-wrap {
  position: relative;
  z-index: 30;
  overflow: visible;
  background: linear-gradient(to top, #fff, #f9f9f9);
}
.legacy-nav {
  display: flex;
  min-height: 84px;
  align-items: center;
  padding: 18px 20px;
}
.legacy-logo,
.legacy-nav-actions {
  display: flex;
  flex: 0 0 225px;
  align-items: center;
}
.legacy-logo img {
  width: 178px;
  height: auto;
}
.legacy-primary-links,
.legacy-tablet-links {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
  color: #333;
  font-size: 16px;
}
.legacy-primary-links a,
.legacy-tablet-links a,
.legacy-footer a {
  transition: color 180ms ease;
}
.legacy-primary-links a:hover,
.legacy-tablet-links a:hover,
.legacy-footer a:hover {
  color: #111;
}
.legacy-nav-actions {
  justify-content: flex-end;
  gap: 12px;
}
.legacy-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
  color: #555;
  font-size: 16px;
  white-space: nowrap;
}
.legacy-phone img {
  width: 18px;
  height: 18px;
}
.legacy-login,
.legacy-signup,
.legacy-mobile-login {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
  white-space: nowrap;
}
.legacy-login {
  color: #333;
}
.legacy-login:hover {
  background: #f3f3f3;
}
.legacy-signup {
  background: var(--brand-orange);
  color: #fff;
}
.legacy-signup:hover {
  background: #e85317;
  color: #fff;
}
.legacy-tablet-links,
.legacy-mobile-menu {
  display: none;
}
.button {
  display: inline-flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 32px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}
.button:hover {
  transform: none;
}
.button:focus-visible,
.text-link:focus-visible,
.legacy-nav a:focus-visible,
.legacy-footer a:focus-visible,
.legacy-mobile-menu summary:focus-visible {
  outline: 3px solid var(--brand-orange-dark);
  outline-offset: 4px;
}
.cinematic-hero .button:focus-visible,
.cinematic-pause-control:focus-visible {
  outline-color: var(--brand-yellow);
}
.button-small {
  min-height: 40px;
  padding: 0 17px;
  font-size: 12px;
}
.button-primary {
  background: var(--brand-orange);
  box-shadow: none;
  color: var(--white);
}
.button-primary:hover {
  background: #e85317;
  box-shadow: none;
  color: var(--white);
}
.button-secondary {
  border-color: #c9c7bf;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
}
.button-secondary:hover {
  background: var(--white);
}
.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
  color: #5f5d55;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.hero.cinematic-hero {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 640px;
  margin: 0;
  padding: 0;
  background: #10110f;
  isolation: isolate;
}
.cinematic-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: #10110f;
}
.cinematic-media-layer {
  position: absolute;
  inset: -34px 0;
  transform: translate3d(0, var(--hero-parallax-y, 0), 0);
  will-change: transform;
}
.cinematic-backdrop::before,
.cinematic-backdrop::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  content: "";
}
.cinematic-backdrop::before {
  background:
    linear-gradient(90deg, rgba(9, 10, 8, 0.94) 0%, rgba(9, 10, 8, 0.78) 38%, rgba(9, 10, 8, 0.34) 68%, rgba(9, 10, 8, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 9, 8, 0.84) 0%, transparent 34%, rgba(8, 9, 8, 0.2) 100%);
}
.cinematic-backdrop::after {
  background: radial-gradient(circle at 70% 46%, transparent 0, rgba(0, 0, 0, 0.08) 43%, rgba(0, 0, 0, 0.42) 100%);
}
.cinematic-backdrop img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  object-fit: cover;
  object-position: center;
}
.cinematic-previous-image {
  z-index: 1 !important;
  animation: cinematic-image-out 900ms ease forwards;
}
.cinematic-backdrop-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transition: opacity 900ms ease;
}
.cinematic-hero[data-video-ready="true"][data-show-trade="false"]
  .cinematic-backdrop-video {
  opacity: 0.92;
}
@keyframes cinematic-image-out {
  to {
    opacity: 0;
  }
}
.cinematic-hero-inner {
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 640px;
  margin: 0 auto;
  align-items: center;
  padding: 68px 0;
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(690px, 100%);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.34);
}
.cinematic-hero .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}
.hero h1 {
  max-width: 660px;
  margin: 0;
  color: var(--white);
  font-size: clamp(46px, 4.7vw, 60px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.hero h1 > span {
  position: relative;
  display: inline-block;
}
.hero h1 > span::before,
.hero h1 > span::after {
  position: absolute;
  right: 0.02em;
  left: 0.03em;
  background: var(--brand-yellow);
  content: "";
  transform-origin: left center;
  pointer-events: none;
}
.hero h1 > span::after {
  bottom: -0.17em;
  height: 0.13em;
  clip-path: polygon(
    0 58%,
    3% 38%,
    17% 43%,
    34% 31%,
    51% 42%,
    68% 28%,
    84% 38%,
    97% 28%,
    100% 44%,
    98% 68%,
    83% 62%,
    66% 76%,
    49% 65%,
    32% 79%,
    15% 69%,
    2% 78%
  );
  transform: rotate(-0.35deg);
}
.hero h1 > span::before {
  right: 0.06em;
  bottom: -0.205em;
  left: 0.1em;
  height: 0.07em;
  background: rgba(251, 200, 0, 0.58);
  border-radius: 50%;
  clip-path: polygon(0 46%, 18% 34%, 37% 48%, 58% 29%, 78% 44%, 100% 31%, 98% 77%, 79% 67%, 59% 82%, 38% 68%, 17% 79%, 2% 70%);
  transform: rotate(0.45deg);
}
.hero-subhead {
  max-width: 520px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.56;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}
.cinematic-hero .button-primary {
  background: var(--brand-orange);
  box-shadow: none;
}
.cinematic-hero .button-primary:hover {
  background: #e85317;
}
.cinematic-pause-control {
  position: absolute;
  z-index: 8;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(10, 11, 10, 0.46);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.cinematic-pause-control:hover {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.13);
  color: var(--white);
}
.cinematic-pause-control:focus-visible {
  outline: 3px solid var(--brand-yellow);
  outline-offset: 3px;
}
.customer-proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}
.customer-proof-inner {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  min-height: 190px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: var(--proof-space) 0;
}
.customer-proof-copy {
  text-align: center;
}
.customer-proof-copy h2 {
  display: block;
  margin: 0;
  color: #34332f;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.customer-logo-list {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
  width: min(100%, 1000px);
}
.customer-logo {
  display: grid;
  min-width: 0;
  height: 75px;
  place-items: center;
}
.customer-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 42px;
  filter: grayscale(1);
  opacity: 0.58;
  object-fit: contain;
}
.customer-logo-square img {
  max-height: 62px;
}
.progressive-power {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.progressive-power .section-heading {
  align-items: center;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}
.progressive-power .section-heading .eyebrow {
  align-self: center;
  margin: 0;
}
.benefit-intro {
  max-width: 660px;
  margin: 2px auto 0;
  color: #66635c;
  font-size: 16px;
  line-height: 1.6;
}
.section-heading .eyebrow {
  align-self: flex-start;
  margin-top: 12px;
}
.section-heading h2,
.value-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.benefit-grid {
  display: grid;
  gap: 24px;
  margin-top: 48px;
  grid-template-columns: repeat(3, 1fr);
}
.benefit-card {
  min-width: 0;
}
.benefit-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}
.benefit-visual::before {
  display: none;
}
.benefit-visual-measure {
  background: transparent;
}
.benefit-visual-live {
  background: transparent;
}
.benefit-visual-templates {
  background: transparent;
}
.benefit-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(22, 22, 22, 0.14);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transform: none;
}
.benefit-visual-live .benefit-window {
  transform: none;
}
.benefit-visual-templates .benefit-window {
  transform: none;
}
.benefit-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.benefit-screen img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  object-fit: cover;
  object-position: center top;
}
.benefit-takeoff-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.benefit-takeoff-fill-blue {
  fill: var(--brand-blue);
  fill-opacity: 0.13;
}
.benefit-takeoff-fill-orange {
  fill: var(--brand-orange);
  fill-opacity: 0.16;
}
.benefit-takeoff-fill-green {
  fill: var(--takeoff-green);
  fill-opacity: 0.34;
}
.benefit-takeoff-fill-yellow {
  fill: var(--takeoff-yellow);
  fill-opacity: 0.18;
}
.benefit-takeoff-fills .benefit-takeoff-fill-secondary {
  fill-opacity: 0.12;
}
.benefit-takeoff-lines path {
  fill: none;
  stroke: var(--takeoff-yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.5;
  vector-effect: non-scaling-stroke;
}
.benefit-takeoff-nodes circle {
  r: 5.5px;
  fill: var(--white);
  stroke: var(--takeoff-yellow);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.benefit-template-overlay {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 16px;
  display: flex;
  width: 194px;
  max-width: calc(100% - 32px);
  flex-direction: column;
  gap: 7px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  border-radius: 13px;
  padding: 13px 14px 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.14);
  backdrop-filter: blur(10px);
}
.benefit-template-kicker {
  display: flex;
  align-items: center;
  color: #66645e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}
.benefit-template-kicker {
  gap: 6px;
}
.benefit-template-kicker > i {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 153, 51, 0.12);
  color: var(--brand-green);
  font-size: 10px;
  font-style: normal;
}
.benefit-template-overlay > strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.benefit-template-detail {
  color: #62605a;
  font-size: 10px;
  line-height: 1.35;
}
.benefit-tool-palette {
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(2, 58px);
  gap: 8px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  border-radius: 13px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.14);
  backdrop-filter: blur(10px);
}
.benefit-tool {
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #e5e4de;
  border-radius: 9px;
  background: var(--white);
}
.benefit-tool img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.benefit-tool small {
  color: #68665f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.benefit-live-overlay {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 16px;
  width: 190px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  border-radius: 13px;
  padding: 12px 13px 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(22, 22, 22, 0.14);
  backdrop-filter: blur(10px);
}
.benefit-avatar-stack {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.benefit-avatar,
.benefit-avatar-count {
  position: relative;
  display: grid;
  width: 45px;
  height: 45px;
  margin-left: -8px;
  flex: 0 0 45px;
  place-items: center;
  overflow: hidden;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(22, 22, 22, 0.14);
}
.benefit-avatar::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  content: "";
  transform: translateX(-50%);
}
.benefit-avatar::after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 25px;
  height: 15px;
  border-radius: 50% 50% 36% 36%;
  background: rgba(255, 255, 255, 0.92);
  content: "";
  transform: translateX(-50%);
}
.benefit-avatar-one {
  background: #2b6fd6;
}
.benefit-avatar-two {
  background: #e27a42;
}
.benefit-avatar-three {
  background: #16843a;
}
.benefit-avatar-count {
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
}
.benefit-live-overlay > small {
  display: block;
  margin-top: 9px;
  color: #66645e;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}
.benefit-card-content {
  padding: 25px 4px 0;
}
.benefit-label {
  margin: 0 0 14px !important;
  color: #8c8a82;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.benefit-card h3 {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.benefit-card p {
  max-width: 340px;
  margin: 0;
  color: #68665f;
  font-size: 15px;
  line-height: 1.55;
}
.review-proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.review-proof-inner {
  display: block;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}
.review-proof-heading {
  text-align: center;
}
.review-proof-heading h2 {
  max-width: 700px;
  margin: 0 auto 38px;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.review-rating-grid {
  display: grid;
  max-width: 820px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.review-rating {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 28px;
  color: var(--ink);
  text-align: center;
  touch-action: manipulation;
}
.review-rating:not(:last-child) {
  border-right: 1px solid var(--line);
}
.review-rating:focus-visible {
  z-index: 2;
  outline: 3px solid var(--brand-orange-dark);
  outline-offset: 2px;
}
.review-rating-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: transform 180ms ease;
}
.review-rating-content > strong {
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.02em;
}
.review-stars {
  color: var(--brand-yellow);
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .review-rating:hover .review-rating-content {
    transform: scale(1.035);
  }
}
.trade-fit {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: var(--section-space) 0;
}
.trade-fit-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 48px;
  text-align: center;
}
.trade-fit-heading .eyebrow {
  margin: 0;
}
.trade-fit-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
}
.trade-tabs-shell {
  background: transparent;
}
.trade-tab-nav {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.14);
  margin-bottom: 30px;
}
.trade-tab-list {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: clamp(26px, 4vw, 56px);
  padding: 0 0 12px;
}
.trade-tab {
  position: relative;
  min-height: 42px;
  border: 0;
  padding: 0 2px;
  background: transparent;
  color: #65635d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 680;
  transition:
    background 180ms ease,
    color 180ms ease;
}
.trade-tab::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 2px;
  background: var(--brand-yellow);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}
.trade-tab:hover {
  color: var(--ink);
}
.trade-tab[aria-selected="true"] {
  color: var(--ink);
}
.trade-tab[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.trade-tab:focus-visible {
  z-index: 2;
  outline: 3px solid rgba(243, 100, 36, 0.72);
  outline-offset: 4px;
}
.trade-panel {
  display: grid;
  min-height: 460px;
  align-items: center;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
}
.trade-panel[hidden] {
  display: none;
}
.trade-panel-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 0 60px;
}
.trade-panel-kicker {
  margin: 0 0 26px !important;
  color: #77746b !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.trade-panel-copy h3 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
.trade-panel-copy > p:not(.trade-panel-kicker) {
  max-width: 440px;
  margin: 24px 0 0;
  color: #5d5b55;
  font-size: 15px;
  line-height: 1.62;
}
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}
.editorial-link-label {
  position: relative;
  padding-bottom: 5px;
}
.editorial-link-label::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--brand-yellow);
  content: "";
  transition: background-color 180ms ease;
}
.editorial-link-arrow {
  color: var(--brand-orange);
  font-size: 17px;
  transition: transform 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .editorial-link:hover .editorial-link-label::after {
    background: var(--brand-orange);
  }
  .editorial-link:hover .editorial-link-arrow {
    transform: translateX(3px);
  }
}
.editorial-link:focus-visible {
  outline: 3px solid var(--brand-orange-dark);
  outline-offset: 5px;
}
.editorial-link:focus-visible .editorial-link-label::after {
  background: var(--brand-orange);
}
.all-trades-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
}
.trade-panel-copy > a {
  margin-top: 32px;
}
.all-trades-link span {
  color: var(--brand-orange);
  font-size: 16px;
  transition: transform 180ms ease;
}
.all-trades-link:hover span {
  transform: translateX(4px);
}
.all-trades-link:focus-visible {
  outline: 3px solid var(--brand-orange-dark);
  outline-offset: 5px;
}
.trade-panel-visual {
  position: relative;
  width: min(100%, 620px);
  min-width: 0;
  aspect-ratio: 4 / 3;
  justify-self: end;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  background: #d5d2c7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.trade-panel-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.08), transparent 38%);
  content: "";
  pointer-events: none;
}
.trade-panel-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all-trades-link {
  min-height: 42px;
  flex: 0 0 auto;
  margin: 0 0 12px auto;
}
.plugin-showcase {
  border-top: 1px solid #d8d6ce;
  border-bottom: 1px solid #d8d6ce;
  background:
    linear-gradient(rgba(22, 22, 22, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.025) 1px, transparent 1px),
    #efede5;
  background-size: 38px 38px;
}
.plugin-showcase-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0 128px;
}
.plugin-showcase-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 80px;
  margin-bottom: 58px;
}
.plugin-showcase-heading .eyebrow {
  margin-bottom: 25px;
}
.plugin-showcase-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 780;
  letter-spacing: -0.057em;
  line-height: 1.03;
}
.plugin-showcase-heading h2 span {
  position: relative;
  display: inline-block;
}
.plugin-showcase-heading h2 span::after {
  position: absolute;
  right: 0;
  bottom: -0.13em;
  left: 0;
  height: 0.08em;
  background: var(--brand-yellow);
  content: "";
  transform: rotate(-0.5deg);
}
.plugin-showcase-heading > .plugin-showcase-intro {
  max-width: 410px;
  margin: 0 0 5px;
  color: #5d5b55;
  font-size: 16px;
  line-height: 1.6;
}
.plugin-showcase-grid {
  display: grid;
  grid-template-columns: minmax(430px, 1.2fr) minmax(250px, 0.8fr) minmax(250px, 0.8fr);
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 14px;
}
.plugin-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d7d4ca;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 45px rgba(22, 22, 22, 0.055);
}
.plugin-card-copy {
  position: relative;
  z-index: 2;
}
.plugin-card-label {
  margin: 0 0 17px !important;
  color: #7a776f !important;
  font-size: 8px !important;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.plugin-card h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.042em;
  line-height: 1.08;
}
.plugin-card-copy > p:last-child {
  margin: 14px 0 0;
  color: #66635c;
  font-size: 12px;
  line-height: 1.55;
}
.plugin-card-featured {
  display: flex;
  min-height: 580px;
  grid-row: 1 / span 2;
  flex-direction: column;
  padding: 38px 38px 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 200, 0, 0.16), transparent 31%),
    #191918;
  color: var(--white);
}
.plugin-card-featured .plugin-card-label {
  color: var(--brand-yellow) !important;
}
.plugin-card-featured h3 {
  max-width: 490px;
  font-size: clamp(32px, 3vw, 43px);
}
.plugin-card-featured .plugin-card-copy > p:last-child {
  max-width: 520px;
  color: #b9b7af;
  font-size: 13px;
}
.plugin-rate-window {
  position: relative;
  z-index: 2;
  width: calc(100% + 12px);
  margin: 38px -6px -1px;
  overflow: hidden;
  border: 1px solid #42413d;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #f7f6f1;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.34);
  color: var(--ink);
}
.plugin-window-bar {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedcd4;
  padding: 0 13px;
  background: #e9e7df;
}
.plugin-window-bar > div {
  display: flex;
  gap: 5px;
}
.plugin-window-bar > div span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bab7ad;
}
.plugin-window-bar > div span:first-child {
  background: var(--brand-yellow);
}
.plugin-window-bar small {
  color: #77746c;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: 0.13em;
}
.plugin-rate-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e2e0d8;
  padding: 16px 18px;
}
.plugin-rate-summary small {
  display: block;
  margin-bottom: 3px;
  color: #908d84;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.plugin-rate-summary strong {
  font-size: 12px;
}
.plugin-rate-summary > span {
  border: 1px solid rgba(0, 153, 51, 0.25);
  border-radius: 99px;
  padding: 5px 8px;
  background: rgba(191, 255, 191, 0.36);
  color: var(--brand-green-dark);
  font-size: 7px;
  font-weight: 760;
}
.plugin-rate-table {
  padding: 5px 18px 0;
}
.plugin-rate-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 45px 62px;
  border-bottom: 1px solid #e5e3dc;
  padding: 9px 0;
  color: #5f5d56;
  font-size: 8px;
}
.plugin-rate-row > span:not(:first-child) {
  text-align: right;
}
.plugin-rate-row > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #33322f;
  font-weight: 650;
}
.plugin-rate-head {
  color: #97948b;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.plugin-rate-head > span:first-child {
  color: #97948b;
}
.resource-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.resource-dot.material {
  background: var(--brand-yellow);
}
.resource-dot.labour {
  background: var(--brand-orange);
}
.resource-dot.plant {
  background: #575752;
}
.plugin-rate-total {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto auto;
  gap: 13px;
  padding: 14px 18px 18px;
}
.plugin-rate-total > span {
  color: #77746b;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.plugin-rate-total strong {
  font-size: 16px;
}
.plugin-apply-button {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 10px;
  background: var(--brand-orange);
  color: var(--white);
  font-family: inherit;
  font-size: 7px;
  font-weight: 760;
}
.plugin-card-report {
  display: grid;
  min-height: 250px;
  grid-column: 2 / span 2;
  grid-template-columns: 1fr 190px;
  gap: 28px;
  padding: 32px 28px 28px 32px;
}
.plugin-card-report .plugin-card-copy {
  align-self: center;
}
.plugin-report-preview {
  position: relative;
  align-self: end;
  height: 205px;
  overflow: hidden;
  border: 1px solid #d5d2c8;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 18px 17px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(22, 22, 22, 0.1);
  transform: rotate(1.2deg);
}
.report-brand-line {
  width: 48px;
  height: 5px;
  background: var(--brand-yellow);
}
.report-title-line {
  width: 78%;
  height: 11px;
  margin-top: 15px;
  background: #292925;
}
.report-meta-lines {
  display: grid;
  gap: 5px;
  margin-top: 10px;
}
.report-meta-lines i {
  width: 93%;
  height: 4px;
  background: #dddcd6;
}
.report-meta-lines i:last-child {
  width: 67%;
}
.report-chart-bars {
  display: flex;
  height: 62px;
  align-items: flex-end;
  gap: 7px;
  margin-top: 20px;
  border-bottom: 1px solid #dedcd4;
  padding: 0 8px;
}
.report-chart-bars i {
  width: 19%;
  height: 45%;
  background: #d9d7ce;
}
.report-chart-bars i:nth-child(2) {
  height: 82%;
  background: var(--brand-yellow);
}
.report-chart-bars i:nth-child(3) {
  height: 64%;
  background: var(--brand-orange);
}
.report-chart-bars i:nth-child(4) {
  height: 92%;
  background: #44443f;
}
.report-total-line {
  width: 58%;
  height: 8px;
  margin: 17px 0 0 auto;
  background: #2b2b27;
}
.plugin-card-drawing,
.plugin-card-import {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px 28px 26px;
}
.plugin-contours {
  position: relative;
  height: 82px;
  margin-top: 22px;
  overflow: hidden;
}
.plugin-contours i {
  position: absolute;
  right: 5%;
  bottom: -35px;
  left: 5%;
  height: 100px;
  border: 1px solid #b9b6ac;
  border-radius: 50% 44% 52% 41%;
  transform: rotate(-5deg);
}
.plugin-contours i:nth-child(2) {
  right: 18%;
  bottom: -20px;
  left: 19%;
  height: 78px;
  border-color: var(--brand-orange);
  transform: rotate(7deg);
}
.plugin-contours i:nth-child(3) {
  right: 31%;
  bottom: -6px;
  left: 35%;
  height: 55px;
  border-color: var(--brand-yellow);
  transform: rotate(-8deg);
}
.plugin-contours span {
  position: absolute;
  top: 9px;
  right: 14px;
  border-radius: 4px;
  padding: 5px 7px;
  background: #242421;
  color: var(--brand-yellow);
  font-size: 7px;
  font-weight: 760;
}
.plugin-import-flow {
  display: grid;
  align-items: center;
  margin-top: 22px;
  grid-template-columns: 42px 1fr 42px;
  gap: 10px;
}
.plugin-import-flow > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #ccc9bf;
  border-radius: 7px;
  background: #fff;
  color: #4c4a45;
  font-size: 8px;
  font-weight: 820;
}
.plugin-import-flow > span:nth-of-type(2) {
  border-color: #252522;
  background: #252522;
  color: var(--brand-yellow);
  font-size: 12px;
}
.plugin-import-flow i {
  position: relative;
  height: 1px;
  background: #b8b5ab;
  color: transparent;
}
.plugin-import-flow i::after {
  position: absolute;
  top: -3px;
  right: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8f8c83;
  border-right: 1px solid #8f8c83;
  content: "";
  transform: rotate(45deg);
}
.plugin-import-flow em {
  grid-column: 1 / -1;
  justify-self: end;
  border-radius: 99px;
  padding: 5px 8px;
  border: 1px solid rgba(0, 153, 51, 0.2);
  background: rgba(191, 255, 191, 0.38);
  color: var(--brand-green-dark);
  font-size: 7px;
  font-style: normal;
  font-weight: 760;
}
.plugin-showcase-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 27px;
}
.plugin-showcase-footer p {
  margin: 0;
  color: #79766d;
  font-size: 10px;
}
.plugin-showcase-footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
}
.plugin-showcase-footer a span {
  color: var(--brand-orange);
  font-size: 16px;
  transition: transform 180ms ease;
}
.plugin-showcase-footer a:hover span {
  transform: translate(3px, -3px);
}
.plugin-showcase-footer a:focus-visible {
  outline: 3px solid rgba(251, 200, 0, 0.8);
  outline-offset: 5px;
}
.plugin-showcase {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: var(--paper);
}
.plugin-showcase-inner {
  width: min(1280px, calc(100% - 48px));
  padding: var(--section-space) 0;
}
.plugin-showcase-heading {
  display: flex;
  grid-area: copy;
  min-width: 0;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.plugin-showcase-heading .eyebrow {
  margin: 0;
}
.plugin-showcase-heading h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.plugin-showcase-intro {
  max-width: 500px !important;
  margin: 0 !important;
  color: #5d5b55 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.plugin-tier-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: -2px 0 0;
  color: #65635c;
  font-size: 11px;
  line-height: 1.45;
}
.plugin-tier-note span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.plugin-tier-note strong {
  color: var(--ink);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plugin-tier-note i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--brand-yellow);
}
.plugin-open-feature {
  display: grid;
  min-height: 430px;
  grid-template-areas: "visual copy";
  grid-template-columns: minmax(500px, 1.2fr) minmax(340px, 0.8fr);
  align-items: start;
  gap: clamp(32px, 4.5vw, 68px);
}
.plugin-showcase-cta {
  margin-top: 12px;
}
.plugin-mcp-map {
  display: grid;
  position: relative;
  grid-area: visual;
  min-width: 0;
  min-height: 430px;
  align-content: center;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  color: var(--ink);
}
.plugin-mcp-chain {
  position: relative;
  min-height: 400px;
}
.plugin-mcp-branches {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.plugin-mcp-branch {
  position: absolute;
  top: 50%;
  left: 42%;
  height: 1px;
  background: #cfcdc4;
  transform-origin: 0 50%;
}
.plugin-mcp-branch::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9b7af;
  content: "";
  transform: translateY(-50%);
}
.plugin-mcp-branch-source {
  width: 27%;
  transform: rotate(180deg);
}
.plugin-mcp-branch-claude {
  width: 30%;
  transform: rotate(-43deg);
}
.plugin-mcp-branch-openai {
  width: 44%;
  transform: rotate(-11deg);
}
.plugin-mcp-branch-gemini {
  width: 40%;
  transform: rotate(19deg);
}
.plugin-mcp-branch-grok {
  width: 27%;
  transform: rotate(50deg);
}
.plugin-mcp-source {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15%;
  display: flex;
  width: 190px;
  min-width: 0;
  max-width: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px 18px;
  background: var(--paper);
  text-align: center;
  transform: translate(-50%, -50%);
}
.plugin-mcp-source small {
  color: #7c7971;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.plugin-mcp-source img {
  width: min(176px, 100%);
  height: auto;
}
.plugin-mcp-hub {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 42%;
  display: flex;
  width: 96px;
  height: 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid var(--paper);
  border-radius: 50%;
  background: var(--brand-yellow);
  box-shadow: 0 0 0 1px rgba(22, 22, 22, 0.16);
  color: var(--ink);
  text-align: center;
  transform: translate(-50%, -50%);
}
.plugin-mcp-hub small {
  margin-bottom: 4px;
  color: #5b4c05;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.plugin-mcp-hub strong {
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.04em;
}
.plugin-mcp-clients {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plugin-mcp-clients li {
  position: absolute;
  display: flex;
  width: 150px;
  align-items: center;
  gap: 12px;
  padding: 7px 9px;
  background: var(--paper);
  transform: translate(-50%, -50%);
}
.plugin-mcp-client-claude {
  top: 14%;
  left: 66%;
}
.plugin-mcp-client-openai {
  top: 36%;
  left: 83%;
}
.plugin-mcp-clients .plugin-mcp-client-openai {
  width: 190px;
}
.plugin-mcp-client-gemini {
  top: 72%;
  left: 80%;
}
.plugin-mcp-client-grok {
  top: 85%;
  left: 59%;
}
.plugin-mcp-clients li > img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 9px;
  object-fit: contain;
}
.plugin-mcp-clients li > span {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
}
.plugin-mcp-clients strong {
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -0.015em;
}
.plugin-mcp-clients small {
  color: #77746d;
  font-size: 10px;
  line-height: 1.2;
}
@keyframes mcp-client-float {
  from {
    translate: 0 0;
  }
  to {
    translate: var(--mcp-float-x) var(--mcp-float-y);
  }
}
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .plugin-mcp-clients li {
    --mcp-float-x: 0;
    --mcp-float-y: -5px;
    --mcp-float-duration: 6.5s;
    --mcp-float-delay: 0s;
    animation: mcp-client-float var(--mcp-float-duration) ease-in-out
      var(--mcp-float-delay) infinite alternate;
    will-change: translate;
  }
  .plugin-mcp-clients .plugin-mcp-client-claude {
    --mcp-float-x: 4px;
    --mcp-float-y: -6px;
    --mcp-float-duration: 6.2s;
    --mcp-float-delay: -1.1s;
  }
  .plugin-mcp-clients .plugin-mcp-client-openai {
    --mcp-float-x: -6px;
    --mcp-float-y: 4px;
    --mcp-float-duration: 7s;
    --mcp-float-delay: -4.2s;
  }
  .plugin-mcp-clients .plugin-mcp-client-gemini {
    --mcp-float-x: 5px;
    --mcp-float-y: 6px;
    --mcp-float-duration: 6.6s;
    --mcp-float-delay: -2.6s;
  }
  .plugin-mcp-clients .plugin-mcp-client-grok {
    --mcp-float-x: -4px;
    --mcp-float-y: -6px;
    --mcp-float-duration: 7.4s;
    --mcp-float-delay: -5.4s;
  }
  [data-parallax="card"],
  [data-parallax="diagram"] {
    translate: 0 var(--parallax-y, 0);
    will-change: translate;
  }
  .trade-panel-visual [data-parallax="image"] {
    height: calc(100% + 56px);
    margin-top: -28px;
    transform: translate3d(0, var(--parallax-y, 0), 0);
    will-change: transform;
  }
}
.plugin-open-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plugin-open-benefits article {
  min-height: 180px;
  border-right: 1px solid var(--line);
  padding: 30px 36px 0 0;
}
.plugin-open-benefits article + article {
  padding-left: 36px;
}
.plugin-open-benefits article:last-child {
  border-right: 0;
  padding-right: 0;
}
.plugin-open-benefits article > p {
  margin: 0 0 28px;
  color: #858279;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.plugin-open-benefits h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.plugin-open-benefits article > span {
  display: block;
  max-width: 320px;
  margin-top: 14px;
  color: #65635c;
  font-size: 13px;
  line-height: 1.55;
}
.customer-story {
  border-top: 1px solid var(--line);
  background: #fff;
}
.customer-story-inner {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
  padding: var(--section-space) 0;
}
.customer-story-copy {
  max-width: 620px;
}
.customer-story-copy .eyebrow {
  margin: 0 0 20px;
}
.customer-story-copy h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.customer-story-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 22px 0 0;
  color: #5d5b55;
  font-size: 16px;
  line-height: 1.6;
}
.customer-story-person {
  display: grid;
  gap: 4px;
  margin-top: 30px;
  border-left: 3px solid var(--brand-yellow);
  padding-left: 16px;
}
.customer-story-person strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}
.customer-story-person span {
  color: #77746d;
  font-size: 12px;
}
.customer-story-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d6cf;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 20px 54px rgba(35, 31, 24, 0.16);
}
.customer-story-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  object-fit: cover;
}
.value-section {
  position: relative;
  display: grid;
  width: min(1280px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  padding: var(--section-space) 64px;
  background: #f7f7f7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: var(--ink);
}
.eyebrow-light {
  color: #77746d;
}
.value-section h2 {
  color: var(--ink);
}
.value-section h2 span {
  color: var(--brand-orange-dark);
}
.value-copy > p:last-child {
  max-width: 480px;
  margin: 27px 0 0;
  color: #5d5b55;
  font-size: 16px;
  line-height: 1.55;
}
.value-actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 4px;
}
.value-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: center;
  column-gap: 9px;
  color: var(--ink);
}
.value-price > span {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: #77746d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.value-price-amount {
  display: inline-flex;
  align-items: flex-start;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.92;
  white-space: nowrap;
}
.value-price-amount sup {
  position: static;
  top: auto;
  margin-left: 0.08em;
  padding-top: 0.02em;
  font-size: 0.45em;
  font-weight: 780;
  letter-spacing: -0.02em;
  line-height: 1;
  vertical-align: top;
}
.value-price small {
  max-width: 92px;
  color: #65635c;
  font-size: 11px;
  line-height: 1.35;
}
.button-light {
  background: var(--brand-orange-dark);
  color: var(--white);
}
.button-light:hover {
  background: #ad3805;
  color: var(--white);
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #65635c;
  font-size: 11px;
  font-weight: 650;
}
.text-link:hover {
  color: var(--ink);
}
.value-ruler {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 25px;
  grid-template-columns: repeat(26, 1fr);
  border-top: 1px solid #dfdfdf;
}
.value-ruler i {
  height: 10px;
  border-left: 1px solid #e5e5e5;
}
.value-ruler i:nth-child(5n + 1) {
  height: 20px;
  border-color: var(--brand-yellow);
}
.final-cta {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--section-space) 24px;
  text-align: center;
}
.final-cta h2 {
  margin-bottom: 36px;
}
.legacy-footer-wrap {
  border-top: 1px solid #dfdfdf;
  background: #fff;
  color: #555;
}
.legacy-footer {
  width: min(90%, 1280px);
  margin: 0 auto;
  padding: 38px 0;
}
.legacy-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.legacy-footer-top > img {
  width: auto;
  height: 24px;
}
.legacy-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.legacy-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.legacy-socials svg {
  width: 24px;
  height: 24px;
  fill: #808080;
}
.legacy-socials a:hover svg {
  fill: #555;
}
.legacy-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.legacy-footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.legacy-footer-grid h3 {
  margin: 2px 0 8px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}
.legacy-footer-grid a {
  color: #555;
  font-size: 14px;
}
.legacy-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #dfdfdf;
  padding-top: 32px;
  color: #555;
  font-size: 14px;
}
.legacy-footer-bottom nav {
  display: flex;
  gap: 24px;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .legacy-primary-links {
    display: none;
  }
  .legacy-logo,
  .legacy-nav-actions {
    flex: 1;
  }
  .legacy-tablet-links {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    padding: 12px 20px;
  }
}
@media (max-width: 1050px) {
  .cinematic-hero-inner {
    width: min(100% - 40px, 980px);
  }
  .cinematic-hero .hero-copy {
    max-width: 620px;
  }
  .cinematic-hero h1 {
    font-size: clamp(44px, 5.8vw, 60px);
  }
  .section-heading {
    display: block;
  }
  .section-heading .eyebrow {
    margin-top: 0;
  }
  .customer-logo-list {
    gap: 16px;
  }
  .review-proof-inner {
    padding: var(--section-space) 0;
  }
  .review-proof-heading h2 {
    max-width: 680px;
    margin: 0 auto 34px;
  }
  .trade-fit-heading {
    display: flex;
  }
  .trade-fit-heading h2 {
    max-width: 780px;
    text-align: center;
  }
  .trade-panel {
    grid-template-columns: minmax(330px, 0.9fr) minmax(420px, 1.1fr);
  }
  .trade-panel-copy {
    padding: 46px 0 50px;
  }
  .plugin-showcase-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .plugin-open-feature {
    grid-template-columns: minmax(390px, 1.1fr) minmax(300px, 0.9fr);
    gap: 32px;
  }
  .plugin-mcp-map {
    min-height: 440px;
    padding: 0;
  }
  .plugin-mcp-chain {
    min-height: 380px;
  }
  .plugin-mcp-source {
    left: 17%;
    width: 150px;
    min-width: 0;
    max-width: 150px;
    padding: 20px 12px;
  }
  .plugin-mcp-hub,
  .plugin-mcp-branch {
    left: 43%;
  }
  .plugin-mcp-hub {
    width: 86px;
    height: 86px;
  }
  .plugin-mcp-clients li {
    width: 135px;
  }
  .plugin-mcp-client-openai {
    left: 80%;
  }
  .plugin-mcp-clients .plugin-mcp-client-openai {
    width: 165px;
  }
  .plugin-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .plugin-card-featured {
    min-height: 570px;
    grid-row: auto;
    grid-column: 1 / -1;
  }
  .plugin-card-report {
    grid-column: 1 / -1;
  }
  .value-section {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .value-actions {
    width: min(300px, 100%);
  }
}
@media (max-width: 900px) {
  .cinematic-media-layer {
    inset: 0;
    transform: none;
    will-change: auto;
  }
  .plugin-open-feature {
    min-height: 0;
    grid-template-areas:
      "copy"
      "visual";
    grid-template-columns: 1fr;
    gap: 0;
  }
  .plugin-showcase-heading {
    max-width: 620px;
    align-self: start;
    padding: 0 0 32px;
  }
  .plugin-mcp-map {
    min-height: 0;
  }
  .customer-story-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .customer-story-copy {
    max-width: 640px;
  }
}
@media (max-width: 760px) {
  .site-shell {
    --section-space: 48px;
    --proof-space: 28px;
  }
  .progressive-power,
  .trade-fit {
    width: min(100% - 34px, 1180px);
  }
  .legacy-nav {
    min-height: 76px;
    padding: 12px 16px;
  }
  html:has(.legacy-mobile-menu[open]),
  body:has(.legacy-mobile-menu[open]) {
    overflow: hidden;
  }
  .legacy-logo {
    flex: 1;
    min-height: 44px;
  }
  .legacy-logo img {
    width: 160px;
  }
  .legacy-primary-links,
  .legacy-tablet-links,
  .legacy-login {
    display: none;
  }
  .legacy-nav-actions {
    flex: 0 0 auto;
    gap: 9px;
  }
  .legacy-phone {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    margin: 0;
  }
  .legacy-phone img {
    width: 25px;
    height: 25px;
  }
  .legacy-phone span {
    display: none;
  }
  .legacy-signup {
    min-height: 44px;
  }
  .legacy-mobile-menu {
    display: block;
  }
  .legacy-mobile-menu > summary {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    list-style: none;
  }
  .legacy-mobile-menu > summary::-webkit-details-marker {
    display: none;
  }
  .legacy-mobile-menu > summary span {
    width: 22px;
    height: 2px;
    background: #454545;
  }
  .legacy-mobile-panel {
    position: fixed;
    z-index: 1000;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 20px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .legacy-mobile-menu:not([open]) .legacy-mobile-panel {
    display: none;
  }
  .legacy-mobile-panel nav {
    display: flex;
    flex-direction: column;
  }
  .legacy-mobile-panel nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    color: #333;
    font-size: 16px;
  }
  .legacy-mobile-login {
    min-height: 44px;
    align-self: flex-start;
    margin-top: 16px;
    background: #f3f3f3;
    color: #333;
  }
  .hero.cinematic-hero {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .cinematic-backdrop::before {
    background:
      linear-gradient(180deg, rgba(8, 9, 8, 0.95) 0%, rgba(8, 9, 8, 0.8) 45%, rgba(8, 9, 8, 0.92) 100%),
      linear-gradient(90deg, rgba(8, 9, 8, 0.78), rgba(8, 9, 8, 0.45));
  }
  .cinematic-backdrop img {
    object-position: 58% center;
  }
  .cinematic-hero-inner {
    width: min(100% - 34px, 620px);
    min-height: auto;
    padding: 58px 0 66px;
  }
  .cinematic-hero .hero-copy {
    max-width: none;
  }
  .hero h1 {
    font-size: clamp(36px, 10vw, 42px);
  }
  .hero-subhead {
    margin-top: 32px;
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .customer-proof-inner {
    width: min(100% - 34px, 1180px);
    min-height: 0;
    gap: 26px;
    padding: var(--proof-space) 0;
  }
  .customer-proof-copy {
    text-align: center;
  }
  .customer-proof-copy h2 {
    font-size: 17px;
  }
  .customer-logo-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px 28px;
  }
  .customer-logo {
    height: 64px;
  }
  .customer-logo img {
    max-height: 37px;
  }
  .customer-logo-square img {
    max-height: 56px;
  }
  .review-proof-inner {
    width: min(100% - 34px, 1040px);
    padding: var(--section-space) 0;
  }
  .review-proof-heading h2 {
    margin-bottom: 30px;
    font-size: clamp(28px, 8vw, 36px);
  }
  .review-rating-grid {
    max-width: 480px;
    grid-template-columns: 1fr;
  }
  .review-rating {
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 12px 8px;
    text-align: left;
  }
  .review-rating:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .review-rating-content {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
  .review-rating-content > strong {
    font-size: 14px;
  }
  .review-stars {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .progressive-power {
    padding: var(--section-space) 0;
  }
  .section-heading h2,
  .value-section h2,
  .final-cta h2 {
    font-size: clamp(32px, 9vw, 40px);
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 49px;
  }
  .benefit-card,
  .benefit-card:first-child {
    min-height: 0;
    border: 0;
  }
  .trade-fit {
    padding: var(--section-space) 0;
  }
  .trade-fit-heading {
    margin-bottom: 38px;
  }
  .trade-fit-heading h2 {
    font-size: clamp(32px, 9vw, 40px);
  }
  .trade-tab-list {
    display: flex;
    overflow-x: auto;
    gap: 27px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .trade-tab-list::-webkit-scrollbar {
    display: none;
  }
  .trade-tab {
    min-width: max-content;
    min-height: 44px;
    flex: 0 0 auto;
    padding: 0 2px;
    scroll-snap-align: start;
  }
  .trade-tab::after {
    right: 0;
    left: 0;
  }
  .trade-tab-nav {
    gap: 18px;
    margin-bottom: 22px;
  }
  .all-trades-link {
    min-height: 44px;
    margin-bottom: 12px;
    font-size: 11px;
  }
  .trade-panel-copy > a,
  .plugin-showcase-cta,
  .text-link {
    min-height: 44px;
  }
  .trade-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trade-panel-copy {
    min-height: 340px;
    padding: 35px 0 44px;
  }
  .trade-panel-copy h3 {
    font-size: clamp(30px, 8.5vw, 38px);
  }
  .trade-panel-visual {
    width: 100%;
    max-width: none;
    min-height: 340px;
    aspect-ratio: auto;
    justify-self: stretch;
  }
  .trade-panel-visual::after {
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.27), transparent 48%);
  }
  .plugin-showcase-inner {
    width: min(100% - 34px, 1280px);
    padding: var(--section-space) 0;
  }
  .plugin-showcase-heading {
    margin: 0;
    padding: 0 0 26px;
  }
  .plugin-showcase-heading h2 {
    font-size: clamp(32px, 9vw, 40px);
  }
  .plugin-showcase-heading > .plugin-showcase-intro {
    font-size: 15px;
  }
  .plugin-showcase-intro {
    font-size: 15px !important;
  }
  .plugin-open-feature {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .plugin-mcp-map {
    min-height: 0;
    overflow: visible;
    padding: 8px 0 0;
  }
  .plugin-mcp-chain {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
  }
  .plugin-mcp-branches {
    display: none;
  }
  .plugin-mcp-source,
  .plugin-mcp-hub,
  .plugin-mcp-clients,
  .plugin-mcp-clients li {
    position: static;
    inset: auto;
    transform: none;
  }
  .plugin-mcp-source {
    width: 100%;
    max-width: none;
    flex-direction: row;
    gap: 12px;
    padding: 0;
  }
  .plugin-mcp-source img {
    width: min(160px, 100%);
  }
  .plugin-mcp-hub {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .plugin-mcp-clients {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
    padding: 0;
  }
  .plugin-mcp-clients li {
    width: auto;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 8px 4px;
    text-align: center;
  }
  .plugin-mcp-clients .plugin-mcp-client-openai {
    width: auto;
  }
  .plugin-mcp-clients li > span {
    align-items: center;
    text-align: center;
  }
  .plugin-open-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 44px;
  }
  .plugin-open-benefits article,
  .plugin-open-benefits article + article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
  }
  .plugin-open-benefits article:last-child {
    border-bottom: 0;
  }
  .plugin-open-benefits article > p {
    margin-bottom: 16px;
  }
  .plugin-showcase-grid {
    grid-template-columns: 1fr;
  }
  .plugin-card-featured,
  .plugin-card-report {
    grid-column: auto;
  }
  .plugin-card-featured {
    min-height: 610px;
    padding: 33px 23px 0;
  }
  .plugin-rate-window {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .plugin-rate-total {
    grid-template-columns: 1fr auto;
  }
  .plugin-apply-button {
    grid-column: 1 / -1;
  }
  .plugin-card-report {
    min-height: 410px;
    grid-template-columns: 1fr;
    padding: 31px 26px 0;
  }
  .plugin-report-preview {
    width: min(260px, 88%);
    justify-self: end;
  }
  .plugin-card-drawing,
  .plugin-card-import {
    min-height: 285px;
  }
  .plugin-showcase-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .customer-story-inner {
    width: min(100% - 34px, 1180px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: var(--section-space) 0;
  }
  .customer-story-copy h2 {
    font-size: clamp(32px, 9vw, 40px);
  }
  .customer-story-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .customer-story-media {
    border-radius: 12px;
  }
  .value-section {
    width: calc(100% - 34px);
    min-height: 0;
    gap: 32px;
    border-radius: 8px;
    padding: var(--section-space) 26px;
  }
  .final-cta {
    min-height: 0;
    padding: var(--section-space) 20px;
  }
  .legacy-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .legacy-footer {
    width: min(100% - 34px, 1280px);
  }
  .legacy-socials a {
    width: 44px;
    height: 44px;
  }
  .legacy-footer-grid a,
  .legacy-footer-bottom a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .legacy-footer-bottom {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .legacy-footer-bottom nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 540px) {
  .customer-logo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
  }
  .customer-logo:last-child {
    grid-column: 1 / -1;
  }
  .benefit-tool-palette {
    top: 46px;
    right: 12px;
    grid-template-columns: repeat(2, 52px);
    gap: 6px;
    padding: 7px;
  }
  .benefit-tool {
    height: 52px;
  }
  .benefit-live-overlay {
    bottom: 12px;
    left: 12px;
    width: 180px;
    max-width: calc(100% - 24px);
  }
  .benefit-template-overlay {
    top: 46px;
    left: 12px;
    width: 180px;
    max-width: calc(100% - 24px);
  }
  .benefit-avatar,
  .benefit-avatar-count {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .plugin-mcp-source img {
    width: min(145px, 100%);
  }
  .plugin-mcp-clients li > img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .plugin-mcp-clients {
    gap: 10px 8px;
  }
  .plugin-mcp-clients strong {
    font-size: 12px;
  }
  .review-rating-content {
    gap: 10px;
  }
  .review-rating-content > strong {
    min-width: 0;
  }
  .review-stars {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .trade-tab-nav {
    gap: 12px;
  }
  .trade-tab-list {
    gap: 22px;
  }
  .all-trades-link {
    gap: 6px;
    white-space: nowrap;
  }
  .value-actions {
    width: 100%;
    min-width: 0;
  }
  .legacy-footer-grid {
    gap: 20px;
  }
}
@media (max-width: 389px) {
  .legacy-logo img {
    width: 132px;
  }
  .legacy-nav-actions {
    gap: 6px;
  }
  .legacy-phone {
    display: none;
  }
  .benefit-tool-palette {
    top: 40px;
    right: 8px;
    grid-template-columns: repeat(2, 44px);
    gap: 5px;
    padding: 6px;
  }
  .benefit-tool {
    height: 44px;
    gap: 3px;
  }
  .benefit-tool img {
    width: 22px;
    height: 22px;
  }
  .benefit-tool small {
    font-size: 6px;
  }
  .benefit-live-overlay {
    bottom: 8px;
    left: 8px;
    width: 160px;
    padding: 10px 11px;
  }
  .benefit-template-overlay {
    top: 40px;
    left: 8px;
    width: 160px;
    max-width: calc(100% - 16px);
    gap: 5px;
    padding: 10px 11px 11px;
  }
  .benefit-template-overlay > strong {
    font-size: 13px;
  }
  .benefit-template-detail {
    font-size: 9px;
  }
  .benefit-avatar,
  .benefit-avatar-count {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .plugin-tier-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .plugin-tier-note i {
    display: none;
  }
  .value-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .value-price {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: start;
    row-gap: 6px;
  }
  .value-price > span {
    grid-column: 1;
    margin-bottom: 2px;
  }
  .value-price small {
    max-width: none;
  }
  .legacy-footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-shell {
    scroll-behavior: auto;
  }
  .site-shell,
  .site-shell *,
  .site-shell *::before,
  .site-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .cinematic-backdrop img {
    animation: none !important;
  }
  .cinematic-media-layer {
    inset: 0;
    transform: none !important;
    will-change: auto;
  }
  [data-parallax],
  .plugin-mcp-clients li {
    animation: none !important;
    translate: none !important;
    will-change: auto;
  }
  .review-rating-content,
  .review-stars {
    transition: none !important;
  }
  .review-rating:hover .review-rating-content,
  .review-rating:active .review-rating-content,
  .review-rating:focus-visible .review-rating-content {
    transform: none !important;
  }
  .editorial-link-arrow {
    transform: none !important;
  }
}
