* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1b1b1b;
  background-color: #f6f4f1;
  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;
}

.header {
  padding: 24px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-bottom: 1px solid #e2ddd6;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav a {
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-bottom: 1px solid #1b1b1b;
}

.ad-label {
  font-size: 12px;
  background-color: #ffe7b3;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e2c77d;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
  background-color: #fefcf9;
}

.hero .hero-text,
.hero .hero-media {
  flex: 1 1 50%;
  min-width: 280px;
}

.hero-text {
  padding: 60px 8%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-title {
  font-size: 40px;
  line-height: 1.1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background-color: transparent;
  color: #1b1b1b;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1509395176047-4a66953fd231?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section {
  padding: 70px 6%;
}

.section.split {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: stretch;
}

.section.split.reverse {
  flex-direction: row-reverse;
}

.section-title {
  font-size: 30px;
  margin-bottom: 16px;
}

.section-text {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-media {
  flex: 1 1 45%;
  min-height: 320px;
  background-color: #dce5dd;
  overflow: hidden;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border: 1px solid #e6e0d8;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-media {
  height: 180px;
  background-color: #e0e7f0;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1c4b3c;
}

.highlight {
  background-color: #f1efe9;
  border-radius: 22px;
  padding: 32px;
}

.inline-link {
  text-decoration: underline;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 32px;
  border: 1px solid #e2ddd6;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9c2bb;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background-color: #ffffff;
  border-left: 4px solid #1c4b3c;
  padding: 20px;
  border-radius: 12px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.sticky-cta a {
  color: #ffffff;
  font-weight: 600;
}

.footer {
  background-color: #ffffff;
  padding: 36px 6%;
  margin-top: auto;
  border-top: 1px solid #e2ddd6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.legal {
  font-size: 13px;
  color: #4f4f4f;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
  border-radius: 16px;
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.banner-button {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
}

.banner-button.secondary {
  background-color: transparent;
  color: #1b1b1b;
}

.split-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.column {
  flex: 1 1 260px;
}

.wide-background {
  background-image: url("https://images.unsplash.com/photo-1760329708963-6f4cf2d61f54?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw0MXx8SmFrJTIwcmVhbG5pZSUyMG9ibmklQzUlQkN5JUM0JTg3JTIwenUlQzUlQkN5Y2llJTIwcHIlQzQlODVkdSUyMGJleiUyMGRyYXN0eWN6bnljaCUyMHptaWFuJTIwdyUyMGRvbXV8cGx8MHwwfHx8MTc4MTc3MDMzN3ww&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.wide-background .highlight {
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.panel-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 32px;
  border-radius: 18px;
}

.media-box {
  height: 320px;
  background-color: #d7e1e8;
  overflow: hidden;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.notice {
  font-size: 14px;
  color: #3d3d3d;
}

@media (max-width: 860px) {
  .hero-text {
    padding: 40px 6%;
  }

  .sticky-cta {
    position: static;
    margin: 20px 6% 0;
    border-radius: 16px;
  }
}
