/* Feedback Block (Отзывы/Команда) */
.feedback {
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(249,202,36,0.07) 100%);
    border-radius: 18px;
    padding: 2.7rem 1.7rem;
    margin: 30px 14px;
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18), 0 2px 12px rgba(0,0,0,0.09);
    text-align: center;
    backdrop-filter: blur(7px);
    border: 1.5px solid rgba(249,202,36,0.18);
    transition: box-shadow 0.3s, border 0.3s;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1076px;
    width: 1005;
    margin: 14px auto;
    padding: 0 14px;
}    
.advantage__name {
    color: #ffe066;
}
.nav__item a {
    transition: color 0.18s; 
    color: #ffe066;
}
.nav__item a:hover {
    color: #6dd3b7;
}

.aboutus-block__desc {
    color: #fff;
}
.howto__desc {
    color: #fff;
    font-size: 16px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto 32px auto;  
}
.feedback__title {
    text-transform: uppercase;
    color: #f9ca24;
    text-align: center;
    font-size: 27px;
}
.feedback__desc {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 2.2rem;
}
.feedback__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2.2rem;
}
.feedback__card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(31,38,135,0.10), 0 2px 8px rgba(0,0,0,0.10);
    padding: 1.7rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 260px;
    border: 1.5px solid rgba(249,202,36,0.13);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    position: relative;
    overflow: hidden;
}
.feedback__card:hover {
    transform: translateY(-8px) scale(1.045);
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.feedback__photo {

    width: 84px;
    height: 84px;
    object-fit: cover;
    margin-bottom: 0.7rem;
    border: 3px solid #f9ca24;
    box-shadow: 0 2px 16px #f9ca2440;
    transition: box-shadow 0.2s;
}
.feedback__name {
    color: #ffe066;
    margin: 0.3em 0 0.1em 0;
    font-size: 1.1rem;
}
.feedback__role {
    color: #b2bec3;
    font-size: 0.98rem;
    margin: 0;
}
.feedback__icon {
    font-size: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
}
.feedback__bio {
    color: #fff;
    margin-top: 0.5em;
}
@media (max-width: 900px) {
    .feedback__grid {
        grid-template-columns: 1fr;
    }
    .feedback__card {
        max-width: 528px;
        margin: 0 auto;
    }
}
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #09151e;
    background-size: cover;
    color: #f5f6fa;
    min-height: 100vh;
}
.page {
    min-height: 100vh;
}

.header__logo a {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
}
.feedback__item {
    margin-bottom: 43px;
}
.feedback img {
    border-radius: 110px;

}
/* --- FOOTER NEW STYLES --- */
.footer {
  background: #181c24;
  color: #fff;
}
  .footer__container {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    text-align: center;
    max-width: 1071px;
    width: 100%;
    margin: 0 auto;
    padding: 0 41px;
}
  }
  .footer__col {
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer__brand {
    justify-content: center;
  }
  .footer__links-list {
    align-items: center;
  }
  .footer__social-icons {
    justify-content: center;
  }
  .footer__contact {
    text-align: center;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 6px;
    padding: 12px 10px 14px 10px;
    text-align: center;
  }

.footer__col {
  color: #fff;
  padding: 38px 0;
  font-size: 1rem;
  box-shadow: 0 -2px 16px #23284633;
}
.footer__logo {
  width: 116px;
}
.footer__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer__sitename {
  font-size: 1.18rem;
  font-weight: 700;
  color: #ffe066;
}
.footer__slogan {
  font-size: 0.98rem;
  color: #6dd3b7;
}
.footer__links-title {
  font-weight: 600;
  color: #ffe066;
  margin-bottom: 6px;
  font-size: 1.05rem;
  text-align: left;
}
.footer__links-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
  text-align: left;
}
.footer__links-list a {
  color: #fffbe6;
  text-decoration: none;
  transition: color 0.18s;
}
.footer__links-list a:hover {
  color: #6dd3b7;
}
.footer__social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.footer__social-link {
  font-size: 1.35rem;
  color: #ffe066;
  background: #232846;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #ffe06622;
  transition: background 0.18s, color 0.18s, transform 0.18s;
}
.footer__social-link:hover {
  background: #ffe066;
  color: #232846;
  transform: scale(1.12);
}
.footer__contact {
  font-size: 0.98rem;
  margin-top: 2px;
}
.footer__contact a {
  color: #6dd3b7;
  text-decoration: none;
  transition: color 0.18s;
}
.footer__contact a:hover {
  color: #ffe066;
}
.footer__bottom {
  border-top: 1px solid #232846;
  margin-top: 10px;
  padding: 31px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.98rem;
  color: #ffe066;
}
.footer__mini-disclaimer {
  color: #fffbe6;
  font-size: 0.93rem;
  margin-left: 12px;
}
@media (max-width: 800px) {
  .footer__container {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 6px;
    padding: 12px 10px 14px 10px;
  }

    .footer__bottom-right {
        flex-direction: column;
    }
  .footer__links-title,
  .footer__links-list {
    text-align: center !important;
    align-items: center !important;
    align-items: center;
    justify-content: space-between;
  }
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #f9ca24;
}
.logo__img {
    width: 105px;
    height: 87px;
    border-radius: 10%;
    padding: 4px;
}
.logo__text {
    color: #fff;
    margin-left: 14px;
}
.nav__menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    transition: right 0.3s;
}

