.policy,
.success {
  padding-block: 130px 60px;
  min-height: 92vh;
}

.success__text {
  margin-bottom: 30px;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 30px;
}

.policy__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.policy__text h2,
.policy__text p,
.policy__text ul {
  margin-bottom: 14px;
}

.policy__text ul {
  padding-left: 20px;
}

.policy__link {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  word-break: break-word;
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-inline: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #1a1b23;
  color: #ffffff;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Warning Banner */
.warning-banner {
  background: linear-gradient(135deg, #ffc107, #ffb300);
  color: #000;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Header */
.header {
  background-color: #1a1b23;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #2a2b35;
}

.navbar {
  padding: 1rem 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo a {
  color: #ffc107;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #ffc107;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  padding: 80px 0;
  background: url("../img/hero-bg.png") center / cover no-repeat;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.hero-description {
  font-size: 1.1rem;
  color: #b8b9c1;
  line-height: 1.6;
}

.hero-image img {
  width: 100%;
  height: auto;
}

/* Sites Comparison */
.sites-comparison {
  padding: 80px 0;
  background-color: #1a1b23;
}

.comparison-table {
  background-color: #2a2b35;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1.5fr;
  background-color: #3a3b45;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1.5fr;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #3a3b45;
  align-items: center;
}

.table-row:last-child {
  border-bottom: none;
}

.site-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-logo img {
  width: 140px;
  height: auto;
}

.site-details h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffc107;
}

.site-details p {
  font-size: 0.9rem;
  color: #b8b9c1;
  margin-bottom: 0.25rem;
}

.site-details small {
  font-size: 0.75rem;
  color: #888;
}

.stars {
  display: flex;
  gap: 2px;
}

@media (max-width: 768px) {
  .stars {
    justify-content: center;
  }

  .bonus,
  .play-now {
    display: flex;

    justify-content: center;
  }
}

.star {
  color: #ffc107;
  font-size: 1.2rem;
}

.star.half {
  opacity: 0.5;
}

.score {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffc107;
}

.bonus-btn,
.play-btn {
  background: linear-gradient(135deg, #ffc107, #ffb300);
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  text-align: center;
  border: 2px solid transparent;
}

.bonus-btn:hover,
.play-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.play-btn {
  background: transparent;
  color: #ffc107;
  border-color: #ffc107;
}

.play-btn:hover {
  background: #ffc107;
  color: #000;
}

/* Guide Section */
.guide {
  padding: 80px 0;
  background-color: #2a2b35;
}

.guide h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.guide h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  color: #ffc107;
}

.guide-intro {
  font-size: 1.1rem;
  color: #b8b9c1;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.criteria-list {
  margin-top: 2rem;
}

.criteria-item {
  margin-bottom: 2rem;
}

.criteria-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.criteria-item p {
  color: #b8b9c1;
  line-height: 1.6;
  margin-left: 1rem;
}

/* Reviews Section */
.reviews {
  padding: 80px 0;
  background-color: #1a1b23;
}

.reviews h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: center;
}

.reviews-intro {
  font-size: 1.1rem;
  color: #b8b9c1;
  text-align: center;
  margin-bottom: 3rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.review-card {
  background-color: #2a2b35;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-text {
  font-size: 1rem;
  color: #b8b9c1;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-rating {
  margin-bottom: 1rem;
}

.review-author {
  font-weight: 600;
  color: #ffc107;
}

/* Contact Form */
.contact-form {
  padding: 80px 0;
  background-color: #2a2b35;
}

.contact-form h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}

.form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #ffffff;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #3a3b45;
  border-radius: 6px;
  background-color: #1a1b23;
  color: #ffffff;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ffc107;
}

.submit-btn {
  background: linear-gradient(135deg, #ffc107, #ffb300);
  color: #000;
  border: none;
  padding: 15px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

/* Footer */
.footer {
  background-color: #1a1b23;
  padding: 3rem 0 1rem;
  border-top: 1px solid #2a2b35;
}

.responsible-gaming {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #404f63;
}

@media (max-width: 768px) {
  .responsible-gaming {
    align-items: center;
  }
}

.age-icon {
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.responsible-text h3 {
  color: #dc3545;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.responsible-text p {
  color: #b8b9c1;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #404f63;
}

.footer-links a {
  color: #b8b9c1;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffc107;
}

.footer-logos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #404f63;
}

.footer-logos img {
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.footer-logos img:hover {
  opacity: 1;
}

.footer-copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 20px 0;
  text-align: center;
  border-top: 1px solid #2a2b35;
}

.footer-copyright p {
  color: #888;
  font-size: 0.8rem;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2a2b35;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.cookie-popup.hidden {
  transform: translateY(100%);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 20px;
}

.cookie-content h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.cookie-content p {
  color: #b8b9c1;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn.accept {
  background: linear-gradient(135deg, #ffc107, #ffb300);
  color: #000;
}

.cookie-btn.info {
  background: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.cookie-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

/* Utilities */
.hidden {
  display: none !important;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: #1a1b23;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #2a2b35;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-list {
    flex-direction: column;
    gap: 0;
  }

  .nav-item {
    padding: 1rem 0;
    border-bottom: 1px solid #2a2b35;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2rem;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .table-header {
    display: none;
  }

  .table-row {
    border: 1px solid #3a3b45;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1.5rem;
  }

  .site-info {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
  }

  .rating,
  .score {
    margin-bottom: 1rem;
    text-align: center;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .responsible-gaming {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer-logos {
    gap: 1rem;
  }

  .footer-logos img {
    height: 30px;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .warning-banner {
    font-size: 12px;
    padding: 8px 15px;
  }

  .hero {
    padding: 40px 0;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .sites-comparison,
  .guide,
  .reviews,
  .contact-form {
    padding: 40px 0;
  }

  .guide h2,
  .reviews h2,
  .contact-form h2 {
    font-size: 2rem;
  }

  .container {
    padding: 0 15px;
  }

  .nav-container {
    padding: 0 15px;
  }

  .site-logo img {
    width: 140px;
  }
}

.header {
  padding-block: 12px;

  background-color: #feca1f;
}

@media (min-width: 1200px) {
  .header {
    padding-block: 23px;
  }
}

.header__title {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

  color: #24252c;

  margin-bottom: 12px;
}
.header__path {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__path span {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0%;

  color: #24252c;
}

.policy__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.policy__card {
  width: 100%;
  padding: 24px;

  border: 1px solid #404F63;
border-radius: 12px;

  background-color: #313640;
}

@media (min-width: 900px) {
  .policy__card {
    width: 546px;
  }
}
