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

@media (max-width: 768px) {
  .policy {
    padding-block: 130px 60px !important;
  }
}

.success__text {
  margin-bottom: 27px;
}

.success__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.success__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 28px;
  color: #ffffff;
}

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

.policy__title {
  color: #ffffff;
}

.policy__text h2 {
  text-align: left;
  font-size: 21px;
}

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

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

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

/* Import TT Firs Neue font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Unione Force";
  src: url(/wp-content/themes/vultorin.com/fonts/UnioneForceStencil.ttf);
  font-weight: 400;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-dark: #0a1628;
  --secondary-dark: #1a2332;
  --accent-green: #4ade80;
  --accent-yellow: #fbbf24;
  --accent-orange: #f59e0b;
  --text-white: #ffffff;
  --text-gray: #9ca3af;
  --text-light-gray: #d1d5db;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  background-color: #001126;
  color: var(--text-white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.cookie-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 22, 40, 0.8);
  backdrop-filter: blur(2px);
}

.cookie-content {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  margin: 0 20px;
  text-align: center;
}

.cookie-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.cookie-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #4b5563;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cookie-btn {
  flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cookie-btn.accept {
  background-color: var(--accent-yellow);
  color: #000000;
}

.cookie-btn.accept:hover {
  background-color: #f59e0b;
  transform: translateY(-2px);
}

.cookie-btn.refuse {
  background-color: #1f2937;
  color: #ffffff;
}

.cookie-btn.refuse:hover {
  background-color: #374151;
  transform: translateY(-2px);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  text-decoration: none;
}

.logo img {
  width: 32px;
  height: 32px;
}

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

.nav-list a {
  color: var(--text-light-gray);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-list a:hover,
.nav-list a.active {
  color: var(--accent-green);
}

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

.burger-menu span {
  width: 25px;
  height: 3px;
  background-color: var(--text-white);
  transition: 0.3s;
}

/* Hero Section */
.hero {
  padding: 120px 0 80px;

  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.stats {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.stat-item {
  text-align: left;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--accent-green);
  line-height: 1;
  font-family: "Unione Force";
  text-align: center;
}

.stat-label {
  font-size: 14px;
  color: var(--text-gray);
  margin-top: 5px;
}

.hero-left p {
  font-size: 16px;
  color: var(--text-light-gray);
  margin-bottom: 40px;
}

.play-section {
  margin-top: 60px;
}

.play-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    var(--accent-green),
    var(--accent-yellow)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.play-section p {
  font-size: 16px;
  color: var(--text-light-gray);
  margin-bottom: 30px;
}

.play-btn {
  display: inline-block;

  color: #ffac03;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: fit-content;
  border: 1px solid #ffac03;
  background-color: #060c03;
  box-shadow: 8px 8px 0 #ffac03;
}

.play-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
}

.hero-character {
  text-align: center;
}

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

/* About Section */
.about {
  padding: 100px 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-character img {
  max-width: 100%;
  height: auto;
}

.about h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
  color: var(--accent-green);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.about p {
  font-size: 16px;
  color: var(--text-light-gray);
  margin-bottom: 20px;
}

/* Categories Section */
.categories {
  padding: 100px 0;
}

.categories h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-white);
  text-transform: uppercase;
}

.categories > p {
  text-align: center;
  color: var(--text-light-gray);
  margin-bottom: 60px;
  font-size: 16px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.category-item {
  padding: 30px;
  border-radius: 12px;
  color: #000000;
}

.category-item.yellow {
  background: linear-gradient(
    135deg,
    var(--accent-yellow),
    var(--accent-orange)
  );
}

.category-item.blue {
  background: transparent;
  color: var(--text-white);
  border: 1px solid #ffffff80;
}

.category-item h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-item p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* Testimonials Section */
.testimonials {
  padding: 100px 0;
}

.testimonials h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-white);
  text-transform: uppercase;
}

.testimonials > p {
  text-align: center;
  color: var(--text-light-gray);
  margin-bottom: 60px;
  font-size: 16px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-item {
  background: #ffac03;
  padding: 30px;
  border-radius: 12px;
  color: #ffffff;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: 20px;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rating {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}

.testimonial-content p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

/* Contact Form Section */
.contact-form {
  padding: 100px 0;
  background: var(--primary-dark);
  text-align: center;
}

.contact-form h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--accent-green);
  text-transform: uppercase;
}

.contact-form > p {
  color: var(--text-light-gray);
  margin-bottom: 40px;
  font-size: 16px;
}

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

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

.form-group input,
.form-group select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid var(--secondary-dark);
  border-radius: 8px;
  background-color: var(--secondary-dark);
  color: var(--text-white);
  font-size: 16px;
  font-family: inherit;
}

.form-group input::placeholder {
  color: var(--text-gray);
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent-green);
}

