: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 ------------------*/

.prestige-vigil-header {
  background-color: #050505;
  padding: 0.875rem 0;
  box-shadow: 0 1px 12px rgba(255, 215, 0, 0.2);
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 0.875rem;
  color: #fafafa;
  line-height: 1.45;
  position: relative;
}

.prestige-vigil-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 215, 0, 0.2);
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.1);
}

.guardian-protocol-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.vigil-crest-enclosure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.25);
  border-radius: 6px;
  box-shadow: inset 0 0 8px rgba(255, 215, 0, 0.15);
}

.eternal-sentinel-emblem {
  width: 1.5rem;
  height: 1.5rem;
  filter: saturate(1.1) drop-shadow(0 0 4px rgba(255, 215, 0, 0.3));
}

.fiscal-admonition-frame {
  flex: 1;
  min-width: 250px;
  padding: 0 0.5rem;
  text-align: left;
}

.equity-safeguard-edict {
  margin: 0;
  font-style: italic;
  font-weight: 350;
}

.equity-safeguard-edict b a {
  color: #00d0ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.equity-safeguard-edict b a:hover {
  color: #00d0ff;
  text-shadow: 0 0 3px rgba(255, 165, 0, 0.6);
}

@media (max-width: 768px) {
  .prestige-vigil-header {
    padding: 0.75rem 0;
    font-size: 0.8125rem;
  }

  .guardian-protocol-bar {
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
  }

  .vigil-crest-enclosure {
    width: 2rem;
    height: 2rem;
  }

  .eternal-sentinel-emblem {
    width: 1.25rem;
    height: 1.25rem;
  }

  .fiscal-admonition-frame {
    padding: 0;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .prestige-vigil-header {
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }

  .guardian-protocol-bar {
    gap: 0.5rem;
  }

  .vigil-crest-enclosure {
    width: 1.75rem;
    height: 1.75rem;
  }

  .eternal-sentinel-emblem {
    width: 1.1rem;
    height: 1.1rem;
    
  }
}

/* hero  ------------------*/

.apex-nexus-arena {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.9);
}

.ethereal-veil-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  margin: 0;
  padding: 0;
}

.obsidian-veil-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.9);
  z-index: -1;
}

.zenith-conclave {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  z-index: 3;
  padding: 1.5rem 1rem;
}

.luminous-orb-cradle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 208, 255, 0.12);
  border: 1px solid rgba(0, 208, 255, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 208, 255, 0.25);
  margin: 0;
}

.luminous-orb-cradle img {
  max-width: 70%;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 208, 255, 0.5));
}

.decree-vault-chamber {
  margin: 0;
}

.decree-vault-chamber h1 {
  font-family: 'Times New Roman', serif;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin: 0;
  line-height: 1.15;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
}

.manuscript-essence {
  font-family: 'Arial', sans-serif;
  font-size: 1.25rem;
  max-width: 750px;
  margin: 0;
  line-height: 1.65;
  opacity: 0.92;
}

.fortress-edicts-panel {
  width: 100%;
  margin: 0;
}

.fortress-edicts-panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fortress-edicts-panel li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 208, 255, 0.1);
  border: 1px solid rgba(0, 208, 255, 0.3);
  border-radius: 25px;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.35s ease;
  box-shadow: 0 2px 10px rgba(0, 208, 255, 0.15);
  white-space: nowrap;
}

.fortress-edicts-panel li:hover {
  background-color: rgba(0, 208, 255, 0.2);
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 5px 20px rgba(0, 208, 255, 0.3);
}

.fortress-edicts-panel svg {
  color: #00d0ff;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 3px rgba(0, 208, 255, 0.4));
}

.sanctum-relic-chamber {
  width: 100%;
  margin: 0 auto;
}

.artifact-matrix {
  background-color: #0a0a0a;
  border: 1px solid rgba(0, 208, 255, 0.25);
  border-radius: 0 0 50px 50px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.8), inset 0 0 0 1px rgba(0, 208, 255, 0.05);
  position: relative;
}

.artifact-matrix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00d0ff;
  box-shadow: 0 0 10px rgba(0, 208, 255, 0.5);
}

.heraldic-ward-frame {
  margin: 0;
  flex-shrink: 0;
  max-width: 180px;
  background-color: #000000;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 208, 255, 0.1);
}

