/**
 * Product 396 layout styles — RDL-Axis Series.
 * Enqueued only on this product page.
 */

.rdl-pl--396 {
  --rdl-pl-red: #E00100;
  --rdl-pl-red-hover: #C40100;
  --rdl-pl-red-glow: rgba(224, 1, 0, 0.28);
  --rdl-pl-ink: #f4f4f4;
  position: relative;
  color: #fff;
  width: 100%;
  background: #05070c;
}

.rdl-pl--396 *,
.rdl-pl--396 *::before,
.rdl-pl--396 *::after {
  box-sizing: border-box;
}

.rdl-pl--396 .rdl-reveal,
.rdl-pl--396 .rdl-reveal-left,
.rdl-pl--396 .rdl-reveal-right {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.rdl-pl--396 .rdl-reveal { transform: translateY(32px); }
.rdl-pl--396 .rdl-reveal-left { transform: translateX(-32px); }
.rdl-pl--396 .rdl-reveal-right { transform: translateX(32px); }

.rdl-pl--396 .rdl-reveal.rdl-visible,
.rdl-pl--396 .rdl-reveal-left.rdl-visible,
.rdl-pl--396 .rdl-reveal-right.rdl-visible {
  opacity: 1;
  transform: none;
}

.rdl-pl--396 .rdl-delay-1 { transition-delay: 0.08s; }
.rdl-pl--396 .rdl-delay-2 { transition-delay: 0.16s; }
.rdl-pl--396 .rdl-delay-3 { transition-delay: 0.24s; }
.rdl-pl--396 .rdl-delay-4 { transition-delay: 0.32s; }

.rdl-pl--396 .rdl-pl-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .rdl-pl--396 .rdl-pl-wrap { padding: 0 32px; }
}

.rdl-pl--396 .rdl-pl-section {
  position: relative;
  z-index: 1;
  padding: 56px 0;
  overflow: hidden;
}

.rdl-pl--396 .rdl-pl-section--last {
  padding-bottom: 72px;
}

@media (min-width: 768px) {
  .rdl-pl--396 .rdl-pl-section { padding: 80px 0; }
  .rdl-pl--396 .rdl-pl-section--last { padding-bottom: 96px; }
}

.rdl-pl--396 .rdl-pl-parallax {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  background-color: #05070c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.rdl-pl--396 .rdl-pl-skin {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.rdl-pl--396 .rdl-pl-hero .rdl-pl-skin::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.28) 0%, rgba(5, 7, 12, 0.06) 42%, rgba(5, 7, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.12) 0%, transparent 36%, rgba(5, 7, 12, 0.32) 100%);
}

.rdl-pl--396 .rdl-pl-frost {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.rdl-pl--396 .rdl-pl-frost > .rdl-pl-skin {
  background: rgba(5, 7, 12, 0.28);
  -webkit-backdrop-filter: blur(32px) saturate(0.88);
  backdrop-filter: blur(32px) saturate(0.88);
}

.rdl-pl--396 .rdl-pl-frost > .rdl-pl-skin::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 12, 0.22);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .rdl-pl--396 .rdl-pl-frost > .rdl-pl-skin {
    background: rgba(5, 7, 12, 0.72);
  }
}

.rdl-pl--396 .rdl-pl-head {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 760px;
}

