/* --- Gallery Modal --- */
.gallery__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}
.gallery__modal-content {
  position: relative;
  z-index: 2;
  background: none;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 #0008;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__modal-content img {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 12px;
  background: #fff;
}
.gallery__modal-close {
  position: absolute;
  top: 8px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 3;
}

/* --- Reviews --- */
.reviews {
  margin: 48px 0 32px 0;
}
.reviews__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.review {
  background: #fffde4;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 #ffb30022;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 260px;
  max-width: 340px;
}
.review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.review__content {
  flex: 1;
}
.review__header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.review__name {
  font-weight: 700;
  color: #009688;
}
.review__rating {
  color: #ffb300;
  font-size: 1.1em;
}
.review__date {
  color: #bdbdbd;
  font-size: 0.98em;
}
.review__text {
  font-size: 1.08em;
}

/* --- FAQ --- */
.faq {
  margin: 48px 0 32px 0;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq__item {
  background: #e0f7fa44;
  border-radius: 14px;
  box-shadow: 0 2px 8px 0 #b2ebf244;
  overflow: hidden;
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: #009688;
  padding: 18px 24px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.faq__question:hover {
  background: #b2ebf2;
}
.faq__answer {
  display: none;
  padding: 0 24px 18px 24px;
  color: #333;
  font-size: 1.05rem;
}
.faq__item.open .faq__answer {
  display: block;
}

/* --- Discord Banner --- */
.discord-banner {
  margin: 48px 0 32px 0;
  background: linear-gradient(90deg, #5865f2 0%, #009688 100%);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 #5865f244;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discord-banner__content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.discord-banner__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px 0 #fffde4;
}
.discord-banner__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.discord-banner__status {
  color: #fffde4;
  font-size: 1.05rem;
  margin: 4px 0 8px 0;
}
.discord-banner__join {
  background: #fff;
  color: #5865f2;
  padding: 8px 22px;
  border-radius: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.discord-banner__join:hover {
  background: #ffb300;
  color: #fff;
}

/* --- Video Preview --- */
.video-preview {
  margin: 48px 0 32px 0;
  text-align: center;
}
.video-preview__container {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.video-preview iframe {
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 #00968822;
}

/* --- Stats --- */
.stats {
  margin: 48px 0 32px 0;
  text-align: center;
}
.stats__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 18px;
}
.stat {
  background: #fffde4;
  border-radius: 18px;
  box-shadow: 0 2px 8px 0 #ffb30022;
  padding: 24px 32px;
  min-width: 120px;
}
.stat__number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff7043;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.stat__label {
  color: #009688;
  font-size: 1.08rem;
}

/* --- Quickstart --- */
.quickstart {
  margin: 48px 0 32px 0;
  text-align: center;
}
.quickstart__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 340px;
  margin: 0 auto;
  margin-top: 18px;
}
.quickstart__form input {
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #b2ebf2;
  font-size: 1.08rem;
  outline: none;
  transition: border 0.2s;
}
.quickstart__form input:focus {
  border: 1.5px solid #009688;
}
.quickstart__form button {
  margin-top: 8px;
}
/* --- Modern Gallery Slider --- */
/* === ПРОСТОЙ ГАЛЕРЕЯ СЛАЙДЕР === */
.simple-gallery {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}

.gallery-container {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.gallery-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slide.active {
  opacity: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.video-slide {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.video-overlay:hover {
  background: rgba(0,0,0,0.2);
}

.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #009688;
  text-shadow: none;
}

/* Стрелки навигации */
.gallery-prev, .gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  font-size: 24px;
  color: #009688;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  z-index: 10;
}

.gallery-prev:hover, .gallery-next:hover {
  background: rgba(255,255,255,1);
}

.gallery-prev {
  left: 15px;
}

.gallery-next {
  right: 15px;
}

/* Точки индикации */
.gallery-dots {
  text-align: center;
  margin-top: 15px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bdc3c7;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active, .dot:hover {
  background-color: #009688;
}

/* Модальное окно */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.gallery-modal-content {
  position: relative;
  margin: 5% auto;
  max-width: 90%;
  max-height: 80%;
}

.gallery-modal-content img,
.gallery-modal-content iframe {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 10px;
}

.gallery-modal-content iframe {
  aspect-ratio: 16/9;
  height: 50vh;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  opacity: 0.7;
}
.gallery__slide:not(:first-child) {
  margin-left: 0;
}
@media (max-width: 600px) {
  .gallery__slide {
    min-width: 90vw;
    width: 90vw;
    height: 38vw;
    min-height: 120px;
    max-width: 98vw;
  }
}
.gallery__arrow {
  background: rgba(255,255,255,0.85);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.6rem;
  color: #009688;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 #00968822;
  margin: 0 12px;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
}
.gallery__arrow:hover {
  background: #ffb300;
  color: #fff;
}
.gallery__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.gallery__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b2ebf2;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.gallery__dot.active {
  background: #ff7043;
  transform: scale(1.2);
}
/* Test slides for debugging */
.gallery__slide--test {
  min-width: 420px !important;
  width: 420px !important;
  height: 240px !important;
  flex-shrink: 0 !important;
  border-radius: 18px;
  border: 3px solid #fff !important;
}

@media (max-width: 600px) {
  .gallery__viewport, .gallery__slide {
    width: 90vw;
    min-width: 90vw;
    height: 38vw;
    min-height: 120px;
    max-width: 98vw;
  }
  
  .gallery__slide--test {
    width: 90vw !important;
    min-width: 90vw !important;
    height: 38vw !important;
    min-height: 120px !important;
  }
}

/* --- Video Slide Styles --- */
.gallery__slide--video {
  position: relative;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 420px !important;
  width: 420px !important;
  height: 240px !important;
}

.gallery__slide--video iframe {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: block;
}

.gallery__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
  border-radius: 18px;
}

.gallery__slide-overlay:hover {
  opacity: 0.7;
}

.gallery__play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #009688;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}

.gallery__play-btn:hover {
  transform: scale(1.1);
}

/* Modal Video Styles */
.gallery__modal-content iframe {
  width: 80vw;
  height: 45vw;
  max-width: 1200px;
  max-height: 675px;
  border-radius: 12px;
  background: #000;
}

@media (max-width: 600px) {
  .gallery__slide--video {
    height: 38vw;
    min-height: 120px;
  }
  
  .gallery__play-btn {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .gallery__modal-content iframe {
    width: 90vw;
    height: 50.6vw;
  }
}
/* --- Gallery Slider --- */
.gallery__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin: 0 auto;
    max-width: 520px;
    min-height: 260px;
}
.gallery__slides {
    width: 420px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 #00968822;
    background: #fffde4;
}
.gallery__slide {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 1;
    pointer-events: none;
}
.gallery__slide.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    transform: scale(1.04);
}
.gallery__arrow {
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    color: #009688;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 #00968822;
    margin: 0 12px;
    transition: background 0.2s, color 0.2s;
    z-index: 10;
}
.gallery__arrow:hover {
    background: #ffb300;
    color: #fff;
}
@media (max-width: 600px) {
    .gallery__slides {
        width: 90vw;
        height: 38vw;
        min-height: 120px;
        max-width: 98vw;
    }
}
/* --- For Newbies Block --- */
.for-newbies {
    background: rgba(255,255,255,0.85);
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 #00968811;
    padding: 36px 28px 28px 28px;
    margin-bottom: 40px;
    margin-top: 24px;
}
.for-newbies h2 {
    color: #009688;
    font-size: 2rem;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 800;
}
.for-newbies__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 36px;
}
.for-newbies__step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #e0f7fa44;
    border-radius: 16px;
    padding: 18px 18px 14px 18px;
    box-shadow: 0 2px 8px 0 #b2ebf244;
    font-size: 1.08rem;
}
.for-newbies__icon {
    font-size: 2.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
.for-newbies__discord {
    color: #5865f2;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s;
}
.for-newbies__discord:hover {
    color: #009688;
}
@media (max-width: 900px) {
    .for-newbies__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
/* --- HERO 2025 Particles --- */
.hero2025-particle {
    position: absolute;
    top: -24px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
    animation: heroFloatDown linear forwards;
}
@keyframes heroFloatDown {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(340px) scale(0.7); opacity: 0; }
}
/* --- HERO 2025 --- */
.hero2025 {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f7fa 0%, #fffde4 100%);
    overflow: hidden;
    z-index: 1;
}
.hero2025__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #009688cc 0%, #ffb300cc 100%);
    opacity: 0.18;
    z-index: 1;
}
.hero2025__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    padding: 48px 0 32px 0;
}
.hero2025__main {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.hero2025__logo {
    width: 92px;
    height: 92px;
    border-radius: 24px;
    background: #fffde4;
    box-shadow: 0 4px 32px 0 #ffb30033;
    margin-bottom: 8px;
}
.hero2025__title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #009688;
    margin: 0 0 8px 0;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 12px #fffde4cc;
}
.hero2025__subtitle {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.5;
}
.hero2025__cta {
    display: flex;
    gap: 18px;
}
.btn--big {
    font-size: 1.18rem;
    padding: 16px 36px;
    border-radius: 32px;
}
.btn--glass {
    background: rgba(255,255,255,0.35);
    color: #009688;
    border: 1.5px solid #00968844;
    backdrop-filter: blur(6px);
    font-weight: 700;
    box-shadow: 0 2px 12px 0 #00968822;
    transition: background 0.2s, color 0.2s;
}
.btn--glass:hover {
    background: #009688;
    color: #fffde4;
}
.hero2025__visual {
    position: relative;
    width: 640px;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.hero2025__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 8px 32px 0 #00968833;
    filter: brightness(0.93) saturate(1.1);
}

