.homepage-full-preview .pressure-grid {
  border-color: rgba(19, 19, 21, 0.16);
  box-shadow: 0 28px 72px rgba(28, 38, 92, 0.09);
}

.homepage-full-preview .pressure-grid article {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 17%, rgba(116, 152, 253, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 255, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(37, 63, 246, 0.04);
}

.homepage-full-preview .pressure-grid article::before {
  content: "";
  position: relative;
  grid-row: 2;
  display: block;
  max-width: 100%;
  margin-top: 18px;
  z-index: 0;
  color: rgba(37, 63, 246, 0.165);
  font-family: var(--font-primary);
  font-size: clamp(2.25rem, 3.72vw, 4.2rem);
  font-weight: 820;
  line-height: 0.82;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(-30px);
  pointer-events: none;
}

.homepage-full-preview .pressure-grid article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.16), rgba(202, 239, 86, 0.55));
  opacity: 0.72;
  pointer-events: none;
}

.homepage-full-preview .pressure-grid article > * {
  position: relative;
  z-index: 1;
}

.homepage-full-preview .pressure-grid strong {
  grid-row: 3;
  margin-top: 14px;
}

.homepage-full-preview .pressure-grid span {
  grid-row: 1;
  justify-self: start;
  transform: translate(-16px, -14px);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 0 0 5px rgba(202, 239, 86, 0.12),
    0 10px 24px rgba(37, 63, 246, 0.12);
}

.homepage-full-preview .pressure-grid p {
  grid-row: 4;
  max-width: 31ch;
}

.homepage-full-preview .pressure-grid article:nth-child(1)::before {
  content: "READY";
}

.homepage-full-preview .pressure-grid article:nth-child(2)::before {
  content: "TRUST";
  color: rgba(69, 88, 246, 0.165);
}

.homepage-full-preview .pressure-grid article:nth-child(2) {
  background:
    radial-gradient(circle at 82% 17%, rgba(69, 88, 246, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 255, 0.97));
}

.homepage-full-preview .pressure-grid article:nth-child(3)::before {
  content: "ALIGNED";
  color: rgba(116, 152, 253, 0.185);
  font-size: clamp(1.82rem, 2.98vw, 3.42rem);
}

.homepage-full-preview .pressure-grid article:nth-child(3) {
  background:
    radial-gradient(circle at 82% 17%, rgba(116, 152, 253, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 255, 0.97));
}

.homepage-full-preview .pressure-grid article:nth-child(4)::before {
  content: "CONTROL";
  color: rgba(202, 239, 86, 0.35);
  font-size: clamp(1.82rem, 2.98vw, 3.42rem);
}

.homepage-full-preview .pressure-grid article:nth-child(4) {
  background:
    radial-gradient(circle at 82% 17%, rgba(202, 239, 86, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 248, 255, 0.97));
}

.homepage-full-preview .pressure-grid article:nth-child(4)::after {
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.2), rgba(202, 239, 86, 0.72));
}

@media (max-width: 760px) {
  .homepage-full-preview .pressure-grid article::before {
    margin-top: 18px;
    font-size: clamp(2.35rem, 15vw, 4.15rem);
  }

  .homepage-full-preview .pressure-grid strong {
    margin-top: 14px;
  }

  .homepage-full-preview .pressure-grid span {
    transform: translate(-12px, -12px);
  }

  .homepage-full-preview .pressure-grid article:nth-child(3)::before,
  .homepage-full-preview .pressure-grid article:nth-child(4)::before {
    font-size: clamp(1.98rem, 12vw, 3.35rem);
  }
}

.homepage-full-preview .brand-promise {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(37, 63, 246, 0.28), transparent 34%),
    radial-gradient(circle at 78% 70%, rgba(202, 239, 86, 0.1), transparent 25%),
    linear-gradient(135deg, #08090d, #111523 58%, #090a0e);
}

.homepage-full-preview .brand-promise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 68% 48%, black, transparent 72%);
  pointer-events: none;
}

.homepage-full-preview .brand-promise::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.38), rgba(202, 239, 86, 0.4), transparent);
  pointer-events: none;
}

.homepage-full-preview .response-production-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.78fr);
  grid-template-areas:
    "heading symbol"
    "copy symbol";
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.homepage-full-preview .response-production-layout > div:first-child {
  grid-area: heading;
  align-self: end;
}

.homepage-full-preview .brand-promise .eyebrow {
  color: var(--lime);
}

.homepage-full-preview .brand-promise h2 {
  max-width: 780px;
  color: #fff;
  text-wrap: balance;
}