.heraldic-ward-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.enticement-vortex {
  margin: 0;
  flex: 1;
}

.enticement-vortex h3 {
  color: #d8d8d8;
  font-family: 'Arial', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.enticement-vortex p {
  font-family: 'Times New Roman', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #00d0ff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legacy-endorsement {
  color: #999999;
  font-weight: 500;
  margin: 0;
  flex: 1;
  max-width: 280px;
}

.legacy-endorsement ul {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}

.legacy-endorsement svg {
  color: #00d0ff;
  filter: drop-shadow(0 1px 4px rgba(0, 208, 255, 0.4));
}

.legacy-endorsement span {
  display: block;
  font-size: 0.9rem;
  color: #cccccc;
  font-style: italic;
}

.prestige-gauge {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
  flex-shrink: 0;
  color: #ffffff;
}

.prestige-gauge p {
  color: #b8b8b8;
  font-size: 1rem;
  margin: 0 0 0.25rem;
  font-weight: 400;
}

.prestige-gauge span {
  color: #00d0ff;
  font-size: 1.5rem;
  text-shadow: 0 0 6px rgba(0, 208, 255, 0.7);
}

.gateway-ascendant {
  background-color: #00d0ff;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.875rem 2.5rem;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(0, 208, 255, 0.35);
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gateway-ascendant:hover {
  background-color: #00b8e6;
  transform: translateY(-1px);
  box-shadow: 0 6px 25px rgba(0, 208, 255, 0.45);
  color: #000000;
}

@media (min-width: 1200px) {
  .artifact-matrix {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
  }

  .heraldic-ward-frame {
    max-width: 200px;
  }

  .enticement-vortex,
  .legacy-endorsement {
    max-width: none;
    text-align: left;
  }

  .legacy-endorsement ul {
    justify-content: flex-start;
  }

  .prestige-gauge {
    text-align: right;
  }

  .gateway-ascendant {
    padding: 1rem 3rem;
    font-size: 1.05rem;
  }
}

@media (max-width: 1199px) {
  .artifact-matrix {
    gap: 1rem;
    padding: 1.25rem;
  }

  .heraldic-ward-frame {
    max-width: 160px;
  }

  .enticement-vortex,
  .legacy-endorsement {
    max-width: 260px;
    text-align: center;
  }

  .legacy-endorsement ul {
    justify-content: center;
  }

  .prestige-gauge {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .apex-nexus-arena {
    min-height: 65vh;
    padding: 0.5rem 0;
  }

  .zenith-conclave {
    gap: 1.25rem;
    padding: 1rem;
  }

  .decree-vault-chamber h1 {
    font-size: 2.75rem;
  }

  .manuscript-essence {
    font-size: 1.05rem;
  }

  .fortress-edicts-panel ul {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }

  .fortress-edicts-panel li {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    text-align: center;
  }

  .artifact-matrix {
    padding: 1.25rem;
    gap: 1rem;
    border-radius: 15px;
  }

  .heraldic-ward-frame {
    max-width: 140px;
    padding: 0.75rem;
  }

  .enticement-vortex p {
    font-size: 1.2rem;
  }

  .prestige-gauge span {
    font-size: 1.35rem;
  }
}

@media (max-width: 480px) {
  .apex-nexus-arena {
    min-height: 55vh;
  }

  .decree-vault-chamber h1 {
    font-size: 2.25rem;
    letter-spacing: 0.06em;
  }

  .manuscript-essence {
    font-size: 0.98rem;
  }

  .fortress-edicts-panel li {
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    gap: 0.6rem;
  }

  .fortress-edicts-panel svg {
    width: 16px;
    height: 16px;
  }

  .heraldic-ward-frame {
    max-width: 120px;
    padding: 0.5rem;
  }

  .enticement-vortex p {
    font-size: 1.1rem;
  }

  .legacy-endorsement ul {
    gap: 0.3rem;
  }

  .legacy-endorsement svg {
    width: 14px;
    height: 14px;
  }

  .prestige-gauge span {
    font-size: 1.25rem;
  }

  .gateway-ascendant {
    padding: 0.75rem 1.75rem;
    font-size: 0.95rem;
  }
}
/* Criteria Section */
.summit-strategy-vault {
  background-color: #080808;
  padding: 2.5rem 0;
  border-top: 2px solid rgba(0, 208, 255, 0.15);
  color: #f0f0f0;
  font-family: 'Arial', sans-serif;
}

.directive-constellation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.axiom-catalyst,
.trajectory-blueprint,
.mandate-citadel,
.bounty-spire {
  background-color: rgba(12, 12, 12, 0.95);
  border-left: 3px solid rgba(0, 208, 255, 0.3);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  position: relative;
}

.axiom-catalyst::after,
.trajectory-blueprint::after,
.mandate-citadel::after,
.bounty-spire::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00d0ff;
  box-shadow: 0 0 5px rgba(0, 208, 255, 0.4);
  transition: width 0.3s ease;
}

.axiom-catalyst:hover,
.trajectory-blueprint:hover,
.mandate-citadel:hover,
.bounty-spire:hover {
  box-shadow: 0 4px 25px rgba(0, 208, 255, 0.2);
  transform: translateX(5px);
}

.axiom-catalyst:hover::after,
.trajectory-blueprint:hover::after,
.mandate-citadel:hover::after,
.bounty-spire:hover::after {
  width: 100%;
}

.axiom-catalyst h2,
.trajectory-blueprint h3,
.mandate-citadel h3,
.bounty-spire h3 {
  font-family: 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 300;
  margin: 0 0 0.75rem;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
  padding-left: 0.5rem;
  border-left: 2px solid rgba(0, 208, 255, 0.5);
  padding-bottom: 0.5rem;
}

.axiom-catalyst ul,
.mandate-citadel ul,
.bounty-spire ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.axiom-catalyst li,
.mandate-citadel li,
.bounty-spire li {
  font-size: 0.9rem;
  color: #d8d8d8;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.25rem 0;
}

.axiom-catalyst svg,
.mandate-citadel svg,
.bounty-spire svg {
  color: #00d0ff;
  flex-shrink: 0;
  margin-top: 0.1rem;
  filter: drop-shadow(0 0 2px rgba(0, 208, 255, 0.5));
}

.trajectory-blueprint ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ascent-counter;
}

.trajectory-blueprint li {
  font-size: 0.9rem;
  color: #d8d8d8;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.25rem 0;
  counter-increment: ascent-counter;
  position: relative;
}



.trajectory-blueprint svg {
  color: #00d0ff;
  flex-shrink: 0;
  margin-top: 0.4rem;
  filter: drop-shadow(0 0 2px rgba(0, 208, 255, 0.5));
}

.trajectory-blueprint span {
  display: none;
}

@media (min-width: 1025px) {
  .directive-constellation {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .axiom-catalyst,
  .trajectory-blueprint,
  .mandate-citadel,
  .bounty-spire {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 1024px) {
  .directive-constellation {
    gap: 1.5rem;
  }

  .axiom-catalyst,
  .trajectory-blueprint,
  .mandate-citadel,
  .bounty-spire {
    padding: 1.25rem;
  }

  .axiom-catalyst h2,
  .trajectory-blueprint h3,
  .mandate-citadel h3,
  .bounty-spire h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .summit-strategy-vault {
    padding: 2rem 0;
  }

  .directive-constellation {
    gap: 1.25rem;
  }

  .axiom-catalyst,
  .trajectory-blueprint,
  .mandate-citadel,
  .bounty-spire {
    padding: 1rem;
    border-radius: 6px;
  }

  .axiom-catalyst h2,
  .trajectory-blueprint h3,
  .mandate-citadel h3,
  .bounty-spire h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .axiom-catalyst li,
  .mandate-citadel li,
  .bounty-spire li,
  .trajectory-blueprint li {
    font-size: 0.86rem;
    gap: 0.6rem;
  }

  .trajectory-blueprint li::before {
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
    left: -1.25rem;
  }

  .axiom-catalyst svg,
  .mandate-citadel svg,
  .bounty-spire svg,
  .trajectory-blueprint svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .summit-strategy-vault {
    padding: 1.5rem 0;
  }

  .axiom-catalyst,
  .trajectory-blueprint,
  .mandate-citadel,
  .bounty-spire {
    padding: 0.875rem;
  }

  .axiom-catalyst h2,
  .trajectory-blueprint h3,
  .mandate-citadel h3,
  .bounty-spire h3 {
    font-size: 1.15rem;
    letter-spacing: 0.01em;
  }

  .axiom-catalyst li,
  .mandate-citadel li,
  .bounty-spire li,
  .trajectory-blueprint li {
    font-size: 0.83rem;
    gap: 0.5rem;
  }

  .trajectory-blueprint li {
    padding-left: 0;
  }

  .trajectory-blueprint li::before {
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.6rem;
    left: -1.1rem;
  }

  .axiom-catalyst svg,
  .mandate-citadel svg,
  .bounty-spire svg,
  .trajectory-blueprint svg {
    width: 14px;
    height: 14px;
    margin-top: 0.05rem;
  }
}

/* RESPONSIBLE GAMING */

.vanguard-alliance-hub {
  background-color: #060606;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(0, 208, 255, 0.08);
  border-bottom: 1px solid rgba(0, 208, 255, 0.08);
}

.prestige-emblem-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.prestige-emblem-row::-webkit-scrollbar {
  display: none;
}

.sovereign-badge-pod,
.adulthood-sentinel-pod {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 10, 10, 0.85);
  border: 1px solid rgba(0, 208, 255, 0.12);
  border-radius: 6px;
  padding: 0.75rem;
  transition: all 0.25s ease;
  box-shadow: inset 0 1px 4px rgba(0, 208, 255, 0.05), 0 1px 8px rgba(0, 0, 0, 0.9);
  position: relative;
}

.sovereign-badge-pod::before,
.adulthood-sentinel-pod::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(45deg, transparent, rgba(0, 208, 255, 0.1), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.sovereign-badge-pod:hover,
.adulthood-sentinel-pod:hover {
  transform: rotate(2deg) scale(1.03);
  box-shadow: 0 4px 20px rgba(0, 208, 255, 0.2), inset 0 1px 4px rgba(0, 208, 255, 0.1);
  border-color: rgba(0, 208, 255, 0.3);
}

.sovereign-badge-pod:hover::before,
.adulthood-sentinel-pod:hover::before {
  opacity: 1;
}

.sovereign-badge-pod img,
.adulthood-sentinel-pod img {
  object-fit: contain;
  display: block;
  filter: contrast(1.15) drop-shadow(0 0 3px rgba(0, 208, 255, 0.3));
  transition: filter 0.25s ease;
}

.sovereign-badge-pod:hover img,
.adulthood-sentinel-pod:hover img {
  filter: contrast(1.25) drop-shadow(0 0 6px rgba(0, 208, 255, 0.5));
}

.adulthood-sentinel-pod {
  border-width: 2px;
  padding: 0.5rem;
}

.sovereign-badge-pod img {
  width: 240px;
  height: 80px;
}

.adulthood-sentinel-pod img {
  width: 90px;
  height: 80px;
}

@media (max-width: 1024px) {
  .prestige-emblem-row {
    gap: 1rem;
    padding: 0 0.25rem;
  }

  .sovereign-badge-pod,
  .adulthood-sentinel-pod {
    padding: 0.625rem;
  }

  .sovereign-badge-pod img {
    width: 200px;
    height: 67px;
  }

  .adulthood-sentinel-pod img {
    width: 75px;
    height: 67px;
  }
}

@media (max-width: 768px) {
  .vanguard-alliance-hub {
    padding: 1.5rem 0;
  }

  .prestige-emblem-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.875rem;
    overflow-x: visible;
  }

  .sovereign-badge-pod,
  .adulthood-sentinel-pod {
    padding: 0.5rem;
    border-radius: 5px;
  }

  .sovereign-badge-pod img {
    width: 160px;
    height: 53px;
  }

  .adulthood-sentinel-pod img {
    width: 60px;
    height: 53px;
  }
}

@media (max-width: 480px) {
  .prestige-emblem-row {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }

  .sovereign-badge-pod,
  .adulthood-sentinel-pod {
    width: 100%;
    max-width: 260px;
    padding: 0.625rem;
  }

  .sovereign-badge-pod img {
    width: 200px;
    height: 67px;
  }

  .adulthood-sentinel-pod img {
    width: 75px;
    height: 67px;
  }
}

/* Footer */
.imperial-foundation {
  background-color: #040404;
  color: #ebebeb;
  font-family: 'Times New Roman', serif;
  padding: 2.25rem 0 1rem;
  border-top: 1px solid rgba(0, 208, 255, 0.18);
  box-shadow: 0 -2px 10px rgba(0, 208, 255, 0.1);
}

.oracle-nav-bar {
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 208, 255, 0.12);
  padding-bottom: 0.75rem;
}

.zenith-link-cluster {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.ascendant-anchor {
  color: #d0d0d0;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 300;
  padding: 0.375rem 0.875rem;
  transition: all 0.35s ease;
  border-radius: 3px;
  position: relative;
  letter-spacing: 0.02em;
}

.ascendant-anchor::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #00d0ff;
  transition: all 0.35s ease;
  transform: translateX(-50%);
}

.ascendant-anchor:hover {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 208, 255, 0.6);
}