.hero2025__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    opacity: 0.3;
    z-index: 1;
}

.hero2025__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
}
@media (max-width: 900px) {
    .hero2025__content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .hero2025__visual {
        width: 90vw;
        height: 180px;
    }
    .hero2025__img {
        border-radius: 18px;
    }
}
/* --- Features (Преимущества) --- */
.features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 32px 0 40px 0;
    flex-wrap: wrap;
}
.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fffde4;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(255,183,77,0.10);
    padding: 18px 24px 12px 24px;
    min-width: 140px;
    transition: transform 0.18s, box-shadow 0.18s;
}
.feature img {
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 8px #ffe08288);
}
.feature div {
    font-weight: 600;
    color: #ff7043;
    font-size: 1.08rem;
    text-align: center;
}
.feature:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 24px 0 rgba(255,183,77,0.18);
}
@media (max-width: 700px) {
    .features {
        gap: 16px;
    }
    .feature {
        min-width: 110px;
        padding: 12px 8px 8px 8px;
    }
}
/* --- Particles (sand/leaves) --- */
.particle {
    position: fixed;
    top: -32px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffe082 60%, #ffb300 100%);
    pointer-events: none;
    z-index: 9999;
    opacity: 0.5;
    animation: floatDown linear forwards;
}
@keyframes floatDown {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(110vh) scale(0.7); opacity: 0; }
}
.quicklink:hover {
    background: #009688;
    color: #fffde4;
}