.homepage-full-preview .promise-copy {
  grid-area: copy;
  align-self: start;
  max-width: 670px;
  gap: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.4vw, 1.26rem);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.homepage-full-preview .promise-copy p {
  max-width: 64ch;
}

.homepage-full-preview .brand-promise blockquote {
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 4px solid var(--lime);
  box-shadow:
    0 26px 82px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.homepage-full-preview .brand-promise blockquote::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 96px;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.34), rgba(202, 239, 86, 0.74));
}

.homepage-full-preview .response-core-asset {
  grid-area: symbol;
  position: relative;
  min-height: clamp(440px, 42vw, 610px);
  isolation: isolate;
}

.homepage-full-preview .response-core-asset::before {
  content: "";
  position: absolute;
  inset: 6% -2% 2% 0;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 58% 48%, rgba(255, 255, 255, 0.08), transparent 23%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.08), transparent 48%, rgba(202, 239, 86, 0.06));
  transform: skewY(-3deg);
}

.homepage-full-preview .response-core-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 760px;
  height: 590px;
  transform: translate(-50%, -50%) scale(0.76);
  transform-origin: center;
  transition:
    transform 420ms ease,
    filter 420ms ease;
}

.homepage-full-preview .brand-promise:hover .response-core-mark {
  transform: translate(-50%, -50%) scale(0.78);
  filter: saturate(1.05);
}

.homepage-full-preview .response-core-mark div {
  position: absolute;
}

.homepage-full-preview .rc-grid {
  inset: 66px 24px 42px 42px;
  background-image:
    linear-gradient(rgba(116, 152, 253, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 152, 253, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.54;
  mask-image: radial-gradient(circle at 55% 48%, black, transparent 76%);
}

.homepage-full-preview .rc-frame {
  left: 74px;
  top: 84px;
  width: 662px;
  height: 438px;
  border: 1px solid rgba(116, 152, 253, 0.18);
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(37, 63, 246, 0.04), transparent 50%, rgba(202, 239, 86, 0.035));
}

.homepage-full-preview .rc-block {
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.homepage-full-preview .rc-foundation {
  left: 110px;
  top: 356px;
  width: 116px;
  height: 178px;
  background: #05060a;
  box-shadow:
    0 26px 78px rgba(0, 0, 0, 0.24),
    14px -10px 0 rgba(255, 255, 255, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.homepage-full-preview .rc-execution {
  left: 166px;
  top: 238px;
  width: 370px;
  height: 94px;
  background: #263ff5;
}

.homepage-full-preview .rc-evidence {
  left: 266px;
  top: 334px;
  width: 500px;
  height: 94px;
  background: linear-gradient(90deg, rgba(111, 146, 255, 0.96), rgba(111, 146, 255, 0.66));
}

.homepage-full-preview .rc-growth {
  left: 406px;
  top: 128px;
  width: 398px;
  height: 94px;
  border-radius: 30px 0 30px 0;
  background: var(--lime);
}

.homepage-full-preview .rc-integration {
  left: 352px;
  top: 238px;
  width: 92px;
  height: 190px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.homepage-full-preview .rc-objective {
  left: 419px;
  top: 264px;
  z-index: 6;
  display: grid;
  width: 90px;
  height: 90px;
  place-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.2),
    0 0 0 17px rgba(255, 255, 255, 0.12),
    0 0 0 42px rgba(37, 63, 246, 0.06);
}

.homepage-full-preview .rc-objective i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background: var(--lime);
  box-shadow:
    0 0 0 18px rgba(202, 239, 86, 0.14),
    0 0 30px rgba(202, 239, 86, 0.42);
}

.homepage-full-preview .rc-measure {
  height: 1px;
  transform-origin: left center;
}

.homepage-full-preview .rc-measure-a {
  left: 78px;
  top: 226px;
  width: 712px;
  transform: rotate(-7deg);
  background: linear-gradient(90deg, transparent, rgba(116, 152, 253, 0.5), transparent);
}

.homepage-full-preview .rc-measure-b {
  left: 140px;
  top: 488px;
  width: 620px;
  transform: rotate(7deg);
  background: linear-gradient(90deg, transparent, rgba(202, 239, 86, 0.48), transparent);
}

.homepage-full-preview .rc-measure-c {
  left: 520px;
  top: 84px;
  width: 1px;
  height: 440px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

@media (max-width: 1020px) {
  .homepage-full-preview .response-production-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "symbol"
      "copy";
    gap: 36px;
  }

  .homepage-full-preview .response-core-asset {
    min-height: 420px;
  }

  .homepage-full-preview .response-core-mark {
    transform: translate(-50%, -50%) scale(0.58);
  }

  .homepage-full-preview .brand-promise:hover .response-core-mark {
    transform: translate(-50%, -50%) scale(0.6);
  }
}

@media (max-width: 760px) {
  .homepage-full-preview .brand-promise {
    padding: 78px 0;
  }

  .homepage-full-preview .promise-copy {
    font-size: 1rem;
  }

  .homepage-full-preview .brand-promise blockquote {
    padding: 22px;
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .homepage-full-preview .response-core-asset {
    min-height: 300px;
  }

  .homepage-full-preview .response-core-asset::before {
    inset: 0;
  }

  .homepage-full-preview .response-core-mark,
  .homepage-full-preview .brand-promise:hover .response-core-mark {
    transform: translate(-50%, -50%) scale(0.4);
  }
}

.homepage-full-preview .diagnostic-reality-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 148px) 0 clamp(56px, 6vw, 86px);
  background:
    radial-gradient(circle at 78% 8%, rgba(37, 63, 246, 0.08), transparent 30%),
    radial-gradient(circle at 24% 72%, rgba(202, 239, 86, 0.08), transparent 28%),
    #fff;
}

.homepage-full-preview .diagnostic-reality-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 63, 246, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 63, 246, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 52% 54%, black, transparent 76%);
  pointer-events: none;
}

