.policy,
.success {
  padding-block: 70px 60px !important;
  background: #fff;

  min-height: 92vh;
}

@media (max-width: 768px) {
  .policy {
    padding-block: 60px 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__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #000000;
}

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

.policy__title {
  font-family: "Audiowide";

  color: #000000;
}

.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: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  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;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-popup.show {
  display: flex;
}

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

.cookie-content {
  position: relative;
  background: #000;
  border: 3px solid #842dff;
  border-radius: 24px;
  padding: 48px 60px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cookie-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: lowercase;
}

.cookie-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
  color: #fff;
}

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

.cookie-buttons button {
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}

.btn-accept {
  background: #22c55e;
  color: #fff;
}

.btn-accept:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

.btn-decline {
  background: #fff;
  color: #000;
}

.btn-decline:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

/* Header */
.header {
  padding: 20px 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

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

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

.nav-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #842dff;
}

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

.burger span {
  width: 25px;
  height: 3px;
  background: #000;
  transition: all 0.3s;
  border-radius: 3px;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

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

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

/* Hero Section */
.hero {
  padding: 80px 0 120px;
  background: url(/wp-content/themes/voranthel.com/img/hero-bg.png) center / cover no-repeat, #e7e9e9;
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 240px;
  line-height: 100%;
  letter-spacing: -11%;

  margin-bottom: 30px;
  color: #0000001a;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 80px;
  }
}

.hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text {
  background: #9837d8;
  padding: 32px;
  border-radius: 24px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.badge {
  padding: 8px 20px;
  background: transparent;
  color: #fff;
  border-radius: 83px;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.hero-subtitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 32px;
}

.hero-subtitle .highlight {
  color: #842dff;
}

.btn-primary {
  display: inline-block;
  padding: 16px 48px;
  background: #842dff;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

/* Why Section */
.why-section {
  padding: 120px 0;
  background: url(/wp-content/themes/voranthel.com/img/hero-bg.png) center / cover no-repeat, #34a30b;
  color: #fff;
}

.why-content {
  max-width: 505px;
  margin: 0 0 80px auto;
}

.section-title {
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 32px;
}

.section-text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 40px;
}

.btn-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  transition: opacity 0.3s;
}

.btn-link:hover {
  opacity: 0.8;
}

/* About Section */
.about-section {
  padding: 100px 0;
  background: #22c55e;
  position: relative;
}

.about-content {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.about-title {
  font-size: 230px;
  font-weight: 600;
  color: #100e11;
  text-transform: lowercase;
  line-height: 0.9;
  position: relative;
  z-index: 2;
}

.about-image {
  width: 100%;
  max-width: 156px;
  object-fit: contain;
  z-index: 1;
}

@media (max-width: 768px) {
  .about-image {
    max-width: 56px;
  }
}

/* Stats Section */
.stats-section {
  padding: 120px 0;
  background: url(/wp-content/themes/voranthel.com/img/innovation-bg.png) center / contain no-repeat, #dfdfd4;
}

.stats-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}

.stats-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: #eeff00;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 16px;
}

.stats-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: lowercase;
}

.stats-description {
  font-weight: 600;

  line-height: 180% !important;

  color: #100e11;
}

.stats-text {
  align-self: flex-start;
}

.stats-year {
  align-self: flex-end;
}

.stats-text-big {
  font-size: 120px;
  background: #eeff00;
  line-height: 100%;
}

.stats-text-small {
  display: inline-block;
  font-size: 33px;
  background: #eeff00;
  line-height: 100%;
}

.stats-text-medium {
  font-size: 80px;
  background: #eeff00;
  line-height: 100%;
}

@media (max-width: 768px) {
  .stats-text-big {
    font-size: 60px;
  }

  .stats-text-small {
    font-size: 16px;
  }

  .stats-text-medium {
    font-size: 36px;
  }
}

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

.year {
  font-size: 180px;
  font-weight: 900;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.15);
}

.innovation {
  font-size: 114px;
  font-weight: 600;
  background: url(/wp-content/themes/voranthel.com/img/innovation-text-bg.png) center / contain no-repeat;
  color: #100e11;
  padding: 70px 10px 10px 130px;
  margin-top: -40px;
  text-transform: lowercase;
}

/* FAQ Section */
.faq-section {
  padding: 120px 0;
  background: #fff;
}

.faq-title {
  font-size: 180px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  text-transform: lowercase;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 2px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #842dff;
}

.faq-icon {
  font-size: 32px;
  font-weight: 300;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 32px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7280;
}

