/* ========================================================
   UNIVERSAL LED MODEL PAGE VARIABLES
======================================================== */
.led-model-page {
  --led-model-code: "LED";
  --led-model-hero-bg: url("/assets/mine.gmg/imgs/products/products.hero.jpg");
  --led-model-light-bg: url("/assets/mine.gmg/imgs/products/products.p10.intro.bg.jpg");
  --led-model-dark-bg: url("/assets/mine.gmg/imgs/main.v8.jpg");
  --led-model-module-pixel-step: 24px;
  --led-model-module-pixel-step-mobile: 17px;
  --led-model-pitch-matrix-step: 42px;
  --led-model-pitch-matrix-step-mobile: 34px;
}

/* ========================================================
   HERO
======================================================== */
.led-model-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100svh - var(--header-height));
  padding: clamp(36px, 5vw, 64px) 0;
  display: flex;
  align-items: center;
  color: var(--scheme-white-color);
  background:
    linear-gradient(
      rgba(var(--scheme-deepblue-rgb), .65),
      rgba(var(--scheme-deepblue-rgb), .65)
    ),
    radial-gradient(circle at 20% 10%, rgba(var(--scheme-blue-rgb), .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(var(--scheme-orange-rgb), .10), transparent 16%),
    var(--led-model-hero-bg, url("/assets/mine.gmg/imgs/products/products.hero.jpg")) center center / cover no-repeat;
}
.led-model-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(var(--scheme-white-rgb),0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--scheme-white-rgb),0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(var(--scheme-black-rgb),0.75), rgba(var(--scheme-black-rgb),0.14));
  pointer-events: none;
}
.led-model-hero::after {
  content: var(--led-model-code, "LED");
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(var(--scheme-orange-rgb), 0.16);
  filter: blur(34px);
  pointer-events: none;
}
.led-model-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(400px, .95fr);
  gap:
    clamp(50px, 7vw, 120px);
  align-items: center;
}
/* TITLE */
.led-model-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--scheme-white-color);
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 800;
}
.led-model-hero__content > p {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--scheme-white-color);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
}
/* LEAD */
.led-model-hero__lead {
  max-width: 700px;
  margin: clamp(25px, 3vw, 38px) 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.72;
}
/* ACTIONS */
.led-model-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
/* META */
.led-model-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 42px;
}
.led-model-hero__meta-item {
  position: relative;
  padding-left: 15px;
  border-left:  2px solid var(--scheme-blue-color);
}
.led-model-hero__meta-item:nth-child(2) {
  border-color: var(--scheme-orange-color);
}
.led-model-hero__meta-item span,
.led-model-hero__meta-item strong {
  display: block;
}
.led-model-hero__meta-item span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.led-model-hero__meta-item strong {
  font-size: 15px;
  font-weight: 850;
}
/* ========================================================
   MODULE VISUAL
======================================================== */
.led-model-module {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .035);
  box-shadow:  0 40px 100px rgba(0, 0, 0, .3);
  backdrop-filter: blur(8px);
}
/* TOP */
.led-model-module__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 18px;
}
.led-model-module__top span,
.led-model-module__top strong {
  display: block;
}
.led-model-module__top span {
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}
.led-model-module__top strong {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 900;
}
.led-model-module__status {
  padding: 6px 9px;
  border-radius: 6px;
  color: var(--scheme-orange-color);
  background: rgba(252, 81, 48, .1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
/* MODULE SCREEN */
.led-model-module__screen {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: #02070c;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, .85), 0 10px 40px rgba(0, 0, 0, .25);
}
/* LED PIXEL MATRIX */
.led-model-module__pixels {
  position: absolute;
  inset: 12px;
  opacity: .92;
  background-image:
    radial-gradient(
      circle,
      rgba(0, 113, 235, .95) 0,
      rgba(0, 113, 235, .65) 13%,
      rgba(0, 113, 235, .12) 35%,
      transparent 42%
    );
  background-size:
    var(--led-model-module-pixel-step, 24px) var(--led-model-module-pixel-step, 24px);
  filter: drop-shadow( 0 0 5px rgba(0, 113, 235, .55));
}
.led-model-module__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 25% 25%,
      rgba(0, 113, 235, .22),
      transparent 35%
    ),
    linear-gradient(
      120deg,
      transparent 20%,
      rgba(255, 255, 255, .025) 50%,
      transparent 75%
    );
  pointer-events: none;
}
/* PITCH MEASUREMENT */
.led-model-module__pitch {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform:
    translate(-50%, -50%);
}
.led-model-module__pitch-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border:
    1px solid
    rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background:
    rgba(4, 12, 20, .8);
  backdrop-filter:
    blur(10px);
}
.led-model-module__pitch-line i {
  width: 11px;
  height: 1px;
  background:
    var(--scheme-orange-color);
}
.led-model-module__pitch-line span {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 850;
}
/* MODULE LABELS */
.led-model-module__point {
  position: absolute;
  z-index: 3;
  padding: 5px 7px;
  border:
    1px solid
    rgba(255, 255, 255, .15);
  border-radius: 5px;
  color:
    rgba(255, 255, 255, .7);
  background:
    rgba(var(--scheme-black-rgb), .82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.led-model-module__point--a {
  left: 15px;
  top: 15px;
}
.led-model-module__point--b {
  right: 15px;
  bottom: 15px;
}
/* MODULE BOTTOM */
.led-model-module__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 4px 2px;
}
.led-model-module__bottom span,
.led-model-module__bottom strong {
  display: block;
}
.led-model-module__bottom span {
  color:
    rgba(255, 255, 255, .35);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
}
.led-model-module__bottom strong {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 900;
}
.led-model-module__big-pitch {
  color: rgba(var(--scheme-orange-rgb), .8);
  font-size:
    clamp(45px, 5vw, 72px);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.07em;
}

/* ========================================================
   NAVIGATION
======================================================== */
.led-model-nav {
  position: sticky;
  top: 50px;
  z-index: 20;
  border-bottom: 1px solid rgba(12, 28, 44, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}
.led-model-nav__inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.led-model-nav__inner::-webkit-scrollbar {
  display: none;
}
.led-model-nav a {
  flex: 0 0 auto;
  padding: 17px 18px;
  color: #55616e;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition:
    color .2s ease,
    background-color .2s ease;
}
.led-model-nav a:hover {
  color: var(--scheme-blue-color);
  background:  rgba(0, 113, 235, .045);
}


/* ========================================================
   INTRO
======================================================== */
.led-model-intro {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: var(--scheme-black-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent),
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-light-bg, url("/assets/mine.gmg/imgs/products/products.p10.intro.bg.jpg")) center center / cover no-repeat;
}

.led-model-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,113,235,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,113,235,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
}

.led-model-intro::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(0, 113, 235, .10);
  filter: blur(34px);
  pointer-events: none;
}