.homepage-full-preview .diagnostic-reality-section .section-inner {
  position: relative;
  z-index: 1;
}

.homepage-full-preview .diagnostic-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: end;
}

.homepage-full-preview .diagnostic-heading h2 {
  max-width: 900px;
  text-wrap: balance;
}

.homepage-full-preview .diagnostic-heading > p {
  margin: 0;
  color: rgba(19, 19, 21, 0.66);
  font-size: clamp(1.06rem, 1.45vw, 1.26rem);
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.homepage-full-preview .diagnostic-workspace {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  min-height: 640px;
  margin-top: clamp(46px, 5vw, 68px);
  padding: 1px;
  border: 1px solid rgba(19, 19, 21, 0.14);
  background: rgba(19, 19, 21, 0.13);
  box-shadow: 0 34px 88px rgba(28, 38, 92, 0.1);
}

.homepage-full-preview .diagnostic-workspace::before {
  content: "";
  position: absolute;
  inset: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(37, 63, 246, 0.055), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 248, 255, 0.84));
  pointer-events: none;
}

.homepage-full-preview .diagnostic-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(360px, 30vw);
  min-height: 174px;
  place-items: center;
  padding: 28px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 18%, rgba(202, 239, 86, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(13, 14, 18, 0.96), rgba(18, 23, 48, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 28px 84px rgba(13, 14, 18, 0.24),
    0 0 0 18px rgba(255, 255, 255, 0.34);
}

.homepage-full-preview .diagnostic-core::before,
.homepage-full-preview .diagnostic-core::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.homepage-full-preview .diagnostic-core::before {
  inset: -64px -140px;
  border-top: 1px solid rgba(37, 63, 246, 0.24);
  border-bottom: 1px solid rgba(202, 239, 86, 0.22);
  opacity: 0.68;
}

.homepage-full-preview .diagnostic-core::after {
  top: -84px;
  bottom: -84px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(37, 63, 246, 0.24), rgba(202, 239, 86, 0.2), transparent);
}

.homepage-full-preview .diagnostic-core span {
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-full-preview .diagnostic-core strong {
  display: block;
  max-width: 250px;
  font-family: var(--font-primary);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.homepage-full-preview .reality-card {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: space-between;
  min-height: 265px;
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(116, 152, 253, 0.12), transparent 29%),
    rgba(255, 255, 255, 0.9);
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.homepage-full-preview .reality-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(37, 63, 246, 0.045), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  pointer-events: none;
}

.homepage-full-preview .reality-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.18), rgba(202, 239, 86, 0.62));
  opacity: 0.78;
}

.homepage-full-preview .reality-card:hover {
  z-index: 5;
  transform: translateY(-4px);
  background:
    radial-gradient(circle at 84% 16%, rgba(116, 152, 253, 0.17), transparent 31%),
    #fff;
  box-shadow: 0 24px 72px rgba(28, 38, 92, 0.14);
}

.homepage-full-preview .reality-card > * {
  position: relative;
  z-index: 1;
}

