* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1b4d6b;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #c6bfb2;
}

header {
  background: #f1ede7;
  border-bottom: 1px solid #d9d2c7;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6vw;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.95rem;
}

.ad-label {
  background: #1b4d6b;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 0.75rem;
  border-radius: 16px;
}

.main {
  padding: 0 6vw 80px;
}

.hero {
  display: flex;
  gap: 24px;
  padding: 64px 0 40px;
  align-items: stretch;
}

.hero-text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-media {
  flex: 1;
  min-height: 360px;
  border-radius: 24px;
  background-color: #c9c1b6;
  overflow: hidden;
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 22px;
  border: 1px solid #1b4d6b;
  color: #1b4d6b;
  background: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.button.primary {
  background: #1b4d6b;
  color: #ffffff;
}

.magazine {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.magazine-section {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.magazine-section.reverse {
  flex-direction: row-reverse;
}

.column {
  flex: 1;
}

.sidebar {
  flex: 0.8;
  background: #fffdf9;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #e1d8cb;
}

.inline-image {
  margin: 18px 0;
  border-radius: 18px;
  overflow: hidden;
  background-color: #c6bfb2;
}

.highlight {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #e1d8cb;
}

.split-note {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #f0e7db;
  border-radius: 24px;
  padding: 24px;
}

.split-note img {
  border-radius: 18px;
  width: 40%;
  min-width: 220px;
  background-color: #c6bfb2;
}

.services-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border: 1px solid #e1d8cb;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card img {
  height: 170px;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #1b4d6b;
}

.form-section {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e1d8cb;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c9c1b6;
  font-size: 1rem;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.sticky-cta button {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

footer {
  padding: 40px 6vw 60px;
  background: #f1ede7;
  border-top: 1px solid #d9d2c7;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid #d9d2c7;
  display: none;
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-hero {
  display: flex;
  gap: 24px;
  padding: 40px 0;
  align-items: center;
}

.page-hero .hero-media {
  min-height: 260px;
}

body.page-about .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1485988412941-77a35537dae4?w=1400&q=80");
}

body.page-services .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1523275335684-37898b6baf30?w=1400&q=80");
}

body.page-contact .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?w=1400&q=80");
}

body.page-privacy .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

body.page-gdpr .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1471879832106-c7ab9e0cee23?w=1400&q=80");
}

body.page-cookies .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
}

body.page-terms .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1517336714731-489689fd1ca8?w=1400&q=80");
}

body.page-thanks .page-hero .hero-media::before {
  background-image: url("https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=1400&q=80");
}

.bg-insight {
  background: #f3ebe0;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid #e1d8cb;
}

.bg-insight::after {
  content: "";
  display: block;
  height: 220px;
  margin-top: 18px;
  border-radius: 18px;
  background-color: #c6bfb2;
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=800&q=80");
  background-size: cover;
  background-position: center;
}

.testimonial {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 3px solid #1b4d6b;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-highlight {
  background: #fffdf9;
  padding: 18px;
  border-radius: 18px;
  border: 1px dashed #c9c1b6;
}

@media (max-width: 900px) {
  .hero,
  .magazine-section,
  .split-note,
  .page-hero {
    flex-direction: column;
  }

  .split-note img {
    width: 100%;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
  }

  .sticky-cta button {
    width: 100%;
  }
}
