:root {
  --bg: #0d0d0f;
  --bg-deep: #050506;
  --panel: rgba(18, 17, 19, 0.9);
  --panel-soft: rgba(30, 28, 30, 0.82);
  --line: rgba(190, 45, 0, 0.28);
  --line-strong: rgba(225, 72, 24, 0.58);
  --primary: #be2d00;
  --primary-light: #e14918;
  --primary-dark: #701a00;
  --gold: #cba979;
  --text: #f7f3f1;
  --muted: #b8ada8;
  --success: #57d896;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.56);
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1040px;
  --transition: 190ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(rgba(13, 13, 15, 0.8), rgba(13, 13, 15, 0.98)),
    url("../img/fantasy-castle.svg") top center / min(1600px, 145vw) auto no-repeat,
    var(--bg);
  font-family: "Roboto", Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background: url("../img/embers.svg") center bottom / cover no-repeat;
  opacity: 0.5;
  animation: emberFloat 9s ease-in-out infinite alternate;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.page-glow {
  position: fixed;
  z-index: -2;
  width: 460px;
  height: 460px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.2;
}

.page-glow--one {
  top: -210px;
  left: -170px;
  background: var(--primary);
}

.page-glow--two {
  right: -210px;
  bottom: -210px;
  background: #712000;
}

.landing {
  position: relative;
  width: min(calc(100% - 36px), var(--max-width));
  margin: 54px auto 0;
}

.panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.038), transparent 42%),
    linear-gradient(180deg, rgba(31, 29, 31, 0.9), rgba(14, 13, 15, 0.94));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
}

.status-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr 300px;
  align-items: center;
  gap: 30px;
  min-height: 245px;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.status-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 13, 15, 0.95) 0%, rgba(13, 13, 15, 0.74) 48%, rgba(13, 13, 15, 0.93) 100%),
    url("../img/fantasy-castle.svg") center 58% / cover no-repeat;
  opacity: 0.58;
}

.status-card::after {
  position: absolute;
  inset: 10px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(190, 45, 0, 0.12);
  border-radius: 19px;
}

 .status-card__warrior {
  position: absolute;
  z-index: 0;
  right: 280px;
  bottom: -50px;
  width: 400px;
  opacity: 0.30;
  filter:
    saturate(1.02)
    contrast(1.12)
    brightness(1.05)
    drop-shadow(0 16px 28px rgba(0, 0, 0, 0.46));
  transform: rotate(-1deg);
  pointer-events: none;
}

.status-card__flare {
  position: absolute;
  z-index: 0;
  right: 70px;
  bottom: -155px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 45, 0, 0.22), rgba(190, 45, 0, 0.08) 42%, transparent 70%);
  pointer-events: none;
}

.brand {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 0;

  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;

  transition: transform var(--transition);
}

.brand:hover {
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: none;
}

.brand__logo {
  display: block;

  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 190px;

  object-fit: contain;
  object-position: center;

  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.48));
  user-select: none;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--primary-light);
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-card__message {
  position: relative;
  z-index: 2;
}

.status-card__message h1 {
  margin: 0;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.7);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 0.93;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.status-card__message h1 span {
  color: var(--primary-light);
  text-shadow: 0 0 25px rgba(190, 45, 0, 0.33);
}

.online-counter {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 23px;
  border: 1px solid rgba(190, 45, 0, 0.32);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(190, 45, 0, 0.2), rgba(190, 45, 0, 0.035)),
    rgba(8, 8, 9, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 14px 34px rgba(0, 0, 0, 0.26);
}

.online-counter__label,
.online-counter__footer {
  display: block;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.online-counter__number-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 3px 0;
}

