* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #15171a;
  --muted: #4b5563;
  --paper: #f5f3f0;
  --accent: #2a6f6a;
  --accent-dark: #1d4f4b;
  --warm: #f2e4d8;
  --cool: #e4eef0;
  --line: #d7d1c7;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6vw;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.nav a:focus,
.nav a:hover {
  border-bottom-color: var(--accent);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 70px 6vw 60px;
  color: #fff;
  background-color: #1d2326;
  background-size: cover;
  background-position: center;
}

.hero-main {
  background-image: linear-gradient(
      rgba(20, 25, 28, 0.55),
      rgba(20, 25, 28, 0.55)
    ),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
}

.hero-about {
  background-image: linear-gradient(
      rgba(20, 25, 28, 0.5),
      rgba(20, 25, 28, 0.6)
    ),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
}

.hero-services {
  background-image: linear-gradient(
      rgba(18, 22, 25, 0.55),
      rgba(18, 22, 25, 0.65)
    ),
    url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
}

.hero-terms {
  background-image: linear-gradient(
      rgba(18, 22, 25, 0.6),
      rgba(18, 22, 25, 0.7)
    ),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.hero h1 {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 1.2;
  max-width: 720px;
}

.hero p {
  max-width: 620px;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.button.outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent);
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.alt {
  background: var(--paper);
}

.section.bg-insight {
  background-color: var(--paper);
  background-image: linear-gradient(
      rgba(245, 243, 240, 0.92),
      rgba(245, 243, 240, 0.92)
    ),
    url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-policy {
  background-color: #f4f4f1;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-gdpr {
  background-color: #f4f4f1;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-cookies {
  background-color: #f4f4f1;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.95)
    ),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-contact {
  background-color: var(--paper);
  background-image: linear-gradient(
      rgba(244, 243, 240, 0.94),
      rgba(244, 243, 240, 0.94)
    ),
    url("https://images.unsplash.com/photo-1525182008055-f88b95ff7980?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-thanks {
  background-color: #f7f7f2;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.96)
    ),
    url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.split {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.panel.accent {
  background: var(--cool);
}

.panel.warm {
  background: var(--warm);
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  background-color: #dfe7ea;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.service-select {
  margin-top: auto;
}

.form-area {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.form-area form {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 1rem;
}

.note {
  color: var(--muted);
  font-size: 0.95rem;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  padding: 22px;
  border-radius: 18px;
  background: var(--accent);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.inline-link {
  color: var(--accent-dark);
  text-decoration: underline;
}

.image-frame {
  background-color: #e1e6ea;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  padding: 40px 6vw 60px;
  background: #111416;
  color: #f3f4f6;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #d6e5e3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.references {
  font-size: 0.9rem;
  color: #cdd7d5;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  max-width: 340px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.thanks {
  padding: 90px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list span {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cool);
  width: fit-content;
}

@media (max-width: 820px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero {
    padding: 60px 6vw;
  }

  .sticky-cta {
    position: static;
    width: 100%;
  }
}