.homepage-full-preview .reality-card em {
  color: var(--flight-blue);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-full-preview .reality-card strong {
  display: block;
  max-width: 280px;
  margin-top: 18px;
  color: var(--black-sky);
  font-family: var(--font-primary);
  font-size: clamp(1.38rem, 2.1vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.homepage-full-preview .priority-field {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
  margin-top: 34px;
  padding-bottom: 22px;
}

.homepage-full-preview .priority-field span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 7px 10px;
  color: rgba(19, 19, 21, 0.68);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 690;
  letter-spacing: -0.01em;
}

.homepage-full-preview .reality-dairy {
  grid-column: 1 / span 4;
  grid-row: 1;
}

.homepage-full-preview .reality-ingredients {
  grid-column: 5 / span 4;
  grid-row: 1;
}

.homepage-full-preview .reality-automotive {
  grid-column: 9 / span 4;
  grid-row: 1;
}

.homepage-full-preview .reality-aerospace {
  grid-column: 1 / span 6;
  grid-row: 2;
}

.homepage-full-preview .reality-entry {
  grid-column: 7 / span 6;
  grid-row: 2;
}

.homepage-full-preview .reality-dairy {
  background:
    radial-gradient(circle at 82% 16%, rgba(111, 146, 255, 0.15), transparent 30%),
    rgba(255, 255, 255, 0.92);
}

.homepage-full-preview .reality-ingredients {
  background:
    radial-gradient(circle at 80% 16%, rgba(37, 63, 246, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.92);
}

.homepage-full-preview .reality-automotive {
  background:
    radial-gradient(circle at 80% 16%, rgba(202, 239, 86, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.92);
}

.homepage-full-preview .reality-aerospace,
.homepage-full-preview .reality-entry {
  min-height: 305px;
}

.homepage-full-preview .reality-aerospace {
  background:
    radial-gradient(circle at 88% 18%, rgba(19, 19, 21, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.92);
}

.homepage-full-preview .reality-entry {
  background:
    radial-gradient(circle at 84% 16%, rgba(202, 239, 86, 0.13), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(37, 63, 246, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.92);
}

.homepage-full-preview .diagnostic-principle {
  max-width: 960px;
  margin: 38px auto 0;
  color: var(--black-sky);
  font-family: var(--font-primary);
  font-size: clamp(1.58rem, 3.4vw, 3.1rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-align: center;
}

.homepage-full-preview .flagship-card:nth-child(1) {
  background-image:
    linear-gradient(115deg, rgba(4, 6, 12, 0.9) 0%, rgba(37, 63, 246, 0.48) 48%, rgba(4, 6, 12, 0.78) 100%),
    url("assets/photos/hero-growth-corridor.jpg");
  background-position: center 74%;
  background-size: 118% auto;
}

.homepage-full-preview .flagship-card:nth-child(1)::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 68% 44%, rgba(202, 239, 86, 0.32), transparent 18%),
    linear-gradient(135deg, transparent 49%, rgba(202, 239, 86, 0.52) 49.35%, rgba(202, 239, 86, 0.52) 49.8%, transparent 50.15%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.homepage-full-preview .flagship-card:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: -1;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.24), rgba(202, 239, 86, 0.7));
}

.homepage-full-preview .flagship-card:nth-child(3) {
  background-color: #0b0d14;
  background-image:
    radial-gradient(circle at 74% 20%, rgba(202, 239, 86, 0.18), transparent 24%),
    radial-gradient(circle at 22% 18%, rgba(116, 152, 253, 0.2), transparent 27%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(8, 10, 17, 0.64), rgba(13, 17, 34, 0.98));
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
}

.homepage-full-preview .flagship-card:nth-child(3)::before {
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(255, 255, 255, 0.13) 11% 11.3%, transparent 11.3% 100%),
    linear-gradient(180deg, transparent 0 18%, rgba(255, 255, 255, 0.16) 18% 18.5%, transparent 18.5% 100%),
    linear-gradient(135deg, transparent 0 43%, rgba(116, 152, 253, 0.22) 43% 43.6%, transparent 44% 100%),
    radial-gradient(circle at 72% 22%, rgba(202, 239, 86, 0.28), transparent 6%),
    radial-gradient(circle at 54% 44%, rgba(116, 152, 253, 0.18), transparent 15%);
  background-size: 170px 118px, 170px 118px, auto, auto, auto;
  opacity: 0.86;
}

.homepage-full-preview .flagship-card:nth-child(3)::after {
  content: "SPEC";
  position: absolute;
  top: 72px;
  right: 22px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--font-primary);
  font-size: clamp(3rem, 7vw, 6.2rem);
  font-weight: 820;
  letter-spacing: -0.06em;
}

.homepage-full-preview .flagship-pathways-section {
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.homepage-full-preview .flagship-grid {
  margin-top: clamp(36px, 4.5vw, 48px);
}

.homepage-full-preview .flagship-card,
.homepage-full-preview .flagship-card.tier-a,
.homepage-full-preview .flagship-card.tier-b {
  grid-column: span 2;
}

.homepage-full-preview .flagship-card.tier-b {
  min-height: clamp(350px, 31vw, 410px);
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary {
  min-height: clamp(430px, 38vw, 520px);
  padding: clamp(24px, 3vw, 34px);
  box-shadow:
    0 30px 84px rgba(19, 19, 21, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary span {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: -0.06em;
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary p {
  max-width: 560px;
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 92px rgba(19, 19, 21, 0.2);
}

.homepage-full-preview .commercial-pathway-priority .dairy-supply-primary {
  background-image:
    linear-gradient(180deg, rgba(19, 19, 21, 0.08), rgba(19, 19, 21, 0.9)),
    url("assets/photos/traceability-proof.jpg");
  background-position: center 52%;
}

.homepage-full-preview .commercial-pathway-priority .dairy-supply-primary::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(116, 152, 253, 0.3), transparent 30%);
  background-size: 46px 46px, 46px 46px, auto;
}

.homepage-full-preview .commercial-pathway-priority .dairy-supply-primary::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: -1;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.22), rgba(202, 239, 86, 0.72));
}

.homepage-full-preview .commercial-pathway-priority .food-ingredients-primary {
  background-color: #0b0d14;
  background-image:
    radial-gradient(circle at 74% 20%, rgba(202, 239, 86, 0.18), transparent 24%),
    radial-gradient(circle at 22% 18%, rgba(116, 152, 253, 0.2), transparent 27%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, rgba(8, 10, 17, 0.64), rgba(13, 17, 34, 0.98));
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
}

.homepage-full-preview .commercial-pathway-priority .food-ingredients-primary::before {
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(255, 255, 255, 0.13) 11% 11.3%, transparent 11.3% 100%),
    linear-gradient(180deg, transparent 0 18%, rgba(255, 255, 255, 0.16) 18% 18.5%, transparent 18.5% 100%),
    linear-gradient(135deg, transparent 0 43%, rgba(116, 152, 253, 0.22) 43% 43.6%, transparent 44% 100%),
    radial-gradient(circle at 72% 22%, rgba(202, 239, 86, 0.28), transparent 6%),
    radial-gradient(circle at 54% 44%, rgba(116, 152, 253, 0.18), transparent 15%);
  background-size: 170px 118px, 170px 118px, auto, auto, auto;
  opacity: 0.86;
}

.homepage-full-preview .commercial-pathway-priority .food-ingredients-primary::after {
  content: "SPEC";
  position: absolute;
  top: 76px;
  right: 26px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--font-primary);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 820;
  letter-spacing: -0.06em;
}