.nav__dropdown-item {
    padding: 0;
}
.nav__dropdown-link {
    display: block;
    padding: 0.7em 1.2em;
    color: #f5f6fa;
    border: none;
    font-size: 17.6px;
    border-radius: 0;
    transition: background 0.2s, color 0.2s;
}
.nav__dropdown-link:hover {
    background: #f9ca24;
    color: #181c24;
}
.nav__item_dropdown:hover .nav__dropdown,
.nav__item_dropdown.nav__item_dropdown_open .nav__dropdown {
    display: block;
    list-style: none;
}
/* Burger menu open button */
/* Burger menu open/close button */
.nav__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
    position: relative;
}
.nav__burger-line {
    width: 28px;
    height: 3px;
    background: #f9ca24;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
    display: block;
}
.nav__burger.nav__burger_open .nav__burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.nav__burger.nav__burger_open .nav__burger-line:nth-child(2) {
    opacity: 0;
}
.nav__burger.nav__burger_open .nav__burger-line:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
}
h2 {
    text-transform: uppercase;
    color: #f9ca24;
    text-align: center;
    font-size: 27px;
}
.disclaimer__title {
    color: #fd1f1f;
}
@media (max-width: 1145px) {

    .footer__container {
        max-width: inherit;
        width: auto;
    }    

}