.led-model-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(55px, 9vw, 140px);
}

.led-model-intro__heading h2 {
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.led-model-intro__text {
}

.led-model-intro__text p {
  max-width: 750px;
  margin: 0 0 18px;
  color: var(--scheme-muted-color);
  font-size: 16px;
  line-height: 1.82;
}

.led-model-intro__text .led-model-intro__lead {
  color: var(--scheme-black-color);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 650;
  line-height: 1.55;
}

/* USE CASES */

.led-model-use-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(55px, 7vw, 90px);
}

.led-model-use-case {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.3vw, 34px);
  border: 1px solid var(--scheme-muted-color);
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(20, 40, 60, .045);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
  background:
    radial-gradient(circle at 10% 10%, rgba(0,113,235,0.12), transparent 34%),
    rgba(247, 249, 252, 0.82);
  backdrop-filter: blur(10px);
}

.led-model-use-case:nth-child(2) {
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--scheme-orange-rgb),0.12), transparent 34%),
    rgba(247, 249, 252, 0.82);
}

.led-model-use-case:hover {
  transform:
    translateY(-5px);
  border-color: rgba(0, 113, 235, .25);
  box-shadow: 0 30px 80px rgba(20, 40, 60, .09);
}

.led-model-use-case__number {
  color: var(--scheme-blue-color);
  font-size: 12px;
  font-weight: 900;
}

.led-model-use-case:nth-child(2)
.led-model-use-case__number {
  color: var(--scheme-orange-color);
}

.led-model-use-case h3 {
  margin: 0;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.led-model-use-case p {
  margin: 14px 0 0;
  color: var(--scheme-muted-color);
  font-size: 14px;
  line-height: 1.7;
}

/* ========================================================
   LED MODEL APPLICATIONS
======================================================== */

.led-model-applications {
  position: relative;
  overflow: clip;
  padding: 90px 0;
  color: var(--scheme-white-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-deepblue-color) 64%, transparent),
      color-mix(in srgb, var(--scheme-deepblue-color) 68%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-dark-bg, url("/assets/mine.gmg/imgs/main.v8.jpg")) center center / cover no-repeat;
}

/* TECHNICAL BACKGROUND GRID */

.led-model-applications::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 113, 235, .20), transparent 35%),
    radial-gradient(circle at 85% 35%, rgba(252, 81, 48, .16), transparent 32%);
  pointer-events: none;
}

/* GLOW */

.led-model-applications::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -350px;
  top: -300px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 113, 235, .16), transparent 68%);
}

/* ========================================================
   HEADER
======================================================== */

.led-model-applications__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .75fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(45px, 6vw, 75px);
}

.led-model-applications__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--scheme-white-color);
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-applications__intro {
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
}

.led-model-applications__intro p {
  margin: 0 0 14px;
  color: rgba(var(--scheme-white-rgb), .58);
  font-size: 15px;
  line-height: 1.75;
}


.led-model-applications__intro p:last-child {
  margin-bottom: 0;
}


/* ========================================================
   RESPONSIVE
======================================================== */
@media (max-width: 1100px) {
  .led-model-hero__grid {
    grid-template-columns: 1fr;
  }
  .led-model-module {
    width: min(100%, 750px);
  }
  .led-model-intro__layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  .led-model-use-cases {
    grid-template-columns: 1fr;
  }
  .led-model-use-case {
    min-height: 240px;
  }
}
@media (max-width: 600px) {
  .led-model-hero {
    min-height: auto;
    padding: 75px 0 40px;
  }
  .led-model-hero__title {
    font-size: clamp(45px, 14vw, 68px);
  }
  .led-model-hero__meta {
    gap: 20px;
  }
  .led-model-module {
    padding: 12px;
    border-radius: 22px;
  }
  .led-model-module__pixels {
    background-size: var(--led-model-module-pixel-step-mobile, 17px) var(--led-model-module-pixel-step-mobile, 17px);
  }
}

/* ========================================================
   LED MODEL SPECIFICATIONS
======================================================== */

.led-model-specifications {
  position: relative;
  padding: 90px 0;
  overflow: clip;
  color: var(--scheme-black-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent),
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-light-bg, url("/assets/mine.gmg/imgs/products/products.p10.intro.bg.jpg")) center center / cover no-repeat;
}

.led-model-specifications.led-model-specifications::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,113,235,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,113,235,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
}

.led-model-specifications::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(0, 113, 235, .10);
  filter: blur(34px);
  pointer-events: none;
}


/* ========================================================
   HEADER
======================================================== */

.led-model-specifications__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 90px);
}

.led-model-specifications__heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(42px, 5.3vw, 78px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-specifications__intro {
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
}

.led-model-specifications__intro p {
  max-width: 600px;
  margin: 0;
  color: color-mix(
    in srgb,
    var(--scheme-black-color) 80%,
    transparent
  );
  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================
   LAYOUT
======================================================== */

.led-model-specifications__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 105px);
  align-items: start;
}


/* ========================================================
   ASIDE
======================================================== */

.led-model-specifications__aside {
  position: sticky;
  top: 130px;
}


/* ========================================================
   MODEL CARD
======================================================== */

.led-model-spec-model {
  position: relative;
  overflow: hidden;
  padding: clamp(25px, 2.7vw, 38px);
  border: 1px solid rgba(var(--scheme-white-rgb), .09);
  border-radius: 28px;
  color: var(--scheme-white-color);
  background-color: var(--scheme-deepblue-color);
  background:
    radial-gradient(
      circle at 15% 12%,
      rgba(var(--scheme-blue-rgb), .24),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(var(--scheme-orange-rgb), .16),
      transparent 28%
    ),
    var(--scheme-deepblue-color);
  box-shadow: 0 28px 70px rgba(var(--scheme-deepblue-rgb), .16);
}


/* PIXEL MATRIX */

.led-model-spec-model::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -60px;
  top: 90px;
  opacity: .27;
  background-image:
    radial-gradient(
      circle,
      var(--scheme-blue-color) 0 2px,
      transparent 2.5px
    );
  background-size: 16px 16px;
  transform: rotate(-8deg);
  mask-image:
    radial-gradient(
      circle,
      #000 20%,
      transparent 72%
    );
}


/* ORANGE GLOW */

.led-model-spec-model::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -130px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(var(--scheme-orange-rgb), .15);
  filter: blur(35px);
}


/* MODEL TOP */

.led-model-spec-model__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.led-model-spec-model__top div > span,
.led-model-spec-model__top div > strong {
  display: block;
}

