body[data-theme="jd-theme"] {
  --jd-bg: #160604;
  --jd-bg-soft: #220907;
  --jd-surface: rgba(43, 13, 10, 0.72);
  --jd-surface-strong: rgba(31, 9, 7, 0.9);
  --jd-accent: #d4522e;
  --jd-accent-soft: #f07e45;
  --jd-accent-glow: #ffb778;
  --jd-line: rgba(212, 82, 46, 0.78);
  --jd-text: #fff7f2;
  --jd-muted: rgba(255, 236, 225, 0.78);
  --jd-muted-strong: rgba(255, 236, 225, 0.92);
  --light-blue-1: var(--jd-accent);
  --gradient-light-blue-1: linear-gradient(135deg, #b33a1f 0%, #f07e45 100%);
  --gradient-light-blue-2: linear-gradient(135deg, #d4522e 0%, #f07e45 100%);
  --gradient-dark-blue-1: linear-gradient(180deg, rgba(22, 6, 4, 0.7), rgba(22, 6, 4, 0.7));
  --card-color-1: rgba(44, 13, 10, 0.84);
  --card-color-2: rgba(29, 9, 7, 0.94);
  --jd-shell-gutter: clamp(24px, 7vw, 124px);
  --topbar-h: 96px;
  --shadow-glow: 0 0 28px rgba(240, 126, 69, 0.34);
  --shadow-glow-blue: var(--shadow-glow);
  color: var(--jd-text);
  background-color: #130403;
  background:
    radial-gradient(circle at 78% 7%, rgba(255, 210, 166, 0.12), transparent 16%),
    radial-gradient(circle at 14% 80%, rgba(212, 82, 46, 0.1), transparent 18%),
    linear-gradient(180deg, #130403 0%, #1a0705 26%, #1d0806 66%, #120302 100%);
}

body[data-theme="jd-theme"]::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 222, 183, 0.08), transparent 18%),
    radial-gradient(circle at 84% 92%, rgba(240, 126, 69, 0.08), transparent 20%);
  z-index: -1;
}

body[data-theme="jd-theme"] a {
  color: inherit;
}

body[data-theme="jd-theme"] .topbar {
  background: rgba(18, 5, 4, 0.78);
  border-bottom: 1px solid rgba(255, 183, 120, 0.12);
}

body[data-theme="jd-theme"] .brand__logo {
  height: 78px;
  width: auto;
}

body[data-theme="jd-theme"] .nav__link,
body[data-theme="jd-theme"] .mobile-menu__link,
body[data-theme="jd-theme"] .footer__link,
body[data-theme="jd-theme"] .footer__metaText {
  color: var(--jd-muted);
}

body[data-theme="jd-theme"] .nav__link:hover,
body[data-theme="jd-theme"] .mobile-menu__link:hover,
body[data-theme="jd-theme"] .footer__link:hover {
  color: var(--jd-text);
  text-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .nav__link--gold,
body[data-theme="jd-theme"] .mobile-menu__link--gold {
  color: var(--jd-accent-soft);
}

body[data-theme="jd-theme"] .nav__cta,
body[data-theme="jd-theme"] .mobile-menu__cta {
  border-color: rgba(255, 183, 120, 0.24);
  background: rgba(212, 82, 46, 0.08);
}

body[data-theme="jd-theme"] .nav__cta:hover,
body[data-theme="jd-theme"] .mobile-menu__cta:hover {
  color: var(--jd-text);
  background: rgba(212, 82, 46, 0.18);
  box-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .mobile-menu {
  background: rgba(18, 5, 4, 0.96);
  border-top: 1px solid rgba(255, 183, 120, 0.12);
}

body[data-theme="jd-theme"] .lang-switcher__trigger {
  border-color: rgba(255, 183, 120, 0.2);
  background: rgba(212, 82, 46, 0.08);
}

body[data-theme="jd-theme"] .lang-switcher__trigger:hover {
  border-color: rgba(255, 183, 120, 0.52);
  box-shadow: var(--shadow-glow);
  background: rgba(212, 82, 46, 0.18);
}

body[data-theme="jd-theme"] .lang-switcher__popover {
  background: rgba(25, 8, 6, 0.98);
  border: 1px solid rgba(255, 183, 120, 0.16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

body[data-theme="jd-theme"] .lang-switcher__option {
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .lang-switcher__option:hover {
  background: rgba(212, 82, 46, 0.16);
}

body[data-theme="jd-theme"] .back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 28px);
  bottom: clamp(18px, 3vw, 28px);
  z-index: 30;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 120, 0.26);
  background: linear-gradient(180deg, rgba(212, 82, 46, 0.96), rgba(179, 58, 31, 0.96));
  color: var(--jd-text);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), 0 0 22px rgba(240, 126, 69, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body[data-theme="jd-theme"] .back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34), var(--shadow-glow);
  background: linear-gradient(180deg, rgba(240, 126, 69, 0.98), rgba(212, 82, 46, 0.98));
}

body[data-theme="jd-theme"] .back-to-top:active {
  transform: translateY(0);
}

body[data-theme="jd-theme"] .jd-page {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 210, 166, 0.08), transparent 18%),
    radial-gradient(circle at 16% 76%, rgba(212, 82, 46, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(20, 5, 4, 0.96) 0%, rgba(25, 7, 5, 0.98) 34%, rgba(24, 7, 5, 0.98) 68%, rgba(17, 4, 3, 0.99) 100%);
}

