.script-v1-reference .remote-section {
  position: relative;
  width: 100%;
  margin-block: var(--script-section-gap) !important;
  overflow: hidden;
  color: #f8f8fb;
  background: transparent;
}

.script-v1-reference .remote-section::before {
  display: none;
  content: none;
}

.script-v1-reference .remote-shell {
  position: relative;
  z-index: 1;
  width: min(1311.111px, calc(100% - 35.556px));
  margin: 0 auto;
}

.script-v1-reference .remote-layout {
  display: grid;
  grid-template-columns: minmax(244.444px, 0.82fr) minmax(0, 1.55fr);
  align-items: start;
  gap: clamp(31.111px, 4.444vw, 57.778px);
}

.script-v1-reference .remote-copy {
  position: relative;
  top: auto;
  align-self: start;
  padding-top: 4.444px;
}

.script-v1-reference .remote-eyebrow {
  margin: 17.778px 0 0;
  color: var(--abh-global-red, #ff263d);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.script-v1-reference .remote-title {
  max-width: 11.5ch;
  margin: 0;
  color: #f8f8fb;
  font-size: clamp(2rem, 3.45vw, 3.7rem) !important;
  font-weight: 780;
  line-height: 1.02 !important;
  letter-spacing: 0;
}

.script-v1-reference .remote-title span {
  color: transparent;
  background: linear-gradient(90deg, #5e45ff 0%, #bc4bff 44%, #ff4660 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.script-v1-reference .remote-description {
  max-width: 31rem;
  margin: 17.778px 0 0;
  color: #b7bbc5;
  font-size: clamp(0.9556rem, 1.111vw, 1.111rem);
  line-height: 1.65;
}

.script-v1-reference .remote-content {
  min-width: 0;
}

.script-v1-reference .remote-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11.111px;
}

.script-v1-reference .remote-feature-card {
  position: relative;
  min-height: 202.222px;
  padding: 26.667px 17.778px 22.222px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(9, 14, 23, 0.96),
    rgba(5, 9, 15, 0.98)
  );
  box-shadow:
    0 20px 46.667px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.script-v1-reference .remote-feature-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(154, 60, 255, 0.16),
      transparent 52%
    ),
    radial-gradient(circle at 95% 92%, rgba(255, 38, 61, 0.13), transparent 50%);
  transition: opacity 160ms ease;
}

.script-v1-reference .remote-feature-card:hover {
  border-color: rgba(255, 38, 61, 0.38);
  background: #080b12;
  transform: translateY(-3px);
}

.script-v1-reference .remote-feature-card:hover::before {
  opacity: 1;
}

.script-v1-reference .remote-icon,
.script-v1-reference .remote-callout-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #ff4660;
  border: 1.4px solid #ff4660;
  border-radius: 50%;
  background: rgba(255, 38, 61, 0.045);
  box-shadow:
    0 0 22.222px rgba(255, 38, 61, 0.16),
    inset 0 0 20px rgba(255, 38, 61, 0.06);
}

.script-v1-reference .remote-icon {
  width: 75.556px;
  height: 75.556px;
  margin: 0 auto 17.778px;
}

.script-v1-reference .remote-icon-img {
  display: block;
  width: 42.222px;
  height: 42.222px;
  object-fit: contain;
  user-select: none;
  filter: drop-shadow(0 0 7.778px rgba(255, 70, 96, 0.2));
  -webkit-user-drag: none;
}

.script-v1-reference .remote-icon-img--audio {
  width: 40px;
  height: 40px;
}

.script-v1-reference .remote-icon-img--control {
  width: 43.333px;
  height: 43.333px;
}

.script-v1-reference .remote-icon-img--clipboard {
  width: 48.889px;
  height: 48.889px;
}

.script-v1-reference .remote-feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f8f8fb;
  font-size: 1.111rem;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0;
}

.script-v1-reference .remote-feature-card p {
  position: relative;
  z-index: 1;
  margin: 10px auto 0;
  color: #b7bbc5;
  font-size: 0.9rem;
  line-height: 1.46;
}

.script-v1-reference .remote-callout {
  display: grid;
  grid-template-columns: auto 1px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 17.778px;
  padding: 20px 24.444px;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#070a10, #070a10) padding-box,
    linear-gradient(
        100deg,
        rgba(154, 60, 255, 0.55),
        rgba(255, 255, 255, 0.06) 48%,
        rgba(255, 38, 61, 0.55)
      )
      border-box;
  box-shadow: 0 17.778px 40px rgba(0, 0, 0, 0.31);
}

.script-v1-reference .remote-callout-icon {
  width: 64.444px;
  height: 64.444px;
}

.script-v1-reference .remote-callout-icon svg {
  width: 35.556px;
  height: 35.556px;
}

.script-v1-reference .remote-callout-divider {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.11);
}

.script-v1-reference .remote-callout p {
  margin: 0;
  color: #b7bbc5;
  font-size: 0.9rem;
  line-height: 1.58;
}

.script-v1-reference .remote-callout strong {
  color: #f8f8fb;
  font-weight: 640;
}

html[data-abh-theme="light"] .script-v1-reference .remote-section {
  color: #111827;
  background: transparent;
}

html[data-abh-theme="light"] .script-v1-reference .remote-title,
html[data-abh-theme="light"] .script-v1-reference .remote-feature-card h3,
html[data-abh-theme="light"] .script-v1-reference .remote-callout strong {
  color: #111827 !important;
}

html[data-abh-theme="light"] .script-v1-reference .remote-description,
html[data-abh-theme="light"] .script-v1-reference .remote-feature-card p,
html[data-abh-theme="light"] .script-v1-reference .remote-callout p {
  color: #4b5563;
}

html[data-abh-theme="light"] .script-v1-reference .remote-feature-card {
  border-color: rgba(232, 28, 45, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 42px rgba(75, 20, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

html[data-abh-theme="light"] .script-v1-reference .remote-feature-card:hover {
  border-color: rgba(232, 28, 45, 0.32);
  background: #ffffff;
}

html[data-abh-theme="light"] .script-v1-reference .remote-callout {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(
        100deg,
        rgba(94, 69, 255, 0.38),
        rgba(232, 28, 45, 0.08) 48%,
        rgba(232, 28, 45, 0.38)
      )
      border-box;
  box-shadow: 0 16px 36px rgba(75, 20, 31, 0.1);
}

html[data-abh-theme="light"] .script-v1-reference .remote-callout-divider {
  background: rgba(232, 28, 45, 0.16);
}

@media (max-width: 1050px) {
  .script-v1-reference .remote-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .script-v1-reference .remote-copy {
    position: static;
    text-align: center;
  }

  .script-v1-reference .remote-title,
  .script-v1-reference .remote-description {
    max-width: 100%;
  }

  .script-v1-reference .remote-description {
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .script-v1-reference .remote-shell {
    width: calc((100vw - 39px) / var(--script-page-zoom));
  }

  .script-v1-reference .remote-feature-grid {
    grid-template-columns: 1fr;
  }

  .script-v1-reference .remote-feature-card {
    min-height: 0;
    padding: 22.222px 17.778px;
  }

  .script-v1-reference .remote-callout {
    grid-template-columns: auto 1fr;
    gap: 15.556px;
  }

  .script-v1-reference .remote-callout-divider {
    display: none;
  }
}

@media (max-width: 460px) {
  .script-v1-reference .remote-callout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .script-v1-reference .remote-callout-icon {
    margin: 0 auto;
  }
}