/* Footer */
.footer {
    background: #009688;
    color: #fff;
    padding: 32px 0 16px 0;
    border-radius: 32px 32px 0 0;
    margin-top: 48px;
}
.footer__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer__socials a {
    margin-right: 16px;
    display: inline-block;
    transition: transform 0.2s;
}
.footer__socials a:hover {
    transform: scale(1.15) rotate(-8deg);
}
.footer__links a {
    color: #fffde4;
    margin-right: 18px;
    text-decoration: underline;
    font-size: 1rem;
}
.footer__copy {
    width: 100%;
    text-align: center;
    margin-top: 18px;
    font-size: 0.95rem;
    color: #fffde4;
}

/* Responsive */
@media (max-width: 900px) {
    .container {
        padding: 0 8px;
    }
    .slider__caption h1 {
        font-size: 1.5rem;
    }
    .slider__item img {
        height: 220px;
    }
    .slider__wrapper {
        height: 220px;
    }
}
@media (max-width: 700px) {
    .header__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .nav ul {
        flex-direction: column;
        gap: 12px;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100vw;
        padding: 24px 0;
        box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
        display: none;
    }
    .nav ul.open {
        display: flex;
    }
    .burger {
        display: block;
    }
}
@media (max-width: 600px) {
    .footer__container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .quicklinks {
        flex-direction: column;
        gap: 16px;
    }
}
.burger span:after {
    content: '';
    top: 10px;
    left: 0;
}

