:root {
  --light-color: #fff;
  --dark-color: #000;

  --primary-color: #50c878;
  --accent-color: #007c88;
  --attention-color: #50c878;
  --link-color: #00c5ff;

  --bg-color: #f8fff8;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.responsible-gaming__help svg {
  fill: currentColor;
  color: var(--accent-color);
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--bg-color);
  color: #111827;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header ------------------*/

.executive-banner {
  background-color: #1a1a1a;
  padding: 1rem 0;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.3);
  font-family: 'Arial', sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.4;
}

.prestige-alert-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.vanguard-symbol-holder {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.sovereign-emblem {
  width: 2.5rem;
  height: 2.5rem;
  filter: drop-shadow(0 2px 8px rgba(184, 134, 11, 0.5));
}

.corporate-advisory-panel {
  flex: 1;
  min-width: 280px;
  text-align: center;
  padding: 0.5rem;
}

.mandate-disclosure-note {
  margin: 0;
  font-weight: 400;
}

.mandate-disclosure-note b a {
  color: #B8860B;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.mandate-disclosure-note b a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .executive-banner {
    padding: 0.75rem 0;
    font-size: 0.8125rem;
  }

  .prestige-alert-wrapper {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .sovereign-emblem {
    width: 2rem;
    height: 2rem;
  }

  .corporate-advisory-panel {
    padding: 0.25rem;
  }
}

@media (max-width: 480px) {
  .executive-banner {
    font-size: 0.75rem;
  }

  .prestige-alert-wrapper {
    gap: 0.75rem;
  }

  .sovereign-emblem {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* hero  ------------------*/

.opulent-vanguard {
  position: relative;
  padding: 2rem 0;
  color: #ffffff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}

.backdrop-veil {
  position: absolute;
  inset: 0;
  background-image: url(../images/hero-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  margin: 0;
  padding: 0;
}

.sovereign-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.regal-exposition {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  z-index: 1;
}

.imperial-crest {
  margin: 0;
  max-width: 80px;
}

.imperial-crest img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(184, 134, 11, 0.4));
}

.apex-proclamation {
  margin: 0;
}

.apex-proclamation h1 {
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.strategic-briefing {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0;
  line-height: 1.6;
  opacity: 0.95;
}

.pinnacle-assurances {
  margin: 0;
}

.pinnacle-assurances ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pinnacle-assurances li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: rgba(184, 134, 11, 0.1);
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.15);
}

.pinnacle-assurances li:hover {
  background-color: rgba(184, 134, 11, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.25);
}

.pinnacle-assurances svg {
  color: #B8860B;
  flex-shrink: 0;
}

.elite-vault {
  width: 100%;
  margin: 0 auto;
}

.forge-masterpiece {
  background-color: #0f0f0f;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(184, 134, 11, 0.1);
  position: relative;
  overflow: hidden;
}

.forge-masterpiece::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #B8860B;
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.5);
}

.dynasty-insignia {
  margin: 0;
  flex: 0 0 auto;
  max-width: 160px;
  background-color: #000000;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.dynasty-insignia img {
  max-width: 100%;
  height: auto;
  display: block;
}

.valor-inducement {
  margin: 0;
  flex: 1;
  max-width: 280px;
}

.valor-inducement h3 {
  color: #a0a0a0;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.valor-inducement p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #B8860B;
  margin: 0;
}

.narrative-legacy {
  color: #6b7280;
  font-weight: 600;
  margin: 0;
  flex: 1;
  max-width: 280px;
}

.narrative-legacy ul {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}

.narrative-legacy svg {
  color: #facc15;
  filter: drop-shadow(0 1px 3px rgba(250, 204, 21, 0.4));
}

.narrative-legacy span {
  display: block;
  font-size: 0.9rem;
  color: #9ca3af;
}

.merit-valuation {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
  flex: 0 0 auto;
  color: #ffffff;
}

.merit-valuation p {
  color: #a0a0a0;
  font-size: 1rem;
  margin: 0 0 0.25rem;
}