.online-counter__number-row strong {
  flex: 0 0 auto;
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(58px, 6vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.online-counter__number-row span {
  display: flex;
  align-items: center;
  align-self: center;

  max-width: 105px;
  margin: 0;

  color: var(--primary-light);
  font-family: "Rajdhani", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 0.82;
  text-transform: uppercase;
}

.video-section {
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1;
}

.live-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: #dbffef;
  border: 1px solid rgba(87, 216, 150, 0.28);
  border-radius: 999px;
  background: rgba(87, 216, 150, 0.07);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 16px rgba(87, 216, 150, 0.75);
  animation: pulse 1.8s infinite;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  border: 1px solid rgba(190, 45, 0, 0.32);
  border-radius: 21px;
  background:
    linear-gradient(rgba(6, 6, 7, 0.34), rgba(6, 6, 7, 0.84)),
    url("../img/bk-guia.png") center 50% / cover no-repeat;
  box-shadow:
    inset 0 0 70px rgba(0, 0, 0, 0.78),
    0 20px 54px rgba(0, 0, 0, 0.34);
}

.video-frame::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.34;
  background:
    radial-gradient(circle at center, rgba(190, 45, 0, 0.22), transparent 46%),
    linear-gradient(90deg, rgba(190, 45, 0, 0.08), transparent 28%, transparent 72%, rgba(190, 45, 0, 0.08));
}

.video-frame__ornament {
  position: absolute;
  z-index: 2;
  top: 18px;
  width: 64px;
  height: 64px;
  pointer-events: none;
  border-top: 2px solid rgba(225, 73, 24, 0.7);
}

.video-frame__ornament::after {
  position: absolute;
  top: -2px;
  width: 2px;
  height: 64px;
  content: "";
  background: linear-gradient(var(--primary-light), transparent);
}

.video-frame__ornament--left {
  left: 18px;
  border-left: 2px solid rgba(225, 73, 24, 0.7);
}

.video-frame__ornament--left::after {
  left: -2px;
}

.video-frame__ornament--right {
  right: 18px;
  border-right: 2px solid rgba(225, 73, 24, 0.7);
}

.video-frame__ornament--right::after {
  right: -2px;
}

.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 30px;
  text-align: center;
}

.video-placeholder strong,
.video-placeholder span {
  display: block;
}

.video-placeholder strong {
  margin-bottom: 6px;
  text-shadow: 0 4px 18px black;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(25px, 4vw, 42px);
  text-transform: uppercase;
}

.video-placeholder span {
  color: var(--muted);
}

.play-button {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  cursor: pointer;
  color: white;
  border: 1px solid rgba(255, 160, 115, 0.45);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
  box-shadow:
    0 0 0 13px rgba(190, 45, 0, 0.12),
    0 0 46px rgba(190, 45, 0, 0.4);
  transition:
    transform var(--transition),
    box-shadow var(--transition);
}

.play-button:hover {
  transform: scale(1.07);
  box-shadow:
    0 0 0 16px rgba(190, 45, 0, 0.13),
    0 0 64px rgba(190, 45, 0, 0.58);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid white;
}

.primary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 28px;
  overflow: hidden;
  border-radius: 17px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(22px, 3vw, 29px);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.button::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.11), transparent 72%);
  transform: translateX(-100%);
  transition: transform 460ms ease;
}

.button:hover::before {
  transform: translateX(100%);
}

.button:hover {
  transform: translateY(-4px);
}

.button--primary {
  border: 1px solid rgba(231, 92, 44, 0.62);
  background:
    linear-gradient(110deg, rgba(75, 17, 0, 0.72), transparent 55%),
    linear-gradient(110deg, var(--primary-dark), var(--primary));
  box-shadow: 0 18px 40px rgba(114, 25, 0, 0.3);
}

.button--primary:hover {
  box-shadow: 0 22px 54px rgba(190, 45, 0, 0.36);
}

.button--secondary {
  border: 1px solid rgba(190, 45, 0, 0.38);
  background:
    linear-gradient(145deg, rgba(190, 45, 0, 0.08), transparent 48%),
    rgba(24, 22, 24, 0.92);
}

.button--secondary:hover {
  border-color: rgba(225, 73, 24, 0.82);
}

.button__icon,
.button__arrow {
  color: var(--primary-light);
}

.button__arrow {
  margin-left: auto;
  font-size: 36px;
  font-weight: 400;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.benefit-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 18px;
  min-height: 205px;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition);
}

/* Imagens responsivas dos cards de benefícios */
.benefit-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(13, 13, 15, 0.98) 0%,
      rgba(13, 13, 15, 0.92) 42%,
      rgba(13, 13, 15, 0.34) 72%,
      rgba(13, 13, 15, 0.08) 100%
    );
}