/* CTA Section */
.cta-section {
  padding: 120px 0;
  background: url(/wp-content/themes/voranthel.com/img/contacts-bg.png) center / cover no-repeat, #9837d8;
  color: #fff;
  text-align: center;
}

.cta-section .container {
  display: flex;
  flex-direction: column;
}

.cta-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.3;
  max-width: 360px;
  align-self: flex-start;
}

.image-text-wrapper {
  position: relative;
  display: inline-block;
}

.image-text-bg {
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/themes/voranthel.com/img/contacts-box.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.image-text {
  position: relative;

  z-index: 10;

  text-transform: lowercase;
  background-image: url(/wp-content/themes/voranthel.com/img/contacts-text-bg.png);
  background-size: cover;
  background-position: center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; /* важливо для Safari */
}

.cta-email {
  margin-bottom: 32px;
}

.email-text {
  font-size: 94px;
  font-weight: 600;
  color: #000;
  text-transform: lowercase;
}

.cta-description {
  font-size: 18px;
  line-height: 1.8;
  max-width: 380px;

  color: #f7f7f7b2;
  align-self: flex-end;
}

/* Footer */
.footer {
  background: url(/wp-content/themes/voranthel.com/img/footer-bg.png) left / contain no-repeat, #000;
  color: #fff;
  padding: 300px 0 40px;
}

@media (max-width: 768px) {
  .footer {
    padding: 100px 0 40px;
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.footer-tagline {
  font-size: 32px;
  font-weight: 700;
  max-width: 300px;
}

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

.social-link {
  width: 76px;
  height: 76px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}

.btn-contact {
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #333;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  font-size: 14px;
  color: #9ca3af;
}

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

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

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

/* Games Page */
.games-hero {
  padding: 80px 0;
  background: #000;
}

.games-hero-content {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
}

.games-hero-title {
  font-size: 180px;
  font-weight: 900;
  color: #fff;
  text-transform: lowercase;
  line-height: 0.9;
  position: relative;
  z-index: 2;
}

.games-hero-image {
  width: 100%;
  max-width: 160px;
  object-fit: contain;

  z-index: 1;
}

@media (max-width: 768px) {
  .games-hero-image {
    max-width: 60px;
  }
}

.games-grid-section {
  padding: 80px 0 120px;
  background: #000;
}

.games-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.games-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.view-more {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  transition: opacity 0.3s;
}

.view-more:hover {
  opacity: 0.7;
}

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

.game-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: block;
  text-decoration: none;
}

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

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

.game-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.game-card:hover .game-card-overlay {
  opacity: 1;
}

.see-more {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: #842dff;
  padding: 12px 32px;
  border-radius: 50px;
}

/* Game Detail Page */
.game-detail {
  padding: 80px 0 120px;
    background: url(/wp-content/themes/voranthel.com/img/games-bg.png) center / cover no-repeat, #34A30B;

}

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

.game-detail-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.game-title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
}

.game-description {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
}

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

  .hero-subtitle {
    font-size: 48px;
  }

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

  .about-title {
    font-size: 120px;
  }

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

  .year {
    font-size: 120px;
  }

  .innovation {
    font-size: 48px;
  }

  .faq-title {
    font-size: 80px;
  }

  .email-text {
    font-size: 42px;
  }

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

  .games-hero-title {
    font-size: 120px;
  }

  .game-detail-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    transition: left 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

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

  .burger {
    display: flex;
  }

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

  .hero::before {
    font-size: 120px;
  }

  .hero-subtitle {
    font-size: 36px;
  }

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

  .section-text {
    font-size: 16px;
  }

  .about-title {
    font-size: 80px;
  }

  .about-image {
    width: 200px;
    height: 200px;
  }

  .stats-title {
    font-size: 32px;
  }

  .year {
    font-size: 80px;
  }

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

  .cta-title {
    font-size: 32px;
  }

  .email-text {
    font-size: 28px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-tagline {
    font-size: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

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

  .games-hero-title {
    font-size: 64px;
  }

  .games-hero-image {
    width: 180px;
    height: 180px;
  }

  .game-title {
    font-size: 32px;
  }

  .cookie-content {
    padding: 32px 24px;
  }

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

  .cookie-content p {
    font-size: 16px;
  }

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

  .cookie-buttons button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 28px;
  }

  .about-title {
    font-size: 66px;
  }

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

  .year {
    font-size: 60px;
  }

  .innovation {
    padding: 12px 24px;
  }

  .faq-title {
    font-size: 36px;
  }

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

  .email-text {
    font-size: 20px;
  }

  .games-hero-title {
    font-size: 48px;
  }

  .games-hero-image {
    width: 140px;
    height: 140px;
  }
}