@media (max-width: 1064px) {

    .games__list {
        flex-direction: row;
        gap: 21px;
    }

    .nav__item_dropdown:hover .nav__dropdown, .nav__item_dropdown.nav__item_dropdown_open .nav__dropdown {
        position: relative;
    }

}
@media (max-width: 1068px) {
    .header__container {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    .games__item {

    }
    .nav__menu {
        flex-direction: column;
        position: fixed;
        top: 187px;
        background: #09151e;
        right: -100vw;
        width: 100vw;
        height: 46vh;
        gap: 1.5rem;
        display: flex;
        justify-content: center;
        box-shadow: -2px 0 16px rgba(0, 0, 0, 0.13);
        z-index: 100;
        transition: right 0.3s;
    }
    .nav__menu.nav__menu_open {
        right: 0;
        top: 187px;
        background: #09151e;
    }
    .nav__burger {
        display: flex;
    }
}

@media (max-width: 841px) {

    .games__list {
        flex-direction: column;
        margin: 0 auto;
    }
    
    .hero__container {
        justify-content: center !important;
    }

    .hero__content {
        text-align: center;
    }
    
    .games__title {
        text-align: center;
    }

    h2 {
        text-align: center;
    }
    
    .aboutus-block__desc {
        text-align: center;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

}
@media (max-width: 600px) {
    .header__container, .main {

    }
    .hero {
        padding: 2rem 0 1.2rem 0;
    }
    .hero__img {
        width: 100%;
        min-width: 0;
    }
    .games__list {
        flex-direction: column;
        gap: 1.2rem;
    }
    .games__item {
        width: 100%;
    }
    .logo {
        font-size: 1rem;
        justify-content: center;
        margin: 7px auto;
    }
}
.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.hero__overlay {
position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100.3%;
    background: linear-gradient(120deg, rgb(24 24 24 / 69%) 60%, rgba(24, 28, 36, 0.85) 100%);
    z-index: 1;
}
.hero__container {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1053px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    min-height: 420px;
    padding: 56px 14px;
}
.hero__content {
    flex: 1 1 350px;
    color: #fff;
    max-width: 670px;
}
.hero__title {
    text-align: center;
    font-size: 2.5rem;
    color: #f9ca24;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.hero__desc {
    font-size: 16px;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.hero__btn {
    display: inline-block;
    padding: 0.7rem 2.2rem;
    background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
    color: #181c24;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hero__btn:hover {
    background: linear-gradient(90deg, #f0932b 60%, #f9ca24 100%);
    color: #fff;
}
.main {
    max-width: 1104px;
    width: 100%;
    margin: 0 auto;
}

.games {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 18px;  
    border: 1.5px solid rgba(249, 202, 36, 0.18); 
    padding: 0 31px 52px 31px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
}
.game-block {
    padding: 0 14px;
}
.game-block h2 {
    text-align: left;
}
.game-block ul {
    padding-left: 21px;
}
.games,
.about,
.faq,
.subscribe,
.feedback,
.contact,
.disclaimer {
    margin: 30px 14px;
}
.games__title {
    margin-top: 75px;
    color: #f9ca24;
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}
.games__list {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
}
.games__list p {
    width: 80%;
    margin-bottom: 32px;
    color: #fff;    
}
.games__item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 1.5rem 1.2rem 2.2rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 279px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subscribe p {
    text-align: center;
}
.game-card__img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.game-card__title {
    text-align: center;
    color: #f9ca24;
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.2rem;
}
.feedback__author {
    font-weight: 800;
}

.game-card__more-btn {
    display: block;
    margin: 61px auto 0 auto;
    max-width: 207px;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
    color: #181c24;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    cursor: pointer;
}

.btn, .game-card__btn, .subscribe__btn, .contact__btn {
    display: inline-block;
    padding: 17px 36px;
    background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
    color: #181c24;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    cursor: pointer;
}
.btn:hover {
    background: linear-gradient(90deg, #f0932b 60%, #f9ca24 100%);
    color: #fff;
}
.about, .faq, .subscribe, .feedback, .contact, .disclaimer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 12px;
    padding: 3rem 1.5rem;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
    margin-bottom: 14px;
    text-align: center;
}
.disclaimer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(118 24 24 / 44%) 100%);
}
.about__desc, .disclaimer__desc {
    margin: 0.7rem 0;
    line-height: 1.7;
    color: #ff8e8e;
}
.faq__item {
    background: #181c2a;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    overflow: hidden;
    transition: box-shadow 0.2s;
    margin-bottom: 17px;
}
.faq__item:focus-within {
    box-shadow: 0 4px 16px #f9ca2440;
}
.faq__question {
    width: 100%;
    background: linear-gradient(90deg, #ffe066 60%, #f9ca24 100%);
    border: none;
    outline: none;
    color: #232846;
    font-size: 1.13rem;
    font-weight: 600;
    text-align: left;
    padding: 1.1rem 1.5rem 1.1rem 2.8rem;
    cursor: pointer;
    position: relative;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    border-bottom: 1px solid #232846;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    margin: 0;
    display: block;
}
.faq__question:after {
    content: '\25BC';
    position: absolute;
    left: 1.1rem;
    top: 54%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 1.1em;
    color: #232846;
    transition: transform 0.2s;
}
.faq__question[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(-180deg);
}
.faq__question[aria-expanded="true"] {
    background: linear-gradient(90deg, #f9ca24 60%, #ffe066 100%);
    color: #181c24;
    box-shadow: 0 2px 8px #f9ca2422;
}
.aboutus-block__title {
    margin-top: 30px;
}
.faq__answer {
    position: relative;
    bottom: 2px;
    padding: 1.1rem 2.5rem 1.1rem 2.5rem;
    color: #000;
    background: linear-gradient(90deg, #f9ca24 60%, #ffe066 100%);
    animation: fadeInAccordion 0.3s;
    border-radius: 0 0 10px 10px;
    margin: 0;
}
.faq__accordion {
    max-width: 542px;
    width: 100%;
    margin: 0 auto;    
}
@keyframes fadeInAccordion {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
    .faq__accordion {
        padding: 0 0.2rem;
    }
    .faq__question, .faq__answer {
        padding-left: 3.1rem;
        padding-right: 1.1rem;
    }
}
.footer {
    text-align: center;
    padding: 1.5rem 0 1rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    color: #b2bec3;
    font-size: 0.95rem;
    border-radius: 0 0 12px 12px;
    margin-top: 2rem;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
}
.advantages {
    margin: 30px 14px;
    padding: 31px;
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(249,202,36,0.07) 100%);
}
.advantages__list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}
.advantage {
    min-width: 188px;
    width: 100%;
    text-align: center;
}
@media (max-width: 923px) {
    .advantages__list {
        flex-wrap: wrap;
        gap: 20px;
        width: 62%;
        margin: 37px auto 0 auto;
    }
}
@media (max-width: 600px) {
    .advantages__list {
        flex-direction: column;
        gap: 16px;
    }
    .advantage {
        max-width: 100%;
        min-width: 0;
        padding: 18px 6px 14px 6px;
    }
}
.aboutus-block {
    margin: 34px 14px 30px 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    padding: 31px;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
    border: 1.5px solid rgba(249, 202, 36, 0.18);    
}
.aboutus-block__feature {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.advantages__title {
    margin-top: 28px;
    margin-bottom: 32px;
}
.aboutus-block__features {
    display: flex;
    justify-content: space-between;
}
.aboutus-block__container {
    max-width: 1057px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.aboutus-block__feature {
    max-width: 189px;
    width: 100%;    
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.08rem;
    color: #ffe066;
    border-radius: 8px;
    padding: 8px 11px;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    margin-bottom: 8px;
}
.aboutus-block__feature-icon {
    font-size: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 94px;
}
.aboutus-block__feature-icon p {
    font-size: 43px;
}
.aboutus-block__icon-1 {
    width: 72px;
    height: 76px;
}
.aboutus-block__icon-2 {
    width: 67px;
    margin-bottom: 4px; 
}
.aboutus-block__icon-3 {
    width: 84px;
    height: 76px;
}
.aboutus-block__icon-4 {
    width: 65px;
    margin-bottom: 3px;  
}
.aboutus-block__content {
    text-align: center;
}

.aboutus-block__imgwrap {}

.contact__desc {
    text-align: center;
    max-width: 557px;
    width: 100%;
    margin: 0 auto;
    color: #fff;  
}
.aboutus-block__img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    margin-top: 32px;
}
@media (max-width: 900px) {

    h2 {
        text-align: center;
    }

    .about, .faq, .subscribe, .feedback, .contact, .disclaimer {
        text-align: center;
    }

    .games__list {

    }

    .games__item {
        width: auto;
        max-width: inherit;
    }

    .game-card__img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }
    .advantage {
        text-align: center;
    }
    .aboutus-block__container {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .aboutus-block__imgwrap {
        justify-content: center;
        margin-left: 0;
        width: 100%;
    }

    .aboutus-block__title {
        text-align: center;
    }    

    .aboutus-block__img {
        max-width: 542px;
        width: 100%;
        margin-top: 0;
    }
    .aboutus-block__content {
        padding: 0;
        max-width: 542px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .aboutus-block__features {
        gap: 10px;
        align-items: center;
        max-width: 590px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 646px) {

    .aboutus-block__icon-1 {
        max-width: 211px;
    }

    .aboutus-block__icon-2 {
        max-width: 200px;     
    }

    .aboutus-block__icon-3 {
        max-width: 220px;
    }

    .aboutus-block__icon-4 {
        max-width: 200px;
    }

    .aboutus-block__feature {
        max-width: 175px;  
    }

    .aboutus-block__features {
        flex-direction: column;
        margin: 47px 0;
    }
    
}

.subscribe__form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-top: 1.5rem;
    max-width: 542px;
    width: 100%;
    margin: 0 auto;
}
.subscribe__input {
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    height: 57px;
    padding: 0 1rem;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}
.subscribe__btn {
    padding: 0.7rem 2.5rem;
    border-radius: 8px;
    border: none;
    background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
    color: #181c24;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    margin: 0;
    height: 57px;
}
.subscribe__btn:hover {
    background: linear-gradient(90deg, #f0932b 60%, #f9ca24 100%);
    color: #fff;
}
.subscribe__title,
.contact__title {
    text-align: center;
}
.contact__form {
    max-width: 542px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.contact__input {
    width: 100%;
    height: 57px;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    padding: 0 1rem;
    margin: 0;
    box-sizing: border-box;
}
.contact__textarea {
    height: 144px;
    resize: vertical;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    width: 100%;
    padding: 0.7rem 1rem;
    margin: 0;
    box-sizing: border-box;
}
.contact__btn {
    width: 147px;
    height: 57px;
    align-self: stretch;
    padding: 0.7rem 2.5rem;
    border-radius: 8px;
    border: none;
    background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
    color: #181c24;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    margin: 0 auto;
}
.contact__btn:hover {
    background: linear-gradient(90deg, #f0932b 60%, #f9ca24 100%);
    color: #fff;
}
/* How to Start Block */
.howto {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 18px;
    padding: 2.7rem 1.7rem 9.7rem 1.7rem;
    margin: 30px 14px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
    text-align: center;
    backdrop-filter: blur(7px);
    border: 1.5px solid rgba(249,202,36,0.18);
    transition: box-shadow 0.3s, border 0.3s;
}
.howto__title {
    text-transform: uppercase;
    color: #f9ca24;
    text-align: center;
    font-size: 27px;
}

.howto__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem 2.5rem;
    margin-top: 4rem;
    position: relative;
}
.howto__tile {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(31,38,135,0.10), 0 2px 8px rgba(0,0,0,0.10);
    padding: 1.5rem 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 220px;
    min-height: 170px;
    border: 1.5px solid rgba(249,202,36,0.13);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.howto__tile:nth-child(1) {
    transform: translateY(0px) rotate(-0.5deg);
    z-index: 2;
}
.howto__tile:nth-child(1):hover {
    transform: translateY(2px) scale(1.07) !important;
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.howto__tile:nth-child(2) {
    transform: translateY(16px) rotate(1deg);
    z-index: 3;
}
.howto__tile:nth-child(2):hover {
    transform: translateY(21px) scale(1.07) !important;
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.howto__tile:nth-child(3) {
    transform: translateY(37px) rotate(-0.5deg);
    z-index: 2;
}
.howto__tile:nth-child(3):hover {
    transform: translateY(31px) scale(1.07) !important;
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.howto__tile:nth-child(4) {
    transform: translateY(56px) rotate(1.5deg);
    z-index: 1;
}
.howto__tile:nth-child(4):hover {
    transform: translateY(55px) scale(1.07) !important;
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.howto__icon {
    font-size: 2.5em;
    margin-bottom: 0.7em;
    filter: drop-shadow(0 2px 8px #f9ca2440);
    transition: filter 0.2s;
}
.howto__tile-text {
    color: rgb(255, 224, 102);
    max-width: 444px;
}
@media (max-width: 900px) {
    .howto__grid {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .howto__tile {
        min-width: 0;
        max-width: 100%;
    }
}

/* Team Block */
.team {
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(249,202,36,0.07) 100%);
    border-radius: 18px;
    padding: 2.7rem 1.7rem;
    margin: 30px 14px;
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18), 0 2px 12px rgba(0,0,0,0.09);
    text-align: center;
    backdrop-filter: blur(7px);
    border: 1.5px solid rgba(249,202,36,0.18);
    transition: box-shadow 0.3s, border 0.3s;
}
.team__title {
    color: #f9ca24;
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px #f9ca2422, 0 1px 2px #23284644;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 800;
    background: linear-gradient(90deg, #f9ca24 60%, #ffe066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 2.2rem;
}
.team__card {
    background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(249,202,36,0.10) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(31,38,135,0.10), 0 2px 8px rgba(0,0,0,0.10);
    padding: 1.7rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 260px;
    border: 1.5px solid rgba(249,202,36,0.13);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    position: relative;
    overflow: hidden;
}
.team__card:hover {
    transform: translateY(-8px) scale(1.045);
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.team__photo {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    object-fit: cover;
    margin-bottom: 0.7rem;
    border: 3px solid #f9ca24;
    box-shadow: 0 2px 16px #f9ca2440;
    transition: box-shadow 0.2s;
}
.team__name {
    color: #ffe066;
    margin: 0.3em 0 0.1em 0;
    font-size: 1.1rem;
}
.team__role {
    color: #b2bec3;
    font-size: 0.98rem;
    margin: 0;
}

/* Partners Block */
.partners {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    margin: 30px 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    text-align: center;
}
.partners__title {
    color: #f9ca24;
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.04em;
    text-shadow: 0 2px 12px #f9ca2422, 0 1px 2px #23284644;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 800;
    background: linear-gradient(90deg, #f9ca24 60%, #ffe066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.partners__logos {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}
.partners__logo {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0.5rem 1rem;
    max-height: 48px;
    object-fit: contain;

/* Our Story Block */
.story__container {
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
    margin-top: 2.2rem;
}
.story__block {
    color: #f9ca24;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}
.story__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.2rem;
    margin-top: 2.2rem;
}
.story__tile {
    background: linear-gradient(120deg, rgba(255,255,255,0.18) 0%, rgba(249,202,36,0.10) 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(31,38,135,0.10), 0 2px 8px rgba(0,0,0,0.10);
    padding: 1.9rem 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 320px;
    border: 1.5px solid rgba(249,202,36,0.13);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    position: relative;
    overflow: hidden;
}
.story__tile:hover {
    transform: translateY(-8px) scale(1.045);
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.story__img {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.13);
    width: 220px;
    height: 140px;
    object-fit: cover;
    background: #232846;
    margin-bottom: 1.1rem;
}
.story__tile-text {
    font-size: 1.13rem;
    color: #fff;
    line-height: 1.7;
}
.story__subtitle {
    color: #ffe066;
    font-size: 1.18rem;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em;
    justify-content: center;
}
.story__icon {
    font-size: 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    .story__img {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0 auto;
    }
}


/* Achievements Block */
.achievements {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 18px;
    padding: 2.7rem 1.7rem;
    margin: 30px 14px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 41%);
    text-align: center;
    backdrop-filter: blur(7px);
    border: 1.5px solid rgba(249,202,36,0.18);
    transition: box-shadow 0.3s, border 0.3s;
}
.achievements__title {
    text-transform: uppercase;
    color: rgb(249, 202, 36);
    text-align: center;
    font-size: 27px;
}
.achievements__desc {
    color: #fff;
    font-size: 1.08rem;
    max-width: 600px;
    width: 100%;
    margin: 0px auto 37px auto;
}
.achievements__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-top: 1.2rem;
}
.achievements__card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.10) 0%, rgb(24 59 118 / 19%) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(31,38,135,0.10), 0 2px 8px rgba(0,0,0,0.10);
    padding: 1.5rem 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 170px;
    border: 1.5px solid rgba(249,202,36,0.13);
    transition: transform 0.22s, box-shadow 0.22s, border 0.22s;
    position: relative;
    overflow: hidden;
}
.achievements__card:hover {
    transform: translateY(-8px) scale(1.045);
    box-shadow: 0 8px 32px #f9ca2440, 0 2px 12px #f9ca2411;
    border: 1.5px solid #f9ca24;
}
.achievements__icon {
    font-size: 2.7em;
    margin-bottom: 0.7em;
    filter: drop-shadow(0 2px 8px #f9ca2440);
    transition: filter 0.2s;
}
.achievements__name {
    font-weight: bold;
    color: #ffe066;
    font-size: 1.13rem;
    margin-bottom: 0.3em;
}
.achievements__text {
    color: rgb(255, 224, 102);
}

@media (max-width: 900px) {
    .achievements__grid {
        grid-template-columns: 1fr;
    }
    .achievements__card {
        max-width: 528px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .howto__grid, .team__grid, .story__grid, .gallery__grid {
        grid-template-columns: 1fr;
    }
    .howto__tile, .team__card, .story__tile, .gallery__card {}
}
@media (max-width: 900px) {
    .subscribe__form, .contact__form {
        flex-direction: column;
        align-items: stretch;
        gap: 19px;
    }
    .subscribe__input, .contact__input, .contact__textarea {
        width: 100%;
        max-width: 100%;
    }
    .contact__btn, .subscribe__btn {
        width: 100%;
    }
}

/* --- COOKIE CONSENT BANNER --- */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg,#ffe066 0%,#6dd3b7 100%);
  color: #222;
  padding: 18px 12px 18px 12px;
  z-index: 9999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
  font-size: 1.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
#cookie-banner span {
  display: inline-block;
  margin-right: 18px;
}
#cookie-banner a {
  color: #0a8c7e;
  text-decoration: underline;
}
#cookie-accept {
  background: linear-gradient(90deg, #f9ca24 60%, #f0932b 100%);
  color: #000;
  border: none;
  padding: 8px 22px;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s;
}
#cookie-accept:hover {
  background: linear-gradient(90deg, #f0932b 60%, #f9ca24 100%);
  color: #fff;
}
@media (max-width: 600px) {
  #cookie-banner {
    flex-direction: column;
    align-items: stretch;
    font-size: 0.98em;
    padding: 14px 4px 14px 4px;
    gap: 10px;
  }
  #cookie-banner span {
    margin-right: 0;
    margin-bottom: 8px;
  }
  #cookie-accept {
    padding: 12px 0;
    font-size: 1em;
  }
}