.benefit-card__image {
  position: absolute;
  z-index: 0;
  right: -12px;
  bottom: -20px;

  width: min(48%, 245px);
  height: calc(100% + 20px);

  object-fit: contain;
  object-position: right bottom;

  opacity: 0.72;
  filter:
    saturate(1.05)
    contrast(1.08)
    brightness(0.9)
    drop-shadow(0 16px 24px rgba(0, 0, 0, 0.48));

  pointer-events: none;
  user-select: none;

  transition:
    transform var(--transition),
    opacity var(--transition),
    filter var(--transition);
}

.benefit-card__image--guild {
  right: -22px;
  width: min(52%, 265px);
}

.benefit-card__content,
.benefit-card__index,
.benefit-card__arrow {
  position: relative;
  z-index: 2;
}

.benefit-card__content {
  min-width: 0;
  padding-right: 92px;
}

.benefit-card:hover .benefit-card__image {
  opacity: 0.88;
  transform: translate3d(-5px, -4px, 0) scale(1.035);
  filter:
    saturate(1.12)
    contrast(1.1)
    brightness(1)
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.55));
}

.benefit-card__image--guild {
  right: -22px;
  bottom: -120px;

  width: min(70%, 340px);
  height: calc(100% + 80px);

  object-fit: contain;
  object-position: right bottom;
}

.benefit-card::before {
  position: absolute;
  right: -46px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(190, 45, 0, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(190, 45, 0, 0.025),
    0 0 0 52px rgba(190, 45, 0, 0.018);
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 73, 24, 0.62);
  background:
    linear-gradient(145deg, rgba(190, 45, 0, 0.1), transparent 48%),
    rgba(18, 17, 19, 0.96);
}

.benefit-card__index {
  color: rgba(225, 73, 24, 0.68);
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.benefit-card__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: #ef845e;
  border: 1px solid rgba(225, 73, 24, 0.22);
  border-radius: 999px;
  background: rgba(190, 45, 0, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit-card h2 {
  margin: 0 0 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.benefit-card p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.benefit-card__arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--primary-light);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 19px;
}

.footer {
  width: min(calc(100% - 36px), var(--max-width));
  margin: 42px auto 0;
  padding: 28px 0 46px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.footer::before {
  display: block;
  width: 120px;
  height: 1px;
  margin: 0 auto 24px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.footer p {
  margin: 0;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity var(--transition),
    visibility var(--transition);
}

.video-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 5, 0.88);
  backdrop-filter: blur(10px);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background: rgba(18, 17, 19, 0.98);
  box-shadow: var(--shadow);
}

.video-modal__dialog h2 {
  margin: 0 0 12px;
  font-family: "Rajdhani", sans-serif;
  font-size: 34px;
}

.video-modal__dialog p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: white;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(190, 45, 0, 0.09);
  font-size: 28px;
  line-height: 1;
}

body.modal-open {
  overflow: hidden;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.75);
  }
}

@keyframes emberFloat {
  from {
    transform: translateY(14px);
  }

  to {
    transform: translateY(-12px);
  }
}

@media (max-width: 900px) {
  .landing {
    margin-top: 28px;
  }

  .status-card {
    grid-template-columns: 150px 1fr;
  }

  .online-counter {
    grid-column: 1 / -1;
  }

  .status-card__warrior {
    right: 0;
    bottom: -210px;
    opacity: 0.18;
  }

  .online-counter__number-row span {
    max-width: none;
  }
}

