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

body {
  font-family: "Montserrat", sans-serif;
  background: #220421;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

/* Typography */
.section-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 30px;
  text-align: center;
}

.section-subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 14px;

  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #2aff31;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 26px 36px;
  border-radius: 50px;
  border: 1px solid #000000;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;

  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  background: #2aff31;
  color: #000;
}

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

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

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

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  padding: 1rem 0;
}

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

@media (max-width: 1200px) {
  .header-content {
    align-items: flex-start;
    flex-direction: column;
  }
}

.logo a {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: none;

  color: #2aff31;
}

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

.nav-list a {
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;

  transition: color 0.3s ease;
}

.nav-list a:hover {
  color: #2aff31;
}

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

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

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

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

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

/* Hero Section */
.hero {
  min-height: 70vh;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/wp-content/themes/fironesto.com/assets/images/bg.png) center / cover no-repeat;
}

.hero-main-text {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.hero-decor-mob {
  position: absolute;

  width: 290px;
  height: 160px;

  left: 50%;
  bottom: 0;

  transform: translateX(-50%);

  background: url(/wp-content/themes/fironesto.com/assets/images/decor-mob-1.png) center / contain no-repeat;
}

.hero-decor-desk-one {
  position: absolute;

  display: none;

  width: 290px;
  height: 180px;

  left: 0;
  bottom: 0;

  background: url(/wp-content/themes/fironesto.com/assets/images/decor-desktop-1.png) center / contain
    no-repeat;
}

.hero-decor-desk-two {
  position: absolute;

  width: 290px;
  height: 180px;

  display: none;

  right: 0;
  bottom: 0;

  background: url(/wp-content/themes/fironesto.com/assets/images/decor-desktop-2.png) center / contain
    no-repeat;
}

@media (min-width: 1200px) {
  .hero-decor-mob {
    display: none;
  }

  .hero-decor-desk-one,
  .hero-decor-desk-two {
    display: block;
  }
}

.hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
}

.hero-title {
  margin-bottom: 2rem;
}

.title-main {
  display: block;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  color: #2aff31;
}

.title-sub {
  display: block;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.hero-description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.hero-controllers {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.controller-left,
.controller-right {
  position: absolute;
  width: 200px;
  height: auto;
}

.controller-left {
  left: 5%;
  transform: rotate(-15deg);
}

.controller-right {
  right: 5%;
  transform: rotate(15deg);
}

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

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

.about-text .section-title {
  text-align: left;
  margin-bottom: 2rem;
}

.about-info h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 1rem;
}

.about-info p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;

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

  margin-bottom: 1rem;
  opacity: 0.9;
}

.about-main-decor {
  margin-block: 40px 20px;
}

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

.about-decor-one {
  position: absolute;

  width: 108px;
  height: 108px;

  left: 5%;
  bottom: 30%;

  background: url(/wp-content/themes/fironesto.com/assets/images/decor.png) center / contain no-repeat;
}

.about-decor-two {
  position: absolute;

  width: 108px;
  height: 108px;

  right: 5%;
  top: 16%;

  background: url(/wp-content/themes/fironesto.com/assets/images/decor.png) center / contain no-repeat;
}

@media (max-width: 1550px) {
  .about-decor-one,
  .about-decor-two {
    display: none;
  }
}

/* Numbers Section */
.numbers {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.3);
}

.numbers-content {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}

.numbers-image img {
  width: 100%;
  height: auto;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  border-radius: 28px;
}

@media (max-width: 768px) {
  .numbers-image img {
    border-top: 1px solid #818181;
    border-right: none;
    border-bottom: 1px solid #818181;
    border-radius: 28px;
  }
}

.empty-card {
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
  border-bottom: 1px solid #818181;
  background: transparent !important;
}

.numbers-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.stat-card.highlight-card {
  background: #2aff31;
  color: #000;
}

.stat-card h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
}

.stat-card-decor {
  width: 50px;
  height: 3px;
  border-radius: 3px;

  background-color: #000;
}

.stat-card-decor--white {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .stat-card h3 {
    font-size: 36px;
  }

  .stat-card-decor {
    width: 3px;
    height: 50px;
  }
}

.stat-card p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.highlight-card p {
  opacity: 1;
}

/* Playstyle Section */
.playstyle {
  padding: 100px 0;
  position: relative;
}

.playstyle-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.playstyle-text .section-title {
  text-align: left;
  margin-bottom: 2rem;
}

.playstyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.playstyle-card {
  background: #2aff31;
  color: #000;
  padding: 1.5rem;
  border-radius: 28px;
  min-height: 232px;
}

@media (max-width: 760px) {
  .playstyle-card {
    height: fit-content;
    min-height: auto;
  }
}

.playstyle-card h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 0.5rem;
}

.playstyle-card p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

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