.merit-valuation span {
  color: #B8860B;
  font-size: 1.4rem;
  text-shadow: 0 0 5px rgba(184, 134, 11, 0.5);
}

.summit-conduit {
  background-color: #B8860B;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.75rem 2.5rem;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
  flex: 0 0 auto;
  white-space: nowrap;
}

.summit-conduit:hover {
  background-color: #a67c0a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.4);
}

@media (min-width: 1024px) {
  .forge-masterpiece {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
  }

  .dynasty-insignia {
    max-width: 180px;
    padding: 1.5rem;
  }

  .valor-inducement,
  .narrative-legacy {
    max-width: none;
    text-align: left;
  }

  .narrative-legacy ul {
    justify-content: flex-start;
  }

  .merit-valuation {
    text-align: right;
  }

  .summit-conduit {
    padding: 1rem 3rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 1023px) {
  .forge-masterpiece {
    gap: 1rem;
    padding: 1rem;
  }

  .dynasty-insignia {
    max-width: 140px;
    padding: 1rem;
  }

  .valor-inducement,
  .narrative-legacy {
    max-width: 260px;
    text-align: center;
  }

  .narrative-legacy ul {
    justify-content: center;
  }

  .merit-valuation {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .opulent-vanguard {
    padding: 2rem 0;
  }

  .regal-exposition {
    gap: 1.5rem;
  }

  .apex-proclamation h1 {
    font-size: 2.5rem;
  }

  .strategic-briefing {
    font-size: 1rem;
  }

  .pinnacle-assurances ul {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .pinnacle-assurances li {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .forge-masterpiece {
    padding: 1rem;
    gap: 1rem;
  }

  .dynasty-insignia {
    max-width: 120px;
    padding: 0.75rem;
  }

  .valor-inducement p {
    font-size: 1.1rem;
  }

  .merit-valuation span {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .opulent-vanguard {
    padding: 2rem 0;
  }

  .apex-proclamation h1 {
    font-size: 2rem;
  }

  .strategic-briefing {
    font-size: 0.95rem;
  }

  .forge-masterpiece {
    padding: 1rem;
    border-radius: 15px;
  }

  .pinnacle-assurances li {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }

  .pinnacle-assurances svg {
    width: 18px;
    height: 18px;
  }

  .dynasty-insignia {
    max-width: 110px;
    padding: 0.5rem;
  }

  .valor-inducement p {
    font-size: 1rem;
  }

  .narrative-legacy ul {
    gap: 0.2rem;
  }

  .narrative-legacy svg {
    width: 14px;
    height: 14px;
  }

  .merit-valuation span {
    font-size: 1.2rem;
  }

  .summit-conduit {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* Criteria Section */
.imperial-directive {
  background-color: #1a1a1a;
  padding: 5rem 0;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.2);
  color: #ffffff;
}

.imperial-directive .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.vanguard-charter,
.forge-protocol,
.prestige-codex,
.summit-pact {
  background-color: rgba(15, 15, 15, 0.8);
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(184, 134, 11, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vanguard-charter::before,
.forge-protocol::before,
.prestige-codex::before,
.summit-pact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #B8860B;
  box-shadow: 0 0 8px rgba(184, 134, 11, 0.4);
}

.vanguard-charter:hover,
.forge-protocol:hover,
.prestige-codex:hover,
.summit-pact:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(184, 134, 11, 0.15);
}

.apex-manifesto,
.dynasty-ordinance,
.regal-decree,
.corporate-edict {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(184, 134, 11, 0.3);
}

.apex-manifesto h2,
.dynasty-ordinance h3,
.regal-decree h3,
.corporate-edict h3 {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 8px rgba(184, 134, 11, 0.3);
}

.sovereign-edicts,
.mandate-principles,
.valor-tenets {
  margin: 0;
}

.sovereign-edicts ul,
.mandate-principles ul,
.valor-tenets ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sovereign-edicts li,
.mandate-principles li,
.valor-tenets li {
  font-size: 0.95rem;
  color: #d1d5db;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.5;
}

.sovereign-edicts li::before,
.mandate-principles li::before,
.valor-tenets li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #B8860B;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(184, 134, 11, 0.5);
}

.elite-sequence {
  margin: 0;
}

.elite-sequence ol {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
}

.elite-sequence li {
  font-size: 0.95rem;
  color: #d1d5db;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
  counter-increment: step-counter;
}

.elite-sequence li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #B8860B;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 0 6px rgba(184, 134, 11, 0.6);
}

.elite-sequence span {
  display: none;
}

@media (max-width: 1024px) {
  .imperial-directive {
    padding: 4rem 0;
    gap: 2.5rem;
  }

  .vanguard-charter,
  .forge-protocol,
  .prestige-codex,
  .summit-pact {
    padding: 2rem;
  }

  .apex-manifesto h2,
  .dynasty-ordinance h3,
  .regal-decree h3,
  .corporate-edict h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .imperial-directive {
    padding: 3rem 0;
  }

  .container {
    gap: 2rem;
  }

  .vanguard-charter,
  .forge-protocol,
  .prestige-codex,
  .summit-pact {
    padding: 1.75rem;
    border-radius: 12px;
  }

  .apex-manifesto,
  .dynasty-ordinance,
  .regal-decree,
  .corporate-edict {
    margin-bottom: 1.25rem;
  }

  .apex-manifesto h2,
  .dynasty-ordinance h3,
  .regal-decree h3,
  .corporate-edict h3 {
    font-size: 1.4rem;
  }

  .sovereign-edicts li,
  .mandate-principles li,
  .valor-tenets li,
  .elite-sequence li {
    font-size: 0.9rem;
    padding-left: 1.25rem;
  }

  .elite-sequence li::before {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .imperial-directive {
    padding: 2rem 0;
  }

  .vanguard-charter,
  .forge-protocol,
  .prestige-codex,
  .summit-pact {
    padding: 1.5rem;
  }

  .apex-manifesto h2,
  .dynasty-ordinance h3,
  .regal-decree h3,
  .corporate-edict h3 {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }

  .sovereign-edicts li,
  .mandate-principles li,
  .valor-tenets li,
  .elite-sequence li {
    font-size: 0.875rem;
    padding-left: 1rem;
  }

  .sovereign-edicts li::before,
  .mandate-principles li::before,
  .valor-tenets li::before {
    left: -0.25rem;
  }

  .elite-sequence li {
    padding-left: 1.75rem;
  }

  .elite-sequence li::before {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.7rem;
  }
}

/* ----------faq---------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Libre+Baskerville:wght@700&display=swap');

.sovereign-consultations {
  background-color: #1a1a1a;
  padding: 5rem 0;
  box-shadow: 0 4px 20px rgba(184, 134, 11, 0.2);
  position: relative;
  overflow: hidden;
}

.sovereign-consultations::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(184, 134, 11, 0.08) 0%, transparent 70%);
  z-index: 0;
  animation: etherealPulse 8s ease-in-out infinite;
}

@keyframes etherealPulse {
  0% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.02); }
  100% { opacity: 0.3; transform: scale(1); }
}

.faq_container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 2rem 1.5rem;
}

@media (min-width: 1280px) {
  .faq_container {
    padding: 4rem 6rem;
    gap: 4rem;
  }
}

.apex-enigma-header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vanguard-interrogation {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f9fafb;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  position: relative;
  animation: ascendRevelation 1.5s ease-out;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.vanguard-interrogation::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 2px;
  background-color: #B8860B;
  box-shadow: 0 0 8px rgba(184, 134, 11, 0.6);
  animation: illuminateBar 1.5s ease-out 0.5s forwards;
  opacity: 0;
}

@keyframes ascendRevelation {
  0% { opacity: 0; transform: translateY(1.5rem); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes illuminateBar {
  0% { opacity: 0; transform: translateX(-50%) scaleX(0); }
  100% { opacity: 1; transform: translateX(-50%) scaleX(1); }
}

@media (max-width: 1279px) {
  .vanguard-interrogation {
    font-size: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .vanguard-interrogation {
    font-size: 3rem;
  }
}

.imperial-dossier-archive {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 800px;
}

@media (min-width: 1280px) {
  .imperial-dossier-archive {
    gap: 2rem;
  }
}

.regal-scroll-capsule {
  background-color: #0f0f0f;
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.regal-scroll-capsule:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 8px 30px rgba(184, 134, 11, 0.2);
  border-color: rgba(184, 134, 11, 0.4);
}

.faq-question-button-js {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.faq-question-button-js::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #B8860B;
  border-bottom: 2px solid #B8860B;
  transition: transform 0.3s ease;
}

.faq-question-button-js[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(225deg);
}

.dynasty-query-phrase {
  width: 100%;
  padding: 1.5rem 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e5e7eb;
  text-align: left;
  background-color: #111827;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(184, 134, 11, 0.1);
}

.faq-question-button-js:hover .dynasty-query-phrase {
  background-color: #1f2937;
  color: #ffffff;
  padding-left: 2.25rem;
}

@media (min-width: 1280px) {
  .dynasty-query-phrase {
    font-size: 1.25rem;
    padding: 1.75rem 2.5rem;
  }

  .faq-question-button-js::after {
    right: 2rem;
  }
}

.elite-revelation-vault {
  max-height: 0;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #d1d5db;
  line-height: 1.7;
  padding: 0 2rem;
  background-color: #0f0f0f;
  transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.6s ease;
}

.elite-revelation-vault.open {
  max-height: 20rem;
  padding: 1.5rem 2rem;
}

@media (min-width: 1280px) {
  .elite-revelation-vault {
    font-size: 1.125rem;
  }

  .elite-revelation-vault.open {
    padding: 1.75rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .sovereign-consultations {
    padding: 3rem 0;
  }

  .faq_container {
    padding: 1.5rem 1rem;
    gap: 2rem;
  }

  .vanguard-interrogation {
    font-size: 2rem;
  }

  .vanguard-interrogation::after {
    bottom: -0.75rem;
    width: 4rem;
    height: 1.5px;
  }

  .imperial-dossier-archive {
    gap: 1.25rem;
  }

  .dynasty-query-phrase {
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .elite-revelation-vault.open {
    padding: 1.25rem 1.5rem;
  }

  .faq-question-button-js::after {
    right: 1rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media (max-width: 480px) {
  .vanguard-interrogation {
    font-size: 1.75rem;
  }

  .dynasty-query-phrase {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }

  .elite-revelation-vault {
    font-size: 0.95rem;
  }

  .elite-revelation-vault.open {
    padding: 1rem 1.25rem;
  }
}

/* Footer */
.dynasty-anchorage {
  background-color: #0a0a0a;
  color: #e5e7eb;
  padding: 3rem 0 2rem;
  box-shadow: 0 -4px 20px rgba(184, 134, 11, 0.15);
  font-family: 'Inter', sans-serif;
}

.imperial-pinnacle {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2rem;
}

.sovereign-corridor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.2);
}

.apex-voyage {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.apex-voyage::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #B8860B;
  transition: width 0.3s ease;
}

.apex-voyage:hover {
  color: #ffffff;
  background-color: rgba(184, 134, 11, 0.1);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.3);
}

.apex-voyage:hover::before {
  width: 80%;
}

.regal-sanctum-cluster {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: baseline;
}

.valor-edifice {
  flex: 1;
  max-width: 300px;
  padding: 1.5rem;
  background-color: rgba(15, 15, 15, 0.6);
  border: 1px solid rgba(184, 134, 11, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.valor-edifice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #B8860B;
  box-shadow: 0 0 6px rgba(184, 134, 11, 0.4);
}

.valor-edifice:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.2);
  border-color: rgba(184, 134, 11, 0.3);
}

.valor-edifice h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.mandate-scroll {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #d1d5db;
  margin: 0;
  text-align: center;
}

.forge-covenant {
  text-align: center;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  margin-top: 1rem;
}

.forge-covenant p {
  font-size: 0.85rem;
  color: #a1a1aa;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.forge-covenant a {
  color: #B8860B;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.forge-covenant a:hover {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(184, 134, 11, 0.5);
}

.elite-legacy-seal {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(184, 134, 11, 0.1);
}

.elite-legacy-seal p {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .imperial-pinnacle {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sovereign-corridor {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-bottom: none;
    border-right: 1px solid rgba(184, 134, 11, 0.2);
    padding: 0 2rem 0 0;
    min-width: 200px;
  }

  .regal-sanctum-cluster {
    flex-direction: row;
    flex: 1;
    gap: 1.5rem;
    justify-content: space-around;
  }

  .valor-edifice {
    max-width: 250px;
    text-align: left;
  }

  .mandate-scroll {
    text-align: left;
  }

  .dynasty-anchorage {
    padding: 4rem 0 2.5rem;
  }
}

@media (max-width: 1023px) {
  .dynasty-anchorage {
    padding: 2.5rem 0 2rem;
  }

  .regal-sanctum-cluster {
    gap: 1.5rem;
  }

  .valor-edifice {
    max-width: 100%;
    padding: 1.25rem;
  }

  .valor-edifice h3 {
    text-align: center;
  }

  .mandate-scroll {
    text-align: center;
  }

  .sovereign-corridor {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .dynasty-anchorage {
    padding: 2rem 0 1.5rem;
  }

  .imperial-pinnacle {
    gap: 2rem;
  }

  .sovereign-corridor {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
    padding: 0 0 1rem;
  }

  .apex-voyage {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }

  .regal-sanctum-cluster {
    gap: 1.25rem;
  }

  .valor-edifice {
    padding: 1rem;
  }

  .valor-edifice h3 {
    font-size: 1rem;
  }

  .mandate-scroll {
    font-size: 0.85rem;
  }

  .forge-covenant p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .sovereign-corridor {
    gap: 0.75rem;
  }

  .apex-voyage {
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
  }

  .valor-edifice {
    padding: 0.75rem;
  }

  .valor-edifice h3 {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }

  .mandate-scroll {
    font-size: 0.8rem;
  }

  .forge-covenant {
    padding: 1rem 0;
  }

  .forge-covenant p {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .elite-legacy-seal p {
    font-size: 0.75rem;
  }
}
/* RESPONSIBLE GAMING */

.responsible-gaming {
  padding: 4rem 0;
  background-color: #0f0f0f;
}

.responsible-gaming__title {
  text-align: center;
  margin-bottom: 2rem;
}

.responsible-gaming__content {
  background-color: #7f1d1d33;
  border: 1px solid #ef44444d;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 3rem;
}

.text-red-400 {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.responsible-gaming__description h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.responsible-gaming__help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* COOKIES START */

.cookies-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--dark-color);
  color: var(--light-color);
  padding: 1.5rem 1rem;
  text-align: center;
  z-index: 1000;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cookies-banner__btns {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  .cookies-banner__btns {
    flex-direction: column;
    align-items: center;
  }
}

.cookies-banner button {
  margin: 0 5px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 0.375rem;
}

#accept-cookies {
  background-color: var(--accent-color); /* Green */
  color: white;
  transition: transform 0.5s ease;
}
#accept-cookies:hover {
  transform: scale(1.05);
}

#reject-cookies {
  background-color: #f44336; /* Red */
  color: white;
}

#reject-cookies:hover {
  transform: scale(1.05);
}

/* PAGES STYLES */

.page-rights .hero__logo {
  text-align: center;
  display: block;
  margin-bottom: 1.5rem;
}

.page-rights h1 {
  text-align: center;
}

.page {
  padding: 3rem 0;
}

.page__title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.page__subtitle {
  margin-bottom: 0.625rem;
}

.page__text {
  margin-bottom: 1.25rem;
}

.page__list {
  padding-left: 18px;
  margin-bottom: 1rem;
}

.responsible__title {
  margin-bottom: 2rem;
}

.responsible__help {
  margin-top: 2.5rem;
}

.dark .card__rank {
  background-color: #000;
}