.rdl-pl--396 .rdl-pl-head__title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-head__lead {
  margin: 16px 0 0;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

/* ── Hero ─────────────────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-hero {
  position: relative;
  z-index: 1;
  min-height: min(100vh, 920px);
  margin-top: -100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--rdl-header-offset, 96px) + 28px) 20px 56px;
  overflow: hidden;
}

.rdl-pl--396 .rdl-pl-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.rdl-pl--396 .rdl-pl-hero__title {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.45);
}

.rdl-pl--396 .rdl-pl-hero__lead {
  margin: 0;
  max-width: 38em;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.rdl-pl--396 .rdl-pl-hero__lead b {
  font-weight: 700;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-hero__shot {
  margin: 0;
  display: flex;
  justify-content: center;
}

.rdl-pl--396 .rdl-pl-hero__shot img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  mix-blend-mode: lighten;
}

@media (min-width: 900px) {
  .rdl-pl--396 .rdl-pl-hero {
    padding: calc(var(--rdl-header-offset, 96px) + 36px) 32px 72px;
  }

  .rdl-pl--396 .rdl-pl-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
  }

  .rdl-pl--396 .rdl-pl-hero__shot img {
    max-width: none;
  }
}

/* ── Cabinet views ────────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-views {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 20px;
  align-items: stretch;
  margin-bottom: 48px;
}

.rdl-pl--396 .rdl-pl-view {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}

.rdl-pl--396 .rdl-pl-view__media {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.rdl-pl--396 .rdl-pl-view__photo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdl-pl--396 .rdl-pl-view--front .rdl-pl-view__photo,
.rdl-pl--396 .rdl-pl-view--back .rdl-pl-view__photo {
  aspect-ratio: 16 / 9;
  padding: 1.7em 0.4em 0.2em 2.1em;
}

.rdl-pl--396 .rdl-pl-view--back .rdl-pl-view__photo {
  padding: 1.7em 0.4em 0.2em 0.4em;
}

.rdl-pl--396 .rdl-pl-view--side .rdl-pl-view__photo {
  padding: 1.7em 0.2em 0.2em;
  min-height: 220px;
}

.rdl-pl--396 .rdl-pl-view__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rdl-pl--396 .rdl-pl-view--side .rdl-pl-view__photo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.rdl-pl--396 .rdl-pl-view__caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
}

.rdl-pl--396 .rdl-pl-dim {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.92);
}

.rdl-pl--396 .rdl-pl-dim--top {
  top: 0;
  left: 2.1em;
  right: 0.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.rdl-pl--396 .rdl-pl-view--side .rdl-pl-dim--top {
  left: 50%;
  right: auto;
  width: min(72px, 70%);
  transform: translateX(-50%);
}

.rdl-pl--396 .rdl-pl-dim--left {
  left: 0;
  top: 1.7em;
  bottom: 0.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.rdl-pl--396 .rdl-pl-dim__label {
  font-size: clamp(0.62rem, 1.3vw, 0.82rem);
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.rdl-pl--396 .rdl-pl-dim__bar {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
}

.rdl-pl--396 .rdl-pl-dim--top .rdl-pl-dim__bar {
  width: 100%;
  height: 1px;
}

.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__bar {
  width: 1px;
  height: 100%;
}

.rdl-pl--396 .rdl-pl-dim__bar::before,
.rdl-pl--396 .rdl-pl-dim__bar::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
}

.rdl-pl--396 .rdl-pl-dim--top .rdl-pl-dim__bar::before,
.rdl-pl--396 .rdl-pl-dim--top .rdl-pl-dim__bar::after {
  top: -4px;
  width: 1px;
  height: 9px;
}

.rdl-pl--396 .rdl-pl-dim--top .rdl-pl-dim__bar::before { left: 0; }
.rdl-pl--396 .rdl-pl-dim--top .rdl-pl-dim__bar::after { right: 0; }

.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__bar::before,
.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__bar::after {
  left: -4px;
  width: 9px;
  height: 1px;
}

.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__bar::before { top: 0; }
.rdl-pl--396 .rdl-pl-dim--left .rdl-pl-dim__bar::after { bottom: 0; }

@media (min-width: 768px) {
  .rdl-pl--396 .rdl-pl-views {
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 1fr);
    gap: 24px 18px;
    margin-bottom: 64px;
  }

  .rdl-pl--396 .rdl-pl-view--side .rdl-pl-view__media {
    min-height: 0;
  }

  .rdl-pl--396 .rdl-pl-view--side .rdl-pl-view__photo {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: auto;
  }

  .rdl-pl--396 .rdl-pl-view__caption {
    font-size: 1.02rem;
  }
}

/* ── Highlight icons ──────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 16px;
}

.rdl-pl--396 .rdl-pl-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.rdl-pl--396 .rdl-pl-highlight__icon {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.rdl-pl--396 .rdl-pl-highlight__label {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

@media (min-width: 900px) {
  .rdl-pl--396 .rdl-pl-highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .rdl-pl--396 .rdl-pl-highlight {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 14px;
  }

  .rdl-pl--396 .rdl-pl-highlight__icon {
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
  }

  .rdl-pl--396 .rdl-pl-highlight__label {
    font-size: 1.02rem;
  }
}

/* ── 16:9 rental ratio ────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-ratio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.rdl-pl--396 .rdl-pl-ratio__title {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3.6vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-ratio__lead {
  margin: 0;
  font-size: clamp(1.28rem, 2.6vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.28;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-ratio__shot {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #0a0a0a;
}

.rdl-pl--396 .rdl-pl-ratio__shot img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .rdl-pl--396 .rdl-pl-ratio {
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: 40px;
  }
}

/* ── Common cathode ───────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-cathode {
  margin: 0 auto;
  max-width: 980px;
}

.rdl-pl--396 .rdl-pl-cathode img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}

/* ── High protection ──────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-protect {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.rdl-pl--396 .rdl-pl-protect__shot {
  margin: 0;
  display: flex;
  justify-content: center;
}

.rdl-pl--396 .rdl-pl-protect__shot img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  mix-blend-mode: lighten;
}

.rdl-pl--396 .rdl-pl-protect__title {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-protect__lead {
  margin: 0 0 28px;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.rdl-pl--396 .rdl-pl-protect__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 14px;
}

.rdl-pl--396 .rdl-pl-protect__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rdl-pl--396 .rdl-pl-protect__item img {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
}

.rdl-pl--396 .rdl-pl-protect__item span {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

@media (min-width: 900px) {
  .rdl-pl--396 .rdl-pl-protect {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
  }

  .rdl-pl--396 .rdl-pl-protect__shot img {
    max-width: none;
  }

  .rdl-pl--396 .rdl-pl-protect__item img {
    width: 58px;
    height: 58px;
  }

  .rdl-pl--396 .rdl-pl-protect__item span {
    font-size: 1.02rem;
  }
}

/* ── 30 / 70 splits ───────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.rdl-pl--396 .rdl-pl-split--flip .rdl-pl-split__copy {
  order: -1;
}

.rdl-pl--396 .rdl-pl-split__title {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-split__lead {
  margin: 0;
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.rdl-pl--396 .rdl-pl-split__media {
  position: relative;
  margin: 0;
}

.rdl-pl--396 .rdl-pl-split__media > img:not(.rdl-pl-modshot__shadow),
.rdl-pl--396 .rdl-pl-modshot__product {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}

.rdl-pl--396 .rdl-pl-modshot {
  min-height: 0;
}

.rdl-pl--396 .rdl-pl-modshot__shadow {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 58%;
  width: 148%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -42%);
  pointer-events: none;
  opacity: 0.55;
  filter: blur(6px);
}

.rdl-pl--396 .rdl-pl-modshot__product {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .rdl-pl--396 .rdl-pl-split {
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
    gap: 40px;
  }

  .rdl-pl--396 .rdl-pl-split--flip {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
  }

  .rdl-pl--396 .rdl-pl-split--flip .rdl-pl-split__copy {
    order: 0;
  }
}

/* ── Versatile mounting ───────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-mount {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}

.rdl-pl--396 .rdl-pl-mount__shot {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.rdl-pl--396 .rdl-pl-mount__shot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  mix-blend-mode: lighten;
}

@media (min-width: 768px) {
  .rdl-pl--396 .rdl-pl-mount {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
  }
}

/* ── Specs ────────────────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-wrap--wide {
  max-width: 1480px;
}

.rdl-pl--396 .rdl-pl-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--rdl-pl-red);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 24px var(--rdl-pl-red-glow);
}

.rdl-pl--396 .rdl-pl-specs-title {
  margin: 0 0 22px;
  font-size: clamp(1.7rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
  color: var(--rdl-pl-red);
}

.rdl-pl--396 .rdl-pl-specs-scroll + .rdl-pl-specs-title {
  margin-top: 48px;
}

.rdl-pl--396 .rdl-pl-specs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(8, 10, 16, 0.72);
}

.rdl-pl--396 .rdl-pl-specs-scroll:last-of-type {
  margin-bottom: 0;
}

.rdl-pl--396 .rdl-pl-specs {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: #fff;
}

.rdl-pl--396 .rdl-pl-specs th,
.rdl-pl--396 .rdl-pl-specs td {
  padding: 12px 12px;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rdl-pl--396 .rdl-pl-specs thead th {
  padding: 14px 8px 16px;
  background: #161616;
  font-weight: 600;
}

.rdl-pl--396 .rdl-pl-specs thead .rdl-pl-pill {
  min-width: 92px;
}

.rdl-pl--396 .rdl-pl-specs thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #161616;
}

.rdl-pl--396 .rdl-pl-specs tbody th {
  text-align: left;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #161616;
  box-shadow: 8px 0 12px -8px rgba(0, 0, 0, 0.55);
}

.rdl-pl--396 .rdl-pl-specs tbody td {
  text-align: center;
}

.rdl-pl--396 .rdl-pl-specs tbody tr:nth-child(odd) td,
.rdl-pl--396 .rdl-pl-specs tbody tr:nth-child(odd) th {
  background: #1c1c1c;
}

.rdl-pl--396 .rdl-pl-specs tbody tr:nth-child(even) td,
.rdl-pl--396 .rdl-pl-specs tbody tr:nth-child(even) th {
  background: #161616;
}

.rdl-pl--396 .rdl-pl-specs tbody td[colspan] {
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  white-space: normal;
}

@media (min-width: 768px) {
  .rdl-pl--396 .rdl-pl-specs th,
  .rdl-pl--396 .rdl-pl-specs td {
    padding: 13px 14px;
    font-size: 0.875rem;
  }
}

.rdl-pl--396 #rdl-pl-specs {
  scroll-margin-top: calc(var(--rdl-header-offset, 96px) + 24px);
}

.rdl-pl--396 .rdl-pl-section--specs .rdl-pl-quote {
  margin-top: 40px;
}

/* ── Quote ────────────────────────────────────────────────────────── */

.rdl-pl--396 .rdl-pl-quote {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.rdl-pl--396 .rdl-pl-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 0;
  border-radius: 999px;
  background: var(--rdl-pl-red);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 8px 24px var(--rdl-pl-red-glow);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rdl-pl--396 .rdl-pl-quote-btn:hover {
  background: var(--rdl-pl-red-hover);
  transform: translateY(-1px);
}

html {
  scroll-behavior: smooth;
}
