: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 ------------------*/

.elite-notification-bar {
  background-color: #0a0a0a;
  padding: 1.25rem 0;
  box-shadow: 0 2px 15px rgba(212, 175, 55, 0.25);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #f5f5f5;
  line-height: 1.5;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.summit-compliance-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.regal-indicator-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

.imperial-guard-mark {
  width: 2.75rem;
  height: 2.75rem;
  filter: brightness(1.2) drop-shadow(0 1px 4px rgba(212, 175, 55, 0.4));
}

.strategic-guidance-block {
  flex: 1;
  text-align: right;
  padding: 0 0.75rem;
}

.protocol-obligation-statement {
  margin: 0;
  font-weight: 300;
}

.protocol-obligation-statement b a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.protocol-obligation-statement b a:hover {
  color: #e6b800;
}

@media (max-width: 768px) {
  .elite-notification-bar {
    padding: 1rem 0;
    font-size: 0.875rem;
  }

  .summit-compliance-zone {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.875rem;
  }

  .regal-indicator-frame {
    width: 2.5rem;
    height: 2.5rem;
  }

  .imperial-guard-mark {
    width: 1.5rem;
    height: 1.5rem;
  }

  .strategic-guidance-block {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .elite-notification-bar {
    font-size: 0.8125rem;
    padding: 0.3rem 0;
  }

  .summit-compliance-zone {
    gap: 0.625rem;
  }

  .regal-indicator-frame {
    width: 2.25rem;
    height: 2.25rem;
  }

  .imperial-guard-mark {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* hero  ------------------*/

.phoenix-sanctum {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8);
}

.mirage-shroud {
  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;
}

.ebony-shroud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.85);
  z-index: -1;
}

.oracle-sanctuary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  z-index: 2;
  padding: 1rem 0.5rem;
}

.aurora-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(218, 165, 32, 0.15);
  border-radius: 50%;
  border: 2px solid rgba(218, 165, 32, 0.3);
  box-shadow: 0 0 20px rgba(218, 165, 32, 0.2);
  margin: 0;
}

.aurora-emblem img {
  max-width: 80%;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(218, 165, 32, 0.4));
}

.edict-chamber {
  margin: 0;
}

.edict-chamber h1 {
  font-family: "Georgia", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.codex-synopsis {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0;
  line-height: 1.7;
  opacity: 0.9;
}

.citadel-vows {
  margin: 0;
  width: 100%;
}

.citadel-vows ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.citadel-vows li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background-color: rgba(218, 165, 32, 0.08);
  border: 1px solid rgba(218, 165, 32, 0.25);
  border-radius: 30px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.4s ease;
  box-shadow: 0 3px 12px rgba(218, 165, 32, 0.1);
  white-space: nowrap;
}

.citadel-vows li:hover {
  background-color: rgba(218, 165, 32, 0.15);
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(218, 165, 32, 0.25);
}

.citadel-vows svg {
  color: #daa520;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 4px rgba(218, 165, 32, 0.3));
}

.vault-legacy {
  width: 100%;
  margin: 0 auto;
}

.relic-forge {
  background-color: #111111;
  border: 2px solid rgba(218, 165, 32, 0.2);
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(218, 165, 32, 0.1);
  position: relative;
}

.relic-forge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #daa520;
  box-shadow: 0 0 15px rgba(218, 165, 32, 0.4);
}

.sigil-vanguard {
  margin: 0;
  flex-shrink: 0;
  max-width: 200px;
  background-color: #000000;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(218, 165, 32, 0.1);
}

.sigil-vanguard img {
  width: 100%;
  height: auto;
  display: block;
}

.lure-ambition {
  margin: 0;
  flex: 1;
}

.lure-ambition h3 {
  color: #cccccc;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.lure-ambition p {
  font-family: "Georgia", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #daa520;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.chronicle-affirm {
  color: #888888;
  font-weight: 500;
  margin: 0;
  flex: 1;
  max-width: 300px;
}

.chronicle-affirm ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
}

.chronicle-affirm svg {
  color: #ffd700;
  filter: drop-shadow(0 2px 5px rgba(255, 215, 0, 0.3));
}

.chronicle-affirm span {
  display: block;
  font-size: 0.95rem;
  color: #bbbbbb;
  font-style: italic;
}

.acclaim-metric {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  margin: 0;
  flex-shrink: 0;
  color: #ffffff;
}