.led-model-spec-model__top div > span {
  color: rgba(var(--scheme-white-rgb), .42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.led-model-spec-model__top div > strong {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 900;
}

.led-model-spec-model__badge {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--scheme-orange-color);
  background: rgba(var(--scheme-orange-rgb), .11);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
}


/* PITCH */

.led-model-spec-model__pitch {
  position: relative;
  z-index: 2;
  margin: 55px 0 45px;
}

.led-model-spec-model__pitch small,
.led-model-spec-model__pitch strong,
.led-model-spec-model__pitch span {
  display: block;
}

.led-model-spec-model__pitch small {
  color: rgba(var(--scheme-white-rgb), .4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.led-model-spec-model__pitch strong {
  margin-top: 5px;
  font-size: clamp(72px, 8vw, 120px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.075em;
}

.led-model-spec-model__pitch span {
  margin-top: 14px;
  color: var(--scheme-orange-color);
  font-size: 16px;
  font-weight: 850;
}


/* QUICK SPECS */

.led-model-spec-model__quick {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(var(--scheme-white-rgb), .10);
  border-left: 1px solid rgba(var(--scheme-white-rgb), .10);
}

.led-model-spec-model__quick > div {
  padding: 17px 15px;
  border-right: 1px solid rgba(var(--scheme-white-rgb), .10);
  border-bottom: 1px solid rgba(var(--scheme-white-rgb), .10);
}

.led-model-spec-model__quick span,
.led-model-spec-model__quick strong {
  display: block;
}

.led-model-spec-model__quick span {
  margin-bottom: 5px;
  color: rgba(var(--scheme-white-rgb), .38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .10em;
}

.led-model-spec-model__quick strong {
  color: var(--scheme-white-color);
  font-size: 13px;
  font-weight: 850;
}

.led-model-specifications__aside-note {
  max-width: 380px;
  margin: 20px 10px 0;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 52%,
    transparent
  );
  font-size: 12px;
  line-height: 1.65;
}


/* ========================================================
   ACCORDION GROUPS
======================================================== */

.led-model-specifications__groups {
  display: grid;
  gap: 14px;
}

.led-model-spec-group {
  overflow: hidden;
  border: 1px solid rgba(var(--scheme-deepblue-rgb), .10);
  border-radius: 22px;
  background: rgba(var(--scheme-white-rgb), .82);
  box-shadow: 0 16px 45px rgba(var(--scheme-deepblue-rgb), .045);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.led-model-spec-group:hover {
  border-color: rgba(var(--scheme-blue-rgb), .24);
  box-shadow: 0 22px 55px rgba(var(--scheme-deepblue-rgb), .07);
}

.led-model-spec-group[open] {
  border-color: rgba(var(--scheme-blue-rgb), .28);
  box-shadow: 0 24px 65px rgba(var(--scheme-deepblue-rgb), .08);
}


/* ========================================================
   SUMMARY
======================================================== */

.led-model-spec-group__summary {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 19px clamp(20px, 2.5vw, 32px);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.led-model-spec-group__summary::-webkit-details-marker {
  display: none;
}

.led-model-spec-group__summary::marker {
  content: "";
}


/* GROUP TITLE */

.led-model-spec-group__title {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 25px);
}

.led-model-spec-group__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--scheme-blue-rgb), .20);
  border-radius: 50%;
  color: var(--scheme-blue-color);
  background: rgba(var(--scheme-blue-rgb), .055);
  font-size: 11px;
  font-weight: 900;
}

.led-model-spec-group:nth-child(even) .led-model-spec-group__number {
  border-color: rgba(var(--scheme-orange-rgb), .22);
  color: var(--scheme-orange-color);
  background: rgba(var(--scheme-orange-rgb), .055);
}

.led-model-spec-group__title small,
.led-model-spec-group__title strong {
  display: block;
}

.led-model-spec-group__title small {
  margin-bottom: 5px;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 38%,
    transparent
  );
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.led-model-spec-group__title strong {
  color: var(--scheme-deepblue-color);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
}


/* ========================================================
   TOGGLE ICON
======================================================== */

.led-model-spec-group__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--scheme-blue-rgb), .07);
  transition:
    background-color .25s ease,
    transform .35s ease;
}

.led-model-spec-group__toggle::before,
.led-model-spec-group__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: var(--scheme-blue-color);
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}

.led-model-spec-group__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.led-model-spec-group[open] .led-model-spec-group__toggle {
  background: var(--scheme-blue-color);
}

.led-model-spec-group[open] .led-model-spec-group__toggle::before,
.led-model-spec-group[open] .led-model-spec-group__toggle::after {
  background: var(--scheme-white-color);
}

.led-model-spec-group[open] .led-model-spec-group__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}


/* ========================================================
   CONTENT
======================================================== */

.led-model-spec-group__content {
  border-top: 1px solid rgba(var(--scheme-deepblue-rgb), .075);
}

.led-model-spec-table {
  padding: 5px clamp(20px, 2.5vw, 32px) 13px;
}


/* ========================================================
   ROW
======================================================== */

.led-model-spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .62fr);
  column-gap: 35px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(var(--scheme-deepblue-rgb), .065);
}

.led-model-spec-row:last-child {
  border-bottom: 0;
}

.led-model-spec-row > span {
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 62%,
    transparent
  );
  font-size: 14px;
  line-height: 1.5;
}

.led-model-spec-row > strong {
  color: var(--scheme-deepblue-color);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.led-model-spec-row > small {
  grid-column: 2;
  margin-top: 4px;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 43%,
    transparent
  );
  font-size: 11px;
  line-height: 1.45;
}

.led-model-spec-value--yes {
  color: var(--scheme-blue-color) !important;
}


/* ========================================================
   RESPONSIVE
======================================================== */

@media (max-width: 1100px) {
  .led-model-specifications__header {
    grid-template-columns: 1fr;
  }

  .led-model-specifications__intro {
    max-width: 720px;
  }

  .led-model-specifications__layout {
    grid-template-columns: 1fr;
  }

  .led-model-specifications__aside {
    position: static;
  }

  .led-model-spec-model {
    max-width: 720px;
  }
}


@media (max-width: 650px) {
  .led-model-specifications {
    padding: 80px 0;
  }

  .led-model-spec-group__summary {
    min-height: 82px;
    padding: 16px 17px;
  }

  .led-model-spec-group__number {
    width: 40px;
    height: 40px;
  }

  .led-model-spec-group__toggle {
    width: 36px;
    height: 36px;
  }

  .led-model-spec-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .led-model-spec-row > small {
    grid-column: 1;
  }

  .led-model-spec-model__quick {
    grid-template-columns: 1fr 1fr;
  }
}


/* ========================================================
   LED MODEL PIXEL PITCH
======================================================== */

.led-model-pitch {
  position: relative;
  overflow: clip;
  padding: 90px 0;
  color: var(--scheme-white-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-deepblue-color) 64%, transparent),
      color-mix(in srgb, var(--scheme-deepblue-color) 68%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-dark-bg, url("/assets/mine.gmg/imgs/main.v8.jpg")) center center / cover no-repeat;
}

