: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 ------------------*/

.royal-guardage-wrap {
  background-color: #0c0c0c;
  position: relative;
  z-index: 5;
  font-family: "Playfair Display", "Cinzel", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #eae7df;
}

.royal-guardage-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background-color: rgba(214, 179, 95, 0.25);
  box-shadow: 0 0 12px rgba(29, 165, 104, 0.3);
}

.royal-guardage-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background-color: rgba(214, 179, 95, 0.18);
  box-shadow: 0 0 10px rgba(29, 165, 104, 0.22);
}

.royal-guardage-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  line-height: 1.45;
  flex-wrap: wrap;
}

.royal-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background-color: rgba(214, 179, 95, 0.08);
  border: 1px solid rgba(214, 179, 95, 0.35);
  box-shadow: inset 0 0 10px rgba(214, 179, 95, 0.22), 0 0 18px rgba(29, 165, 104, 0.18);
  flex-shrink: 0;
}

.royal-seal-ring {
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  border: 2px solid rgba(29, 165, 104, 0.25);
  filter: blur(0.5px);
}

.royal-seal-mark {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  filter: drop-shadow(0 0 6px rgba(214, 179, 95, 0.3)) saturate(1.05);
}

.royal-disclaimer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 240px;
  flex: 1 1 260px;
  padding-left: 0.25rem;
}

.royal-disclaimer-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #efece4;
  text-wrap: balance;
}

.royal-hotline-link {
  color: #1da568;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(29, 165, 104, 0.5);
  transition: transform 0.15s ease, text-shadow 0.15s ease, box-shadow 0.15s ease;
}

.royal-hotline-link:hover,
.royal-hotline-link:focus {
  text-shadow: 0 0 6px rgba(29, 165, 104, 0.55);
  box-shadow: 0 1px 0 rgba(214, 179, 95, 0.7);
  transform: translateY(-0.5px);
}

@media (max-width: 992px) {
  .royal-guardage-band {
    gap: 0.85rem;
    padding: 0.8rem 0;
  }
  .royal-seal {
    width: 2.5rem;
    height: 2.5rem;
  }
  .royal-seal-mark {
    width: 1.4rem;
    height: 1.4rem;
  }
  .royal-disclaimer-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .royal-guardage-band {
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
  }
  .royal-disclaimer {
    padding-left: 0;
    flex: 1 1 100%;
  }
  .royal-seal {
    order: -1;
  }
}

@media (max-width: 480px) {
  .royal-guardage-band {
    padding: 0.6rem 0;
    gap: 0.6rem;
  }
  .royal-seal {
    width: 2.15rem;
    height: 2.15rem;
  }
  .royal-seal-mark {
    width: 1.2rem;
    height: 1.2rem;
  }
  .royal-disclaimer-text {
    font-size: 0.85rem;
  }
}

/* hero  ------------------*/

.velvet-empire-realm {
  position: relative;
  min-height: 75vh;
  color: #f5f4ec;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0a0a0a;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.95);
  font-family: "Cinzel", "Georgia", serif;
}

.noir-silk-bg {
  position: absolute;
  inset: 0;
  background: url(../images/hero-1.webp) center/cover no-repeat;
  z-index: -2;
  margin: 0;
}

.onyx-veil-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(8, 8, 8, 0.88);
  z-index: -1;
}

.luxe-dynasty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 2rem 1rem;
  z-index: 3;
}

