@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Rubik-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Rubik-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Rubik-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "ComicJungle";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/ComicJungleRegular.woff2") format("woff2");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  font-family: "Rubik", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  background-color: #FFFFFF;
  color: #00171d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h2,
h3,
h4 {
  line-height: 1.2;
  font-weight: 700;
  color: #0B364A;
  font-family: "ComicJungle";
}

h1 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  font-family: "ComicJungle";
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #ff4885;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 3rem 0;
}

/* --- Buttons --- */
.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.button--primary {
  background-color: #ff4885;
  color: #FFFFFF;
}

.button--primary:hover {
  background-color: #df336c;
}

.button--secondary {
  background-color: #FFA547;
  color: #0B364A;
}

.button--secondary:hover {
  background-color: #e9d824;
}

.button--large {
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
}

/* --- Header --- */
.header {
  padding: 6px 0;
  position: sticky;
  background: black;
  top: 0;
  z-index: 100;
  width: 100%;
}

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

.header__logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 11111;
}

.header__logo_title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.header__logo_raiting {
  font-size: 14px;
  margin-top: -4px;
  color: #ff4885;
}

.header__logo:hover {
  text-decoration: none;
}

.header__cta {
  font-size: 0.9rem;
}

/* --- Hero Section --- */
.hero {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.hero::after {
  content: "";
  background: linear-gradient(0deg, #0B364A, transparent 35%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.hero::before {
  content: "";
  background: linear-gradient(180deg, #052839, transparent);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.tx_white {
  color: #fff;
}

.hero__container {
  position: relative;
  z-index: 1;
}

.hero__content_chicken {
  height: 96px;
  margin: 0 auto;
}

.content_clover {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.hero__video {
  margin: 0 auto;
}

.hero__content {
  text-align: center;
  color: #fff;
}

.hero__title {
  margin-bottom: 0.5rem;
}

.hero__cta {
  margin-bottom: 1rem;
}

.hero__subtitle {
  font-size: 18px;
  font-weight: 500;
}

.hero__video {
  margin: 0 auto;
  width: 155px;
}

.header__logo_video {
  height: 66px;
  width: 66px;
}

.hero__game {
  max-width: 510px;
  margin: 0 auto 24px;
  border: 5px solid #00242f;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 20px 160px 20px #ff94b7bf;
  z-index: 1;
}

/* .hero__game::after {
    content: "";
    background: linear-gradient(0deg, #001f29 25%, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 20px;
} */

.hero__game_video {
  filter: hue-rotate(330deg);
  border-radius: 16px;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.hero__bonus-text {
  font-size: 0.9rem;
  color: #fff;
}

.hero__visual {
  margin-top: 2rem;
}

.hero__image {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(62, 68, 100, 0.2);
}

/* --- Features Section --- */
.features {
  background-color: #0B364A;
  padding-top: 0;
  color: #fff;
}

.features__intro {
  text-align: center;
  margin-bottom: 2rem;
}

.features__title,
.difficulty__title {
  margin-bottom: 1rem;
}

.features__highlight {
  font-weight: 500;
  background-color: #FFA547;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: #00171d;
  display: inline-block;
}

.features__subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
}

.features__table-wrapper,
.difficulty__table-wrapper {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.features__table,
.difficulty__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.features__table th,
.features__table td {
  padding: 1rem;
  border-bottom: 1px solid #124a65;
}

.difficulty__table th,
.difficulty__table td {
  padding: 1rem;
  border-bottom: 1px solid #e0e4f0;
}


.features__table thead {
  background-color: #042331;
  color: #FFFFFF;
}

.features__table tbody tr:nth-child(even) {
  background-color: #032a3d;
}

.features__table td[data-label]::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.difficulty__table thead {
  background-color: #0B364A;
  color: #FFFFFF;
}


.difficulty__table tbody tr:nth-child(even) {
  background-color: #fdfdff;
}


.difficulty__table td[data-label]::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.features__note {
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.features__cta {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

/* --- How to Play Section --- */
.how-to-play {
  text-align: center;
}

.how-to-play__title {
  margin-bottom: 1rem;
}

.how-to-play__intro {
  margin-bottom: 2rem;
}

.how-to-play__steps {
  display: grid;
  gap: 1.5rem;
}

.step {
  background-color: #f7f8fc;
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid #e0e4f0;
}

.step__icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.step__title {
  margin-bottom: 0.5rem;
}

.how-to-play__tip {
  margin-top: 2rem;
  font-weight: 600;
  background-color: #f0f8ff;
  padding: 1rem;
  border-radius: 8px;
  border: 1px dashed #0B364A;
}
.yellow {
  color: #FFA547;
  font-weight: 500;
}
/* --- Difficulty Section --- */
.difficulty {
  background-color: #f1f2f7;
}

.difficulty__intro {
  text-align: center;
  margin-bottom: 2rem;
}

.difficulty__outro {
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
}

/* --- Demo Section --- */
.demo {
  background-color: #0B364A;
  color: #FFFFFF;
}

.demo__title,
.demo__content h3 {
  color: #FFFFFF;
}

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

.demo__list-item {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.demo__reload {
  font-style: italic;
  margin-bottom: 2rem;
}

.demo__visual {
  margin-top: 2rem;
}

.demo__image {
  border-radius: 15px;
  filter: hue-rotate(330deg);
}

/* --- More Features Section --- */
.more-features__container {
  display: grid;
  gap: 2rem;
}

.more-features__item {
  background-color: #f7f8fc;
  padding: 2rem;
  border-radius: 15px;
}

.more-features__title {
  margin-bottom: 1rem;
}

.more-features__list,
.more-features__steps {
  padding-left: 1.5rem;
}

.more-features__list li,
.more-features__steps li {
  margin-bottom: 0.5rem;
}

/* --- Strategy Section --- */
.strategy {
  background-color: #fffafb;
  text-align: center;
}

.strategy__title {
  margin-bottom: 1rem;
}

.strategy__intro {
  margin-bottom: 2.5rem;
}

.strategy__tips {
  display: grid;
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
}

.strategy__tip {
  background-color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 5px solid #e77e9c;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.08);
}

.strategy__tip-title {
  margin-bottom: 0.5rem;
}

.strategy__warning {
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}

/* --- Reviews Section --- */
.reviews__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.reviews__grid {
  display: grid;
  gap: 1.5rem;
}

.review {
  background-color: #f7f8fc;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.05);
}

.review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.review__author {
  font-weight: 700;
}

.review__rating {
  color: #FFA547;
  -webkit-text-stroke: 1px #e9d824;
  font-size: 1.2rem;
}

.review__text {
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 1.5rem;
}

.review__text::before {
  content: '“';
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 2rem;
  color: #e77e9c;
  font-family: Georgia, serif;
}

/* --- FAQ Section --- */
.faq {
  background-color: #f7f8fc;
}

.faq__title {
  text-align: center;
  margin-bottom: 2rem;
}

.faq__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid #e0e4f0;
}

.faq__question {
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: '+';
  font-size: 1.5rem;
  color: #ff4885;
  transition: transform 0.2s ease;
}

.faq__item[open]>.faq__question::after {
  transform: rotate(45deg);
}

.faq__answer {
  padding: 1.5rem;
  border-top: 1px solid #e0e4f0;
}

.faq__answer p {
  margin-bottom: 0;
}

/* --- Footer --- */
.footer {
  background-color: #0B364A;
  color: #e0e4f0;
  padding: 2rem 0;
  text-align: center;
}

.footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.footer__links {
  margin-bottom: 1rem;
}

.footer__links a {
  color: #FFFFFF;
  margin: 0 0.75rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer__links a:hover {
  color: #FFA547;
}

.footer__copyright {
  font-size: 0.8rem;
}

.footer__copyright p {
  margin: 0;
}

/* --- Fixed Promo Block --- */
.promo-block {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #003045;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  max-width: 320px;
  transform: translateY(200%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.promo-block.promo-block--visible {
  transform: translateY(0);
  opacity: 1;
}

.promo-block__close {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.promo-block__content {
  text-align: center;
}

.promo-block__icon {
  font-size: 2rem;
}

.promo-block__text p {
  margin: 0;
}

.promo-block__title {
  font-weight: 700;
}

.promo-block__cta {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  white-space: nowrap;
  margin-top: 12px;
}

/* --- Exit Intent Popup --- */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.popup--visible {
  opacity: 1;
  visibility: visible;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 68, 100, 0.7);
  backdrop-filter: blur(5px);
}

.popup__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  max-width: 90%;
  width: 450px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.popup.popup--visible .popup__content {
  transform: scale(1);
}

.popup__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #0B364A;
  cursor: pointer;
  line-height: 1;
}

.popup__icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: bounce 1s infinite;
}

.popup__title {
  margin-bottom: 0.5rem;
}

.popup__text {
  margin-bottom: 2rem;
}

.popup__cta {
  margin-bottom: 1rem;
}

.popup__decline {
  background: none;
  border: none;
  color: #0B364A;
  text-decoration: underline;
  cursor: pointer;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}


.legit {
  background: linear-gradient(0deg, black, #0B364A);
  padding-top: 0;
  color: #fff;
}
.bonuses {
  background: #000;
  color: #fff;
}
.header__nav-list {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .hamburger-button {
    display: none;
  }

  .header__nav-link {
    font-weight: 500;
    color: #408ba0;
  }

  .header__nav-link:hover {
    color: #ff4885;
    text-decoration: none;
  }
}

@media (max-width: 1023px) {
  .hamburger-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 44px;
    border-radius: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 12px 10px;
    z-index: 1001;
    background-color: #ff508a;
  }


  .header__nav-list {
    flex-direction: column;
  }

  .hamburger-button__line {
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
  }

  .hamburger-button.is-active .hamburger-button__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger-button.is-active .hamburger-button__line:nth-child(2) {
    opacity: 0;
  }

  .hamburger-button.is-active .hamburger-button__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header__nav {
    display: none;
  }

  .header__nav.is-open {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 1000;
    max-width: 500px;
    width: 100%;
    padding: 120px 12px 12px 20px;
    background: black;
  }

  .header__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

@media (min-width: 1440px) {
  .hero {
    background: url(assets/img/2560.webp) #0B364A no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .hero {
    background: url(assets/img/1735.webp) #0B364A no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .hero {
    background: url(assets/img/768-chicken.webp) #0B364A no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  section {
    padding: 5rem 0;
  }

  .header__cta {
    font-size: 1rem;
    width: 212px;
  }

  .hero__visual {
    flex: 1;
    margin-top: 0;
  }

  .hero__subtitle,
  .hero__text {
    margin-left: 0;
    margin-right: 0;
  }

  .features__table td[data-label]::before,
  .difficulty__table td[data-label]::before {
    display: none;
  }

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

  .demo__container {
    display: flex;
    align-items: center;
    gap: 3rem;
    text-align: left;
  }

  .demo__content {
    flex: 1;
  }

  .demo__visual {
    flex: 1;
    margin-top: 0;
  }

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

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

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

  .popup__content {
    padding: 3rem;
  }
}

/* Larger desktops */
@media (min-width: 1024px) {
  .how-to-play__steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .strategy__tips {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-height: 810px) {
  .hero__content_chicken {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__logo_video {
    height: 48px;
    width: 48px;
  }

  .footer__nav {
    flex-direction: column;
  }

  .hero__subtitle,
  .hero__text {
    font-size: 0.9rem;
    letter-spacing: -0.02em;
    font-weight: 400;
  }

  body p {
    font-size: 0.9rem;
    letter-spacing: -0.02em;
  }

  .how-to-play__intro,
  .strategy__intro {
    margin-bottom: 12px;
  }

  .how-to-play__steps,
  .more-features__container,
  .strategy__tips {
    gap: 12px;
  }

  .how-to-play__tip {
    margin-top: 16px;
  }

  .step,
  .more-features__item,
  .review {
    padding: 12px;
  }

  .review__rating {
    font-size: 1rem;
  }

  section {
    padding: 1.5rem 0;
  }
}

@media (max-width: 504px) {
  .header__logo_title {
    font-size: 14px;
  }

  .container {
    width: 94%;
  }
}