.led-model-pitch::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 113, 235, .20), transparent 35%),
    radial-gradient(circle at 85% 35%, rgba(252, 81, 48, .16), transparent 32%);
  pointer-events: none;
}

.led-model-pitch::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -350px;
  top: -300px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 113, 235, .16), transparent 68%);
}


/* ========================================================
   HEADER
======================================================== */

.led-model-pitch__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 90px);
}

.led-model-pitch__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--scheme-white-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-pitch__header h2 strong {
  color: var(--scheme-blue-color);
}

.led-model-pitch__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
  color: rgba(var(--scheme-white-rgb), .62);
  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================
   LAYOUT
======================================================== */

.led-model-pitch__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}


/* ========================================================
   VISUAL
======================================================== */

.led-model-pitch-visual {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 2.5vw, 32px);
  border: 1px solid rgba(var(--scheme-white-rgb), .12);
  border-radius: 30px;
  background:
    linear-gradient(
      145deg,
      rgba(var(--scheme-white-rgb), .055),
      rgba(var(--scheme-white-rgb), .015)
    );
  box-shadow:
    0 35px 90px rgba(0, 0, 0, .24),
    inset 0 0 0 1px rgba(var(--scheme-white-rgb), .03);
}

.led-model-pitch-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(var(--scheme-blue-rgb), .16);
  filter: blur(55px);
}

.led-model-pitch-visual::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -160px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(var(--scheme-orange-rgb), .14);
  filter: blur(50px);
}


/* VISUAL META */

.led-model-pitch-visual__meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.led-model-pitch-visual__meta span {
  color: rgba(var(--scheme-white-rgb), .38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.led-model-pitch-visual__meta strong {
  color: var(--scheme-orange-color);
  font-size: 11px;
  font-weight: 850;
}


/* ========================================================
   PIXEL MATRIX
======================================================== */

.led-model-pitch-matrix {
  position: relative;
  z-index: 2;
  min-height: clamp(390px, 38vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(var(--scheme-white-rgb), .1);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(var(--scheme-blue-rgb), .14),
      transparent 52%
    ),
    #030a12;
}

.led-model-pitch-matrix__pixels {
  position: absolute;
  inset: 25px;
  opacity: .9;
  background-image:
    radial-gradient(
      circle,
      rgba(92, 183, 255, .98) 0 3px,
      rgba(var(--scheme-blue-rgb), .75) 3.5px,
      rgba(var(--scheme-blue-rgb), .18) 6px,
      transparent 8px
    );
  background-size: var(--led-model-pitch-matrix-step, 42px) var(--led-model-pitch-matrix-step, 42px);
  filter:
    drop-shadow(
      0 0 7px rgba(var(--scheme-blue-rgb), .7)
    );
}

.led-model-pitch-matrix::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 20%,
      rgba(var(--scheme-white-rgb), .04) 50%,
      transparent 75%
    );
}


/* ========================================================
   MEASUREMENT
======================================================== */

.led-model-pitch-measure {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  align-items: center;
  width: min(310px, 70%);
  transform: translate(-50%, -50%);
}

.led-model-pitch-measure__point {
  position: relative;
  width: 18px;
  height: 18px;
  border: 3px solid var(--scheme-orange-color);
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 7px rgba(var(--scheme-orange-rgb), .15),
    0 0 25px rgba(var(--scheme-orange-rgb), .7);
}

.led-model-pitch-measure__line {
  position: relative;
  display: flex;
  align-items: center;
  height: 2px;
  margin-inline: -9px;
  background:
    repeating-linear-gradient(
      90deg,
      var(--scheme-orange-color) 0 7px,
      transparent 7px 12px
    );
}

.led-model-pitch-measure__line > span {
  z-index: 5;
  position: absolute;
  top: -10px;
  width: 2px;
  height: 22px;
  background: var(--scheme-orange-color);
}

.led-model-pitch-measure__line > span:first-child {
  left: 0;
}

.led-model-pitch-measure__line > span:last-child {
  right: 0;
}

.led-model-pitch-measure__line strong {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 130px;
  padding: 10px 15px;
  border: 1px solid rgba(var(--scheme-orange-rgb), .35);
  border-radius: 999px;
  color: var(--scheme-white-color);
  background: rgba(5, 14, 24, .92);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.led-model-pitch-measure__line small {
  display: block;
  margin-top: 3px;
  color: rgba(var(--scheme-white-rgb), .42);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}


/* VISUAL FOOTER */

.led-model-pitch-visual__footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}

.led-model-pitch-visual__footer span {
  color: rgba(var(--scheme-white-rgb), .45);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}


/* ========================================================
   CONTENT
======================================================== */

.led-model-pitch__lead {
  margin: 0 0 22px;
  color: var(--scheme-white-color);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 650;
  line-height: 1.55;
}

.led-model-pitch__content > p:not(.led-model-pitch__lead) {
  margin: 0 0 18px;
  color: rgba(var(--scheme-white-rgb), .6);
  font-size: 15px;
  line-height: 1.78;
}


/* ========================================================
   FACTS
======================================================== */

.led-model-pitch__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(var(--scheme-white-rgb), .1);
  border-radius: 20px;
  background: rgba(var(--scheme-white-rgb), .035);
}

.led-model-pitch-fact {
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid rgba(var(--scheme-white-rgb), .08);
}

.led-model-pitch-fact:last-child {
  border-right: 0;
}

.led-model-pitch-fact span,
.led-model-pitch-fact strong,
.led-model-pitch-fact small {
  display: block;
}