.submit-btn {
  background: linear-gradient(135deg, var(--accent-green), #22c55e);
  color: #000000;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(74, 222, 128, 0.3);
}

/* Footer */
.footer {
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

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

.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.footer-info p {
  color: var(--text-gray);
  font-size: 14px;
  margin-bottom: 5px;
  padding: 12px;
  border: 1px solid #ffffff80;
  border-radius: 4px;
}

.copyright p {
  color: var(--text-gray);
  font-size: 12px;
}

.footer-nav {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-nav a {
  color: var(--text-light-gray);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: var(--accent-green);
}

.social-media {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-dark);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: var(--accent-green);
  transform: translateY(-2px);
}

.social-link img {
  width: 20px;
  height: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a {
  color: var(--text-gray);
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--text-white);
}

/* Games Page Styles */
.games-page {
  padding: 120px 0 80px;
  min-height: 100vh;
}

.games-page h1 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.games-page > p {
  text-align: center;
  color: var(--text-light-gray);
  margin-bottom: 60px;
  font-size: 18px;
}

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

.game-card {
  background: var(--secondary-dark);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 8px 8px 0 #ffac03;

}

.game-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-green);
  box-shadow: 0 20px 40px rgba(74, 222, 128, 0.1);
}

.game-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.game-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.game-card:hover .game-image img {
  transform: scale(1.05);
}

.game-info {
  padding: 20px;
}

.game-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-white);
}

.game-info p {
  font-size: 14px;
  color: var(--text-gray);
}

/* Game Page Styles */
.game-hero {
  padding: 120px 0 80px;
}

.game-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.game-screenshot {
  border-radius: 12px;
  overflow: hidden;

    box-shadow: 8px 8px 0 #ffac03;
}

.game-screenshot img {
  width: 100%;
  height: auto;
  display: block;
}

.game-hero h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.game-hero p {
  font-size: 16px;
  color: var(--text-light-gray);
  margin-bottom: 30px;
  line-height: 1.6;
}

.game-advantages {
  padding: 80px 0;

}

.game-advantages h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: var(--text-white);
  text-transform: uppercase;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.advantage-item {
  padding: 30px;
  border-radius: 12px;
  color: #000000;
}

.advantage-item.yellow {
  background: linear-gradient(
    135deg,
    var(--accent-yellow),
    var(--accent-orange)
  );
}

.advantage-item.blue {
  border: 1px solid #FFFFFF80;
  background: transparent;
  color: var(--text-white);
}

.advantage-item h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.advantage-item p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}

.game-features {
  padding: 80px 0;
  background: var(--primary-dark);
}

.game-features h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: var(--text-white);
  text-transform: uppercase;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent-green), #22c55e);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 30px;
  height: 30px;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-white);
}

.feature-content p {
  font-size: 14px;
  color: var(--text-light-gray);
  line-height: 1.6;
}

.related-games {
  padding: 80px 0;
  background: var(--secondary-dark);
}

.related-games h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: var(--text-white);
  text-transform: uppercase;
}

.related-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.view-all {
  text-align: center;
}

.view-all-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-green), #22c55e);
  color: #000000;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(74, 222, 128, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-content,
  .about-content,
  .game-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats {
    justify-content: center;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .nav.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-dark);
    padding: 20px;
    border-top: 1px solid var(--secondary-dark);
  }

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

  .burger-menu {
    display: flex;
  }

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

  .hero {
    padding: 100px 0 60px;
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .stats {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .categories-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-nav,
  .social-media,
  .footer-links {
    justify-content: center;
  }

  .games-page h1,
  .game-hero h1 {
    font-size: 32px;
  }

  .related-games-grid {
    grid-template-columns: 1fr;
  }

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

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

  .hero h1,
  .games-page h1,
  .game-hero h1 {
    font-size: 28px;
  }

  .play-title {
    font-size: 24px;
  }

  .stats {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-number {
    font-size: 28px;
  }

  .cookie-content {
    margin: 0 15px;
    padding: 30px 20px;
  }

  .cookie-content h2 {
    font-size: 24px;
  }
}

.section-title {
  font-family: "Unione Force";
  font-weight: 400;
  font-style: Stencil;
  font-size: 50px !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-align: left !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 40px !important;
  }
}

.play {
  padding-block: 30px 196px;
}

@media (max-width: 768px) {
  .play {
    padding-block: 30px;
  }
}

.play__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.play__title {
  font-family: "Unione Force";
  font-weight: 400;
  font-style: Stencil;
  font-size: 180px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #40c72a;
}

@media (max-width: 768px) {
  .play__title {
    font-size: 80px;
    margin-bottom: 200px;
  }
}

.play__content p {
  max-width: 600px;
}

.play__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 450px;
  object-fit: contain;
  z-index: 100;
}

@media (max-width: 768px) {
  .play__img {
    max-width: 200px;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