.homepage-full-preview .commercial-pathway-priority .food-beverage-primary {
  background:
    linear-gradient(180deg, rgba(8, 10, 17, 0.08), rgba(8, 10, 17, 0.9)),
    radial-gradient(circle at 76% 18%, rgba(202, 239, 86, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.52), rgba(9, 12, 22, 0.98) 62%),
    url("assets/photos/traceability-proof.jpg") center / cover;
}

.homepage-full-preview .commercial-pathway-priority .food-beverage-primary::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 24% 26%, rgba(116, 152, 253, 0.28), transparent 24%),
    radial-gradient(circle at 74% 38%, rgba(202, 239, 86, 0.22), transparent 20%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.homepage-full-preview .commercial-pathway-priority .food-beverage-primary::after {
  content: "LOT";
  position: absolute;
  top: 76px;
  right: 26px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.11);
  font-family: var(--font-primary);
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 820;
  letter-spacing: -0.06em;
}

.homepage-full-preview .commercial-pathway-priority .manufacturing-primary {
  background-image:
    linear-gradient(180deg, rgba(19, 19, 21, 0.08), rgba(19, 19, 21, 0.9)),
    url("assets/photos/team-confidence.jpg");
  background-position: center 54%;
}

.homepage-full-preview .commercial-pathway-priority .manufacturing-primary::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(202, 239, 86, 0.22), transparent 26%),
    linear-gradient(135deg, transparent 44%, rgba(116, 152, 253, 0.2) 44.35%, rgba(116, 152, 253, 0.2) 44.8%, transparent 45.15%);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.homepage-full-preview .commercial-pathway-priority .manufacturing-primary::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: -1;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.22), rgba(202, 239, 86, 0.72));
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary {
  background-position: center;
  background-size: cover;
}

