* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  overflow-x: hidden;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6vw;
  background: #f7f4ef;
  border-bottom: 1px solid #e1d8cc;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #c9b59b;
  border-radius: 999px;
  background: #fff6ea;
  font-size: 0.85rem;
}

.hero {
  display: flex;
  gap: 36px;
  padding: 60px 6vw 40px;
  align-items: stretch;
}

.hero-text {
  flex: 1;
  padding: 24px 0 24px 16px;
  border-left: 4px solid #d5b992;
}

.hero-text h1 {
  font-size: 2.8rem;
  margin-bottom: 16px;
  line-height: 1.2;
}

.hero-text p {
  margin-bottom: 18px;
  max-width: 480px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn-light {
  background: #fff;
  color: #1f1f1f;
  border: 1px solid #c9b59b;
}

.hero-visual {
  flex: 1.1;
  background-color: #d7c9b2;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  min-height: 360px;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.hero-visual .tag {
  position: absolute;
  bottom: -18px;
  left: 24px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 18px;
  border: 1px solid #e1d8cc;
  font-size: 0.9rem;
}

.section {
  padding: 56px 6vw;
}

.section.alt {
  background: #fffaf2;
}

.section.scenic-back {
  background-color: #efe5d7;
  background-image: url("https://images.unsplash.com/photo-1473625247510-8ceb1760943f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #1f1f1f;
}

.section.scenic-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 244, 239, 0.86);
}

.section.scenic-back > * {
  position: relative;
  z-index: 1;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1;
}

.split .img-frame {
  flex: 1;
  background: #d7c9b2;
  border-radius: 28px;
  overflow: hidden;
  min-height: 260px;
}

.offset-card {
  margin-top: -40px;
  background: #1f1f1f;
  color: #fff;
  padding: 26px;
  border-radius: 22px;
  max-width: 520px;
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  width: 300px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-card .img-frame {
  height: 190px;
  background: #cfc3af;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card .price {
  font-weight: 700;
}

.service-card.offset {
  margin-top: 26px;
}

.journey-flow {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.flow-step {
  flex: 1;
  min-width: 190px;
  background: #fff;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #e7dbca;
}

.testimonial {
  font-style: italic;
  border-left: 3px solid #d5b992;
  padding-left: 16px;
  margin: 18px 0;
}

.booking {
  display: flex;
  gap: 26px;
  align-items: flex-start;
}

.booking .form-card {
  flex: 1.2;
  background: #fff;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid #e7dbca;
}

.booking form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.booking label {
  font-weight: 600;
  font-size: 0.95rem;
}

.booking input,
.booking select,
.booking textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d8c7b0;
  font-size: 0.95rem;
  background: #fffdf9;
}

.sticky-cta {
  flex: 0.8;
  position: sticky;
  top: 28px;
  background: #1f1f1f;
  color: #fff;
  padding: 22px;
  border-radius: 20px;
}

.sticky-cta p {
  margin: 12px 0 16px;
}

.footer {
  background: #141414;
  color: #f2ede6;
  padding: 40px 6vw;
}

.footer .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.footer .legal {
  font-size: 0.9rem;
  color: #d2c7b8;
}

.footer a {
  color: #f2ede6;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e1d8cc;
  padding: 18px;
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.legal-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 40px 6vw;
}

.legal-hero .img-frame {
  width: 240px;
  height: 180px;
  background: #d7c9b2;
  border-radius: 20px;
  overflow: hidden;
}

.legal-content {
  padding: 0 6vw 40px;
  max-width: 860px;
}

.contact-grid {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e7dbca;
}

.page-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 46px 6vw;
}

.page-hero .img-frame {
  width: 320px;
  height: 220px;
  background: #d7c9b2;
  border-radius: 28px;
  overflow: hidden;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid #e7dbca;
}

.service-row .img-frame {
  width: 260px;
  height: 180px;
  background: #d7c9b2;
  border-radius: 18px;
  overflow: hidden;
}

.note {
  font-size: 0.9rem;
  color: #504739;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .booking,
  .page-hero,
  .legal-hero {
    flex-direction: column;
  }

  .hero-visual {
    width: 100%;
  }

  .service-card,
  .service-row .img-frame {
    width: 100%;
  }
}
