﻿:root {
  --ink: #101418;
  --muted: #4b5563;
  --sand: #f6efe6;
  --sky: #cfe3ff;
  --sun: #f9d57c;
  --accent: #d9513a;
  --accent-dark: #b83f2a;
  --card: #ffffff;
  --edge: rgba(16, 20, 24, 0.15);
  --shadow: 0 18px 55px rgba(17, 24, 39, 0.12);
  --mint: #87c7a0;
  --slate: #94a3b8;
}

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

body {
  font-family: "Space Grotesk", "Outfit", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fdf6ee 0%, #f2f7ff 40%, #fefaf5 100%);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}

.hero {
  position: relative;
  padding: 32px 8vw 90px;
  min-height: 80vh;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(10px);
  z-index: 0;
}

.hero::before {
  background: radial-gradient(circle, rgba(249, 213, 124, 0.9), transparent 60%);
  top: -120px;
  right: -120px;
}

.hero::after {
  background: radial-gradient(circle, rgba(207, 227, 255, 0.9), transparent 60%);
  bottom: -180px;
  left: -180px;
}

.hero-visual {
  position: absolute;
  right: 6vw;
  bottom: 20px;
  width: min(46vw, 520px);
  height: 360px;
  z-index: 0;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.sun-orb {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe6a3 0%, #f9d57c 45%, rgba(249, 213, 124, 0.1) 70%);
  box-shadow: 0 40px 120px rgba(249, 213, 124, 0.6);
}

.cloud {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  filter: blur(0.2px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.cloud-1 {
  width: 140px;
  height: 42px;
  top: 80px;
  left: 40px;
}

.cloud-1::before {
  width: 52px;
  height: 52px;
  top: -24px;
  left: 20px;
}

.cloud-1::after {
  width: 64px;
  height: 64px;
  top: -32px;
  right: 20px;
}

.cloud-2 {
  width: 180px;
  height: 48px;
  top: 140px;
  right: 80px;
}

.cloud-2::before {
  width: 68px;
  height: 68px;
  top: -30px;
  left: 24px;
}

.cloud-2::after {
  width: 84px;
  height: 84px;
  top: -40px;
  right: 26px;
}

.heli {
  position: absolute;
  left: 110px;
  bottom: 120px;
  width: 200px;
  height: 120px;
  animation: drift 8s ease-in-out infinite;
}

.heli .rotor {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 160px;
  height: 6px;
  border-radius: 999px;
  background: rgba(16, 20, 24, 0.2);
  transform-origin: center;
  animation: spin 1.2s linear infinite;
}

.heli .body {
  position: absolute;
  left: 36px;
  top: 30px;
  width: 110px;
  height: 54px;
  border-radius: 40px 40px 22px 22px;
  background: linear-gradient(120deg, #ffffff, #f6efe6);
  border: 1px solid rgba(16, 20, 24, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.heli .tail {
  position: absolute;
  right: 0;
  top: 48px;
  width: 70px;
  height: 10px;
  border-radius: 12px;
  background: rgba(16, 20, 24, 0.2);
}

.coastline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(207, 227, 255, 0.7), rgba(255, 255, 255, 0));
  border-top-left-radius: 120px;
  border-top-right-radius: 40px;
  box-shadow: inset 0 40px 60px rgba(207, 227, 255, 0.45);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.logo {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  letter-spacing: 2px;
  font-size: 32px;
  text-transform: uppercase;
}

.logo span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  gap: 22px;
  font-weight: 500;
}

.nav-links a {
  position: relative;
  padding: 6px 10px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-links a:hover {
  color: var(--accent-dark);
  background: rgba(217, 81, 58, 0.12);
  box-shadow: 0 10px 25px rgba(217, 81, 58, 0.15);
}

.hero-content {
  margin-top: 90px;
  max-width: 640px;
  position: relative;
  z-index: 1;
  animation: rise 0.8s ease both;
}

.eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--muted);
  margin-bottom: 12px;
}

.hero-title {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.hero-line {
  display: block;
  font-family: "Space Grotesk", "Outfit", "Segoe UI", sans-serif;
  font-size: 0.62em;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 10px;
}

.hero-sub {
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 26px;
}

.hero-contact {
  margin-bottom: 24px;
  font-weight: 600;
}

.hero-contact a {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta {
  background: var(--accent);
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(217, 81, 58, 0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.cta:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
}

.cta.small {
  padding: 10px 20px;
  font-size: 14px;
}

.ghost {
  background: transparent;
  border: 1px solid var(--edge);
  padding: 12px 22px;
  border-radius: 999px;
  color: var(--ink);
}

.ghost.small {
  padding: 8px 16px;
  font-size: 13px;
}

.hero-badges {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}

.hero-badges div {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
}

.badge-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--muted);
}

.badge-value {
  font-weight: 600;
}

.section {
  padding: 90px 8vw;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(249, 213, 124, 0.12), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(217, 81, 58, 0.1), transparent 40%),
    radial-gradient(circle at 30% 80%, rgba(207, 227, 255, 0.16), transparent 50%);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.section > * {
  position: relative;
  z-index: 1;
}

.section-title {
  max-width: 620px;
  margin-bottom: 40px;
}

.section-title h2 {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.section-title p {
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.gallery {
  padding-top: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.gallery-card {
  background: var(--card);
  border: 1px solid var(--edge);
  border-radius: 22px;
  padding: 12px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.gallery-card figcaption {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

.card {
  background: var(--card);
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--edge);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: rise 0.8s ease both;
}

.card.highlight {
  border: 2px solid var(--accent);
  transform: translateY(-10px);
}

.duration {
  font-weight: 600;
  color: var(--accent);
}

.tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--muted);
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.planning {
  background: linear-gradient(180deg, rgba(207, 227, 255, 0.42), rgba(255, 255, 255, 0.9));
}

.planning-shell {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.planning-details {
  position: sticky;
  top: 24px;
  background: var(--card);
  padding: 20px;
  border-radius: 26px;
  border: 1px solid var(--edge);
  box-shadow: var(--shadow);
  min-height: 240px;
}

.details-title {
  font-size: 19px;
  margin: 10px 0 6px;
}

.details-date {
  font-weight: 600;
  color: var(--accent);
}

.details-summary {
  margin: 12px 0;
  color: var(--muted);
}

.details-list {
  list-style: disc;
  padding-left: 18px;
  color: var(--ink);
  display: grid;
  gap: 8px;
}

.planning-main {
  display: grid;
  gap: 16px;
}

.planning-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter {
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid var(--edge);
  background: #fff;
  font-weight: 600;
  font-size: 12px;
}

.filter.active {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}

.filter.toggle {
  background: #f8fafc;
}

.planning-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 38px;
}

.planning-grid::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(135, 199, 160, 0.8), rgba(148, 163, 184, 0.6));
}

.planning-card {
  background: var(--card);
  border-radius: 22px;
  border: 1px solid var(--edge);
  padding: 14px 16px;
  display: grid;
  gap: 8px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 0.2s ease, border 0.2s ease;
  position: relative;
}

.planning-card::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--slate);
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}

.planning-card.status-done::before {
  background: var(--mint);
}

.planning-card.status-active::before {
  background: var(--sun);
}
}

.planning-card:hover {
  transform: translateY(-3px);
}

.planning-card.active {
  border-color: var(--accent);
}

.planning-title {
  font-size: 16px;
  font-weight: 700;
}

.planning-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}

.status-pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.status-done {
  background: rgba(135, 199, 160, 0.2);
  color: #2e6b45;
}

.status-active {
  background: rgba(249, 213, 124, 0.28);
  color: #8b5b12;
}

.status-next {
  background: rgba(148, 163, 184, 0.22);
  color: #4b5563;
}

.planning-progress {
  display: grid;
  gap: 10px;
}

.progress-track {
  height: 10px;
  background: rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #f7b267);
  width: 0%;
  transition: width 0.4s ease;
}

.progress-label {
  font-size: 13px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.subscribe-popup {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: var(--card);
  border: 1px solid var(--edge);
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow);
  width: min(360px, 90vw);
  display: grid;
  gap: 12px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 30;
}

.subscribe-popup.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.popup-close {
  justify-self: end;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 14px;
  background: var(--card);
  border: 1px solid var(--edge);
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.contact-form label {
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.contact-form input {
  border: 1px solid var(--edge);
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
}

.form-hint {
  font-size: 12px;
  color: var(--muted);
}

.form-status {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-dark);
  min-height: 18px;
}

.footer {
  padding: 40px 8vw 60px;
  text-align: center;
  color: var(--muted);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes drift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-content {
    margin-top: 50px;
  }

  .hero-visual {
    position: relative;
    width: 100%;
    height: 260px;
    margin-top: 30px;
    right: auto;
    bottom: auto;
  }

  .planning-shell {
    grid-template-columns: 1fr;
  }

  .planning-details {
    position: static;
  }
}

@media (max-width: 600px) {
  .hero-actions {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