.royal-intro{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  @media screen and (max-width:768px){
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.img-wrapper{
  width: 800px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  @media screen and (max-width:768px){
    width: 100%;
  }
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.royal-intro h1 {
  text-align: left !important;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #e4dfca;
  text-shadow: 0 0 25px rgba(214, 179, 95, 0.3);
}

.royal-subline {
  text-align: start !important;
  font-family: "Lato", sans-serif;
  max-width: 750px;
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
  color: #e6e6e6;
  margin-top: 10px;
}

.emerald-legit-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.emerald-legit-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(29, 165, 104, 0.4);
  border-radius: 30px;
  color: #e4dfca;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  background-color: rgba(29, 165, 104, 0.08);
  box-shadow: 0 0 10px rgba(29, 165, 104, 0.15);
  transition: all 0.3s ease;
}

.emerald-legit-list li:hover {
  background-color: rgba(29, 165, 104, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(214, 179, 95, 0.3);
}

.emerald-legit-list svg {
  color: #d6b35f;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(214, 179, 95, 0.5));
}

.golden-offer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.offer-card {
  background-color: #0e0e0e;
  border: 1px solid rgba(214, 179, 95, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.9), inset 0 0 10px rgba(214, 179, 95, 0.1);
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  width: 100%;
}

.offer-logo-frame {
  background-color: #000;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(214, 179, 95, 0.25);
  box-shadow: 0 0 12px rgba(214, 179, 95, 0.25);
}

.offer-logo-frame img {
  width: 180px;
  height: auto;
  display: block;
}

.offer-text-block h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #d8d5c2;
  margin: 0 0 0.25rem;
}

.offer-text-block p {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1da568;
  letter-spacing: 0.05em;
}

.offer-stars ul {
  display: flex;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0.25rem 0;
}

.offer-stars svg {
  color: #d6b35f;
  filter: drop-shadow(0 0 4px rgba(214, 179, 95, 0.4));
}

.offer-stars span {
  font-size: 0.9rem;
  color: #cfcfcf;
  font-style: italic;
}

.offer-rating {
  color: #f1f1f1;
}

.offer-rating p {
  font-size: 0.95rem;
  color: #bfbfbf;
  margin: 0 0 0.2rem;
}

.offer-rating span {
  color: #1da568;
  font-weight: 600;
  font-size: 1.4rem;
  text-shadow: 0 0 6px rgba(29, 165, 104, 0.6);
}

.royal-btn {
  background-color: #d6b35f;
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9rem 2.4rem;
  border-radius: 8px;
  letter-spacing: 0.05em;
  box-shadow: 0 0 25px rgba(214, 179, 95, 0.35);
  transition: all 0.25s ease;
}

.royal-btn:hover {
  background-color: #e0c47b;
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(214, 179, 95, 0.5);
}

@media (min-width: 992px) {
  .offer-card {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .offer-logo-frame {
    flex: 0 0 160px;
  }

  .offer-text-block,
  .offer-stars {
    flex: 1;
  }

  .offer-rating {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .royal-intro h1 {
    font-size: 2.4rem;
  }

  .royal-subline {
    font-size: 1rem;
  }

  .offer-card {
    padding: 1.5rem;
  }

  .offer-logo-frame img {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .royal-intro h1 {
    font-size: 2rem;
  }

  .offer-card {
    padding: 1rem;
  }

  .royal-btn {
    padding: 0.75rem 1.8rem;
    font-size: 0.9rem;
  }
}

/* Criteria Section */
.royal-summit-lounge {
  background-color: #0a0a0a;
  color: #f3f2ec;
  padding: 3rem 0;
  font-family: "Cinzel", "Lato", sans-serif;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.9);
  position: relative;
}

.royal-summit-lounge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: rgba(214, 179, 95, 0.3);
  box-shadow: 0 0 10px rgba(29, 165, 104, 0.35);
}

.royal-cascade {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.royal-benefits,
.royal-steps,
.royal-tips,
.royal-bonus {
  background-color: rgba(15, 15, 15, 0.95);
  border: 1px solid rgba(214, 179, 95, 0.25);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0 25px rgba(29, 165, 104, 0.15);
  transition: all 0.3s ease;
}

.royal-benefits:hover,
.royal-steps:hover,
.royal-tips:hover,
.royal-bonus:hover {
  box-shadow: 0 0 40px rgba(214, 179, 95, 0.35);
  transform: translateY(-3px);
}

.royal-headline h2,
.royal-steps h3,
.royal-tips h3,
.royal-bonus h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #d6b35f;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(214, 179, 95, 0.4);
}

.royal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.royal-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.96rem;
  line-height: 1.55;
  color: #e8e6dc;
}

.royal-icon {
  color: #1da568;
  filter: drop-shadow(0 0 4px rgba(29, 165, 104, 0.4));
  flex-shrink: 0;
}

.royal-step-items {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.royal-step {
  display: flex;
  align-items: center;
  background-color: rgba(29, 165, 104, 0.08);
  border: 1px solid rgba(29, 165, 104, 0.3);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #f1f0eb;
  box-shadow: inset 0 0 8px rgba(29, 165, 104, 0.15);
}

.royal-step-icon {
  color: #d6b35f;
  margin-right: 0.75rem;
  filter: drop-shadow(0 0 6px rgba(214, 179, 95, 0.4));
  flex-shrink: 0;
}

.royal-step p {
  margin: 0;
  font-size: 0.95rem;
}

@media (min-width: 1025px) {
  .royal-cascade {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .royal-benefits,
  .royal-steps,
  .royal-tips,
  .royal-bonus {
    flex: 1 1 calc(48% - 1rem);
  }
}

@media (max-width: 768px) {
  .royal-summit-lounge {
    padding: 2rem 0;
  }
  .royal-headline h2,
  .royal-steps h3,
  .royal-tips h3,
  .royal-bonus h3 {
    font-size: 1.35rem;
  }
  .royal-list li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .royal-benefits,
  .royal-steps,
  .royal-tips,
  .royal-bonus {
    padding: 1.25rem;
    border-radius: 12px;
  }
  .royal-list li {
    font-size: 0.85rem;
    gap: 0.6rem;
  }
  .royal-headline h2,
  .royal-steps h3,
  .royal-tips h3,
  .royal-bonus h3 {
    font-size: 1.2rem;
  }
}


/* RESPONSIBLE GAMING */

.grand-royale-certificates {
  background-color: #080808;
  padding: 3rem 0 2.5rem;
  color: #f5f3e8;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.9);
  font-family: "Cinzel", "Playfair Display", serif;
}

.grand-royale-certificates::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 2px;
  background-color: rgba(214, 179, 95, 0.4);
  box-shadow: 0 0 20px rgba(29, 165, 104, 0.3);
}

.royale-logos-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  text-align: center;
}

.royale-text-intro h2 {
  font-size: 1.9rem;
  color: #d6b35f;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 15px rgba(214, 179, 95, 0.35);
}

.royale-text-intro p {
  max-width: 700px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e6e4da;
  opacity: 0.9;
  margin: 0 auto;
}

.royale-badges-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.5rem;
}

.royale-badge {
  background-color: rgba(15, 15, 15, 0.95);
  border: 1px solid rgba(214, 179, 95, 0.25);
  border-radius: 14px;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 140px;
  box-shadow: 0 0 15px rgba(29, 165, 104, 0.15);
  transition: all 0.3s ease;
  position: relative;
}

.royale-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(29, 165, 104, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.royale-badge:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 0 30px rgba(214, 179, 95, 0.35);
}

.royale-badge:hover::after {
  opacity: 1;
}

.royale-badge img {
  max-width: 180px;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 5px rgba(214, 179, 95, 0.4)) brightness(1.05);
  transition: filter 0.3s ease;
}