@media (max-width: 680px) {
  body {
    background-size: auto, 1000px auto, auto;
  }

  .status-card__warrior {
    right: -42px;
    bottom: -110px;
    width: 240px;
    opacity: 0.28;
  }

  .landing,
  .footer {
    width: min(calc(100% - 22px), var(--max-width));
  }

  .status-card {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 22px;
  }

  .brand {
    padding: 12px;
  }

  .status-card__message h1 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .online-counter {
    padding: 18px;
  }

  .online-counter__number-row {
    align-items: center;
  }

  .online-counter__number-row strong {
    font-size: 58px;
  }

  .online-counter__number-row span {
    font-size: 22px;
  }

  .video-section {
    padding: 18px;
    border-radius: 22px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .live-badge {
    padding: 8px 10px;
  }

  .video-frame {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .play-button {
    width: 68px;
    height: 68px;
  }

  .primary-actions,
  .benefits {
    grid-template-columns: 1fr;
  }

  .button {
    min-height: 70px;
    padding: 16px 20px;
    border-radius: 15px;
    font-size: 24px;
  }

  .benefit-card {
    min-height: auto;
    padding: 22px;
  }

  .benefit-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .status-card {
    grid-template-columns: 1fr;
  }

  .brand {
    width: 118px;
    justify-self: center;
  }

  .status-card__message {
    text-align: center;
  }

  .status-card__message .eyebrow {
    display: none;
  }

  .online-counter__number-row {
    justify-content: center;
  }

  .online-counter__label,
  .online-counter__footer {
    text-align: center;
  }

  .section-heading {
    display: block;
  }

  .live-badge {
    margin-top: 14px;
  }

  .video-placeholder {
    padding: 16px;
  }

  .video-placeholder span {
    font-size: 13px;
  }

  .benefit-card {
    grid-template-columns: auto 1fr;
  }

  .benefit-card__arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



@media (max-width: 680px) {
  .brand {
    min-height: 100px;
    padding: 0;
  }

  .brand__logo {
    max-width: 130px;
    max-height: 130px;
  }

  .online-counter__number-row {
    align-items: center;
  }

  .online-counter__number-row span {
    max-width: 95px;
    font-size: 21px;
    line-height: 0.86;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 100%;
    min-height: 120px;
    justify-self: center;
  }

  .brand__logo {
    max-width: 150px;
    max-height: 150px;
  }

  .online-counter__number-row {
    justify-content: center;
  }
}


@media (max-width: 900px) {
  .benefit-card__image {
    width: min(44%, 230px);
    opacity: 0.62;
  }

  .benefit-card__content {
    padding-right: 80px;
  }
}

@media (max-width: 680px) {
  .benefit-card__image {
    right: -20px;
    bottom: -18px;
    width: min(46%, 220px);
    height: calc(100% + 12px);
    opacity: 0.58;
  }

  .benefit-card__image--guild {
    right: -28px;
    width: min(50%, 235px);
  }

  .benefit-card__content {
    padding-right: 100px;
  }
}

@media (max-width: 420px) {
  .benefit-card__image {
    right: -30px;
    width: 175px;
    opacity: 0.42;
  }

  .benefit-card__image--guild {
    right: -38px;
    width: 190px;
  }

  .benefit-card__content {
    padding-right: 68px;
  }
}


/* =========================================================
   CARDS CLICÁVEIS E JANELAS DE INFORMAÇÕES
   ========================================================= */

button.benefit-card {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.benefit-card__title {
  display: block;
  margin: 0 0 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.benefit-card__description {
  display: block;
  max-width: 360px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.video-modal__dialog {
  width: min(100%, 540px);
  max-height: min(90vh, 900px);
  padding: 0;
  overflow: hidden;
}

.video-modal__dialog--wide {
  width: min(100%, 920px);
}

.video-modal__dialog--compact {
  width: min(100%, 560px);
  text-align: center;
}

.video-modal__scroll {
  max-height: min(88vh, 860px);
  padding: 36px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--primary) rgba(255, 255, 255, 0.05);
}

.video-modal__scroll::-webkit-scrollbar {
  width: 9px;
}

.video-modal__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.035);
}

.video-modal__scroll::-webkit-scrollbar-thumb {
  border: 2px solid rgba(18, 17, 19, 0.98);
  border-radius: 999px;
  background: var(--primary);
}

.video-modal__close {
  z-index: 5;
}

.video-modal__dialog--wide h2 {
  max-width: 760px;
  margin-right: 42px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 0.98;
  text-transform: uppercase;
}

.referral-modal__reward {
  margin: 22px 0 12px;
  padding: 18px 20px;
  color: #fff4ef;
  border: 1px solid rgba(225, 73, 24, 0.42);
  border-radius: 14px;
  background:
    linear-gradient(110deg, rgba(190, 45, 0, 0.24), transparent 72%),
    rgba(255, 255, 255, 0.025);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 600;
  line-height: 1.2;
}

.referral-modal__reward strong {
  color: var(--primary-light);
}

.referral-modal__intro {
  margin: 30px 0 16px;
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.referral-steps {
  display: grid;
  gap: 18px;
}

.referral-step {
  padding: 20px;
  border: 1px solid rgba(190, 45, 0, 0.24);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(190, 45, 0, 0.06), transparent 52%),
    rgba(255, 255, 255, 0.022);
}

.referral-step__heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.referral-step__number {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  color: white;
  border: 1px solid rgba(255, 145, 102, 0.46);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
  box-shadow: 0 8px 22px rgba(190, 45, 0, 0.28);
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.referral-step h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(19px, 3vw, 24px);
  line-height: 1.1;
}

.referral-step__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 18px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
}

.video-modal__dialog--compact h2 {
  margin-right: 32px;
  font-size: clamp(31px, 5vw, 46px);
  line-height: 1;
  text-transform: uppercase;
}

.video-modal__dialog--compact p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   PACOTE GUILD — MODAL
   Mantém o mesmo padrão visual do "Indique e Ganhe"
   ============================================================ */

#guild-modal .video-modal__scroll {
  padding: 40px;
}

/* BENEFÍCIO PRINCIPAL */

#guild-modal .guild-main-reward {
  position: relative;
  margin: 24px 0 32px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(225, 73, 24, 0.42);
  border-radius: 16px;
  background:
    linear-gradient(115deg, rgba(190, 45, 0, 0.24), rgba(190, 45, 0, 0.05) 58%, transparent),
    rgba(255, 255, 255, 0.025);
}