.ascendant-anchor:hover::after {
  width: 80%;
}

.sentinel-column-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  justify-content: space-between;
}

.vortex-sentinel {
  flex: 1 1 22%;
  padding: 1rem;
  background-color: rgba(8, 8, 8, 0.7);
  border: 1px solid rgba(0, 208, 255, 0.08);
  border-radius: 4px;
  transition: all 0.4s ease;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.vortex-sentinel:hover {
  box-shadow: 0 3px 15px rgba(0, 208, 255, 0.15);
  border-color: rgba(0, 208, 255, 0.2);
  transform: scale(1.01);
}

.vortex-sentinel h3 {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 0.5rem;
  letter-spacing: 0.025em;
  text-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.9);
  position: relative;
}

.vortex-sentinel h3::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 0.25rem;
  width: 3px;
  height: 0;
  background-color: #00d0ff;
  box-shadow: 0 0 4px rgba(0, 208, 255, 0.4);
  transition: height 0.4s ease;
}

.vortex-sentinel:hover h3::before {
  height: 100%;
}

.edifice-scroll {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  color: #c0c0c0;
}

.mandate-enclave {
  background-color: rgba(6, 6, 6, 0.75);
  padding: 0.875rem;
  border: 1px solid rgba(0, 208, 255, 0.1);
  border-radius: 3px;
  margin-bottom: 0.875rem;
  box-shadow: inset 0 1px 3px rgba(0, 208, 255, 0.05);
}

