@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
*[hidden] {
  display: none !important;
}
html {
  font-family: Gabarito, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}
html.is-locked,
body.is-locked {
  overflow: hidden;
}
[id] {
  scroll-margin-top: 72px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1512px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container {
    padding: 0 70px;
  }
}

@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bagel Fat One';
  src: url('../fonts/BagelFatOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gabarito, sans-serif;
}
h1,
h2,
h3 {
  font-family: Bagel Fat One, system-ui;
}
body {
  position: relative;
  background: url(img/Photo1.webp) center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(68, 57, 224, 0.75) 0%,
    rgba(118, 75, 162, 0.65) 50%,
    rgba(5, 0, 82, 0.8) 100%
  );
  z-index: -1;
  pointer-events: none;
}
.header {
  padding-top: 24px;
}
.header .logo img {
  width: 100px;
}
.header-content {
  margin-top: 50px;
  padding-bottom: 160px;
}
.header-content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .container .text {
  width: 60%;
}
.header-content .container .text h1 {
  margin-bottom: 80px;
}
.header-content .container .text h1 img {
  width: 100%;
}
.header-content .container .text h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.header-content .container .text p {
  margin-bottom: 0;
  max-width: 720px;
  width: 100%;
}
.header-content .container .items {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.header-content .container .items .header-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(68, 57, 224, 0.9), rgba(118, 75, 162, 0.9));
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 14px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  min-width: 200px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.header-content .container .items .header-item:hover {
  background: linear-gradient(135deg, rgba(68, 57, 224, 1), rgba(118, 75, 162, 1));
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.header-content .container .items .header-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #fff;
}
.header-content .container .items .header-item-text {
  white-space: nowrap;
}
.header-content .container .items .item-1 {
  margin-right: 50px;
}
.header-content .container .items .item-3 {
  margin-right: 90px;
}
.header-content .container-fl {
  flex-direction: column;
  align-items: flex-start;
}
.header-content .container-fl .text {
  text-align: left;
}
.header-content .container-fl .service-terms h2 {
  font-family: Gabarito, sans-serif;
  font-weight: 700;
  margin-top: 40px;
}
.arrow-items {
  margin-bottom: 40px;
}
.arrow-items .items {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.arrow-items .items .item {
  text-align: center;
}
.arrow-items .items .item h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.arrow-items .items .item img {
  width: 38px;
}
.of-block {
  margin-bottom: 165px;
}
.of-block .of-info {
  border: 7px solid #fff;
  display: flex;
  align-items: center;
  padding: 15px 35px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 220px;
  margin-bottom: -7px;
}
.of-block .of-info .icon-trophy {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.4));
  animation: trophy-glow 2s ease-in-out infinite alternate;
}
@keyframes trophy-glow {
  0% {
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.4));
  }
  100% {
    filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.8));
  }
}
.of-block .of-info h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.of-block .item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 7px solid #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
  background-color: #ffffff0d;
  backdrop-filter: blur(4px);
}
.of-block .item .logo img {
  width: 100%;
  max-width: 220px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.of-block .item .bl-1 {
  text-align: center;
  width: 250px;
}
.of-block .item .bl-1 .dollar-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.of-block .item .bl-1 .dollar-icon:hover {
  transform: scale(1.15) rotate(8deg);
}
.of-block .item .bl-1 .dollar-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(68, 57, 224, 0.3));
}
.of-block .item .bl-1 .dollar-icon svg circle {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.of-block .item .bl-1 h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.of-block .item .bl-2 {
  text-align: center;
}
.of-block .item .bl-2 h4 {
  font-size: 36px;
  font-family: Bagel Fat One, system-ui;
  margin-bottom: 0;
}
.of-block .item .bl-2 .star-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 15px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.of-block .item .bl-2 .star-rating svg {
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 1px 2px rgba(255, 152, 0, 0.4));
  transition: transform 0.2s ease, filter 0.2s ease;
  animation: star-twinkle 3s ease-in-out infinite;
}
.of-block .item .bl-2 .star-rating svg:nth-child(1) { animation-delay: 0s; }
.of-block .item .bl-2 .star-rating svg:nth-child(2) { animation-delay: 0.2s; }
.of-block .item .bl-2 .star-rating svg:nth-child(3) { animation-delay: 0.4s; }
.of-block .item .bl-2 .star-rating svg:nth-child(4) { animation-delay: 0.6s; }
.of-block .item .bl-2 .star-rating svg:nth-child(5) { animation-delay: 0.8s; }
.of-block .item .bl-2 .star-rating svg:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(255, 152, 0, 0.8));
}
@keyframes star-twinkle {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 1px 2px rgba(255, 152, 0, 0.4));
  }
  50% {
    opacity: 0.8;
    filter: drop-shadow(0 2px 4px rgba(255, 152, 0, 0.6));
  }
}
.of-block .item .bl-2 p {
  margin-bottom: 0;
}
.of-block .item .bl-3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.of-block .item .bl-3 .monitor-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
  animation: monitor-pulse 2s ease-in-out infinite;
}
.of-block .item .bl-3 .monitor-icon:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.5));
}
@keyframes monitor-pulse {
  0%, 100% {
    filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.3));
  }
  50% {
    filter: drop-shadow(0 3px 6px rgba(255, 255, 255, 0.5));
  }
}
.of-block .item .bl-3 h4 {
  font-size: 36px;
  font-family: Bagel Fat One, system-ui;
  margin-bottom: 0;
  width: 69px;
  height: 69px;
  min-width: 69px;
  min-height: 69px;
  max-width: 69px;
  max-height: 69px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.of-block .item .bl-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.of-block .item .a-bonus {
  padding: 16px 50px;
  border: 3px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 999px;
  transition: 0.3s all;
  width: 200px;
  height: 60px;
}
.of-block .item .a-bonus:hover {
  background-color: #fff;
  color: #4439e0;
}
.faq-block {
  margin-bottom: 50px;
}
.faq-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-block .container .text {
  width: 55%;
}
.faq-block .container .text h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.faq-block .container .text .faq-container {
  width: 100%;
}
.faq-block .container .text .faq-item {
  background: #ece6ff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-block .container .text .faq-question {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.faq-block .container .text .faq-question:after {
  content: "↓";
  position: absolute;
  right: 24px;
  transition: transform 0.3s;
  color: #4439e0;
}
.faq-block .container .text .faq-item.active .faq-question:after {
  content: "↑";
}
.faq-block .container .text .faq-answer {
  background: #fff;
  padding: 16px 24px;
  display: none;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}
.faq-block .container .text .faq-answer p {
  padding-left: 20px;
  border-left: 4px solid #4439e0;
}
.faq-block .container .text .faq-item.active .faq-answer {
  display: block;
}
.faq-block .container .img {
  width: 40%;
}
.faq-block .container .img img {
  width: 100%;
}
.footer {
  background-color: #050052;
  padding: 30px 0;
}
.footer .logo img {
  width: 100px;
  margin-bottom: 30px;
}
.footer p {
  text-transform: uppercase;
}
.footer .footer-links {
  padding: 26px 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.footer .footer-links img {
  width: auto;
  height: 35px;
}
.footer .footer-a {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.footer .footer-a a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-bottom h6 {
  font-size: 12px;
  margin-bottom: 0;
}
.age-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.age-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.age-modal-content {
  background: linear-gradient(135deg, #667eea, #764ba2);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 40px #0000004d;
  max-width: 320px;
  color: #fff;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.age-modal-icon {
  font-size: 48px;
  margin-bottom: 12px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.age-modal-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.age-modal-content p {
  font-size: 14px;
  margin: 0 0 20px;
  color: #ffffffe6;
  line-height: 1.5;
}
.age-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.age-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
.age-btn-accept {
  background: #fff;
  color: #667eea;
}
.age-btn-accept:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0003;
}
.age-btn-decline {
  background: #ffffff1a;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.age-btn-decline:hover {
  background: #fff3;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .age-modal {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
  .age-modal-content {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .arrow-items {
    display: none;
  }
  .header {
    text-align: center;
  }
  .header-content .container {
    flex-direction: column;
  }
  .header-content .container .text {
    width: 100%;
    text-align: center;
  }
  .header-content .container .text h1 {
    margin-bottom: 30px;
  }
  .header-content .container .items {
    width: 100%;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
  .header-content .container .text h2 {
    font-size: 24px;
  }
  .header-content .container .items .header-item {
    min-width: auto;
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  .of-block .item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .of-block .item .bl-3 {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .of-block .item .bl-3 .monitor-icon {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .header-content {
    padding-bottom: 90px;
  }
  .of-block {
    margin-bottom: 80px;
  }
  .faq-block .container .text {
    width: 100%;
  }
  .faq-block .container .img {
    display: none;
  }
  .faq-block .container .text .faq-question {
    font-size: 18px;
  }
  .of-block .item .logo img {
    width: 180px;
  }
  .header-content .container .items .item-1,
  .header-content .container .items .item-2,
  .header-content .container .items .item-3 {
    margin-right: 0;
  }
  .of-block .of-info {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 15px;
    justify-content: center;
  }
  .footer p {
    font-size: 12px;
    text-align: center;
  }
}

/* Policy page styles */
.policy-content {
  width: 100%;
  margin-top: 40px;
}
.policy-intro {
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.policy-intro h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}
.policy-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.policy-intro p:last-child {
  margin-bottom: 0;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.policy-mini-card {
  background: #ffffff14;
  backdrop-filter: blur(10px);
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.policy-mini-card:hover {
  background: #ffffff26;
  transform: translateY(-5px);
}
.mini-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.policy-mini-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.policy-mini-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.policy-accordion {
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 40px;
}
.policy-accordion h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.update-date {
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.cookie-declaration {
  background: #ffffff14;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.cookie-declaration h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.accordion-item {
  background: #ffffff0d;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion-item:hover {
  border-color: #ffffff80;
}
.accordion-header {
  width: 100%;
  background: #ffffff1a;
  border: none;
  color: #fff;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: Gabarito, sans-serif;
}
.accordion-header:hover {
  background: #ffffff26;
}
.accordion-icon {
  font-size: 28px;
  font-weight: 400;
  transition: transform 0.3s ease;
}
.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 25px;
}
.accordion-item.active .accordion-content {
  max-height: 2000px;
  padding: 25px;
}
.accordion-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.accordion-content h4 {
  font-size: 20px;
  margin: 25px 0 15px;
  color: #fff;
}
.accordion-content h4:first-child {
  margin-top: 0;
}
.accordion-content ul {
  padding-left: 20px;
  margin: 15px 0;
}
.accordion-content li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Responsible Gaming page styles */
.policy-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}
.policy-card {
  background: #ffffff14;
  backdrop-filter: blur(10px);
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}
.policy-card:hover {
  background: #ffffff26;
  transform: translateY(-5px);
}
.policy-card-icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.policy-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}
.policy-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.policy-highlight {
  background: linear-gradient(135deg, #4439e04d, #764ba24d);
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.policy-highlight h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}
.policy-highlight p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.policy-help {
  background: #ffffff1a;
  backdrop-filter: blur(10px);
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 40px;
}
.help-main {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.help-main h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #fff;
}
.help-main p {
  font-size: 16px;
  margin: 0;
}
.help-alternative {
  margin-bottom: 30px;
}
.help-alternative p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.help-tools {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.help-tool {
  display: flex;
  align-items: center;
  background: #ffffff1a;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
}
.help-tool:hover {
  background: #fff3;
  transform: translate(10px);
}
.tool-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #4439e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
}
.tool-text {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .policy-intro,
  .policy-accordion {
    padding: 25px;
  }
  .policy-intro h2,
  .policy-accordion h2 {
    font-size: 24px;
  }
  .accordion-header {
    font-size: 16px;
    padding: 15px 20px;
  }
  .policy-grid {
    grid-template-columns: 1fr;
  }
  .cookie-declaration h3 {
    font-size: 20px;
  }
  .policy-sections {
    grid-template-columns: 1fr;
  }
  .policy-intro,
  .policy-card,
  .policy-highlight,
  .policy-help {
    padding: 20px;
  }
  .policy-highlight h2 {
    font-size: 24px;
  }
  .help-main h3 {
    font-size: 22px;
  }
}

