* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #1a1a1a;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* ===== ВИДЕО-ФОН ===== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #2E7D32;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(46,125,50,0.85) 0%, rgba(46,125,50,0.7) 100%); */
  background: linear-gradient(140deg, rgba(46,125,50,0.55) 0%, rgba(46,125,50,0.4) 100%);
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

/* ===== ШАПКА / НАВИГАЦИЯ ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px rgba(46,125,50,0.1);
  border-bottom: 3px solid #FFEB3B;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Лого слева */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon svg {
  width: 30px;
  height: 30px;
  fill: #FFEB3B;
}

.logo-text {
  font-size: 22px;
  font-weight: 800;
  color: #2E7D32;
  letter-spacing: -0.5px;
}

.logo-text span {
  color: #FFEB3B;
  background: #2E7D32;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 8px;
}

/* Навигационное меню */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link {
  padding: 10px 20px;
  color: #2E7D32;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 40px;
  transition: all 0.2s;
}

.nav-link:hover {
  background: #E8F5E9;
  color: #2E7D32;
}

.nav-link.active {
  background: #2E7D32;
  color: white;
}

/* Правый блок */
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Виджет погоды - НЕ КЛИКАБЕЛЬНЫЙ */
.weather-widget {
  position: relative;
  background: #E8F5E9;
  padding: 10px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #2E7D32;
  cursor: default;
}

.weather-main {
  display: flex;
  align-items: center;
  gap: 8px;
}

.weather-icon {
  font-size: 20px;
}

.weather-temp {
  font-weight: 700;
  color: #2E7D32;
  font-size: 16px;
}

.weather-desc {
  color: #2E7D32;
  font-size: 14px;
}

/* Тултип при наведении */
.weather-tooltip {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 280px;
  background: #2E7D32;
  border-radius: 20px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  box-shadow: 0 15px 30px rgba(46,125,50,0.2);
  z-index: 100;
  border-bottom: 4px solid #FFEB3B;
}

.weather-widget:hover .weather-tooltip {
  visibility: visible;
  opacity: 1;
}

.weather-tooltip h4 {
  color: #FFEB3B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tooltip-row {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,235,59,0.2);
}

.tooltip-row span:first-child {
  opacity: 0.9;
}

.tooltip-row span:last-child {
  font-weight: 700;
  color: #FFEB3B;
}

.clothing-recommend {
  margin-top: 15px;
  padding: 12px;
  background: rgba(255,235,59,0.15);
  border-radius: 12px;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Личный кабинет */
.profile-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2E7D32;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.2s;
}

.profile-btn:hover {
  background: #1e5f22;
}

.profile-btn svg {
  fill: #FFEB3B;
  width: 18px;
  height: 18px;
}

/* ===== ГЕРО-БЛОК ===== */
.hero-content {
  position: relative;
  z-index: 10;
  color: white;
  padding-top: 120px;
  max-width: 650px;
  margin-left: -40px;
}

.hero-title {
  font-size: 64px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hero-subtitle {
  font-size: 20px;
  color: rgba(255,255,255,0.95);
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #FFEB3B;
  color: #2E7D32;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #2E7D32;
  transition: all 0.2s;
  display: inline-block;
}

.btn-primary:hover {
  background: #2E7D32;
  color: #FFEB3B;
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid white;
  transition: all 0.2s;
  display: inline-block;
}

.btn-secondary:hover {
  background: white;
  color: #2E7D32;
}

/* ===== КАРТОЧКА ЦЕНЫ ===== */
.price-card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  background: white;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 25px 50px -10px rgba(46,125,50,0.3);
  z-index: 50;
  border-top: 6px solid #FFEB3B;
}

.price-badge {
  display: inline-block;
  background: #FFEB3B;
  color: #2E7D32;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.price-title {
  font-size: 24px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 15px;
}

.price-amount {
  font-size: 56px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 10px;
  line-height: 1;
}

.price-amount span {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
}

.price-period {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #E8F5E9;
}

.price-features {
  list-style: none;
  margin-bottom: 25px;
}

.price-features li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.price-btn {
  display: block;
  background: #FFEB3B;
  color: #2E7D32;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.2s;
  border: 2px solid #2E7D32;
}

.price-btn:hover {
  background: #2E7D32;
  color: #FFEB3B;
}