body[data-theme="jd-theme"] .jd-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 222, 183, 0.04) 0%, rgba(255, 222, 183, 0) 14%),
    radial-gradient(circle at 50% 14%, rgba(255, 222, 183, 0.06), transparent 22%),
    radial-gradient(circle at 84% 86%, rgba(240, 126, 69, 0.06), transparent 24%);
  pointer-events: none;
  z-index: 0;
}

body[data-theme="jd-theme"] .jd-page::after {
  content: "";
  position: absolute;
  inset: auto 0 -180px;
  height: 620px;
  background:
    radial-gradient(circle at 82% 76%, rgba(212, 82, 46, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(212, 82, 46, 0) 0%, rgba(212, 82, 46, 0.12) 70%, rgba(255, 202, 168, 0.08) 100%);
  opacity: 0.24;
  pointer-events: none;
  z-index: 0;
}

body[data-theme="jd-theme"] .jd-page > section,
body[data-theme="jd-theme"] .jd-page > div,
body[data-theme="jd-theme"] .footer {
  position: relative;
  z-index: 1;
}

body[data-theme="jd-theme"] .hero--jd {
  min-height: clamp(700px, 86vh, 900px);
}

body[data-theme="jd-theme"] .hero--jd .hero__bg {
  margin-top: 0;
  background:
    linear-gradient(90deg, rgba(10, 2, 2, 0.96) 0%, rgba(10, 2, 2, 0.82) 22%, rgba(10, 2, 2, 0.36) 50%, rgba(10, 2, 2, 0.1) 100%),
    url("../img/fundo.jpg") center center / cover no-repeat;
  filter: saturate(1.05) brightness(0.96);
}

body[data-theme="jd-theme"] .hero--jd .hero__overlay {
  background:
    radial-gradient(circle at 61% 22%, rgba(255, 231, 196, 0.84), rgba(255, 231, 196, 0) 26%),
    radial-gradient(circle at 62% 35%, rgba(240, 126, 69, 0.12), transparent 28%);
}

body[data-theme="jd-theme"] .hero--jd .hero__content {
  min-height: inherit;
}

@media (min-width: 1441px) {
  body[data-theme="jd-theme"] .hero--jd .hero__content {
    width: min(1440px, calc(100% - 48px));
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  body[data-theme="jd-theme"] .trailer__inner {
    width: min(1600px, calc(100% - 48px));
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

body[data-theme="jd-theme"] .jd-hero {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  row-gap: 54px;
  column-gap: 0;
  align-items: center;
  padding: 150px var(--jd-shell-gutter) 96px;
}

body[data-theme="jd-theme"] .jd-hero__left {
  max-width: 468px;
}

body[data-theme="jd-theme"] .jd-hero__title {
  margin: 0 0 18px;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .jd-hero__titleImage {
  display: block;
  width: min(100%, 390px);
  height: auto;
  filter:
    drop-shadow(0 10px 18px rgba(18, 4, 3, 0.22))
    drop-shadow(0 22px 52px rgba(8, 2, 2, 0.18))
    drop-shadow(0 0 18px rgba(255, 236, 225, 0.06));
}

body[data-theme="jd-theme"] .jd-hero__desc {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.42;
  color: var(--jd-muted-strong);
}

body[data-theme="jd-theme"] .jd-hero__desc strong {
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .jd-hero__pills {
  display: grid;
  gap: 14px;
  max-width: 382px;
}

body[data-theme="jd-theme"] .jd-pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 64px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid var(--jd-line);
  background: linear-gradient(90deg, rgba(55, 18, 14, 0.84), rgba(55, 18, 14, 0.28));
  box-shadow: inset 0 0 0 1px rgba(255, 183, 120, 0.05);
  color: var(--jd-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body[data-theme="jd-theme"] .jd-pill strong {
  margin-left: 6px;
}

body[data-theme="jd-theme"] .jd-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 183, 120, 0.5);
  box-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .jd-hero__right {
  display: flex;
  justify-content: center;
  align-items: center;
}

body[data-theme="jd-theme"] .jd-hero__logoFrame {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}

body[data-theme="jd-theme"] .jd-hero__logoStack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

body[data-theme="jd-theme"] .jd-hero__logo {
  width: min(100%, 820px);
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.38));
}

body[data-theme="jd-theme"] .jd-hero__date {
  margin: -100px 0 0;
  color: rgba(92, 50, 34, 0.78);
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 10px rgba(255, 244, 226, 0.26);
  position: relative;
  z-index: 2;
}

body[data-theme="jd-theme"] .jd-hero__date strong {
  color: rgba(92, 50, 34, 0.92);
  font-weight: 800;
}

body[data-theme="jd-theme"] .carousel-section,
body[data-theme="jd-theme"] .trailer,
body[data-theme="jd-theme"] .jd-channel,
body[data-theme="jd-theme"] .jd-promo-lead,
body[data-theme="jd-theme"] .promo-section,
body[data-theme="jd-theme"] .info-section,
body[data-theme="jd-theme"] .faq-section,
body[data-theme="jd-theme"] .footer {
  background: transparent !important;
  border-top: 0 !important;
  box-shadow: none;
}

body[data-theme="jd-theme"] .jd-page > section + section,
body[data-theme="jd-theme"] .footer {
  margin-top: -1px;
}

body[data-theme="jd-theme"] .carousel-section {
  padding: 48px 5% 28px;
}

body[data-theme="jd-theme"] .hero--jd + .carousel-section {
  padding-top: 88px;
}

body[data-theme="jd-theme"] .carousel-section + .carousel-section {
  padding-top: 64px;
}

body[data-theme="jd-theme"] .carousel-section + .trailer {
  padding-top: 92px;
}

body[data-theme="jd-theme"] .carousel-section__inner {
  margin-bottom: 18px;
}

body[data-theme="jd-theme"] .carousel-section__title {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] .carousel__link,
body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] a {
  border-radius: 24px;
  border-color: rgba(212, 82, 46, 0.28);
  background: rgba(46, 14, 11, 0.72);
}

body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] .carousel__link:hover,
body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] a:hover {
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34), var(--shadow-glow);
}