.led-model-pitch-fact span {
  margin-bottom: 7px;
  color: rgba(var(--scheme-white-rgb), .35);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.led-model-pitch-fact strong {
  color: var(--scheme-white-color);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.035em;
}

.led-model-pitch-fact:nth-child(2) strong {
  color: var(--scheme-blue-color);
}

.led-model-pitch-fact:nth-child(3) strong {
  color: var(--scheme-orange-color);
}

.led-model-pitch-fact small {
  margin-top: 7px;
  color: rgba(var(--scheme-white-rgb), .4);
  font-size: 10px;
  line-height: 1.4;
}


/* ========================================================
   NOTE
======================================================== */

.led-model-pitch__note {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 3px solid var(--scheme-orange-color);
  border-radius: 0 14px 14px 0;
  background: rgba(var(--scheme-white-rgb), .045);
}

.led-model-pitch__note span {
  display: block;
  margin-bottom: 6px;
  color: var(--scheme-orange-color);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.led-model-pitch__note p {
  margin: 0;
  color: rgba(var(--scheme-white-rgb), .58);
  font-size: 13px;
  line-height: 1.65;
}


/* ========================================================
   RESPONSIVE
======================================================== */

@media (max-width: 1100px) {
  .led-model-pitch__header,
  .led-model-pitch__layout {
    grid-template-columns: 1fr;
  }

  .led-model-pitch__header > p {
    max-width: 720px;
  }

  .led-model-pitch-visual {
    max-width: 850px;
  }
}


@media (max-width: 700px) {
  .led-model-pitch {
    padding: 80px 0;
  }

  .led-model-pitch__facts {
    grid-template-columns: 1fr;
  }

  .led-model-pitch-fact {
    border-right: 0;
    border-bottom: 1px solid rgba(var(--scheme-white-rgb), .08);
  }

  .led-model-pitch-fact:last-child {
    border-bottom: 0;
  }

  .led-model-pitch-matrix {
    min-height: 380px;
  }

  .led-model-pitch-matrix__pixels {
    background-size: var(--led-model-pitch-matrix-step-mobile, 34px) var(--led-model-pitch-matrix-step-mobile, 34px);
  }

  .led-model-pitch-measure {
    width: 75%;
  }

  .led-model-pitch-visual__footer {
    flex-direction: column;
    gap: 7px;
  }
}

/* ========================================================
   LED MODEL COMPARISON
======================================================== */

.led-model-comparison {
  position: relative;
  padding: 90px 0;
  overflow: clip;
  color: var(--scheme-black-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent),
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-light-bg, url("/assets/mine.gmg/imgs/products/products.p10.intro.bg.jpg")) center center / cover no-repeat;
}

.led-model-comparison::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,113,235,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,113,235,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
}

.led-model-comparison::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(0, 113, 235, .10);
  filter: blur(34px);
  pointer-events: none;
}


/* ========================================================
   HEADER
======================================================== */

.led-model-comparison__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .7fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 90px);
}

.led-model-comparison__header h2 {
  max-width: 850px;
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-comparison__header h2 strong {
  display: block;
  color: var(--scheme-blue-color);
}

.led-model-comparison__intro {
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
}

.led-model-comparison__intro p {
  margin: 0 0 13px;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 60%,
    transparent
  );
  font-size: 15px;
  line-height: 1.75;
}

.led-model-comparison__intro p:last-child {
  margin-bottom: 0;
}


/* ========================================================
   CONFIGURATION CARDS
======================================================== */

.led-model-comparison__cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 45px;
}

.led-model-compare-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(var(--scheme-deepblue-rgb), .1);
  border-radius: 28px;
  background: rgba(var(--scheme-white-rgb), .84);
  box-shadow: 0 20px 60px rgba(var(--scheme-deepblue-rgb), .055);
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.led-model-compare-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--scheme-blue-rgb), .25);
  box-shadow: 0 30px 75px rgba(var(--scheme-deepblue-rgb), .09);
}

.led-model-compare-card--current {
  color: var(--scheme-white-color);
  border-color: rgba(var(--scheme-white-rgb), .1);
  background-color: var(--scheme-deepblue-color);
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(var(--scheme-blue-rgb), .24),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(var(--scheme-orange-rgb), .14),
      transparent 28%
    ),
    var(--scheme-deepblue-color);
  box-shadow: 0 28px 80px rgba(var(--scheme-deepblue-rgb), .16);
}


/* CARD TOP */

.led-model-compare-card__top {
  position: relative;
  z-index: 2;
  min-height: 28px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.led-model-compare-card__badge,
.led-model-compare-card__label {
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.led-model-compare-card__badge {
  color: var(--scheme-orange-color);
  background: rgba(var(--scheme-orange-rgb), .12);
}

.led-model-compare-card__label {
  color: var(--scheme-blue-color);
  background: rgba(var(--scheme-blue-rgb), .07);
}

.led-model-compare-card__series {
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 42%,
    transparent
  );
  font-size: 10px;
  font-weight: 850;
}

.led-model-compare-card--current .led-model-compare-card__series {
  color: rgba(var(--scheme-white-rgb), .4);
}


/* PITCH */

.led-model-compare-card__pitch {
  position: relative;
  z-index: 2;
  margin: 40px 0 25px;
}

.led-model-compare-card__pitch small,
.led-model-compare-card__pitch strong,
.led-model-compare-card__pitch span {
  display: block;
}

.led-model-compare-card__pitch small {
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 38%,
    transparent
  );
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
}

.led-model-compare-card__pitch strong {
  margin-top: 3px;
  color: var(--scheme-deepblue-color);
  font-size: clamp(62px, 6vw, 96px);
  font-weight: 950;
  line-height: .85;
  letter-spacing: -.075em;
}

.led-model-compare-card__pitch span {
  margin-top: 12px;
  color: var(--scheme-orange-color);
  font-size: 14px;
  font-weight: 850;
}

.led-model-compare-card--current .led-model-compare-card__pitch small {
  color: rgba(var(--scheme-white-rgb), .38);
}

.led-model-compare-card--current .led-model-compare-card__pitch strong {
  color: var(--scheme-white-color);
}


/* ========================================================
   PIXEL MATRIX
======================================================== */

.led-model-compare-card__matrix {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -20px;
  top: 75px;
  opacity: .18;
  transform: rotate(-7deg);
  mask-image: radial-gradient(circle, #000 20%, transparent 72%);
}

.led-model-compare-card__matrix {
  background-image:
    radial-gradient(
      circle,
      var(--led-model-compare-matrix-color, var(--scheme-blue-color)) 0 var(--led-model-compare-matrix-dot, 3px),
      transparent var(--led-model-compare-matrix-stop, 3.5px)
    );
  background-size:
    var(--led-model-compare-matrix-step, 24px)
    var(--led-model-compare-matrix-step, 24px);
}


/* DESCRIPTION */

.led-model-compare-card__description {
  position: relative;
  z-index: 2;
  min-height: 175px;
  padding-top: 25px;
  border-top: 1px solid rgba(var(--scheme-deepblue-rgb), .08);
}

.led-model-compare-card--current .led-model-compare-card__description {
  border-color: rgba(var(--scheme-white-rgb), .1);
}

.led-model-compare-card__description h3 {
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.led-model-compare-card__description p {
  margin: 14px 0 0;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 58%,
    transparent
  );
  font-size: 13px;
  line-height: 1.7;
}

.led-model-compare-card--current .led-model-compare-card__description h3 {
  color: var(--scheme-white-color);
}

.led-model-compare-card--current .led-model-compare-card__description p {
  color: rgba(var(--scheme-white-rgb), .58);
}


/* CARD FOOTER */

.led-model-compare-card__footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  border-top: 1px solid rgba(var(--scheme-deepblue-rgb), .08);
  border-left: 1px solid rgba(var(--scheme-deepblue-rgb), .08);
}

.led-model-compare-card--current .led-model-compare-card__footer {
  border-color: rgba(var(--scheme-white-rgb), .09);
}

