.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;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

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

/* Header and Navigation */
.header {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.logo span {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

  color: #f9d53b;
}

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

.nav-menu {
  display: flex;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
}

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

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

.burger-menu {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 4px;
}

.burger-menu span {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background: url("../img/bg-1.png");
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  min-height: 60vh;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .hero {
  background-position: 70%;

  }
}

.hero-content {
  max-width: 686px;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 60px;
  color: #f4d03f;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.casino-card {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  border: 2px solid #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(244, 208, 63, 0.3);
}

.casino-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.casino-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.casino-name.winamax {
  color: #e74c3c;
}

.casino-name.netbet {
  color: #e74c3c;
}

.casino-logo {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}

.sport-badge {
  background: linear-gradient(45deg, #e74c3c, #f39c12);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.casino-rating .stars {
  color: #27ae60;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.casino-bonus {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f4d03f;
  margin-bottom: 20px;
}

.casino-features {
  margin-bottom: 25px;
}

.feature {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #bbb;
  width: fit-content;
  text-align: center;
}

.feature::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/check.png") center / contain no-repeat;
}

.casino-btn,
.selection-btn,
.guide-btn {
  background: linear-gradient(45deg, #f4d03f, #f39c12);
  color: #000;
  padding: 12px 40px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.casino-btn:hover,
.selection-btn:hover,
.guide-btn:hover {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 208, 63, 0.4);
}

/* Section Styles */
/* .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
} */

.section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #ccc;
}

/* Selection Section */
.selection {
  padding: 80px 0;
  background-color: #222;
}

.selection-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.selection-card {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #444;
}

.selection-card .card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #f4d03f;
}

.selection-card .card-text {
  margin-bottom: 30px;
  color: #ccc;
  line-height: 1.6;
}

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

.guide-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.guide-card {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #444;
}

.guide-card .card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.guide-card .card-text {
  margin-bottom: 30px;
  color: #ccc;
  line-height: 1.6;
}

/* Form Section */
.form-section {
  padding: 80px 0;
  background-color: #222;
}

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

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #f4d03f;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #444;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

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

.form-btn {
  background: linear-gradient(45deg, #f4d03f, #f39c12);
  color: #000;
  padding: 15px 50px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.form-btn:hover {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background-color: #111;
  padding: 50px 0 30px;
  text-align: center;
}

.footer-disclaimer {
  margin-bottom: 30px;
}

.footer-disclaimer p {
  margin-bottom: 10px;
  color: #ccc;
}

.footer-small {
  font-size: 0.9rem;
  color: #888;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f4d03f;
  text-decoration: none;
  font-weight: 500;
}

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

.footer-copy {
  color: #888;
  font-size: 0.9rem;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 30px;
  z-index: 2000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-popup.show {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cookie-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.cookie-text {
  margin-bottom: 25px;
  color: #ccc;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cookie-btn.accept {
  background: linear-gradient(45deg, #f4d03f, #f39c12);
  color: #000;
}

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

.cookie-btn:hover {
  transform: translateY(-2px);
}

.cookie-btn.accept:hover {
  background: linear-gradient(45deg, #f39c12, #e67e22);
}

.cookie-btn.info:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Styles */
@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    transition: left 0.3s ease;
  }

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

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

  .nav-link {
    font-size: 1.2rem;
  }

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

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

  /* .section-title {
    font-size: 2rem;
  } */

  .hero-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .selection-cards,
  .guide-cards {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 15px;
  }

  .cookie-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cookie-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    padding: 100px 0 60px;
  }

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

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .casino-card,
  .selection-card,
  .guide-card {
    padding: 25px 20px;
  }

  /* .section-title {
    font-size: 1.8rem;
  } */
}

/* Burger Menu Animation */
.burger-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

.casino-logo {
  width: 70%;
  object-fit: contain;
}

.catalog {
  padding-block: 48px;
}

.section-title {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 48px;
}

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

  .section-title {
    font-size: 48px;
  }
}
