.policy,
.success {
  padding-block: 70px 60px !important;
  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 {
  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 & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-popup.hidden {
  display: none;
}

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

.cookie-content {
  position: relative;
  background: #c5b3e8;
  padding: 40px;
  max-width: 600px;
  width: 90%;
  border-radius: 0;
  text-align: left;
}

.cookie-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cookie-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-accept,
.btn-learn {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #000;
  transition: all 0.3s;
}

.btn-accept {
  background: #ffeb3b;
  color: #000;
}

.btn-accept:hover {
  background: #ffd700;
}

.btn-learn {
  background: transparent;
  color: #000;
}

.btn-learn:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Header */
.header {
  background: #fff;
  padding: 20px 0;
  border-bottom: 2px solid #000;
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
}

.logo-icon {
  font-size: 24px;
}

.nav {
  display: flex;
  gap: 40px;
}

.nav-link {
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.3s;
}

.nav-link:hover,
.nav-link.active {
  opacity: 0.7;
}

.burger-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  padding: 5px;
}

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

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

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

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

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #000;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.mobile-menu.active {
  display: flex;
}

.mobile-nav-link {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* Hero Section */
.hero {
  background: linear-gradient(to right, #cbb5ff 54%, #ffdab5 46%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero {
    background: linear-gradient(to bottom, #cbb5ff 30%, #ffdab5 70%);
  }
}

.hero-decor-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(/wp-content/themes/fravoneth.com/img/star-1.png) center / contain no-repeat;
  top: 5%;
  left: 50%;
  z-index: 100;
}

.hero-decor-2 {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url(/wp-content/themes/fravoneth.com/img/star-3.png) center / contain no-repeat;
  bottom: 0%;
  left: 40%;
  z-index: 100;
}

@media (max-width: 768px) {
  .hero-decor-1 {
    top: 50%;
    left: -15%;
  }

  .hero-decor-2 {
    display: none;
  }
}

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

.hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-primary {
  display: inline-block;
  background: #ffeb3b;
  color: #000;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #1a1a1a;
  transition: all 0.3s;
  box-shadow: 6px 6px 0px 0px #ffffff;
}

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

.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.hero-decorations {
  position: absolute;
  width: 100%;
  height: 100%;
}

.star {
  position: absolute;
  width: 60px;
  height: auto;
}

.star-1 {
  top: 10%;
  right: 10%;
}

.star-2 {
  bottom: 30%;
  left: 5%;
}

.star-3 {
  bottom: 10%;
  right: 20%;
}

/* About Section */
.about {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 76px !important;
  line-height: 100%;
  font-weight: 700;

  margin-bottom: 60px !important;
}

.about-grid {
  display: flex;
  flex-direction: column;
}

.about-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-card-reverse {
  grid-template-columns: 1fr 1fr;
}

.about-card-content {
  padding: 20px;
  position: relative;
}

.about-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-card-text {
  font-size: 16px;
  line-height: 1.6;
}

.about-card-image {
}

.about-star {
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 50px;
}

/* Review Process Section */
.review-process {
  background: linear-gradient(to right, #ffdab5 50%, #cbb5ff 50%);
  padding: 80px 0;
  position: relative;
}

@media (max-width: 768px) {
  .review-process {
    background: linear-gradient(to bottom, #ffdab5 40%, #cbb5ff 60%);
  }
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.review-decor-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(/wp-content/themes/fravoneth.com/img/star-1.png) center / contain no-repeat;
  top: -5%;
  left: 70%;
  z-index: 100;
  transform: rotate(45deg);
}

.review-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-image {
  max-width: 80%;
}

.review-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.review-intro {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.criteria-item {
  margin-bottom: 25px;
}

.criteria-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.criteria-item p {
  font-size: 15px;
  line-height: 1.6;
}

.review-decoration {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60px;
}

/* Why Choose Section */
.why-choose {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.why-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.why-decor-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url(/wp-content/themes/fravoneth.com/img/star-2.png) center / contain no-repeat;
  top: -5%;
  left: 70%;
  z-index: 100;
}

@media (max-width: 768px) {
  .why-top {
    grid-template-columns: 1fr;
  }
}

.section-title-center {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.why-subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.why-intro {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.why-image {
}

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

.why-card {
  background: #ffe8cc;
  padding: 25px;
  border: 2px solid #000;
  box-shadow: 6px 6px 0px 0px #1a1a1a;
}

.why-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* User Reviews Section */
.user-reviews {
  background: #c5b3e8;
  padding: 80px 0;
  position: relative;
}

.user-reviews-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.reviews-decor-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url(/wp-content/themes/fravoneth.com/img/star-2.png) center / contain no-repeat;
  top: -5%;
  left: 20%;
  z-index: 100;
  transform: rotate(180deg);
}

.reviews-decor-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url(/wp-content/themes/fravoneth.com/img/star-1.png) center / contain no-repeat;
  top: -5%;
  left: 70%;
  z-index: 100;
}

@media (max-width: 768px) {
  .reviews-decor-1,
  .reviews-decor-2 {
    display: none;
  }
}

.reviews-image {
  border-radius: 10px;
}

.reviews-header-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.reviews-header-content p {
  font-size: 16px;
  line-height: 1.6;
}

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

.review-card {
  background: #fff;
  padding: 30px;
  border: 3px solid #000;
}

.review-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.review-author {
  font-size: 14px;
  font-weight: 500;
}

.reviews-star-left,
.reviews-star-right {
  position: absolute;
  width: 80px;
}

.reviews-star-left {
  top: 40px;
  left: 40px;
}

.reviews-star-right {
  top: 40px;
  right: 40px;
}

/* Contact Form Section */
.contact-form {
  background: #ffd6b3;
  padding: 80px 0;
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.form-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-wrapper > p {
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-form-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  border: 2px solid #000;
  background: #fff;
}

.form-group textarea {
  resize: vertical;
}

/* Footer */
.footer {
  background: #fff;
  padding: 40px 0 20px;
  border-top: 2px solid #000;
  text-align: center;
}

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

.footer-links a {
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-contact {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-contact p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: #000;
  color: #fff;
}

.footer-copyright {
  font-size: 14px;
  margin-top: 20px;
}

/* Collections Page */
.collections {
  padding: 80px 0;
  background: #fff;
}

.collections-title {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

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

.game-card {
  border: 3px solid #000;
  overflow: hidden;
  transition: transform 0.3s;
}

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

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

/* Game Detail Page */
.game-detail {
  background: #c5b3e8;
  padding: 80px 0;
}

.game-title {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

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

.game-info h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.game-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.game-image-wrapper {
border: 4px solid #FFFFFF;
}

.game-detail-image {

}

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

  .why-cards {
    grid-template-columns: 1fr;
  }

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

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

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

  .burger-menu {
    display: flex;
  }

  .hero-title {
    font-size: 40px;
  }

  .section-title,
  .section-title-center,
  .review-title,
  .collections-title,
  .game-title {
    font-size: 56px !important;
  }

  .hero,
  .about,
  .review-process,
  .why-choose,
  .user-reviews,
  .contact-form,
  .collections,
  .game-detail {
    padding: 50px 0;
  }

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

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

  .cookie-content {
    padding: 30px;
  }

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

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

  .section-title,
  .section-title-center,
  .collections-title,
  .game-title {
    font-size: 28px;
  }

  .about-card-title {
    font-size: 20px;
  }

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