.led-model-compare-card__footer > div {
  min-width: 0;
  padding: 14px 12px;
  border-right: 1px solid rgba(var(--scheme-deepblue-rgb), .08);
  border-bottom: 1px solid rgba(var(--scheme-deepblue-rgb), .08);
}

.led-model-compare-card--current .led-model-compare-card__footer > div {
  border-color: rgba(var(--scheme-white-rgb), .09);
}

.led-model-compare-card__footer span,
.led-model-compare-card__footer strong {
  display: block;
}

.led-model-compare-card__footer span {
  margin-bottom: 4px;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 40%,
    transparent
  );
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.led-model-compare-card__footer strong {
  color: var(--scheme-deepblue-color);
  font-size: 12px;
  font-weight: 850;
}

.led-model-compare-card--current .led-model-compare-card__footer span {
  color: rgba(var(--scheme-white-rgb), .35);
}

.led-model-compare-card--current .led-model-compare-card__footer strong {
  color: var(--scheme-white-color);
}


/* CARD LINK */

.led-model-compare-card__link {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  color: var(--scheme-blue-color);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.led-model-compare-card__link span {
  transition: transform .25s ease;
}

.led-model-compare-card__link:hover span {
  transform: translateX(4px);
}


/* ========================================================
   COMPARISON TABLE
======================================================== */

.led-model-comparison-table {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(var(--scheme-deepblue-rgb), .1);
  border-radius: 24px;
  background: rgba(var(--scheme-white-rgb), .86);
  box-shadow: 0 20px 60px rgba(var(--scheme-deepblue-rgb), .05);
}

.led-model-comparison-table__row {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(150px, 1fr));
}

.led-model-comparison-table__row > div {
  min-width: 0;
  padding: 18px 22px;
  border-right: 1px solid rgba(var(--scheme-deepblue-rgb), .075);
  border-bottom: 1px solid rgba(var(--scheme-deepblue-rgb), .075);
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 65%,
    transparent
  );
  font-size: 14px;
  line-height: 1.45;
}

.led-model-comparison-table__row > div:last-child {
  border-right: 0;
}

.led-model-comparison-table__row:last-child > div {
  border-bottom: 0;
}

.led-model-comparison-table__row > div:first-child {
  color: var(--scheme-deepblue-color);
  font-weight: 750;
}

.led-model-comparison-table__row--head {
  color: var(--scheme-white-color);
  font-weight: 850;
  background: var(--scheme-deepblue-color);
}

.led-model-comparison-table__row--head > div {
  color: var(--scheme-white-color);
  border-color: rgba(var(--scheme-white-rgb), .08);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.led-model-comparison-table__row--head > div:first-child {
  color: var(--scheme-white-color);
}

.led-model-comparison-table__row .is-current {
  color: var(--scheme-blue-color);
  background: rgba(var(--scheme-blue-rgb), .06);
  font-weight: 850;
}

.led-model-comparison-table__row--head .is-current {
  color: var(--scheme-white-color);
  background: var(--scheme-blue-color);
}


/* ========================================================
   SELECTION NOTE
======================================================== */

.led-model-comparison__selection {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(25px, 4vw, 55px);
  align-items: center;
  margin-top: 30px;
  padding: clamp(25px, 3vw, 40px);
  border: 1px solid rgba(var(--scheme-deepblue-rgb), .09);
  border-radius: 24px;
  background: rgba(var(--scheme-white-rgb), .8);
  box-shadow: 0 18px 55px rgba(var(--scheme-deepblue-rgb), .045);
}

.led-model-comparison__selection-icon {
  position: relative;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(var(--scheme-blue-rgb), .11),
      rgba(var(--scheme-blue-rgb), .035)
    );
}

.led-model-comparison__selection-icon span {
  display: block;
  border-radius: 50%;
  background: var(--scheme-blue-color);
}

.led-model-comparison__selection-icon span:nth-child(1) {
  width: 7px;
  height: 7px;
}

.led-model-comparison__selection-icon span:nth-child(2) {
  width: 10px;
  height: 10px;
  background: var(--scheme-orange-color);
}

.led-model-comparison__selection-icon span:nth-child(3) {
  width: 14px;
  height: 14px;
}

.led-model-comparison__selection-label {
  display: block;
  margin-bottom: 7px;
  color: var(--scheme-orange-color);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.led-model-comparison__selection h3 {
  max-width: 800px;
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.led-model-comparison__selection p {
  max-width: 850px;
  margin: 12px 0 0;
  color: color-mix(
    in srgb,
    var(--scheme-deepblue-color) 57%,
    transparent
  );
  font-size: 13px;
  line-height: 1.7;
}


/* ========================================================
   RESPONSIVE
======================================================== */

@media (max-width: 1100px) {
  .led-model-comparison__header {
    grid-template-columns: 1fr;
  }

  .led-model-comparison__intro {
    max-width: 720px;
  }

  .led-model-comparison__cards {
    grid-template-columns: 1fr;
  }

  .led-model-compare-card {
    max-width: 760px;
  }

  .led-model-compare-card__description {
    min-height: auto;
  }

  .led-model-comparison__selection {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .led-model-comparison__selection .uled-btn {
    grid-column: 2;
    justify-self: start;
  }
}


@media (max-width: 760px) {
  .led-model-comparison {
    padding: 80px 0;
  }

  .led-model-comparison-table {
    overflow-x: auto;
  }

  .led-model-comparison-table__row {
    min-width: 720px;
  }

  .led-model-comparison__selection {
    grid-template-columns: 1fr;
  }

  .led-model-comparison__selection-icon {
    width: 64px;
    height: 64px;
  }

  .led-model-comparison__selection .uled-btn {
    grid-column: 1;
  }
}


/* ========================================================
   LED MODEL PORTFOLIO
======================================================== */

.led-model-portfolio {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: var(--scheme-white-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-deepblue-color) 64%, transparent),
      color-mix(in srgb, var(--scheme-deepblue-color) 68%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-dark-bg, url("/assets/mine.gmg/imgs/main.v8.jpg")) center center / cover no-repeat;
}

.led-model-portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 113, 235, .20), transparent 35%),
    radial-gradient(circle at 85% 35%, rgba(252, 81, 48, .16), transparent 32%);
  pointer-events: none;
}

.led-model-portfolio::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -350px;
  top: -300px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 113, 235, .16), transparent 68%);
}


/* ========================================================
   HEADER
======================================================== */

.led-model-portfolio__header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 90px);
}

