* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2428;
  background-color: #f6f7f4;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  padding: 20px 0 10px;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.82rem;
  color: #4d5a60;
  max-width: 320px;
}

.hero {
  padding: 40px 0 60px;
}

.split {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1;
}

.split-text h1,
.split-text h2 {
  margin-top: 0;
  line-height: 1.2;
}

.split-text p {
  margin: 12px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1f6f5c;
  color: #fff;
  font-weight: 600;
}

.button.secondary {
  background-color: #4b6a7a;
}

.section {
  padding: 48px 0;
}

.section.light {
  background-color: #ffffff;
}

.section.tint {
  background-color: #eef1ea;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px;
  box-shadow: 0 10px 20px rgba(22, 31, 39, 0.08);
}

.card .price {
  font-weight: 700;
  color: #1f6f5c;
}

.img-frame {
  background-color: #dfe5df;
  border-radius: 16px;
  overflow: hidden;
  height: 240px;
}

.img-frame.tall {
  height: 320px;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media,
.bg-panel {
  border-radius: 24px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-media::after,
.bg-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 31, 0.25);
}

.hero-media .media-label,
.bg-panel .media-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
}

.list {
  padding-left: 18px;
}

.form-panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(20, 30, 38, 0.08);
}

.form-panel label {
  display: block;
  font-weight: 600;
  margin: 12px 0 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccd3d3;
  font-family: inherit;
}

.form-panel button {
  margin-top: 16px;
  border: none;
  cursor: pointer;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background-color: #1c242b;
  color: #e8edf0;
}

.footer a {
  color: #e8edf0;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.footer .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
}

.disclaimer {
  font-size: 0.9rem;
  color: #cfd7db;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background-color: #1f6f5c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  z-index: 12;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions .accept {
  background-color: #1f6f5c;
  color: #fff;
}

.cookie-actions .reject {
  background-color: #dde4e6;
}

.bg-hero-index {
  background-color: #c2cbd0;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1400&q=80");
}

.bg-insight {
  background-color: #c7d2d8;
  background-image: url("https://images.unsplash.com/photo-1775709610612-c589e29679ea?w=1400&q=80");
}

.bg-about-hero {
  background-color: #cdd4d8;
  background-image: url("https://images.unsplash.com/photo-1508385082359-f38ae991e8f2?w=1400&q=80");
}

.bg-services-hero {
  background-color: #c7ccd3;
  background-image: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=1400&q=80");
}

.bg-contact-hero {
  background-color: #c9d3d9;
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=80");
}

.bg-privacy-hero {
  background-color: #cdd2d0;
  background-image: url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?w=1400&q=80");
}

.bg-gdpr-hero {
  background-color: #cfd4d4;
  background-image: url("https://images.unsplash.com/photo-1633158829585-23ba8f7c8caf?w=1400&q=80");
}

.bg-cookies-hero {
  background-color: #d1d6d2;
  background-image: url("https://images.unsplash.com/photo-1579621970795-87facc2f976d?w=1400&q=80");
}

.bg-terms-hero {
  background-color: #cbd2d8;
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
}

.bg-thanks-hero {
  background-color: #c7ced2;
  background-image: url("https://images.unsplash.com/photo-1556740772-1a741367b93e?w=1400&q=80");
}

@media (max-width: 880px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    text-align: center;
  }
}