.mandate-enclave p {
  font-size: 0.8rem;
  margin: 0 0 0.5rem;
  color: #b8b8b8;
  line-height: 1.35;
}

.mandate-enclave a {
  color: #00d0ff;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.35s ease;
}

.mandate-enclave a:hover {
  text-shadow: 0 0 2px rgba(0, 208, 255, 0.8);
}

.eternal-seal-vault {
  text-align: center;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 208, 255, 0.08);
}

.eternal-seal-vault p {
  font-size: 0.75rem;
  color: #989898;
  margin: 0;
  font-weight: 200;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .sentinel-column-cluster {
    gap: 1rem;
  }

  .vortex-sentinel {
    flex: 1 1 48%;
  }

  .zenith-link-cluster {
    gap: 0.75rem;
  }

  .ascendant-anchor {
    font-size: 0.88rem;
    padding: 0.3rem 0.75rem;
  }
}

@media (max-width: 768px) {
  .imperial-foundation {
    padding: 1.75rem 0 0.75rem;
  }

  .oracle-nav-bar {
    margin-bottom: 1rem;
  }

  .zenith-link-cluster {
    justify-content: flex-start;
    gap: 0.6rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .sentinel-column-cluster {
    flex-direction: column;
    gap: 0.875rem;
  }

  .vortex-sentinel {
    flex: 1 1 auto;
    padding: 0.875rem;
  }

  .vortex-sentinel h3 {
    font-size: 0.95rem;
  }

  .edifice-scroll {
    font-size: 0.8rem;
  }

  .mandate-enclave {
    padding: 0.625rem;
  }

  .mandate-enclave p {
    font-size: 0.78rem;
    margin-bottom: 0.375rem;
  }
}

@media (max-width: 480px) {
  .zenith-link-cluster {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .ascendant-anchor {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
  }

  .vortex-sentinel {
    padding: 0.75rem;
  }

  .vortex-sentinel h3 {
    font-size: 0.9rem;
  }

  .edifice-scroll {
    font-size: 0.78rem;
  }

  .mandate-enclave p {
    font-size: 0.75rem;
  }

  .eternal-seal-vault p {
    font-size: 0.7rem;
  }
}


/* 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;
}


