* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1f23;
  background: #f7f6f3;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  background: #101213;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.nav {
  background: #ffffff;
  border-bottom: 1px solid #e4e1db;
  padding: 1.2rem 5vw;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
}

.nav-cta {
  background: #1b1f23;
  color: #ffffff;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: none;
}

.section {
  padding: 4.5rem 5vw;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  background: #f7f6f3;
}

.section--alt {
  background: #ffffff;
}

.section--dark {
  background: #131516;
  color: #f2f2f2;
}

.section--contrast {
  background: #e9edf1;
}

.section-title {
  font-size: 2.2rem;
  line-height: 1.2;
  max-width: 800px;
}

.section-lead {
  max-width: 760px;
  font-size: 1.05rem;
}

.hero {
  gap: 2rem;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-media {
  border-radius: 24px;
  overflow: hidden;
  background-color: #c9d2dc;
}

.hero-media img {
  height: 420px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.cta-button {
  background: #1b1f23;
  color: #ffffff;
  border: none;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
}

.cta-outline {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
}

.inline-link {
  text-decoration: underline;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split-media {
  background-color: #d4dbe3;
  border-radius: 18px;
  overflow: hidden;
}

.split-media img {
  height: 360px;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 240px;
  min-width: 230px;
  box-shadow: 0 16px 40px rgba(11, 14, 16, 0.08);
}

.card-media {
  border-radius: 14px;
  overflow: hidden;
  background-color: #cfd6de;
}

.card-media img {
  height: 180px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.7rem;
  background: #e6eaef;
  border-radius: 999px;
  font-size: 0.85rem;
  width: fit-content;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.metric {
  background: #ffffff;
  padding: 1.2rem 1.6rem;
  border-radius: 12px;
  flex: 1 1 180px;
  min-width: 160px;
}

.metric strong {
  font-size: 1.4rem;
  display: block;
}

.sticky-cta {
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  background: #1b1f23;
  color: #ffffff;
  padding: 1.2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 560px;
  box-shadow: 0 22px 55px rgba(11, 14, 16, 0.12);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #cfd6de;
  font-size: 1rem;
}

.footer {
  margin-top: auto;
  background: #101213;
  color: #d9d9d9;
  padding: 3rem 5vw;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cookie-banner {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  background: #ffffff;
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cookie-button {
  padding: 0.6rem 1.1rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #1b1f23;
  color: #ffffff;
}

.cookie-reject {
  background: #e6eaef;
}

.notice {
  background: #f0f3f6;
  border-radius: 12px;
  padding: 1.2rem;
  max-width: 760px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 820px;
}

.simple-media {
  background-color: #d2d8e0;
  border-radius: 16px;
  overflow: hidden;
  max-width: 820px;
}

.simple-media img {
  height: 320px;
}

@media (min-width: 900px) {
  .hero-wrap {
    flex-direction: row;
    align-items: center;
  }

  .split-row {
    flex-direction: row;
    align-items: center;
  }

  .split-row.reverse {
    flex-direction: row-reverse;
  }
}