/* ===== СЧЕТЧИК КЛИЕНТОВ ===== */
.stats-section {
  padding: 60px 0;
  background: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item {
  padding: 30px;
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.stat-label span {
  color: #FFEB3B;
  font-weight: 700;
}

/* ===== ГАЛЕРЕЯ ===== */
.gallery-section {
  padding: 80px 0;
  background: #E8F5E9;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 20px;
  text-align: center;
}

.section-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
  font-size: 18px;
}

/* ОБЕРТКА слайдера - управляет отступами */
.slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Контейнер слайдера */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(46,125,50,0.2);
  border: 1px solid rgba(46,125,50,0.1);
  line-height: 0;
  font-size: 0;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  line-height: 0;
}

.slide {
  flex: 0 0 100%;
  position: relative;
  line-height: 0;
}

.slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  line-height: 0;
  vertical-align: bottom;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(46,125,50,0.9) 0%, transparent);
  color: white;
  padding: 30px 20px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}

/* Кнопки навигации */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #2E7D32;
  border: 2px solid #2E7D32;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  font-weight: bold;
  line-height: 1;
}

.slider-btn:hover {
  background: #2E7D32;
  color: #FFEB3B;
  border-color: #FFEB3B;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* Индикаторы */
.dots-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(46,125,50,0.3);
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(46,125,50,0.2);
  display: inline-block;
  padding: 0;
  margin: 0;
}

.dot.active {
  background: #FFEB3B;
  transform: scale(1.2);
  border-color: #2E7D32;
}

/* ===== ИНФО БЛОК ===== */
.info-section {
  padding: 80px 0;
  background: white;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.info-block {
  background: #E8F5E9;
  border-radius: 32px;
  padding: 40px;
}

.info-block h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2E7D32;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rules-list {
  list-style: none;
}

.rules-list li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #444;
  font-size: 15px;
}

.rules-list li span:first-child {
  color: #FFEB3B;
  font-size: 18px;
}

.social-links-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-link-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: white;
  border-radius: 16px;
  text-decoration: none;
  color: #2E7D32;
  font-weight: 600;
  transition: all 0.2s;
}

.social-link-item:hover {
  background: #2E7D32;
  color: white;
}

.social-link-item:hover .social-icon {
  color: #FFEB3B;
}

.social-icon {
  font-size: 24px;
}

.discord-link {
  background: #5865F2;
  color: white;
}

.discord-link:hover {
  background: #4752c4;
}

.docs-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.doc-link {
  color: #2E7D32;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.2s;
  background: white;
}

.doc-link:hover {
  background: #2E7D32;
  color: white;
  padding-left: 20px;
}

.doc-link:hover span:first-child {
  color: #FFEB3B;
}

/* ===== ФУТЕР ===== */
.footer {
  background: #2E7D32;
  padding: 60px 0 30px;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-title {
  color: #FFEB3B;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-text {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.2s;
}

.social-link:hover {
  background: #FFEB3B;
  color: #2E7D32;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}

.footer-links a:hover {
  color: #FFEB3B;
  padding-left: 5px;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255,235,59,0.3);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}

.page-header {
  background: linear-gradient(135deg, #2E7D32 0%, #1e5f22 100%);
  color: white;
  padding: 140px 0 80px;
  margin-bottom: 60px;
}

.page-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  color: white;
}

.page-subtitle {
  font-size: 20px;
  opacity: 0.95;
  width: 700px;
}

/* Историческая справка */
.history-section {
  padding: 60px 0;
}

.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.history-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 30px;
}

.history-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 25px;
}

.history-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #2E7D32;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.history-image {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(46,125,50,0.2);
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Особенности острова */
.features-section {
  padding: 80px 0;
  background: #E8F5E9;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.feature-card {
  background: white;
  padding: 40px 25px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  height: 280px;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-bottom-color: #FFEB3B;
  box-shadow: 0 20px 40px rgba(46,125,50,0.1);
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 25px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2E7D32;
  margin-bottom: 15px;
}

.feature-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* Блок с покупкой билетов */
.ticket-section {
  padding: 80px 0;
  background: white;
}

.ticket-card {
  background: linear-gradient(135deg, #2E7D32 0%, #1e5f22 100%);
  border-radius: 48px;
  padding: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 30px 60px rgba(46,125,50,0.3);
}

.ticket-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.ticket-content p {
  font-size: 18px;
  opacity: 0.95;
  width: 500px;
}

.ticket-price {
  font-size: 56px;
  font-weight: 800;
  color: #FFEB3B;
  margin-top: 20px;
}

.ticket-price span {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.9;
  margin-left: 10px;
}

.ticket-button {
  background: #FFEB3B;
  color: #2E7D32;
  padding: 20px 50px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  transition: all 0.3s;
  border: 2px solid #FFEB3B;
}

.ticket-button:hover {
  background: transparent;
  color: #FFEB3B;
}