* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f4ef;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #e6ded2;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 120px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5f5f5f;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px 0 60px;
}

.hero-copy {
  flex: 1 1 320px;
  padding: 32px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-top: 40px;
}

.hero-media {
  flex: 1 1 420px;
  position: relative;
  padding: 16px;
  background: #d8e1ec;
  border-radius: 28px;
}

.hero-media img {
  border-radius: 22px;
  height: 100%;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn-secondary {
  background: transparent;
  color: #1b1b1b;
}

.offset-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 60px 0;
  align-items: center;
}

.offset-section.reverse {
  flex-direction: row-reverse;
}

.offset-card {
  flex: 1 1 320px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  margin-top: -20px;
}

.offset-image {
  flex: 1 1 380px;
  padding: 12px;
  background: #efe1d3;
  border-radius: 22px;
}

.offset-image.alt {
  background: #dfe8dd;
}

.section-title {
  font-size: 28px;
  margin-bottom: 16px;
}

.section-sub {
  font-size: 16px;
  color: #444;
  margin-bottom: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0ece6;
  font-size: 12px;
  margin-bottom: 12px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-card img {
  border-radius: 12px;
}

.price {
  font-weight: 700;
  color: #0f4c5c;
}

.split-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #1b1b1b;
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  align-items: center;
  margin: 70px 0;
}

.bg-journey {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  padding: 48px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bg-journey::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.45);
}

.bg-journey .bg-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.split-band a.btn {
  border-color: #fff;
}

.form-section {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
  margin: 60px 0;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  flex: 1 1 220px;
}

input,
select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c7c7c7;
  font-size: 14px;
}

.form-actions {
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.sticky-cta a {
  font-size: 13px;
  padding: 10px 14px;
}

.footer {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid #d5d0c8;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: #4a4a4a;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.legal-block {
  max-width: 460px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.simple-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
  margin: 40px 0;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.image-frame {
  background: #e6ded2;
  border-radius: 18px;
  padding: 12px;
  margin: 24px 0;
}

.page-title {
  font-size: 34px;
  margin: 30px 0 16px;
}

.wide-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-col > div {
  flex: 1 1 300px;
}

@media (max-width: 860px) {
  .hero-copy {
    margin-top: 0;
  }

  .offset-card {
    margin-top: 0;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }
}
