* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1c232b;
  background: #f6f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 6%;
  background: #fff;
  border-bottom: 1px solid #e1ddd2;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.main-nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-link {
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  border-color: #6a7a44;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5f65;
  max-width: 240px;
  text-align: right;
}

.section {
  padding: 70px 6%;
}

.section.alt {
  background: #fff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-visual {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 28, 0.55);
}

.hero .split {
  position: relative;
  z-index: 1;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-journey,
.bg-hub {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.bg-journey::before,
.bg-hub::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 22, 0.55);
}

.bg-journey .split,
.bg-hub .split {
  position: relative;
  z-index: 1;
}

.bg-journey {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
}

.bg-hub {
  background-image: url("https://images.unsplash.com/photo-1482192596544-9eb780fc7f66?w=1400&q=80");
}

.headline {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 18px;
}

.lead {
  font-size: 1.1rem;
  margin-bottom: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #6a7a44;
  color: #fff;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #1c232b;
}

.btn.light {
  background: #fff;
  color: #1c232b;
}

.btn:hover {
  transform: translateY(-1px);
}

.tagline {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.image-wrap {
  background: #d8d2c4;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.image-wrap.tall {
  min-height: 360px;
}

.image-wrap.medium {
  min-height: 280px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.card-body h3 {
  font-size: 1.2rem;
}

.inline-link {
  color: #6a7a44;
  font-weight: 600;
  border-bottom: 1px solid #6a7a44;
}

.pricing-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 14px;
}

.price {
  font-weight: 700;
  color: #1c232b;
}

.form-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d5d0c5;
  font-size: 1rem;
}

.notice {
  background: #f1eee6;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.footer {
  margin-top: auto;
  padding: 32px 6%;
  background: #1c232b;
  color: #e9e4db;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.disclaimer {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #c8c2b7;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 10;
}

.sticky-cta .btn {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  max-width: 360px;
  z-index: 12;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.legal-content {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.muted {
  color: #6a6e73;
}