.homepage-full-preview .commercial-pathway-priority .dairy-supply-primary {
  background-image:
    linear-gradient(180deg, rgba(7, 9, 15, 0.08) 0%, rgba(7, 9, 15, 0.32) 42%, rgba(7, 9, 15, 0.92) 100%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.2), transparent 48%, rgba(202, 239, 86, 0.11)),
    url("assets/photos/traceability-proof.jpg");
  background-position: center 52%;
}

.homepage-full-preview .commercial-pathway-priority .food-ingredients-primary {
  background-image:
    linear-gradient(180deg, rgba(7, 9, 15, 0.08) 0%, rgba(7, 9, 15, 0.32) 42%, rgba(7, 9, 15, 0.92) 100%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.2), transparent 48%, rgba(202, 239, 86, 0.11)),
    url("assets/photos/team-confidence.jpg");
  background-position: center 52%;
}

.homepage-full-preview .commercial-pathway-priority .food-beverage-primary {
  background-image:
    linear-gradient(180deg, rgba(7, 9, 15, 0.08) 0%, rgba(7, 9, 15, 0.32) 42%, rgba(7, 9, 15, 0.92) 100%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.2), transparent 48%, rgba(202, 239, 86, 0.11)),
    url("assets/photos/traceability-proof.jpg");
  background-position: center 50%;
}

.homepage-full-preview .commercial-pathway-priority .manufacturing-primary {
  background-image:
    linear-gradient(180deg, rgba(7, 9, 15, 0.08) 0%, rgba(7, 9, 15, 0.32) 42%, rgba(7, 9, 15, 0.92) 100%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.2), transparent 48%, rgba(202, 239, 86, 0.11)),
    url("assets/photos/team-confidence.jpg");
  background-position: center 52%;
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.078) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.064) 1px, transparent 1px),
    radial-gradient(circle at 78% 20%, rgba(116, 152, 253, 0.24), transparent 28%),
    radial-gradient(circle at 22% 28%, rgba(202, 239, 86, 0.14), transparent 24%);
  background-size: 46px 46px, 46px 46px, auto, auto;
  opacity: 0.88;
}

.homepage-full-preview .commercial-pathway-priority .commercial-primary::after {
  content: "";
  position: absolute;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: -1;
  width: auto;
  height: 3px;
  color: transparent;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.22), rgba(202, 239, 86, 0.72));
  font-size: 0;
  letter-spacing: 0;
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  background: rgba(19, 19, 21, 0.1);
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip a {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 14%, rgba(116, 152, 253, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.92);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip a::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 63, 246, 0.16), rgba(202, 239, 86, 0.46));
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip a:hover {
  z-index: 2;
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 90% 14%, rgba(202, 239, 86, 0.13), transparent 30%),
    #fff;
  box-shadow: 0 18px 48px rgba(28, 38, 92, 0.12);
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip em {
  display: block;
  color: rgba(37, 63, 246, 0.78);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip span {
  display: block;
  max-width: 12ch;
  margin-top: 36px;
  color: var(--black-sky);
  font-family: var(--font-primary);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip p {
  max-width: 34ch;
  margin-top: 16px;
  padding-bottom: 16px;
  color: rgba(19, 19, 21, 0.62);
  font-size: 0.92rem;
  line-height: 1.42;
}

.homepage-full-preview .trust-proof-section .confidence-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}

.homepage-full-preview .trust-proof-section .confidence-content > .eyebrow {
  width: min(100%, 1040px);
  margin-right: auto;
  margin-left: auto;
}

.homepage-full-preview .trust-proof-section .confidence-content h2 {
  width: min(100%, 940px);
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.4rem, 5.85vw, 5.25rem);
  line-height: 0.88;
  text-wrap: balance;
}