.led-model-portfolio__header h2 {
  max-width: 760px;
  margin: 0;
  color: var(--scheme-white-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-portfolio__header h2 strong {
  color: var(--scheme-blue-color);
}

.led-model-portfolio__header > p {
  margin: 0;
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
  color: rgba(var(--scheme-white-rgb), .62);
  font-size: 15px;
  line-height: 1.75;
}

/* ========================================================
   LED MODEL FAQ
======================================================== */

.led-model-faq {
  position: relative;
  padding: 90px 0;
  overflow: clip;
  color: var(--scheme-black-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent),
      color-mix(in srgb, var(--scheme-white-color) 75%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-light-bg, url("/assets/mine.gmg/imgs/products/products.p10.intro.bg.jpg")) center center / cover no-repeat;
}

.led-model-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,113,235,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,113,235,0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
}

.led-model-faq::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(0, 113, 235, .10);
  filter: blur(34px);
  pointer-events: none;
}


/* ========================================================
   LAYOUT
======================================================== */

.led-model-faq__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 125px);
  align-items: start;
}

.led-model-faq__aside {
  position: sticky;
  top: 130px;
}

.led-model-faq__aside h2 {
  max-width: 620px;
  margin: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .96;
  letter-spacing: -.055em;
}

.led-model-faq__aside h2 strong {
  display: block;
  color: var(--scheme-blue-color);
}

.led-model-faq__intro {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(var(--scheme-black-color), .90);
  font-size: 15px;
  line-height: 1.75;
  padding-left: 25px;
  border-left: 2px solid var(--scheme-orange-color);
}


/* ========================================================
   PITCH CARD
======================================================== */

.led-model-faq-card {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  padding: clamp(24px, 2.5vw, 34px);
  border-radius: 25px;
  color: var(--scheme-white-color);
  background-color: var(--scheme-deepblue-color);
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(var(--scheme-blue-rgb), .24),
      transparent 32%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(var(--scheme-orange-rgb), .16),
      transparent 28%
    ),
    var(--scheme-deepblue-color);
  box-shadow: 0 25px 70px rgba(var(--scheme-deepblue-rgb), .15);
}

.led-model-faq-card::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: -35px;
  top: 15px;
  opacity: .24;
  background-image:
    radial-gradient(
      circle,
      var(--scheme-blue-color) 0 2px,
      transparent 2.5px
    );
  background-size: 16px 16px;
  transform: rotate(-8deg);
  mask-image: radial-gradient(circle, #000 15%, transparent 72%);
}

.led-model-faq-card__pitch {
  position: relative;
  z-index: 2;
}

.led-model-faq-card__pitch small,
.led-model-faq-card__pitch strong,
.led-model-faq-card__pitch span {
  display: block;
}

.led-model-faq-card__pitch small {
  color: rgba(var(--scheme-white-rgb), .38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}

.led-model-faq-card__pitch strong {
  margin-top: 5px;
  font-size: clamp(68px, 7vw, 105px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.075em;
}

.led-model-faq-card__pitch span {
  margin-top: 13px;
  color: var(--scheme-orange-color);
  font-size: 15px;
  font-weight: 850;
}

.led-model-faq-card__meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 35px;
  border-top: 1px solid rgba(var(--scheme-white-rgb), .1);
  border-left: 1px solid rgba(var(--scheme-white-rgb), .1);
}

.led-model-faq-card__meta > div {
  min-width: 0;
  padding: 14px 11px;
  border-right: 1px solid rgba(var(--scheme-white-rgb), .1);
  border-bottom: 1px solid rgba(var(--scheme-white-rgb), .1);
}

.led-model-faq-card__meta span,
.led-model-faq-card__meta strong {
  display: block;
}

.led-model-faq-card__meta span {
  margin-bottom: 4px;
  color: rgba(var(--scheme-white-rgb), .36);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.led-model-faq-card__meta strong {
  color: var(--scheme-white-color);
  font-size: 11px;
  font-weight: 850;
}


/* ========================================================
   FAQ ITEMS
======================================================== */

.led-model-faq__items {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.led-model-faq-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--scheme-deepblue-rgb), .1);
  border-radius: 20px;
  background: rgba(var(--scheme-white-rgb), .82);
  box-shadow: 0 15px 40px rgba(var(--scheme-deepblue-rgb), .04);
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.led-model-faq-item:hover {
  border-color: rgba(var(--scheme-blue-rgb), .22);
  box-shadow: 0 20px 50px rgba(var(--scheme-deepblue-rgb), .065);
}

.led-model-faq-item[open] {
  border-color: rgba(var(--scheme-blue-rgb), .3);
  box-shadow: 0 24px 60px rgba(var(--scheme-deepblue-rgb), .075);
}


/* ========================================================
   SUMMARY
======================================================== */

.led-model-faq-item summary {
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: clamp(15px, 2vw, 23px);
  align-items: center;
  padding: 18px clamp(18px, 2.3vw, 28px);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.led-model-faq-item summary::marker {
  content: "";
}

.led-model-faq-item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--scheme-blue-rgb), .2);
  border-radius: 50%;
  color: var(--scheme-blue-color);
  background: rgba(var(--scheme-blue-rgb), .05);
  font-size: 10px;
  font-weight: 900;
}

.led-model-faq-item:nth-child(even) .led-model-faq-item__number {
  color: var(--scheme-orange-color);
  border-color: rgba(var(--scheme-orange-rgb), .22);
  background: rgba(var(--scheme-orange-rgb), .05);
}

.led-model-faq-item summary strong {
  min-width: 0;
  color: var(--scheme-deepblue-color);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.015em;
}


/* ========================================================
   TOGGLE
======================================================== */

.led-model-faq-item__toggle {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--scheme-blue-rgb), .07);
  transition:
    background-color .25s ease,
    transform .3s ease;
}

.led-model-faq-item__toggle::before,
.led-model-faq-item__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: var(--scheme-blue-color);
  transform: translate(-50%, -50%);
  transition:
    background-color .25s ease,
    transform .3s ease;
}

.led-model-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.led-model-faq-item[open] .led-model-faq-item__toggle {
  background: var(--scheme-blue-color);
}

.led-model-faq-item[open] .led-model-faq-item__toggle::before,
.led-model-faq-item[open] .led-model-faq-item__toggle::after {
  background: var(--scheme-white-color);
}

.led-model-faq-item[open] .led-model-faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}


/* ========================================================
   CONTENT
======================================================== */

.led-model-faq-item__content {
  padding:
    0
    clamp(18px, 2.3vw, 28px)
    24px
    calc(clamp(18px, 2.3vw, 28px) + 65px);
}

.led-model-faq-item__content::before {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--scheme-blue-color),
      var(--scheme-orange-color)
    );
}

.led-model-faq-item__content p {
  max-width: 760px;
  margin: 0 0 12px;
  color: rgba(var(--scheme-deepblue-rgb), .90);
  font-size: 14px;
  line-height: 1.75;
}

.led-model-faq-item__content p:last-child {
  margin-bottom: 0;
}


/* ========================================================
   RESPONSIVE
======================================================== */