#guild-modal .guild-main-reward::after {
  position: absolute;
  right: -45px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(225, 73, 24, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(225, 73, 24, 0.025);
}

#guild-modal .guild-main-reward__label {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #a99b94;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#guild-modal .guild-main-reward strong {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--primary-light);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#guild-modal .guild-main-reward small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 8px;
  color: #ded3ce;
  font-size: 15px;
}

/* DIVISÓRIA E TÍTULO DAS REGRAS */

#guild-modal .guild-info {
  display: grid;
  gap: 14px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#guild-modal .guild-info__title {
  position: relative;
  margin: 0 0 8px;
  padding-left: 17px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(29px, 5vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}

#guild-modal .guild-info__title::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--primary-light), var(--primary-dark));
}

/* REQUISITOS / REGRAS */

#guild-modal .guild-info__box {
  position: relative;
  padding: 23px 24px;
  overflow: hidden;
  border: 1px solid rgba(190, 45, 0, 0.22);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(190, 45, 0, 0.07), transparent 48%),
    rgba(255, 255, 255, 0.022);
}

#guild-modal .guild-info__box::after {
  position: absolute;
  right: -55px;
  bottom: -85px;
  width: 170px;
  height: 170px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(190, 45, 0, 0.11);
  border-radius: 50%;
}

#guild-modal .guild-info__box h4 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 8px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

#guild-modal .guild-info__box h4::before {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 15px rgba(225, 73, 24, 0.7);
}

#guild-modal .guild-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#guild-modal .guild-list li {
  position: relative;
  padding: 12px 5px 12px 24px;
  color: #d3c9c4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  font-size: 14px;
  line-height: 1.6;
}

#guild-modal .guild-list li:last-child {
  border-bottom: 0;
}

#guild-modal .guild-list li::before {
  position: absolute;
  top: 20px;
  left: 3px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 9px rgba(225, 73, 24, 0.5);
}

#guild-modal .guild-list strong {
  color: #fff;
}

/* AVISOS */

#guild-modal .guild-warning {
  position: relative;
  padding: 20px 22px 20px 58px;
  color: #f3ddd5;
  border: 1px solid rgba(225, 73, 24, 0.36);
  border-radius: 15px;
  background: linear-gradient(110deg, rgba(190, 45, 0, 0.15), rgba(190, 45, 0, 0.035));
  font-size: 14px;
  line-height: 1.65;
}