.homepage-full-preview .trust-proof-section .trust-statement {
  width: min(100%, 700px);
  max-width: 700px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-full-preview .trust-proof-section .confidence-grid {
  width: min(100%, 920px);
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-full-preview .trust-proof-section .confidence-grid span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  min-height: 126px;
  padding: 24px 24px 24px 24px;
  line-height: 1.18;
  text-align: left;
}

.homepage-full-preview .responsible-growth-polish .sustain-photo img {
  object-position: 42% 52%;
  filter: grayscale(0.18) saturate(0.78) contrast(1.12) brightness(0.7);
}

.homepage-full-preview .responsible-growth-polish .sustain-photo::after {
  background:
    linear-gradient(90deg, rgba(8, 10, 17, 0.78), rgba(8, 10, 17, 0.16)),
    radial-gradient(circle at 28% 34%, rgba(37, 63, 246, 0.36), transparent 34%),
    radial-gradient(circle at 76% 74%, rgba(202, 239, 86, 0.15), transparent 24%);
}

.homepage-full-preview .responsible-growth-polish .trace-card {
  background:
    linear-gradient(135deg, rgba(12, 13, 18, 0.8), rgba(17, 22, 40, 0.72)),
    rgba(19, 19, 21, 0.62);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1080px) {
  .homepage-full-preview .flagship-card,
  .homepage-full-preview .flagship-card.tier-a,
  .homepage-full-preview .flagship-card.tier-b {
    grid-column: span 1;
  }

  .homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip {
    grid-template-columns: 1fr;
  }

  .homepage-full-preview .diagnostic-heading {
    grid-template-columns: 1fr;
  }

  .homepage-full-preview .diagnostic-workspace {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .homepage-full-preview .diagnostic-core {
    position: relative;
    grid-column: 1 / -1;
    top: auto;
    left: auto;
    width: auto;
    min-height: 150px;
    transform: none;
  }

  .homepage-full-preview .diagnostic-core::before,
  .homepage-full-preview .diagnostic-core::after {
    display: none;
  }

  .homepage-full-preview .reality-card,
  .homepage-full-preview .reality-dairy,
  .homepage-full-preview .reality-ingredients,
  .homepage-full-preview .reality-automotive,
  .homepage-full-preview .reality-aerospace,
  .homepage-full-preview .reality-entry {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .homepage-full-preview .commercial-pathway-priority .commercial-primary {
    min-height: 380px;
  }

  .homepage-full-preview .commercial-pathway-priority .commercial-primary span {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip a {
    min-height: 172px;
  }

  .homepage-full-preview .commercial-pathway-priority .secondary-pathway-strip span {
    margin-top: 24px;
  }

  .homepage-full-preview .trust-proof-section .confidence-content {
    padding-left: 0;
  }

  .homepage-full-preview .diagnostic-reality-section {
    padding: 78px 0 48px;
  }

  .homepage-full-preview .diagnostic-workspace {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .homepage-full-preview .reality-card {
    padding: 24px 22px;
  }

  .homepage-full-preview .priority-field {
    margin-top: 26px;
  }
}

.homepage-full-preview .operational-confidence-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 152px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 70% 38%, rgba(37, 63, 246, 0.28), transparent 33%),
    radial-gradient(circle at 84% 72%, rgba(202, 239, 86, 0.1), transparent 24%),
    linear-gradient(135deg, #08090e, #101421 58%, #090a0f);
}

.homepage-full-preview .operational-confidence-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 68% 50%, black, transparent 74%);
  pointer-events: none;
}

.homepage-full-preview .operational-confidence-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 0.98fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.homepage-full-preview .operational-confidence-copy .eyebrow {
  color: var(--lime);
}

.homepage-full-preview .operational-confidence-copy h2 {
  max-width: 740px;
  color: #fff;
  text-wrap: balance;
}

.homepage-full-preview .operational-confidence-copy > p {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.42;
  letter-spacing: -0.035em;
}

.homepage-full-preview .operational-confidence-copy blockquote {
  max-width: 620px;
  margin-top: 36px;
  padding: 26px 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--lime);
  box-shadow:
    0 26px 82px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.homepage-full-preview .confidence-system-asset {
  position: relative;
  min-height: clamp(560px, 45vw, 680px);
  isolation: isolate;
}

.homepage-full-preview .confidence-system-asset::before {
  content: "";
  position: absolute;
  inset: 4% 0 16%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 23%),
    linear-gradient(135deg, rgba(37, 63, 246, 0.09), transparent 46%, rgba(202, 239, 86, 0.06));
  transform: skewY(-2.5deg);
}

.homepage-full-preview .confidence-field {
  position: absolute;
  inset: 0 0 114px;
}

.homepage-full-preview .confidence-spine {
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  height: 3px;
  background: linear-gradient(90deg, rgba(116, 152, 253, 0.26), rgba(202, 239, 86, 0.66));
  transform: translateY(-50%);
  box-shadow: 0 0 42px rgba(116, 152, 253, 0.18);
}

.homepage-full-preview .confidence-spine::before,
.homepage-full-preview .confidence-spine::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 320px;
  background: linear-gradient(180deg, transparent, rgba(116, 152, 253, 0.22), rgba(202, 239, 86, 0.14), transparent);
  transform: translateY(-50%);
}

.homepage-full-preview .confidence-spine::before {
  left: 28%;
}

.homepage-full-preview .confidence-spine::after {
  right: 24%;
}

