* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1e1f22;
  background: #f7f4f0;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  padding: 24px 6vw 8px;
  background: #f7f4f0;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ad-label {
  font-size: 0.9rem;
  color: #4a4f57;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: #1e1f22;
}

.split {
  display: flex;
  gap: 36px;
  padding: 48px 6vw;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.split .media {
  flex: 1 1 50%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  background-color: #d9d3c8;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.culture-media {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=800&q=80");
}

.scenic-media {
  background-image: url("https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=800&q=80");
}

.plan-media {
  background-image: url("https://images.unsplash.com/photo-1500534623283-312aade485b7?w=800&q=80");
}

.request-media {
  background-image: url("https://images.unsplash.com/photo-1493558103817-58b2924bce98?w=800&q=80");
}

.steps-media {
  background-image: url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=800&q=80");
}

.split .media .caption {
  background: rgba(30, 31, 34, 0.7);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.hero {
  padding-top: 16px;
}

.hero .content h1 {
  font-size: 2.9rem;
  margin: 0;
}

.hero .content p {
  font-size: 1.1rem;
}

.tagline {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4a4f57;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  background: #1e1f22;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button.light {
  background: #f7f4f0;
  color: #1e1f22;
  border: 1px solid #1e1f22;
}

.inline-link {
  text-decoration: underline;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(30, 31, 34, 0.08);
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  background-color: #d9d3c8;
}

.media-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  background-color: #d9d3c8;
}

.price {
  font-weight: 700;
  color: #1e1f22;
}

.note {
  font-size: 0.9rem;
  color: #4a4f57;
}

.form-shell {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(30, 31, 34, 0.12);
}

.form-shell form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 0.9rem;
  color: #4a4f57;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c8c2b8;
  font-size: 0.95rem;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.testimonial {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(30, 31, 34, 0.08);
}

.footer {
  padding: 40px 6vw 60px;
  background: #1e1f22;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.footer small {
  color: #c7c9cd;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #f28b30;
  color: #1e1f22;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(30, 31, 34, 0.2);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(30, 31, 34, 0.18);
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .hero .content h1 {
    font-size: 2.3rem;
  }

  .sticky-cta {
    right: 12px;
    bottom: 90px;
  }
}