@media (max-width: 1100px) {
  .led-model-faq__layout {
    grid-template-columns: 1fr;
  }

  .led-model-faq__aside {
    position: static;
  }

  .led-model-faq-card {
    max-width: 650px;
  }
}

@media (max-width: 650px) {
  .led-model-faq {
    padding: 80px 0;
  }

  .led-model-faq-item summary {
    min-height: 80px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 13px;
    padding: 16px;
  }

  .led-model-faq-item__number,
  .led-model-faq-item__toggle {
    width: 36px;
    height: 36px;
  }

  .led-model-faq-item__content {
    padding: 0 16px 20px 65px;
  }

  .led-model-faq-card__meta {
    grid-template-columns: 1fr;
  }
}

/* ========================================================
   LED MODEL CTA
======================================================== */

.led-model-cta {
  position: relative;
  overflow: clip;
  padding: 90px 0;
  color: var(--scheme-white-color);
  background:
    linear-gradient(
      color-mix(in srgb, var(--scheme-deepblue-color) 64%, transparent),
      color-mix(in srgb, var(--scheme-deepblue-color) 68%, transparent)
    ),
    radial-gradient(circle at 20% 10%, rgba(0, 113, 235, .12), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(252, 81, 48, .10), transparent 16%),
    var(--led-model-dark-bg, url("/assets/mine.gmg/imgs/main.v8.jpg")) center center / cover no-repeat;
}

.led-model-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 113, 235, .20), transparent 35%),
    radial-gradient(circle at 85% 35%, rgba(252, 81, 48, .16), transparent 32%);
  pointer-events: none;
}

/* GLOW */

.led-model-cta::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  right: -350px;
  top: -300px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0, 113, 235, .16), transparent 68%);
}

/* ========================================================
   LAYOUT
======================================================== */

.led-model-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, .72fr);
  gap: clamp(55px, 8vw, 125px);
  align-items: start;
}


/* ========================================================
   MATRIX
======================================================== */

.led-model-cta__matrix {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  right: -190px;
  top: -210px;
  opacity: .22;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle,
      var(--scheme-blue-color) 0 2.5px,
      rgba(var(--scheme-blue-rgb), .35) 3px,
      transparent 4px
    );
  background-size: 24px 24px;
  transform: rotate(-10deg);
  mask-image:
    radial-gradient(
      circle,
      #000 10%,
      transparent 72%
    );
}

.led-model-cta__matrix::after {
  content: "";
  position: absolute;
  inset: 70px;
  opacity: .75;
  background-image:
    radial-gradient(
      circle,
      var(--scheme-orange-color) 0 2px,
      transparent 2.5px
    );
  background-size: 48px 48px;
}


/* ========================================================
   CONTENT
======================================================== */

.led-model-cta__content {
  position: sticky;
  top: 130px;
}

.led-model-cta .led-model-section-label {
  color: var(--scheme-orange-color);
}

.led-model-cta__content h2 {
  max-width: 850px;
  margin: 0;
  color: var(--scheme-white-color);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.06em;
}

.led-model-cta__content h2 strong {
  display: block;
  color: var(--scheme-blue-color);
}

.led-model-cta__content > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(var(--scheme-white-rgb), .62);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
}


/* ========================================================
   ACTIONS
======================================================== */

.led-model-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}


/* ========================================================
   PROJECT CARD
======================================================== */

.led-model-cta__project {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(var(--scheme-white-rgb), .13);
  border-radius: 27px;
  background:
    linear-gradient(
      145deg,
      rgba(var(--scheme-white-rgb), .075),
      rgba(var(--scheme-white-rgb), .025)
    );
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .2),
    inset 0 0 0 1px rgba(var(--scheme-white-rgb), .025);
  backdrop-filter: blur(14px);
}

.led-model-cta__project::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -130px;
  top: -130px;
  border-radius: 50%;
  background: rgba(var(--scheme-blue-rgb), .13);
  filter: blur(35px);
}

.led-model-cta__project::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -140px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(var(--scheme-orange-rgb), .10);
  filter: blur(40px);
}


/* ========================================================
   PROJECT HEAD
======================================================== */

.led-model-cta__project-head {
  position: relative;
  z-index: 2;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(var(--scheme-white-rgb), .1);
}

.led-model-cta__project-head span,
.led-model-cta__project-head strong {
  display: block;
}

.led-model-cta__project-head span {
  margin-bottom: 7px;
  color: var(--scheme-orange-color);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
}

.led-model-cta__project-head strong {
  color: var(--scheme-white-color);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.025em;
}


/* ========================================================
   STEPS
======================================================== */

.led-model-cta__steps {
  position: relative;
  z-index: 2;
  display: grid;
}

.led-model-cta-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid rgba(var(--scheme-white-rgb), .08);
}

.led-model-cta-step > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(var(--scheme-blue-rgb), .42);
  border-radius: 50%;
  color: #73bcff;
  background: rgba(var(--scheme-blue-rgb), .09);
  font-size: 12px;
  font-weight: 900;
}

.led-model-cta-step:nth-child(2) > span {
  color: var(--scheme-orange-color);
  border-color: rgba(var(--scheme-orange-rgb), .4);
  background: rgba(var(--scheme-orange-rgb), .08);
}

.led-model-cta-step strong,
.led-model-cta-step small {
  display: block;
}

.led-model-cta-step strong {
  color: var(--scheme-white-color);
  font-size: 14px;
  font-weight: 850;
}

.led-model-cta-step small {
  margin-top: 4px;
  color: rgba(var(--scheme-white-rgb), .43);
  font-size: 11px;
  line-height: 1.45;
}


/* ========================================================
   RESULT
======================================================== */

.led-model-cta__result {
  position: relative;
  z-index: 2;
  margin-top: 23px;
  padding: 18px 19px;
  border-left: 3px solid var(--scheme-orange-color);
  border-radius: 0 13px 13px 0;
  background: rgba(var(--scheme-white-rgb), .045);
}

.led-model-cta__result span {
  display: block;
  margin-bottom: 6px;
  color: var(--scheme-orange-color);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.led-model-cta__result p {
  margin: 0;
  color: rgba(var(--scheme-white-rgb), .58);
  font-size: 11px;
  line-height: 1.55;
}


/* ========================================================
   RESPONSIVE
======================================================== */

@media (max-width: 1050px) {
  .led-model-cta__inner {
    grid-template-columns: 1fr;
  }

  .led-model-cta__project {
    max-width: 720px;
  }
}

@media (max-width: 650px) {
  .led-model-cta {
    padding: 80px 0;
  }

  .led-model-cta__content h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .led-model-cta__actions {
    flex-direction: column;
  }

  .led-model-cta__actions .uled-btn {
    width: 100%;
    justify-content: center;
  }

  .led-model-cta__project {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .led-model-cta__matrix {
    width: 320px;
    height: 320px;
  }
}