body[data-theme="jd-theme"] .carousel-section .slideLeft,
body[data-theme="jd-theme"] .carousel-section .slideRight {
  border-color: rgba(255, 183, 120, 0.35);
  background: rgba(17, 4, 3, 0.56);
}

body[data-theme="jd-theme"] .carousel-section .slideLeft:hover,
body[data-theme="jd-theme"] .carousel-section .slideRight:hover {
  background: rgba(17, 4, 3, 0.8);
  box-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .trailer {
  padding: 48px 0 24px;
}

body[data-theme="jd-theme"] .trailer__inner {
  padding: 0 var(--jd-shell-gutter);
  background: none;
  gap: 28px;
}

body[data-theme="jd-theme"] .trailer__title {
  font-size: clamp(27px, 3vw, 42px);
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .jd-trailer__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body[data-theme="jd-theme"] .jd-trailer-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body[data-theme="jd-theme"] .jd-trailer-card .video,
body[data-theme="jd-theme"] .jd-trailer-card .video--plyr {
  width: 100%;
  border-radius: 28px;
  border-color: rgba(212, 82, 46, 0.24);
  background: rgba(24, 6, 5, 0.92);
}

body[data-theme="jd-theme"] .jd-trailer-card .video--plyr {
  border: 1px solid rgba(212, 82, 46, 0.24);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

body[data-theme="jd-theme"] .jd-trailer-card .video--plyr .plyr,
body[data-theme="jd-theme"] .jd-trailer-card .video--plyr .plyr__video-embed,
body[data-theme="jd-theme"] .jd-trailer-card .video--plyr .plyr__video-wrapper {
  border-radius: 28px;
  overflow: hidden;
}

body[data-theme="jd-theme"] .jd-trailer-card .video--plyr .plyr {
  --plyr-color-main: var(--jd-accent-soft);
  background: rgba(24, 6, 5, 0.92);
}

body[data-theme="jd-theme"] .jd-trailer-card .video--plyr .plyr__control--overlaid {
  background: rgba(212, 82, 46, 0.92);
}

body[data-theme="jd-theme"] .jd-trailer-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

body[data-theme="jd-theme"] .jd-trailer-card__text {
  margin: 0;
  color: var(--jd-muted);
  font-size: 15px;
  line-height: 1.55;
}

body[data-theme="jd-theme"] .jd-channel {
  padding: 88px 0 88px;
}

body[data-theme="jd-theme"] .jd-channel__grid {
  width: min(1280px, calc(100vw - 32px));
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, calc(35% - 16px)) minmax(0, calc(64% - 16px));
  gap: 32px;
  align-items: center;
  padding-inline: clamp(8px, 2vw, 28px);
}

body[data-theme="jd-theme"] .jd-channel__eyebrow {
  margin: 0 0 14px;
  color: var(--jd-accent-glow);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-theme="jd-theme"] .jd-channel__title {
  margin: 0 0 14px;
  font-size: clamp(29px, 3.2vw, 43px);
  line-height: 1.04;
}

body[data-theme="jd-theme"] .jd-channel__description {
  margin: 0 0 26px;
  color: var(--jd-muted);
  font-size: 19px;
  line-height: 1.7;
  max-width: 560px;
}

body[data-theme="jd-theme"] .jd-channel__frame {
  position: relative;
  display: block;
  padding: 28px 28px 24px 124px;
  border-radius: 28px;
  border: 1px solid var(--jd-line);
  background: linear-gradient(180deg, rgba(39, 11, 9, 0.88), rgba(27, 8, 6, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  overflow: visible;
}

body[data-theme="jd-theme"] .jd-channel__logoWrap {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  transform: translateY(-50%);
}

body[data-theme="jd-theme"] .jd-channel__logo {
  width: 100%;
  max-width: 96px;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
}

body[data-theme="jd-theme"] .jd-channel__frameContent {
  min-height: 100%;
}

body[data-theme="jd-theme"] .jd-channel__frameTitle {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(240, 126, 69, 0.7);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

body[data-theme="jd-theme"] .jd-channel__frameText {
  margin: 0;
  color: var(--jd-muted);
  font-size: 15px;
  line-height: 1.65;
}

body[data-theme="jd-theme"] .jd-channel__player {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 120, 0.18);
  background: rgba(6, 2, 2, 0.92);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.38);
}

body[data-theme="jd-theme"] .jd-channel__playerLink {
  position: relative;
  display: block;
  text-decoration: none;
}

body[data-theme="jd-theme"] .jd-channel__playerImage {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.32s ease;
}

body[data-theme="jd-theme"] .jd-channel__playBadge {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: clamp(74px, 9vw, 96px);
  height: clamp(74px, 9vw, 96px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 238, 223, 0.34);
  background: rgba(22, 6, 4, 0.5);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32), 0 0 0 10px rgba(255, 183, 120, 0.08);
  backdrop-filter: blur(6px);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.32s ease, background 0.32s ease, box-shadow 0.32s ease;
  pointer-events: none;
}

body[data-theme="jd-theme"] .jd-channel__playIcon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid rgba(255, 247, 242, 0.96);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

body[data-theme="jd-theme"] .jd-channel__playerLink:hover .jd-channel__playerImage {
  transform: scale(1);
}

body[data-theme="jd-theme"] .jd-channel__playerLink:hover .jd-channel__playBadge {
  background: rgba(22, 6, 4, 0.64);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36), 0 0 0 12px rgba(255, 183, 120, 0.1);
  transform: translate(-50%, -50%) scale(0.94);
}

body[data-theme="jd-theme"] .plyr {
  --plyr-color-main: var(--jd-accent-soft);
  --plyr-video-control-background-hover: rgba(240, 126, 69, 0.18);
  --plyr-video-control-color-hover: #ffffff;
  --plyr-menu-background: rgba(24, 6, 5, 0.96);
  --plyr-menu-color: var(--jd-text);
  --plyr-tooltip-background: rgba(24, 6, 5, 0.96);
  --plyr-video-progress-buffered-background: rgba(255, 255, 255, 0.16);
  --plyr-control-radius: 14px;
}

body[data-theme="jd-theme"] .plyr--video {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(6, 2, 2, 0.92);
}

body[data-theme="jd-theme"] .plyr__control--overlaid {
  background: rgba(212, 82, 46, 0.92);
}

body[data-theme="jd-theme"] .jd-promo-lead {
  padding: 36px 0 8px;
}

body[data-theme="jd-theme"] .footer__grid {
  padding-inline: var(--jd-shell-gutter);
}

body[data-theme="jd-theme"] .jd-promo-lead__title {
  margin: 0;
  text-align: center;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
}

body[data-theme="jd-theme"] .promo-headline:not(.jd-promo-mainTitle) {
  font-size: 32px;
}

body[data-theme="jd-theme"] .promo-section {
  padding: 20px 0 0;
}

body[data-theme="jd-theme"] .promo-grid {
  grid-template-columns: minmax(0, 1.2fr) auto minmax(220px, 0.9fr);
  gap: 28px;
  padding: 78px 36px 80px;
  border-radius: 34px;
  border: 1px solid rgba(212, 82, 46, 0.18);
  background: linear-gradient(180deg, rgba(38, 11, 8, 0.66), rgba(28, 8, 6, 0.52));
}

body[data-theme="jd-theme"] .promo-details {
  min-width: 0;
}

body[data-theme="jd-theme"] .promo-coupon {
  min-width: max-content;
}

body[data-theme="jd-theme"] .promo-cta {
  min-width: max-content;
}

body[data-theme="jd-theme"] .promo-headline,
body[data-theme="jd-theme"] .info-plan-title,
body[data-theme="jd-theme"] .footer__title {
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .jd-promo-mainTitle {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(30px, 3.2vw, 48px);
  color: var(--jd-accent-soft);
}

body[data-theme="jd-theme"] .info-plan-title {
  font-size: 22px;
}

body[data-theme="jd-theme"] .promo-details p,
body[data-theme="jd-theme"] .coupon-label,
body[data-theme="jd-theme"] .info-plan-subtitle,
body[data-theme="jd-theme"] .info-note {
  color: var(--jd-muted);
}

body[data-theme="jd-theme"] .coupon-code {
  background: rgba(24, 6, 5, 0.92);
  border-color: var(--jd-accent-soft);
  box-shadow: 0 0 24px rgba(240, 126, 69, 0.28);
  animation: couponGlowJd 1.35s ease-in-out infinite;
}

@keyframes couponGlowJd {
  0%,
  100% {
    box-shadow:
      0 0 18px rgba(212, 82, 46, 0.26),
      0 0 30px rgba(240, 126, 69, 0.14);
  }

  50% {
    box-shadow:
      0 0 26px rgba(240, 126, 69, 0.42),
      0 0 46px rgba(255, 183, 120, 0.24);
  }
}

body[data-theme="jd-theme"] .copy-btn {
  background: var(--jd-accent);
}

body[data-theme="jd-theme"] .copy-btn:hover {
  background: var(--jd-accent-soft);
  box-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .btn-primary-large {
  background: var(--gradient-light-blue-2);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  min-width: 220px;
  justify-content: center;
  white-space: nowrap;
}

body[data-theme="jd-theme"] .btn-primary-large:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), var(--shadow-glow);
}

body[data-theme="jd-theme"] .info-section {
  padding: 44px 0 24px;
}

body[data-theme="jd-theme"] .faq-section {
  padding: 64px 0 34px;
}

body[data-theme="jd-theme"] .faq-section__inner {
  padding-inline: var(--jd-shell-gutter);
}

body[data-theme="jd-theme"] .faq-section__title {
  margin: 0 0 24px;
  color: var(--jd-text);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.06;
}

body[data-theme="jd-theme"] .faq-list {
  display: grid;
  gap: 14px;
}

body[data-theme="jd-theme"] .faq-item {
  margin: 0;
  border: 1px solid rgba(255, 183, 120, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(40, 12, 9, 0.82), rgba(27, 8, 6, 0.9));
  overflow: hidden;
}

body[data-theme="jd-theme"] .faq-item__question {
  position: relative;
  display: block;
  padding: 24px 68px 24px 28px;
  cursor: pointer;
  list-style: none;
  color: var(--jd-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

body[data-theme="jd-theme"] .faq-item__question::-webkit-details-marker {
  display: none;
}

body[data-theme="jd-theme"] .faq-item__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 183, 120, 0.2);
  color: var(--jd-accent-glow);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.22s ease, color 0.22s ease;
}

body[data-theme="jd-theme"] .faq-item[open] .faq-item__question::after {
  content: "−";
  background: rgba(212, 82, 46, 0.12);
  color: var(--jd-text);
}

body[data-theme="jd-theme"] .faq-item__answer {
  padding: 0 28px 24px;
}

body[data-theme="jd-theme"] .faq-item__answer p {
  margin: 0;
  color: var(--jd-muted);
  font-size: 17px;
  line-height: 1.74;
}

body[data-theme="jd-theme"] .info-card {
  border-radius: 28px;
  border: 1px solid rgba(212, 82, 46, 0.18);
  background: linear-gradient(180deg, rgba(39, 11, 9, 0.88), rgba(27, 8, 6, 0.94));
}

body[data-theme="jd-theme"] .info-badge {
  background: rgba(212, 82, 46, 0.16);
  color: var(--jd-accent-glow);
  border: 1px solid rgba(255, 183, 120, 0.26);
}

body[data-theme="jd-theme"] .info-price-old {
  color: rgba(255, 236, 225, 0.5);
}

body[data-theme="jd-theme"] .info-price-new {
  color: var(--jd-accent-soft);
}

body[data-theme="jd-theme"] .info-price-period {
  color: var(--jd-muted);
}

body[data-theme="jd-theme"] .footer {
  padding-top: 74px;
  border-top: 0;
}

body[data-theme="jd-theme"] .footer__bottom {
  border-top: 0;
  background: transparent;
}

body[data-theme="jd-theme"] .pill {
  background: rgba(212, 82, 46, 0.12);
  border-color: rgba(212, 82, 46, 0.26);
}

body[data-theme="jd-theme"] .pill:hover {
  box-shadow: var(--shadow-glow);
}

body[data-theme="jd-theme"] .pill--phone {
  background: rgba(255, 183, 120, 0.08);
  border-color: rgba(255, 183, 120, 0.24);
}

@media (max-width: 1140px) {
  body[data-theme="jd-theme"] {
    --jd-shell-gutter: clamp(18px, 4vw, 72px);
  }

  body[data-theme="jd-theme"] .topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  body[data-theme="jd-theme"] .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  body[data-theme="jd-theme"] .topbar__actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    margin-left: 0;
  }

  body[data-theme="jd-theme"] .lang-switcher {
    order: 1;
  }

  body[data-theme="jd-theme"] .nav {
    display: none;
  }

  body[data-theme="jd-theme"] .hamburger {
    order: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body[data-theme="jd-theme"] .lang-switcher__popover {
    left: auto;
    right: 0;
    transform: none;
    top: calc(100% + 10px);
  }

  body[data-theme="jd-theme"] .jd-hero {
    row-gap: 34px;
    column-gap: 0;
    padding-top: 138px;
    padding-bottom: 88px;
  }

  body[data-theme="jd-theme"] .jd-hero__title {
    font-size: clamp(46px, 4.8vw, 64px);
  }

  body[data-theme="jd-theme"] .jd-hero__titleImage {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  body[data-theme="jd-theme"] .jd-hero__desc {
    font-size: 20px;
  }

  body[data-theme="jd-theme"] .jd-hero__logo {
    width: min(100%, 660px);
  }

  body[data-theme="jd-theme"] .jd-hero__date {
    margin-top: -82px;
    font-size: clamp(21px, 2vw, 28px);
    letter-spacing: 0.24em;
  }

  body[data-theme="jd-theme"] .jd-channel__grid {
    gap: 34px;
  }

  body[data-theme="jd-theme"] .promo-grid {
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 24px;
    align-items: start;
  }

  body[data-theme="jd-theme"] .promo-details {
    grid-column: 1 / 2;
  }

  body[data-theme="jd-theme"] .promo-coupon {
    grid-column: 2 / 3;
    align-self: center;
  }

  body[data-theme="jd-theme"] .promo-cta {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  body[data-theme="jd-theme"] .jd-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 142px var(--jd-shell-gutter) 76px;
    text-align: center;
  }

  body[data-theme="jd-theme"] .jd-hero__right {
    order: 1;
  }

  body[data-theme="jd-theme"] .jd-hero__left {
    order: 2;
    max-width: 640px;
    margin: 0 auto;
  }

  body[data-theme="jd-theme"] .jd-hero__logoStack {
    gap: 10px;
  }

  body[data-theme="jd-theme"] .jd-hero__pills {
    max-width: 520px;
    margin: 0 auto;
  }

  body[data-theme="jd-theme"] .jd-pill {
    justify-content: center;
  }

  body[data-theme="jd-theme"] .carousel-section__title,
  body[data-theme="jd-theme"] .trailer__title,
  body[data-theme="jd-theme"] .jd-promo-lead__title {
    font-size: clamp(26px, 3.2vw, 34px);
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] {
    gap: 14px;
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"][aspect-ratio="landscape"] {
    grid-auto-columns: calc((100% - (14px * 2)) / 3);
  }

  body[data-theme="jd-theme"] .carousel-section .slideLeft,
  body[data-theme="jd-theme"] .carousel-section .slideRight {
    width: 42px;
    height: 42px;
  }

  body[data-theme="jd-theme"] .jd-trailer__grid,
  body[data-theme="jd-theme"] .jd-channel__grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="jd-theme"] .jd-trailer__grid {
    gap: 26px;
  }

  body[data-theme="jd-theme"] .jd-channel {
    padding: 72px 0;
  }

  body[data-theme="jd-theme"] .jd-channel__left {
    max-width: 760px;
    margin: 0 auto;
  }

  body[data-theme="jd-theme"] .jd-channel__eyebrow,
  body[data-theme="jd-theme"] .jd-channel__title,
  body[data-theme="jd-theme"] .jd-channel__description {
    text-align: center;
  }

  body[data-theme="jd-theme"] .jd-channel__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }
}

