*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1f1c;
  background: #f6f2ed;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  font-size: 0.9rem;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #b89073;
  border-radius: 999px;
  font-size: 0.75rem;
  background: #fff2e7;
}

.hero {
  display: flex;
  gap: 40px;
  align-items: stretch;
  padding: 32px 0 64px;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.hero-media {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7ded4;
  border-radius: 22px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1e1f1c;
  background: #1e1f1c;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1e1f1c;
}

.btn.light {
  background: #f7e6d7;
  border-color: #f7e6d7;
  color: #3b2415;
}

.split-section {
  display: flex;
  gap: 40px;
  padding: 60px 0;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section .text {
  flex: 1;
}

.split-section .media {
  flex: 1;
  background: #dcd2c7;
  border-radius: 18px;
  overflow: hidden;
}

.media img {
  width: 100%;
  height: 100%;
}

.highlight {
  background: #fff7f0;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-media {
  background: #e0d7cd;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #8b3a17;
}

.form-panel {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 60px 0;
}

.form-panel .form-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel form {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e1d7cc;
}

label {
  font-size: 0.85rem;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9bfb4;
  font-size: 1rem;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #5f5248;
}

.bg-journey {
  background: linear-gradient(120deg, rgba(245, 235, 224, 0.95), rgba(230, 219, 207, 0.95)),
    url("https://images.unsplash.com/photo-1477884213360-7e9d7dcc1e2f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-quiet {
  background: #f1e7dc url("https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  flex: 1 1 180px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 16px;
  padding: 18px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 24px;
  background: #1e1f1c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 50;
}

.sticky-cta a {
  color: #fff;
}

.footer {
  margin-top: auto;
  background: #1f1b17;
  color: #f3eee8;
  padding: 32px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 0.9rem;
}

.footer small {
  display: block;
  margin-top: 16px;
  color: #d8cfc7;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  gap: 12px;
  z-index: 60;
}

.cookie-banner.active {
  display: flex;
  flex-direction: column;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.notice {
  background: #fff2e7;
  border-left: 4px solid #b89073;
  padding: 16px;
  border-radius: 12px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}

.page-hero {
  padding: 50px 0;
}

.page-hero .hero-title {
  max-width: 720px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 40px 0 70px;
}

.contact-box {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 900px) {
  .hero,
  .split-section,
  .form-panel {
    flex-direction: column;
  }

  .sticky-cta {
    left: 16px;
    right: auto;
  }
}
