/**
 * Product 776 layout styles — RDL-FPP-1.2 COB.
 * Enqueued only on this product page.
 */

.rdl-pl--776 {
  --rdl-pl-red: #E00100;
  --rdl-pl-red-hover: #C40100;
  --rdl-pl-red-glow: rgba(224, 1, 0, 0.28);
  color: #fff;
  width: 100%;
}

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

.rdl-pl--776 .rdl-reveal,
.rdl-pl--776 .rdl-reveal-left,
.rdl-pl--776 .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--776 .rdl-reveal { transform: translateY(32px); }
.rdl-pl--776 .rdl-reveal-left { transform: translateX(-32px); }
.rdl-pl--776 .rdl-reveal-right { transform: translateX(32px); }

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

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

.rdl-pl--776 .rdl-pl-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.rdl-pl--776 .rdl-pl-section {
  padding: 56px 0;
}

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

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

.rdl-pl--776 .rdl-pl-heading {
  margin: 0 0 28px;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 768px) {
  .rdl-pl--776 .rdl-pl-heading { margin-bottom: 36px; }
}

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

.rdl-pl--776 .rdl-pl-hero {
  padding: calc(var(--rdl-header-offset, 96px) + 16px) 0 36px;
}

@media (min-width: 768px) {
  .rdl-pl--776 .rdl-pl-hero {
    padding: calc(var(--rdl-header-offset, 96px) + 28px) 0 48px;
  }
}

.rdl-pl--776 .rdl-pl-hero__copy {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 28px;
}

.rdl-pl--776 .rdl-pl-hero__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
}

.rdl-pl--776 .rdl-pl-hero__sub {
  margin: 0 auto 24px;
  max-width: 720px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.rdl-pl--776 .rdl-pl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.rdl-pl--776 .rdl-pl-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1.5px solid var(--rdl-pl-red);
  border-radius: 999px;
  background: var(--rdl-pl-red);
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.rdl-pl--776 .rdl-pl-hero__cta:hover {
  background: var(--rdl-pl-red-hover);
  border-color: var(--rdl-pl-red-hover);
  color: #fff;
  transform: translateY(-1px);
}

.rdl-pl--776 .rdl-pl-hero__cta--secondary,
.rdl-pl--776 .rdl-pl-hero__cta--secondary:hover,
.rdl-pl--776 .rdl-pl-hero__cta--secondary:focus {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.rdl-pl--776 .rdl-pl-hero__cta--secondary:hover,
.rdl-pl--776 .rdl-pl-hero__cta--secondary:focus {
  border-color: #fff;
}

.rdl-pl--776 .rdl-pl-hero__shots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 720px) {
  .rdl-pl--776 .rdl-pl-hero__shots {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.rdl-pl--776 .rdl-pl-shot {
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.rdl-pl--776 .rdl-pl-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Product features ─────────────────────────────────────────────── */

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

@media (min-width: 800px) {
  .rdl-pl--776 .rdl-pl-features {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.rdl-pl--776 .rdl-pl-feature {
  position: relative;
  padding: 22px 22px 20px 48px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.rdl-pl--776 .rdl-pl-feature:hover {
  border-color: rgba(224, 1, 0, 0.45);
  background: rgba(224, 1, 0, 0.06);
  transform: translateY(-2px);
}

.rdl-pl--776 .rdl-pl-feature::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 1.85rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rdl-pl-red);
  box-shadow: 0 0 0 4px rgba(224, 1, 0, 0.16);
}

.rdl-pl--776 .rdl-pl-feature__title {
  margin: 0 0 8px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff;
}

.rdl-pl--776 .rdl-pl-feature p {
  margin: 0 0 6px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.rdl-pl--776 .rdl-pl-feature p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .rdl-pl--776 .rdl-pl-feature {
    padding: 26px 26px 24px 52px;
  }

  .rdl-pl--776 .rdl-pl-feature::before {
    left: 24px;
    top: 2.05rem;
  }

  .rdl-pl--776 .rdl-pl-feature__title { font-size: 1.1875rem; }
  .rdl-pl--776 .rdl-pl-feature p { font-size: 1rem; }
}

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

.rdl-pl--776 .rdl-pl-section--specs {
  background: #111;
}

.rdl-pl--776 .rdl-pl-specs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

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

.rdl-pl--776 .rdl-pl-specs th,
.rdl-pl--776 .rdl-pl-specs td {
  padding: 12px 14px;
  font-size: 0.8125rem;
  line-height: 1.45;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rdl-pl--776 .rdl-pl-specs thead th {
  padding: 16px 14px;
  background: #E00100;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.rdl-pl--776 .rdl-pl-specs thead th:last-child {
  text-align: center;
}

.rdl-pl--776 .rdl-pl-specs tbody th[scope="rowgroup"] {
  width: 18%;
  max-width: 180px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  background: #2a2a2a;
  vertical-align: middle;
}

.rdl-pl--776 .rdl-pl-specs tbody th[scope="row"] {
  width: 42%;
  text-align: left;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  background: #1c1c1c;
}

.rdl-pl--776 .rdl-pl-specs tbody td {
  text-align: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  background: #111;
}

.rdl-pl--776 .rdl-pl-specs tbody tr:nth-child(odd) td {
  background: #161616;
}

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

.rdl-pl--776 .rdl-pl-notes {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rdl-pl--776 .rdl-pl-notes p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.48);
}

.rdl-pl--776 .rdl-pl-notes strong {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

@media (min-width: 768px) {
  .rdl-pl--776 .rdl-pl-notes {
    margin-top: 28px;
  }

  .rdl-pl--776 .rdl-pl-notes p { font-size: 0.875rem; }
}

/* ── Product drawing ──────────────────────────────────────────────── */

.rdl-pl--776 .rdl-pl-drawing {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 12px;
}

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

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

.rdl-pl--776 .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--776 .rdl-pl-quote-btn:hover {
  background: var(--rdl-pl-red-hover);
  transform: translateY(-1px);
}

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

html {
  scroll-behavior: smooth;
}