@media (max-width: 900px) {
  body[data-theme="jd-theme"] {
    --jd-shell-gutter: 12px;
  }

  body[data-theme="jd-theme"] .carousel-section {
    padding: 36px 5% 16px;
  }

  body[data-theme="jd-theme"] .hero--jd + .carousel-section {
    padding-top: 68px;
  }

  body[data-theme="jd-theme"] .carousel-section + .carousel-section {
    padding-top: 48px;
  }

  body[data-theme="jd-theme"] .carousel-section + .trailer {
    padding-top: 72px;
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"] {
    gap: 12px;
    padding: 14px 0;
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"][aspect-ratio="landscape"] {
    grid-auto-columns: calc((100% - 12px) / 2.15);
  }

  body[data-theme="jd-theme"] .carousel-section .slideLeft,
  body[data-theme="jd-theme"] .carousel-section .slideRight {
    display: none !important;
  }

  body[data-theme="jd-theme"] .trailer__inner {
    padding-inline: 12px;
  }

  body[data-theme="jd-theme"] .jd-channel__grid {
    padding-inline: 0;
  }

  body[data-theme="jd-theme"] .promo-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 22px 46px;
    text-align: center;
  }

  body[data-theme="jd-theme"] .promo-details,
  body[data-theme="jd-theme"] .promo-coupon,
  body[data-theme="jd-theme"] .promo-cta {
    grid-column: auto;
  }

  body[data-theme="jd-theme"] .promo-coupon,
  body[data-theme="jd-theme"] .promo-cta {
    min-width: 0;
  }

  body[data-theme="jd-theme"] .promo-cta {
    justify-content: center;
  }

  body[data-theme="jd-theme"] .faq-section {
    padding: 52px 0 26px;
  }

  body[data-theme="jd-theme"] .faq-item__question {
    font-size: 18px;
  }

  body[data-theme="jd-theme"] .faq-item__answer p {
    font-size: 16px;
  }

  body[data-theme="jd-theme"] .footer__grid {
    gap: 26px;
  }
}