.royale-badge:hover img {
  filter: drop-shadow(0 0 10px rgba(214, 179, 95, 0.6)) brightness(1.15);
}

.royale-badge-age {
  border: 2px solid rgba(29, 165, 104, 0.3);
  padding: 0.6rem;
}

.royale-badge-age img {
  width: 80px;
  filter: drop-shadow(0 0 6px rgba(29, 165, 104, 0.4));
}

@media (max-width: 1024px) {
  .royale-text-intro h2 {
    font-size: 1.6rem;
  }

  .royale-text-intro p {
    font-size: 1rem;
  }

  .royale-badge img {
    max-width: 150px;
  }

  .royale-badge-age img {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .grand-royale-certificates {
    padding: 2rem 0;
  }

  .royale-logos-wrap {
    gap: 1.75rem;
  }

  .royale-text-intro h2 {
    font-size: 1.45rem;
  }

  .royale-badge {
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
  }

  .royale-badge img {
    max-width: 120px;
  }

  .royale-badge-age img {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .royale-badges-line {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .royale-badge {
    width: 100%;
    max-width: 240px;
    padding: 0.8rem;
  }

  .royale-badge img {
    max-width: 160px;
  }

  .royale-badge-age img {
    width: 65px;
  }
}


/* Footer */
.footer-logo{
  width: 70px;
  height: 70px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.nocturne-royale-appendix {
  background-color: #0a0a0a;
  color: #ece9e2;
  padding: 2.75rem 0 1.5rem;
  font-family: "Cinzel", "Inter", "Segoe UI", Arial, sans-serif;
  position: relative;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.95);
  overflow: hidden;
}

.nocturne-royale-appendix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  width: 76%;
  height: 2px;
  background-color: rgba(214, 179, 95, 0.45);
  box-shadow: 0 0 16px rgba(29, 165, 104, 0.35);
}

.aurum-nav-tray {
  border-bottom: 1px solid rgba(214, 179, 95, 0.25);
  padding-bottom: 0.875rem;
  margin-bottom: 1.5rem;
}

.aurum-link-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ivy-link {
  text-decoration: none;
  color: #e0ddcf;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(214, 179, 95, 0.3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 0 10px rgba(29, 165, 104, 0.15);
}

.ivy-link:hover {
  color: #0a0a0a;
  background-color: #d6b35f;
  border-color: rgba(214, 179, 95, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(214, 179, 95, 0.45);
}

.onyx-panels-belt {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.onyx-info-card {
  flex: 1 1 23%;
  background-color: rgba(16, 16, 16, 0.96);
  border: 1px solid rgba(29, 165, 104, 0.28);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 0 18px rgba(29, 165, 104, 0.15), inset 0 0 8px rgba(214, 179, 95, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.onyx-info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 28px rgba(214, 179, 95, 0.35);
  border-color: rgba(214, 179, 95, 0.5);
}

.onyx-card-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e8e4d3;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(214, 179, 95, 0.35);
}

.onyx-card-text {
  margin: 0;
  color: #cbc6b3;
  line-height: 1.6;
  font-size: 0.92rem;
}

.emerald-disclaimer {
  background-color: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(29, 165, 104, 0.35);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 0 16px rgba(29, 165, 104, 0.2), inset 0 0 6px rgba(214, 179, 95, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.emerald-disclaimer p {
  margin: 0;
  color: #e6e2d2;
  font-size: 0.92rem;
  line-height: 1.6;
}

.emerald-link {
  color: #1da568;
  text-decoration: none;
  border-bottom: 1px dashed rgba(29, 165, 104, 0.6);
  transition: color 0.2s ease, text-shadow 0.2s ease, border-color 0.2s ease;
}

.emerald-link:hover {
  color: #e0c77a;
  border-color: rgba(214, 179, 95, 0.6);
  text-shadow: 0 0 8px rgba(214, 179, 95, 0.45);
}

.aurum-copyright {
  text-align: center;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(214, 179, 95, 0.25);
}

.aurum-copyright p {
  margin: 0;
  color: #bfb9a2;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

@media (max-width: 1200px) {
  .onyx-info-card {
    flex: 1 1 48%;
  }
}

@media (max-width: 768px) {
  .nocturne-royale-appendix {
    padding: 2rem 0 1rem;
  }

  .aurum-link-rail {
    justify-content: center;
    gap: 0.6rem;
  }

  .ivy-link {
    font-size: 0.9rem;
    padding: 0.45rem 0.9rem;
  }

  .onyx-panels-belt {
    gap: 1rem;
  }

  .onyx-info-card {
    flex: 1 1 100%;
    padding: 0.95rem;
  }

  .onyx-card-title {
    font-size: 1rem;
  }

  .onyx-card-text,
  .emerald-disclaimer p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .ivy-link {
    padding: 0.4rem 0.8rem;
    font-size: 0.88rem;
  }

  .onyx-card-text,
  .emerald-disclaimer p {
    font-size: 0.86rem;
  }

  .aurum-copyright p {
    font-size: 0.78rem;
  }
}



/* 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;
}


