* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2a2e;
  background-color: #f7f5f1;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6%;
  background-color: #f2efe9;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  background-color: #1f2a2e;
  color: #f7f5f1;
  padding: 6px 10px;
  border-radius: 14px;
  font-size: 0.8rem;
}

.section {
  padding: 70px 6%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.hero {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.subtle {
  color: #4a565c;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  padding: 12px 20px;
  border-radius: 26px;
  border: 1px solid #1f2a2e;
  background-color: #1f2a2e;
  color: #f7f5f1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.light {
  background-color: transparent;
  color: #1f2a2e;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card img {
  border-radius: 14px;
}

.price-tag {
  font-weight: 700;
  color: #1f2a2e;
}

.bg-layer {
  background-color: #e6e1d9;
  border-radius: 26px;
  padding: 32px;
}

.bg-hero-index,
.bg-index-focus,
.bg-about-hero,
.bg-services-hero,
.bg-services-focus,
.bg-contact-hero,
.bg-thanks-hero,
.bg-privacy-hero,
.bg-gdpr-hero,
.bg-cookies-hero,
.bg-terms-hero {
  min-height: 320px;
}

.bg-hero-index {
  background-color: #d9d3ca;
}

.bg-index-focus {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d9d3ca;
  border-radius: 26px;
  padding: 34px;
}

.bg-about-hero {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d1cbc2;
  border-radius: 26px;
  padding: 34px;
}

.bg-services-hero {
  background-image: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d8d2c8;
  border-radius: 26px;
  padding: 34px;
}

.bg-services-focus {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d3ccc2;
  border-radius: 26px;
  padding: 34px;
}

.bg-contact-hero {
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d7d0c7;
  border-radius: 26px;
  padding: 34px;
}

.bg-thanks-hero {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d4cdc4;
  border-radius: 26px;
  padding: 34px;
}

.bg-privacy-hero {
  background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d5cec5;
  border-radius: 26px;
  padding: 34px;
}

.bg-gdpr-hero {
  background-image: url("https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d4cec5;
  border-radius: 26px;
  padding: 34px;
}

.bg-cookies-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d6d0c6;
  border-radius: 26px;
  padding: 34px;
}

.bg-terms-hero {
  background-image: url("https://images.unsplash.com/photo-1545239351-1141bd82e8a6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d2ccc3;
  border-radius: 26px;
  padding: 34px;
}

.form-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.form-card label {
  font-weight: 600;
  margin-bottom: 6px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c9c2b8;
  font-size: 0.95rem;
  background-color: #fdfbf8;
}

.form-card button {
  padding: 12px 18px;
  border-radius: 22px;
  border: none;
  background-color: #1f2a2e;
  color: #f7f5f1;
  font-size: 1rem;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer {
  background-color: #1f2a2e;
  color: #f7f5f1;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background-color: #1f2a2e;
  color: #f7f5f1;
  padding: 10px 16px;
  border-radius: 22px;
  font-size: 0.95rem;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  z-index: 30;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.inline-link {
  text-decoration: underline;
}

.meta-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 18px;
}