@media (max-width: 830px) {
  body[data-theme="jd-theme"] {
    --jd-shell-gutter: 10px;
    --topbar-h: 84px;
  }

  body[data-theme="jd-theme"] .back-to-top {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
  }

  body[data-theme="jd-theme"] .hero--jd {
    min-height: auto;
  }

  body[data-theme="jd-theme"] .hero--jd .hero__bg {
    background:
      linear-gradient(0deg, rgba(10, 2, 2, 0.94) 0%, rgba(10, 2, 2, 0.68) 36%, rgba(10, 2, 2, 0.18) 72%, rgba(10, 2, 2, 0.02) 100%),
      url("../img/fundo.jpg") center center / cover no-repeat;
    background-position: center center;
    background-size: cover;
  }

  body[data-theme="jd-theme"] .hero--jd .hero__content {
    margin: 16vh auto 0;
  }

  body[data-theme="jd-theme"] .hero--jd .hero__overlay {
    background:
      radial-gradient(circle at 58% 18%, rgba(255, 231, 196, 0.56), rgba(255, 231, 196, 0) 24%),
      linear-gradient(0deg, rgba(10, 2, 2, 0.36) 0%, rgba(10, 2, 2, 0.18) 42%, rgba(10, 2, 2, 0) 100%);
  }

  body[data-theme="jd-theme"] .jd-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px var(--jd-shell-gutter) 56px;
    text-align: center;
  }

  body[data-theme="jd-theme"] .jd-hero__right {
    order: 1;
  }

  body[data-theme="jd-theme"] .jd-hero__left {
    order: 2;
    max-width: none;
  }

  body[data-theme="jd-theme"] .jd-hero__title {
    font-size: clamp(40px, 11vw, 60px);
  }

  body[data-theme="jd-theme"] .jd-hero__titleImage {
    width: min(100%, 340px);
  }

  body[data-theme="jd-theme"] .jd-hero__date {
    margin-top: -70px;
    font-size: 20px;
    letter-spacing: 0.18em;
  }

  body[data-theme="jd-theme"] .jd-hero__desc {
    font-size: 20px;
  }

  body[data-theme="jd-theme"] .jd-hero__pills {
    max-width: none;
  }

  body[data-theme="jd-theme"] .jd-pill {
    justify-content: center;
    min-height: 58px;
    font-size: 13px;
  }

  body[data-theme="jd-theme"] .carousel-section {
    padding: 34px 5% 14px;
  }

  body[data-theme="jd-theme"] .hero--jd + .carousel-section {
    padding-top: 54px;
  }

  body[data-theme="jd-theme"] .carousel-section + .carousel-section {
    padding-top: 44px;
  }

  body[data-theme="jd-theme"] .carousel-section + .trailer {
    padding-top: 62px;
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"][aspect-ratio="landscape"] {
    grid-auto-columns: calc((100% - 12px) / 1.5);
  }

  body[data-theme="jd-theme"] .carousel-section__title,
  body[data-theme="jd-theme"] .trailer__title,
  body[data-theme="jd-theme"] .jd-promo-lead__title {
    font-size: 26px;
  }

  body[data-theme="jd-theme"] .jd-trailer__grid,
  body[data-theme="jd-theme"] .jd-channel__grid {
    grid-template-columns: 1fr;
  }

  body[data-theme="jd-theme"] .jd-channel {
    padding: 64px 0;
  }

  body[data-theme="jd-theme"] .jd-channel__eyebrow,
  body[data-theme="jd-theme"] .jd-channel__title,
  body[data-theme="jd-theme"] .jd-channel__description {
    text-align: center;
  }

  body[data-theme="jd-theme"] .jd-channel__description {
    margin-left: auto;
    margin-right: auto;
  }

  body[data-theme="jd-theme"] .jd-channel__frame {
    padding: 92px 22px 24px;
    text-align: center;
  }

  body[data-theme="jd-theme"] .jd-channel__logoWrap {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
  }

  body[data-theme="jd-theme"] .jd-channel__logo {
    max-width: none;
  }

  body[data-theme="jd-theme"] .jd-channel__frameContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body[data-theme="jd-theme"] .jd-channel__frameTitle {
    max-width: 260px;
    margin: 2px auto 14px;
    font-size: 16px;
    line-height: 1.22;
  }

  body[data-theme="jd-theme"] .jd-channel__frameText {
    max-width: 320px;
    margin: 0 auto;
  }

  body[data-theme="jd-theme"] .promo-grid {
    padding: 36px 20px 38px;
  }

  body[data-theme="jd-theme"] .jd-promo-mainTitle {
    font-size: 27px;
    margin-bottom: 26px;
  }

  body[data-theme="jd-theme"] .faq-section {
    padding: 44px 0 22px;
  }

  body[data-theme="jd-theme"] .faq-section__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  body[data-theme="jd-theme"] .faq-item {
    border-radius: 22px;
  }

  body[data-theme="jd-theme"] .faq-item__question {
    padding: 22px 62px 22px 22px;
    font-size: 17px;
  }

  body[data-theme="jd-theme"] .faq-item__question::after {
    right: 18px;
  }

  body[data-theme="jd-theme"] .faq-item__answer {
    padding: 0 22px 22px;
  }

  body[data-theme="jd-theme"] .faq-item__answer p {
    font-size: 15px;
  }

  body[data-theme="jd-theme"] .jd-page::after {
    height: 460px;
    bottom: -120px;
  }

  body[data-theme="jd-theme"] .footer {
    padding-top: 54px;
  }
}