/* Slider */
.slider {
    position: relative;
    background: #009688;
    min-height: 340px;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
    margin-bottom: 32px;
}
.slider__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
}
.slider__item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.7s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider__item.active {
    opacity: 1;
    position: relative;
}
.slider__item img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 0 0 32px 32px;
    filter: brightness(0.85) saturate(1.2);
}
.slider__caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.slider__caption h1 {
    font-size: 2.5rem;
    margin: 0 0 12px 0;
    letter-spacing: 2px;
}
.slider__caption p {
    font-size: 1.2rem;
    margin: 0;
}
.slider__controls {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
}
.slider__prev, .slider__next {
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    color: #009688;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    transition: background 0.2s, color 0.2s;
}
.slider__prev:hover, .slider__next:hover {
    background: #ffb300;
    color: #fff;
}

/* About, Howto, News, Quicklinks */
.about, .howto, .news, .quicklinks {
    margin: 48px 0;
}
.about h2, .howto h2, .news h2 {
    color: #009688;
    margin-bottom: 16px;
}
.howto__steps {
    padding-left: 20px;
    margin-bottom: 20px;
}
.news__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
}
.news__item {
    background: #fffde4;
    border-radius: 16px;
    padding: 20px 28px;
    box-shadow: 0 2px 8px 0 rgba(255,183,77,0.10);
    position: relative;
}

.news__item--featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 25px 0 rgba(102, 126, 234, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.news__item--featured h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.news__item--featured p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.news__item--featured .news__date {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.news__item--featured::before {
    content: "🔥 ГОРЯЧАЯ НОВОСТЬ";
    position: absolute;
    top: -8px;
    left: 20px;
    background: #ff6b6b;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn--small {
    padding: 8px 16px;
    font-size: 0.9rem;
    margin-top: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn--small:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}
.news__item h3 {
    margin: 0 0 8px 0;
    color: #ff7043;
}
.news__date {
    font-size: 0.95rem;
    color: #bdbdbd;
}
.quicklinks {
    display: flex;
    justify-content: center;
    gap: 32px;
}
.quicklink {
    background: linear-gradient(90deg, #ffb300 0%, #ff7043 100%);
    color: #fff;
    padding: 14px 32px;
    border-radius: 32px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}
.quicklink:hover {
    background: #009688;
    color: #fffde4;
}
/* === Levis RP Summer Event Theme === */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #e0f7fa 0%, #fffde4 100%);
    color: #222;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.logo img {
    height: 48px;
}
.nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav a {
    color: #009688;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.nav a:hover {
    color: #ffb300;
}
.header__auth {
    display: flex;
    gap: 12px;
}
.btn {
    padding: 8px 20px;
    border: none;
    border-radius: 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    background: #fff;
    color: #009688;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
}
.btn--login {
    background: #fff;
    color: #009688;
}
.btn--register, .btn--primary {
    background: linear-gradient(90deg, #ffb300 0%, #ff7043 100%);
    color: #fff;
}
.btn--secondary {
    background: #fffde4;
    color: #ff7043;
    border: 1px solid #ff7043;
}
.btn:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.10);
    opacity: 0.92;
}
.burger {
    display: none;
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
}
.burger span,
.burger span:before,
.burger span:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #009688;
    border-radius: 2px;
    transition: 0.3s;
}
.burger span {
    top: 16px;
    left: 4px;
}
.burger span:before {
    content: '';
    top: -10px;
    left: 0;
}
.burger span:after {
    content: '';
    top: 10px;
    left: 0;
}
