* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f6f8fb;
  color: #173042;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
}

.container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.section-gap {
  padding: 72px 0 22px;
}

/* HEADER */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 30;
  padding: 18px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

.brand-text h2 {
  margin: 0;
  color: white;
  font-size: 20px;
}

.brand-text p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 112px 0 88px;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(7, 18, 30, 0.76), rgba(7, 18, 30, 0.76));
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.28;
  pointer-events: none;
}

.hero-glow-1 {
  width: 260px;
  height: 260px;
  background: #de3126;
  top: 70px;
  right: 12%;
}

.hero-glow-2 {
  width: 220px;
  height: 220px;
  background: #1e8449;
  bottom: 60px;
  left: 8%;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 800;
  font-size: 13px;
  color: white;
  backdrop-filter: blur(8px);
}

.hero-left h1 {
  font-size: 60px;
  line-height: 1.08;
  margin: 18px 0 0;
  color: white;
}

.hero-left h1 span:first-of-type {
  color: #ffd6d2;
}

.hero-left h1 span:last-of-type {
  color: #cdeed8;
}

.hero-subtitle {
  font-size: 24px;
  line-height: 1.7;
  margin-top: 20px;
  font-weight: 500;
  color: white;
}

.hero-description {
  font-size: 20px;
  line-height: 1.75;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 780px;
}

.region-buttons,
.budget-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.region-buttons {
  margin-top: 24px;
}

.budget-buttons {
  margin-top: 12px;
}

.chip-btn {
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: white;
  font-weight: 700;
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
}

.chip-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}

.budget-text {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}

.price-btn {
  padding: 10px 18px;
  border-radius: 999px;
  color: white;
  font-weight: 800;
  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.price-btn:hover {
  transform: translateY(-2px);
}

.red {
  background: #de3126;
}

.blue {
  background: #1c3f55;
}

.green {
  background: #1e8449;
}

.hero-highlights {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.96);
}

.hero-right {
  position: relative;
  min-height: 540px;
}

.floating-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  animation: floaty 5s ease-in-out infinite;
}

.floating-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-1 {
  width: 190px;
  height: 230px;
  top: 18px;
  left: 18px;
  transform: rotate(-8deg);
}

.photo-2 {
  width: 230px;
  height: 280px;
  top: 108px;
  right: 26px;
  transform: rotate(7deg);
  animation-delay: 0.4s;
}

.photo-3 {
  width: 200px;
  height: 230px;
  bottom: 14px;
  left: 96px;
  transform: rotate(-4deg);
  animation-delay: 0.9s;
}

.photo-4 {
  width: 170px;
  height: 205px;
  top: 34px;
  right: 150px;
  transform: rotate(-2deg);
  animation-delay: 0.6s;
}

.photo-5 {
  width: 165px;
  height: 195px;
  bottom: 42px;
  right: 8px;
  transform: rotate(9deg);
  animation-delay: 1.2s;
}