.playstyle-decor {
  position: absolute;

  width: 108px;
  height: 108px;

  right: 5%;
  top: 15%;

  background: url(/wp-content/themes/fironesto.com/assets/images/decor.png) center / contain no-repeat;
}

@media (max-width: 1550px) {
  .playstyle-decor {
    display: none;
  }
}

/* Break Section */
.break-section {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.3);
}

.break-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.break-text .section-title {
  text-align: left;
  margin-bottom: 2rem;
}

.break-description {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.break-text p {
  margin-bottom: 1rem;
  opacity: 0.9;
}

.break-list {
  list-style: none;
  margin: 1.5rem 0;
}

.break-list li {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

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

/* Top Picks Section */
.top-picks {
  padding: 100px 0;
}

.picks-tagline {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #2aff31;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.game-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

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

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

.large-card {
  grid-column: span 2;
}

.extra-large-card {
  grid-column: span 2;
  grid-row: span 2;
}

/* Contact Form */
.contact {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.3);
}

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

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

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Footer */
.footer {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.footer-brand .logo {
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer-column {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .footer-column {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    flex-direction: column;
  }
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer-column a:hover {
  color: #2aff31;
}

.footer-social {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

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

.footer-bottom {
  text-align: left;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}

/* Cookies Popup */
.cookies-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(26, 10, 46, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2rem;
  z-index: 10000;
  transform: translateY(430px);
  opacity: 0;
  transition: all 0.3s ease;
}

.cookies-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.cookies-content h3 {
  margin-bottom: 1rem;
  color: #2aff31;
}

.cookies-content p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

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

/* Catalog Page Styles */
.catalog-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(70px, 1fr));
  grid-template-rows: repeat(2, minmax(70px, 1fr));
  gap: 20px;
  padding: 50px 0;
}

.catalog-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  aspect-ratio: 1;
}

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

.catalog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.catalog-card:hover img {
  filter: brightness(0.4);
}

.catalog-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2rem 1.5rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.catalog-card:hover .catalog-card-overlay {
  transform: translateY(0);
}

.catalog-card-overlay h3 {
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

  margin: 0;
  text-align: center;
}

.catalog-card-link:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.catalog-card-link:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.catalog-card-link:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.catalog-card-link:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.catalog-card-link:nth-child(5) {
  grid-column: 3/5;
  grid-row: 1/3;
}
.catalog-card-link:nth-child(6) {
  grid-column: 5/6;
  grid-row: 1/2;
}
.catalog-card-link:nth-child(7) {
  grid-column: 5/6;
  grid-row: 2/3;
}
.catalog-card-link:nth-child(8) {
  grid-column: 6/8;
  grid-row: 1/3;
}

@media (max-width: 768px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(154px, 1fr));
    grid-template-rows: repeat(7, minmax(154px, 1fr));
  }

  .catalog-card-link:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .catalog-card-link:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .catalog-card-link:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .catalog-card-link:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .catalog-card-link:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/5;
  }
  .catalog-card-link:nth-child(6) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .catalog-card-link:nth-child(7) {
    grid-column: 2/3;
    grid-row: 5/6;
  }
  .catalog-card-link:nth-child(8) {
    grid-column: 1/3;
    grid-row: 6/8;
  }
}

@media (max-width: 1200px) {
  .catalog-card-overlay h3 {
    font-size: 12px;
  }
}

/* Game Page Styles */
.game-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

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

.game-info h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2aff31;
}

.game-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.game-description {
  margin-bottom: 2rem;
  opacity: 0.9;

  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.game-description p {
  margin-bottom: 1rem;
}

.game-features {
  margin: 2rem 0;
}

.game-features h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.features-list {
  list-style: none;
}

.features-list li {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.6;
}

.features-list li::before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.features-list strong {
  color: #fff;
  font-weight: 600;
}

.game-image {
  width: 100%;
}

.game-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
}

.game-features-section {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.3);
}

.game-features-section .section-title {
  text-align: left;
}

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

  .title-main,
  .title-sub {
    font-size: 40px;
  }

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

  .hero-controllers {
    display: none;
  }

  .about-content,
  .numbers-content,
  .playstyle-content,
  .break-content,
  .game-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .playstyle-text .section-title,
  .break-text .section-title,
  .about-text .section-title {
    text-align: center;
  }

  .numbers-stats {
    grid-template-columns: 1fr;
  }

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

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

  .large-card,
  .extra-large-card {
    grid-column: span 2;
    grid-row: span 1;
  }

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

  .footer-links {
    justify-content: center;
  }

  .footer-social {
    justify-content: center;
  }

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

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

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

  .large-card,
  .extra-large-card {
    grid-column: span 1;
  }
}
.policy {
  padding-block: 60px;
  color: #0c0c0c;
}

.policy__title {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 48px;
}

.policy__text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

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

.policy__text ul {
  list-style: none;
}

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

  .policy__title {
    font-size: 36px;
  }
}