.homepage-full-preview .confidence-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(260px, 30vw);
  min-height: 138px;
  place-items: center;
  padding: 22px;
  text-align: center;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 18%, rgba(202, 239, 86, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(12, 13, 18, 0.78), rgba(18, 23, 48, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.22),
    0 0 0 12px rgba(255, 255, 255, 0.035);
  transition:
    transform 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.homepage-full-preview .confidence-system-asset:hover .confidence-core {
  transform: translate(-50%, -50%) scale(0.96);
  background:
    radial-gradient(circle at 50% 18%, rgba(202, 239, 86, 0.1), transparent 36%),
    linear-gradient(135deg, rgba(12, 13, 18, 0.66), rgba(18, 23, 48, 0.62));
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.18),
    0 0 0 8px rgba(255, 255, 255, 0.025);
}

.homepage-full-preview .confidence-core span {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-full-preview .confidence-core strong {
  display: block;
  max-width: 200px;
  font-family: var(--font-primary);
  font-size: clamp(1.32rem, 1.78vw, 1.82rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.homepage-full-preview .confidence-node {
  position: absolute;
  display: inline-grid;
  min-width: 132px;
  min-height: 46px;
  place-items: center;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-size: 0.78rem;
  font-weight: 830;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

.homepage-full-preview .confidence-system-asset:hover .confidence-node {
  border-color: rgba(202, 239, 86, 0.22);
  background: rgba(255, 255, 255, 0.072);
}

.homepage-full-preview .node-visibility {
  top: 24%;
  left: 4%;
}

.homepage-full-preview .node-evidence {
  top: 58%;
  left: 8%;
}

.homepage-full-preview .node-documents {
  top: 14%;
  left: 34%;
}

.homepage-full-preview .node-compliance {
  right: 33%;
  bottom: 14%;
}

.homepage-full-preview .node-traceability {
  top: 24%;
  right: 4%;
}

.homepage-full-preview .node-risk {
  right: 8%;
  bottom: 24%;
  color: var(--black-sky);
  background: rgba(202, 239, 86, 0.78);
  border-color: rgba(202, 239, 86, 0.3);
}

.homepage-full-preview .enabling-platform {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.homepage-full-preview .enabling-platform article {
  min-height: 118px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(116, 152, 253, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.homepage-full-preview .enabling-platform article:nth-child(2) {
  background:
    radial-gradient(circle at 86% 18%, rgba(202, 239, 86, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.homepage-full-preview .enabling-platform span {
  display: block;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-full-preview .enabling-platform strong {
  display: block;
  max-width: 300px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--font-primary);
  font-size: clamp(1.36rem, 2vw, 1.9rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

@media (max-width: 1020px) {
  .homepage-full-preview .operational-confidence-layout {
    grid-template-columns: 1fr;
  }

  .homepage-full-preview .confidence-system-asset {
    min-height: 600px;
  }
}

@media (max-width: 760px) {
  .homepage-full-preview .operational-confidence-section {
    padding: 78px 0;
  }

  .homepage-full-preview .confidence-system-asset {
    min-height: 720px;
  }

  .homepage-full-preview .confidence-field {
    inset: 0 0 200px;
  }

  .homepage-full-preview .confidence-spine {
    top: 50%;
    right: auto;
    left: 50%;
    width: 3px;
    height: 82%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(116, 152, 253, 0.26), rgba(202, 239, 86, 0.66));
  }

  .homepage-full-preview .confidence-spine::before,
  .homepage-full-preview .confidence-spine::after {
    display: none;
  }

  .homepage-full-preview .confidence-core {
    width: min(240px, 74vw);
    min-height: 128px;
  }

  .homepage-full-preview .confidence-node {
    min-width: 130px;
  }

  .homepage-full-preview .node-visibility,
  .homepage-full-preview .node-documents,
  .homepage-full-preview .node-traceability {
    left: 0;
    right: auto;
  }

  .homepage-full-preview .node-evidence,
  .homepage-full-preview .node-compliance,
  .homepage-full-preview .node-risk {
    right: 0;
    left: auto;
  }

  .homepage-full-preview .node-visibility {
    top: 8%;
  }

  .homepage-full-preview .node-evidence {
    top: 22%;
  }

  .homepage-full-preview .node-documents {
    top: 26%;
  }

  .homepage-full-preview .node-compliance {
    bottom: 26%;
  }

  .homepage-full-preview .node-traceability {
    bottom: 22%;
    top: auto;
  }

  .homepage-full-preview .node-risk {
    bottom: 8%;
  }

  .homepage-full-preview .enabling-platform {
    grid-template-columns: 1fr;
  }
}