@keyframes floaty {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

/* GENERAL */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading.left {
  text-align: left;
}

.section-heading.split {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-size: 40px;
  line-height: 1.15;
}

.section-heading p {
  color: #647d91;
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 12px auto 0;
}

.section-heading.split p,
.section-heading.left p {
  margin-left: 0;
}

.section-tag {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  color: #de3126;
  letter-spacing: 1.2px;
}

.section-tag.light {
  color: rgba(255, 255, 255, 0.86);
}

.light-text {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* GROUP BENEFITS */
.group-box {
  background: linear-gradient(135deg, #fff4f2 0%, #f8fbff 100%);
  border-radius: 28px;
  border: 1px solid #edf2f6;
  box-shadow: 0 18px 50px rgba(20, 44, 62, 0.08);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.group-left {
  max-width: 760px;
}

.group-left h2 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.2;
}

.group-left p:last-child {
  color: #5e778b;
  line-height: 1.9;
  margin-top: 12px;
  font-size: 18px;
}

.group-right {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.mini-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 30px rgba(22, 44, 62, 0.06);
  font-weight: 800;
}

/* BUDGET */
.budget-highlight {
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #142f41 0%, #1c3f55 52%, #de3126 100%);
  color: white;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(22, 44, 62, 0.12);
}

.budget-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.budget-card.dark-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.budget-card h3 {
  margin: 0;
  font-size: 30px;
  color: white;
}

.budget-card h4 {
  margin: 8px 0 0;
  font-size: 20px;
  color: white;
}

.budget-card p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin-top: 10px;
}

.budget-region-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.budget-region-btn {
  text-align: left;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.budget-region-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

/* REGION */
.region-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.region-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(20, 44, 62, 0.08);
  border: 1px solid #edf2f6;
  transition: 0.25s ease;
}

.region-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(20, 44, 62, 0.12);
}

.region-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.region-content {
  padding: 24px;
}

.region-content h3 {
  margin: 0;
  font-size: 28px;
}

.region-content p {
  color: #647d91;
  line-height: 1.8;
  margin-top: 10px;
}

.region-line {
  color: #7d92a4 !important;
}

.region-days {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.day-btn {
  padding: 10px 14px;
  border-radius: 999px;
  border: none;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

.day-btn:hover {
  transform: translateY(-2px);
}

.red-soft {
  background: #fff4f2;
  color: #de3126;
}

.blue-soft {
  background: #eef5fa;
  color: #1c3f55;
}

.green-soft {
  background: #edf8f1;
  color: #1e8449;
}

/* WHY CHOOSE US */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.info-card {
  background: white;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(20, 44, 62, 0.08);
  border: 1px solid #edf2f6;
  padding: 24px;
  transition: 0.25s ease;
}

.info-card:hover {
  transform: translateY(-4px);
}

.info-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.info-card p {
  color: #647d91;
  line-height: 1.8;
  margin-top: 10px;
}

/* ADVANTAGE */
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.advantage-card {
  background: white;
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(20, 44, 62, 0.08);
  border: 1px solid #edf2f6;
  padding: 22px;
  text-align: center;
  transition: 0.25s ease;
}

.advantage-card:hover {
  transform: translateY(-4px);
}

.advantage-icon {
  font-size: 22px;
}

.advantage-card h3 {
  margin: 8px 0 0;
  font-size: 18px;
}

.advantage-card p {
  color: #647d91;
  line-height: 1.7;
  margin-top: 8px;
  font-size: 15px;
}

/* FOOTER */
.site-footer {
  padding: 40px 0;
}

.footer-line {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #de3126, #1c3f55, #1e8449, #de3126);
  box-shadow: 0 8px 24px rgba(28, 63, 85, 0.14);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #6b8396;
}

.footer-inner h3 {
  margin: 0;
  color: #173042;
}

.footer-inner p {
  margin: 4px 0 0;
}

/* POPUP */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(19, 35, 49, 0.74);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  backdrop-filter: blur(4px);
}

.popup-overlay.active {
  display: flex;
}

.popup-card {
  position: relative;
  width: min(980px, 100%);
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  animation: popupIn 0.2s ease;
}

@keyframes popupIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: #f2f6fa;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.popup-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.popup-content {
  padding: 28px;
}

.popup-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.popup-label {
  margin: 0;
  color: #647d91;
  font-weight: 700;
}

.popup-content h3 {
  margin: 6px 0 0;
  font-size: 32px;
}

.popup-price {
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5fa;
  color: #1c3f55;
  font-weight: 900;
  height: fit-content;
}

.popup-info {
  margin-top: 18px;
  color: #526b7f;
  line-height: 1.9;
}

.popup-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.action-btn {
  padding: 14px 18px;
  border-radius: 16px;
  color: white;
  font-weight: 800;
  transition: 0.25s ease;
}

.action-btn:hover {
  transform: translateY(-2px);
}

.red-btn {
  background: #de3126;
}

.blue-btn {
  background: #1c3f55;
}

.green-btn {
  background: #1e8449;
}

/* TABLET */
@media (max-width: 1100px) {
  .hero-grid,
  .budget-grid,
  .region-grid,
  .why-grid,
  .advantage-grid,
  .popup-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-right {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .photo-5 {
    display: none;
  }

  .hero-right {
    min-height: 360px;
  }
}

/* MOBILE */
@media (max-width: 700px) {
  .hero {
    min-height: auto;
    padding: 96px 0 54px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-left h1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.55;
    margin-top: 14px;
  }

  .hero-description,
  .budget-text,
  .hero-highlights {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-highlights {
    margin-top: 20px;
  }

  .region-buttons,
  .budget-buttons {
    gap: 8px;
  }

  .chip-btn,
  .price-btn {
    padding: 9px 14px;
    font-size: 13px;
  }

  .section-gap {
    padding: 52px 0 16px;
  }

  .section-heading h2,
  .group-left h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-heading p,
  .group-left p:last-child {
    font-size: 16px;
    line-height: 1.75;
  }

  .why-grid,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .budget-highlight,
  .group-box {
    padding: 20px;
  }

  .budget-card.dark-card,
  .info-card,
  .advantage-card,
  .region-content,
  .popup-content {
    padding: 20px;
  }

  .popup-content h3 {
    font-size: 24px;
  }

  .popup-actions {
    gap: 10px;
  }

  .action-btn {
    width: 100%;
    text-align: center;
  }

  .hero-right {
    min-height: 250px;
  }

  .photo-1 {
    width: 115px;
    height: 145px;
    top: 8px;
    left: 6px;
  }

  .photo-2 {
    width: 150px;
    height: 185px;
    top: 48px;
    right: 8px;
  }

  .photo-3 {
    width: 120px;
    height: 145px;
    bottom: 0;
    left: 42px;
  }

  .photo-4,
  .photo-5 {
    display: none;
  }
}
