* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e2228;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

header {
  padding: 24px 6vw;
  background: #f0ede8;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5a616b;
  background: #e6e1d8;
  padding: 6px 10px;
  border-radius: 999px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 6vw 64px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 10px 30px rgba(25, 25, 25, 0.08);
}

.split.reverse {
  flex-direction: row-reverse;
}

.split__content,
.split__media {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.split__content h1,
.split__content h2,
.split__content h3 {
  line-height: 1.2;
}

.split__content h1 {
  font-size: 38px;
}

.split__content h2 {
  font-size: 28px;
}

.split__content h3 {
  font-size: 20px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #6c717c;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  padding: 12px 20px;
  border-radius: 999px;
  background: #1e2228;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button.secondary {
  background: #d8ccc0;
  color: #1e2228;
}

.button.ghost {
  background: transparent;
  border: 1px solid #1e2228;
  color: #1e2228;
}

.img-frame {
  background: #dcd4c7;
  border-radius: 20px;
  overflow: hidden;
  min-height: 240px;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 18px;
  background: #f6f2ec;
  border: 1px solid #ece3d8;
}

.service-card .price {
  font-weight: 700;
  color: #1e2228;
}

.service-card .select-service {
  align-self: flex-start;
}

.inline-link {
  font-weight: 600;
  text-decoration: underline;
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-box label {
  font-size: 14px;
  color: #4a505a;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d6d0c7;
  font-size: 15px;
  background: #ffffff;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: #f6f2ec;
  border-radius: 14px;
}

.radio-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.note {
  font-size: 13px;
  color: #5c636d;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

footer {
  padding: 32px 6vw 48px;
  background: #1e2228;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-note {
  font-size: 13px;
  color: #c9cdd3;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.bg-archive {
  background-image: url("https://images.unsplash.com/photo-1508780709619-79562169bc64?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1507207611509-ec012433ff52?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-thanks {
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