.acclaim-metric p {
  color: #999999;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.acclaim-metric span {
  color: #daa520;
  font-size: 1.6rem;
  text-shadow: 0 0 8px rgba(218, 165, 32, 0.6);
}

.portal-sovereign {
  background-color: #daa520;
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(218, 165, 32, 0.3);
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.portal-sovereign:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(218, 165, 32, 0.4);
  color: #000000;
}

@media (min-width: 1200px) {
  .relic-forge {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 2rem;
  }

  .sigil-vanguard {
    max-width: 220px;
  }

  .lure-ambition,
  .chronicle-affirm {
    max-width: none;
    text-align: left;
  }

  .chronicle-affirm ul {
    justify-content: flex-start;
  }

  .acclaim-metric {
    text-align: right;
  }

  .portal-sovereign {
    padding: 1.2rem 4rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 1199px) {
  .relic-forge {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .sigil-vanguard {
    max-width: 180px;
  }

  .lure-ambition,
  .chronicle-affirm {
    max-width: 280px;
    text-align: center;
  }

  .chronicle-affirm ul {
    justify-content: center;
  }

  .acclaim-metric {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .phoenix-sanctum {
    min-height: 70vh;
    padding: 1rem 0;
  }

  .oracle-sanctuary {
    gap: 1rem;
    padding: 0.5rem;
  }

  .edict-chamber h1 {
    font-size: 3rem;
  }

  .codex-synopsis {
    font-size: 1.1rem;
  }

  .citadel-vows ul {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .citadel-vows li {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    text-align: center;
  }

  .relic-forge {
    padding: 1.5rem;
    gap: 1.25rem;
    border-radius: 20px;
  }

  .sigil-vanguard {
    max-width: 150px;
    padding: 1rem;
  }

  .lure-ambition p {
    font-size: 1.25rem;
  }

  .acclaim-metric span {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .phoenix-sanctum {
    min-height: 60vh;
  }

  .edict-chamber h1 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }

  .codex-synopsis {
    font-size: 1rem;
  }

  .citadel-vows li {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    gap: 0.75rem;
  }

  .citadel-vows svg {
    width: 18px;
    height: 18px;
  }

  .sigil-vanguard {
    max-width: 130px;
    padding: 0.75rem;
  }

  .lure-ambition p {
    font-size: 1.15rem;
  }

  .chronicle-affirm ul {
    gap: 0.4rem;
  }

  .chronicle-affirm svg {
    width: 15px;
    height: 15px;
  }

  .acclaim-metric span {
    font-size: 1.3rem;
  }

  .portal-sovereign {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
/* Criteria Section */
.executive-briefcase {
  background-color: #0f0f0f;
  padding: 3rem 0;
  border-top: 1px solid rgba(218, 165, 32, 0.1);
  color: #f8f8f8;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.policy-matrix {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}

.tenet-anchor,
.protocol-rampart,
.directive-fortress,
.incentive-bastion {
  flex: 1 1 calc(50% - 0.75rem);
  background-color: rgba(17, 17, 17, 0.9);
  border: 1px solid rgba(218, 165, 32, 0.15);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
  position: relative;
}

.tenet-anchor::before,
.protocol-rampart::before,
.directive-fortress::before,
.incentive-bastion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #daa520;
  box-shadow: 0 0 6px rgba(218, 165, 32, 0.3);
}

.tenet-anchor:hover,
.protocol-rampart:hover,
.directive-fortress:hover,
.incentive-bastion:hover {
  box-shadow: 0 6px 30px rgba(218, 165, 32, 0.2);
  transform: scale(1.02);
}

.tenet-anchor h2,
.protocol-rampart h3,
.directive-fortress h3,
.incentive-bastion h3 {
  font-family: "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(218, 165, 32, 0.2);
  padding-bottom: 0.75rem;
}

.tenet-anchor ul,
.directive-fortress ul,
.incentive-bastion ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tenet-anchor li,
.directive-fortress li,
.incentive-bastion li {
  font-size: 0.92rem;
  color: #e0e0e0;
  line-height: 1.4;
  position: relative;
  padding-left: 1.25rem;
}

.tenet-anchor li::before,
.directive-fortress li::before,
.incentive-bastion li::before {
  content: "♦";
  position: absolute;
  left: 0;
  color: #daa520;
  font-size: 0.8rem;
  text-shadow: 0 0 3px rgba(218, 165, 32, 0.4);
}

.protocol-rampart ol {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: phase-counter;
}

.protocol-rampart li {
  font-size: 0.92rem;
  color: #e0e0e0;
  line-height: 1.4;
  position: relative;
  padding-left: 1.75rem;
  counter-increment: phase-counter;
}

.protocol-rampart li::before {
  content: counter(phase-counter);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #daa520;
  color: #000000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 0 4px rgba(218, 165, 32, 0.5);
}

.protocol-rampart span {
  display: none;
}

@media (max-width: 1024px) {
  .policy-matrix {
    gap: 1.25rem;
  }

  .tenet-anchor,
  .protocol-rampart,
  .directive-fortress,
  .incentive-bastion {
    flex: 1 1 100%;
    padding: 1.5rem;
  }

  .tenet-anchor h2,
  .protocol-rampart h3,
  .directive-fortress h3,
  .incentive-bastion h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .executive-briefcase {
    padding: 2.5rem 0;
  }

  .policy-matrix {
    gap: 1rem;
    flex-direction: column;
  }

  .tenet-anchor,
  .protocol-rampart,
  .directive-fortress,
  .incentive-bastion {
    padding: 1.25rem;
    border-radius: 10px;
  }

  .tenet-anchor h2,
  .protocol-rampart h3,
  .directive-fortress h3,
  .incentive-bastion h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }

  .tenet-anchor li,
  .directive-fortress li,
  .incentive-bastion li,
  .protocol-rampart li {
    font-size: 0.88rem;
    padding-left: 1rem;
  }

  .protocol-rampart li::before {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.7rem;
  }

  .tenet-anchor li::before,
  .directive-fortress li::before,
  .incentive-bastion li::before {
    left: 0.1rem;
  }
}

@media (max-width: 480px) {
  .executive-briefcase {
    padding: 2rem 0;
  }

  .tenet-anchor,
  .protocol-rampart,
  .directive-fortress,
  .incentive-bastion {
    padding: 1rem;
  }

  .tenet-anchor h2,
  .protocol-rampart h3,
  .directive-fortress h3,
  .incentive-bastion h3 {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }

  .tenet-anchor li,
  .directive-fortress li,
  .incentive-bastion li,
  .protocol-rampart li {
    font-size: 0.85rem;
    padding-left: 0.9rem;
  }

  .protocol-rampart li {
    padding-left: 1.5rem;
  }

  .protocol-rampart li::before {
    width: 1rem;
    height: 1rem;
    font-size: 0.65rem;
  }
}

/* RESPONSIBLE GAMING */

.alliance-certification-panel {
  background-color: #0d0d0d;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(218, 165, 32, 0.1);
  border-bottom: 1px solid rgba(218, 165, 32, 0.1);
}

.endorsement-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 100%;
}

.affiliate-crest-holder,
.maturity-emblem-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 17, 17, 0.8);
  border: 1px solid rgba(218, 165, 32, 0.2);
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.affiliate-crest-holder::after,
.maturity-emblem-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(218, 165, 32, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.affiliate-crest-holder:hover,
.maturity-emblem-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(218, 165, 32, 0.25);
  border-color: rgba(218, 165, 32, 0.4);
}

.affiliate-crest-holder:hover::after,
.maturity-emblem-wrapper:hover::after {
  opacity: 1;
}

.affiliate-crest-holder img,
.maturity-emblem-wrapper img {
  width: 240px;
  height: 80px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 4px rgba(218, 165, 32, 0.2));
  transition: filter 0.3s ease;
}

.affiliate-crest-holder:hover img,
.maturity-emblem-wrapper:hover img {
  filter: drop-shadow(0 2px 8px rgba(218, 165, 32, 0.4));
}

.maturity-emblem-wrapper {
  border-width: 2px;
  padding: 0.75rem;
}

.maturity-emblem-wrapper img {
  width: 90px;
  height: 80px;
}

@media (max-width: 1024px) {
  .endorsement-gallery {
    gap: 1.25rem;
  }

  .affiliate-crest-holder,
  .maturity-emblem-wrapper {
    padding: 0.75rem;
  }

  .affiliate-crest-holder img {
    width: 200px;
    height: 67px;
  }

  .maturity-emblem-wrapper img {
    width: 75px;
    height: 67px;
  }
}

@media (max-width: 768px) {
  .alliance-certification-panel {
    padding: 2rem 0;
  }

  .endorsement-gallery {
    gap: 1rem;
    justify-content: space-around;
  }

  .affiliate-crest-holder,
  .maturity-emblem-wrapper {
    padding: 0.5rem;
    border-radius: 6px;
  }

  .affiliate-crest-holder img {
    width: 160px;
    height: 53px;
  }

  .maturity-emblem-wrapper img {
    width: 60px;
    height: 53px;
  }
}

@media (max-width: 480px) {
  .endorsement-gallery {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .affiliate-crest-holder,
  .maturity-emblem-wrapper {
    width: 100%;
    max-width: 280px;
    padding: 0.75rem;
  }

  .affiliate-crest-holder img {
    width: 200px;
    height: 67px;
  }

  .maturity-emblem-wrapper img {
    width: 75px;
    height: 67px;
  }
}

/* Footer */
.sovereign-legacy-base {
  background-color: #080808;
  color: #f2f2f2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 3rem 0 1.5rem;
  border-top: 2px solid rgba(218, 165, 32, 0.2);
  box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.9);
}

.pinnacle-navigational-hub {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.executive-pathway {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  background-color: rgba(15, 15, 15, 0.6);
  border-right: 1px solid rgba(218, 165, 32, 0.15);
  border-radius: 8px 0 0 8px;
}

.summit-link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
}

.summit-link:hover {
  color: #ffffff;
  background-color: rgba(218, 165, 32, 0.1);
  box-shadow: 0 0 8px rgba(218, 165, 32, 0.3);
  transform: translateX(5px);
}

.alliance-columnar-vault {
  display: flex;
  flex: 1 1 calc(100% - 200px);
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-left: 1rem;
}

.pillar-of-insight {
  flex: 1 1 200px;
  padding: 1.5rem;
  background-color: rgba(17, 17, 17, 0.5);
  border: 1px solid rgba(218, 165, 32, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pillar-of-insight:hover {
  box-shadow: 0 4px 20px rgba(218, 165, 32, 0.2);
  transform: translateY(-2px);
}

.pillar-of-insight h3 {
  font-family: "Georgia", serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0.75rem;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(218, 165, 32, 0.2);
  padding-bottom: 0.5rem;
}

.charter-narrative {
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  color: #d0d0d0;
}

.covenant-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.8);
  border-top: 1px solid rgba(218, 165, 32, 0.15);
  border-radius: 4px;
}

.covenant-scroll p {
  font-size: 0.85rem;
  margin: 0;
  color: #c8c8c8;
  line-height: 1.4;
}

.covenant-scroll a {
  color: #daa520;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.covenant-scroll a:hover {
  color: #ffd700;
  text-shadow: 0 0 4px rgba(255, 215, 0, 0.5);
}

.heraldic-crest {
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(218, 165, 32, 0.1);
}

.heraldic-crest p {
  font-size: 0.8rem;
  color: #a8a8a8;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
  .pinnacle-navigational-hub {
    flex-direction: column;
    gap: 1.5rem;
  }

  .executive-pathway {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    border-radius: 6px;
    padding: 0.75rem;
  }

  .alliance-columnar-vault {
    flex: 1 1 100%;
    padding-left: 0;
  }

  .pillar-of-insight {
    flex: 1 1 calc(50% - 0.75rem);
  }
}

@media (max-width: 768px) {
  .sovereign-legacy-base {
    padding: 2rem 0 1rem;
  }

  .executive-pathway {
    gap: 0.5rem;
  }

  .summit-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
  }

  .alliance-columnar-vault {
    gap: 1rem;
  }

  .pillar-of-insight {
    flex: 1 1 100%;
    padding: 1rem;
  }

  .pillar-of-insight h3 {
    font-size: 1rem;
  }

  .charter-narrative {
    font-size: 0.85rem;
  }

  .covenant-scroll {
    padding: 0.75rem;
  }

  .covenant-scroll p {
    font-size: 0.82rem;
  }
}

@media (max-width: 480px) {
  .executive-pathway {
    flex-direction: column;
    align-items: center;
  }

  .summit-link {
    font-size: 0.88rem;
    padding: 0.3rem 0.6rem;
  }

  .pillar-of-insight {
    padding: 0.75rem;
  }

  .pillar-of-insight h3 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }

  .charter-narrative {
    font-size: 0.82rem;
  }

  .covenant-scroll p {
    font-size: 0.8rem;
  }

  .heraldic-crest p {
    font-size: 0.75rem;
  }
}

/* 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;
}