#guild-modal .guild-warning::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  content: "!";
  color: white;
  border: 1px solid rgba(255, 154, 113, 0.46);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#guild-modal .guild-warning strong {
  color: #fff;
}

/* KIT / PREMIAÇÃO */

#guild-modal .guild-reward {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(203, 169, 121, 0.37);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0%, rgba(203, 169, 121, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(203, 169, 121, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.022);
}

#guild-modal .guild-reward::after {
  position: absolute;
  right: -75px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(203, 169, 121, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(203, 169, 121, 0.02);
}

#guild-modal .guild-reward__eyebrow {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 7px;
  color: #a99578;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#guild-modal .guild-reward h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #d7b784;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(25px, 4vw, 32px);
  line-height: 1;
  text-transform: uppercase;
}

#guild-modal .guild-reward p {
  position: relative;
  z-index: 2;
  margin: 10px 0 18px;
  color: #c8bbb5;
  line-height: 1.55;
}

#guild-modal .guild-kit {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#guild-modal .guild-kit li {
  display: grid;
  min-height: 46px;
  place-items: center;
  padding: 8px;
  color: #f2dfc2;
  border: 1px solid rgba(203, 169, 121, 0.19);
  border-radius: 10px;
  background: rgba(203, 169, 121, 0.055);
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* BLUE CHOCOLATE BOX */

#guild-modal .guild-note {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 20px 22px;
  color: #cfc5c0;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent);
  font-size: 14px;
  line-height: 1.65;
}

#guild-modal .guild-note strong {
  color: var(--primary-light);
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

/* MOBILE */

@media (max-width: 680px) {
  #guild-modal .video-modal__scroll {
    padding: 28px 18px 24px;
  }

  #guild-modal .guild-main-reward {
    margin-top: 20px;
    padding: 20px;
  }

  #guild-modal .guild-info {
    margin-top: 32px;
    padding-top: 26px;
  }

  #guild-modal .guild-info__box {
    padding: 18px;
  }

  #guild-modal .guild-warning {
    padding: 55px 17px 18px;
  }

  #guild-modal .guild-warning::before {
    top: 16px;
    left: 17px;
  }

  #guild-modal .guild-reward {
    padding: 19px;
  }

  #guild-modal .guild-kit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .benefit-card__title {
    font-size: 28px;
  }

  .video-modal {
    padding: 12px;
  }

  .video-modal__dialog {
    max-height: 94vh;
    border-radius: 18px;
  }

  .video-modal__scroll {
    max-height: 92vh;
    padding: 28px 18px 22px;
  }

  .video-modal__close {
    top: 8px;
    right: 8px;
  }

  .video-modal__dialog--wide h2 {
    margin-right: 36px;
  }

  .referral-step {
    padding: 15px;
  }

  .referral-step__heading {
    align-items: flex-start;
  }

  .referral-step__number {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }
}

/* ============================================================
   Conteúdo adicional criado pelo Painel Administrativo
   ============================================================ */
.cms-custom-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 34px;
  margin-top: 22px;
  padding: 34px;
  overflow: hidden;
  border-radius: 24px;
}

.cms-custom-section--image-left .cms-custom-section__media { order: -1; }
.cms-custom-section--full { grid-template-columns: 1fr; }
.cms-custom-section--full .cms-custom-section__media { max-height: 420px; }

.cms-custom-section__content h2 {
  margin: 4px 0 14px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.96;
  text-transform: uppercase;
}

.cms-custom-section__text {
  color: var(--muted);
  line-height: 1.65;
}

.cms-custom-section__text p { margin: 0 0 12px; }
.cms-custom-section__text p:last-child { margin-bottom: 0; }
.cms-custom-section__text ul,
.cms-custom-section__text ol { padding-left: 22px; }

.cms-custom-section__media {
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(190, 45, 0, 0.24);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
}

.cms-custom-section__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.cms-custom-section__button { margin-top: 20px; }

@media (max-width: 760px) {
  .cms-custom-section {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .cms-custom-section__media { order: -1; }
}
