:root {
  --ink: #1f2a2e;
  --muted: #5a6a6f;
  --sand: #f4f1ec;
  --mist: #eef2f3;
  --pine: #2f6d5a;
  --sun: #f2c14e;
  --berry: #8a3b52;
  --paper: #ffffff;
  --edge: #d8dde0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  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: 24px 6vw;
  background: var(--paper);
  border-bottom: 1px solid var(--edge);
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.9rem;
  color: var(--berry);
  font-weight: 600;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero {
  padding: 40px 6vw 20px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content,
.split .media {
  flex: 1;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.content h1,
.content h2,
.content h3 {
  margin: 0;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--muted);
}

.lead {
  font-size: 1.15rem;
}

.section {
  padding: 42px 6vw;
}

.section.alt {
  background: var(--mist);
}

.section.sand {
  background: var(--sand);
}

.media {
  border-radius: 18px;
  overflow: hidden;
  background-color: var(--edge);
  min-height: 280px;
  display: flex;
  align-items: stretch;
}

.media img {
  width: 100%;
  height: 100%;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  border: 1px solid var(--edge);
  border-radius: 16px;
  padding: 18px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card strong {
  font-size: 1.05rem;
}

.price {
  font-weight: 700;
  color: var(--pine);
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.inline-link {
  color: var(--pine);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-cta {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  border: 1px solid var(--edge);
  border-radius: 16px;
  padding: 18px;
  background: var(--paper);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form label {
  font-weight: 600;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--edge);
  font-size: 1rem;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: var(--paper);
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.policy-hero {
  min-height: 240px;
  background-color: var(--edge);
  border-radius: 18px;
  overflow: hidden;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-story {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-policy {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-cookies {
  background-image: url("https://images.pexels.com/photos/13657444/pexels-photo-13657444.jpeg");
  background-size: cover;
  background-position: center;
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-thanks {
  background-image: url("https://images.pexels.com/photos/4383380/pexels-photo-4383380.jpeg");
  background-size: cover;
  background-position: center;
}

.bg-thanks-detail {
  background-image: url("https://images.unsplash.com/photo-1473187983305-f615310e7daa?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services-detail {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800&q=80");
  background-size: cover;
  background-position: center;
}

.bg-about-detail {
  background-image: url("https://images.unsplash.com/photo-1497215842964-222b430dc094?w=800&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact-detail {
  background-image: url("https://images.unsplash.com/photo-1497032628192-86f99bcd76bc?w=800&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact-card {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.bg-service-card {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.bg-service-card-two {
  background-image: url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.bg-service-card-three {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.bg-service-card-four {
  background-image: url("https://images.unsplash.com/photo-1503676382389-4809596d5290?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.bg-service-card-five {
  background-image: url("https://images.unsplash.com/photo-1515168833906-d2a3b82b302a?w=600&q=80");
  background-size: cover;
  background-position: center;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: var(--paper);
  border: 1px solid var(--edge);
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions .button {
  padding: 8px 12px;
}

@media (max-width: 920px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }
  .sticky-cta {
    position: static;
  }
}