@media (max-width: 640px) {
  body[data-theme="jd-theme"] {
    --jd-shell-gutter: 8px;
    --topbar-h: 76px;
  }

  body[data-theme="jd-theme"] .brand__logo {
    height: 64px;
  }

  body[data-theme="jd-theme"] .back-to-top {
    width: 48px;
    height: 48px;
    right: 12px;
    bottom: 12px;
  }

  body[data-theme="jd-theme"] .jd-hero {
    padding-top: 14px;
    padding-bottom: 52px;
  }

  body[data-theme="jd-theme"] .hero--jd .hero__content {
    margin-top: 10vh;
  }

  body[data-theme="jd-theme"] .jd-hero__title {
    font-size: clamp(36px, 12vw, 52px);
  }

  body[data-theme="jd-theme"] .jd-hero__titleImage {
    width: min(100%, 260px);
  }

  body[data-theme="jd-theme"] .jd-hero__date {
    margin-top: -52px;
    font-size: 17px;
    letter-spacing: 0.14em;
  }

  body[data-theme="jd-theme"] .jd-hero__desc {
    font-size: 20px;
    line-height: 1.55;
  }

  body[data-theme="jd-theme"] .jd-pill {
    min-height: 56px;
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  body[data-theme="jd-theme"] .carousel-section__title,
  body[data-theme="jd-theme"] .trailer__title,
  body[data-theme="jd-theme"] .jd-promo-lead__title {
    font-size: 22px;
  }

  body[data-theme="jd-theme"] .hero--jd + .carousel-section {
    padding-top: 44px;
  }

  body[data-theme="jd-theme"] .carousel-section + .carousel-section {
    padding-top: 40px;
  }

  body[data-theme="jd-theme"] .carousel-section + .trailer {
    padding-top: 52px;
  }

  body[data-theme="jd-theme"] .carousel-section .carousel[data-target="carousel"][aspect-ratio="landscape"] {
    grid-auto-columns: calc((100% - 12px) / 1.5);
  }

  body[data-theme="jd-theme"] .jd-trailer__grid {
    gap: 24px;
    padding-inline: 6px;
  }

  body[data-theme="jd-theme"] .jd-trailer-card__title {
    font-size: 18px;
  }

  body[data-theme="jd-theme"] .jd-trailer-card__text,
  body[data-theme="jd-theme"] .jd-channel__frameText {
    font-size: 14px;
  }

  body[data-theme="jd-theme"] .jd-channel__title {
    font-size: clamp(24px, 6.4vw, 32px);
  }

  body[data-theme="jd-theme"] .jd-channel__description {
    font-size: 16px;
    line-height: 1.6;
  }

  body[data-theme="jd-theme"] .jd-channel__frame {
    padding: 98px 18px 22px;
    border-radius: 24px;
  }

  body[data-theme="jd-theme"] .jd-channel__logoWrap {
    top: -6px;
    width: 78px;
  }

  body[data-theme="jd-theme"] .jd-channel__frameTitle {
    max-width: 220px;
    margin-top: 4px;
    font-size: 15px;
    padding-bottom: 10px;
  }

  body[data-theme="jd-theme"] .jd-channel__frameText {
    max-width: 280px;
    line-height: 1.7;
  }

  body[data-theme="jd-theme"] .promo-grid {
    padding: 24px 16px 26px;
    border-radius: 28px;
    gap: 24px;
  }

  body[data-theme="jd-theme"] .info-section {
    padding: 36px 0 18px;
  }

  body[data-theme="jd-theme"] .faq-section {
    padding: 38px 0 18px;
  }

  body[data-theme="jd-theme"] .faq-section__title {
    font-size: 22px;
  }

  body[data-theme="jd-theme"] .faq-item__question {
    padding: 20px 56px 20px 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  body[data-theme="jd-theme"] .faq-item__question::after {
    width: 30px;
    height: 30px;
    right: 14px;
    font-size: 22px;
  }

  body[data-theme="jd-theme"] .faq-item__answer {
    padding: 0 18px 20px;
  }

  body[data-theme="jd-theme"] .faq-item__answer p {
    font-size: 15px;
    line-height: 1.68;
  }

  body[data-theme="jd-theme"] .jd-promo-mainTitle {
    font-size: 24px;
  }

  body[data-theme="jd-theme"] .coupon-code {
    font-size: clamp(28px, 10vw, 34px);
    letter-spacing: 2px;
  }

  body[data-theme="jd-theme"] .btn-primary-large {
    width: 100%;
    min-width: 0;
    padding: 12px 24px;
    font-size: 18px;
  }

  body[data-theme="jd-theme"] .info-card {
    padding: 32px 22px;
  }

  body[data-theme="jd-theme"] .info-note {
    font-size: 11px;
    line-height: 1.55;
  }
}

@media (max-width: 380px) {
  body[data-theme="jd-theme"] .jd-hero__desc {
    font-size: 18px;
  }
}
