* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background-color: #f5f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: #1f2a2e;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0f5f7a;
}

button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}

button:hover,
button:focus {
  filter: brightness(0.95);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 7vw;
  gap: 24px;
  background-color: #f5f4f0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #4a5960;
  max-width: 220px;
}

.nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  font-size: 0.95rem;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav a:hover,
.nav a:focus {
  border-bottom-color: #0f5f7a;
}

.hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 7vw 70px;
  background-color: #d6d1c8;
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 31, 35, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  background-color: rgba(245, 244, 240, 0.92);
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.hero h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
}

.hero p {
  margin-bottom: 18px;
}

.cta-primary {
  background-color: #0f5f7a;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-secondary {
  border: 1px solid #1f2a2e;
  background-color: transparent;
  padding: 10px 18px;
  border-radius: 999px;
}

.section {
  padding: 70px 7vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.backdrop {
  background-color: #c9d3d9;
  background-image: url("https://images.unsplash.com/photo-1507537297725-24a1c029d3ca?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section h2 {
  font-size: 2rem;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #d7d0c7;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  display: flex;
  gap: 22px;
  background-color: #ffffff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  align-items: center;
  flex-wrap: wrap;
}

.card-image {
  background-color: #c7d3d8;
  width: 180px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 auto;
}

.price {
  font-weight: 700;
  color: #0f5f7a;
}

.offset-block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

.offset-panel {
  background-color: #fef9f2;
  padding: 24px;
  border-radius: 14px;
  flex: 1 1 320px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.offset-panel.highlight {
  margin-top: -30px;
  background-color: #0f5f7a;
  color: #ffffff;
}

.quote {
  background-color: #1f2a2e;
  color: #ffffff;
  padding: 28px;
  border-radius: 20px;
}

.form-wrap {
  background-color: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap select,
.form-wrap input {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cdd5d9;
}

.form-note {
  font-size: 0.9rem;
  color: #4a5960;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.footer {
  margin-top: auto;
  padding: 50px 7vw;
  background-color: #1f2a2e;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d7dde0;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #f2c94c;
  color: #1f2a2e;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
}

.cookie-accept {
  background-color: #0f5f7a;
  color: #ffffff;
}

.cookie-reject {
  background-color: #d7d0c7;
  color: #1f2a2e;
}

.hidden {
  display: none;
}

.legal-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.legal-hero .image-frame {
  height: 220px;
  flex: 0 0 260px;
}

.notice {
  padding: 18px;
  background-color: #fef9f2;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .hero {
    padding: 70px 7vw 60px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .offset-panel.highlight {
    margin-top: 0;
  }
}
