*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1c1a;
  background-color: #f6f2ee;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b4f5c;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #1b4f5c;
  outline-offset: 2px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 7%;
  background-color: #f1e8df;
  border-bottom: 1px solid #d7cfc6;
  gap: 20px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  color: #5e544b;
  max-width: 220px;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 80px 7% 60px;
  background-color: #101010;
  color: #f7f2ed;
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero {
  display: flex;
  flex-direction: column;
  padding: 70px 7% 50px;
  color: #f7f2ed;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(18, 17, 16, 0.68);
}

.page-hero .hero-content {
  position: relative;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.thanks-hero {
  background-image: url("https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=1400&q=80");
}

.privacy-hero {
  background-image: url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1400&q=80");
}

.gdpr-hero {
  background-image: url("https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1400&q=80");
}

.cookies-hero {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
}

.terms-hero {
  background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1400&q=80");
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 16, 16, 0.7);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 720px;
}

.hero h1 {
  font-size: 40px;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 20px;
  border: none;
  background-color: #1b4f5c;
  color: #f7f2ed;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
}

.btn.secondary {
  background-color: #d7cfc6;
  color: #1d1c1a;
}

.btn:hover,
.btn:focus {
  background-color: #163b45;
}

.btn.secondary:hover,
.btn.secondary:focus {
  background-color: #c4bbb1;
}

.section {
  padding: 60px 7%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.light {
  background-color: #fdfaf6;
}

.section.dark {
  background-color: #2d2a26;
  color: #f7f2ed;
}

.magazine-split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.magazine-split .col {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.magazine-split .col.wide {
  flex: 2 1 360px;
}

.image-frame {
  background-color: #d7cfc6;
  padding: 12px;
  border-radius: 8px;
}

.image-frame img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.inline-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inline-list strong {
  display: block;
  font-size: 16px;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #f9f3ec;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3 {
  margin: 0;
  font-size: 18px;
}

.service-card p {
  margin: 0;
}

.price-tag {
  font-weight: 700;
  font-size: 16px;
  color: #1b4f5c;
}

.testimonial-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.testimonial {
  flex: 1 1 260px;
  padding: 16px;
  background-color: #efe7de;
  border-left: 4px solid #1b4f5c;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f9f3ec;
  padding: 24px;
  border-radius: 10px;
}

.form-shell label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  padding: 10px;
  border: 1px solid #bfb6ad;
  border-radius: 4px;
  font-size: 14px;
}

.form-shell textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 12px;
  color: #5e544b;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
}

.sticky-cta button {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.footer {
  margin-top: auto;
  padding: 40px 7%;
  background-color: #1b1a19;
  color: #f7f2ed;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: #f7f2ed;
}

.legal-block {
  font-size: 13px;
  color: #cbc1b7;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #f9f3ec;
  color: #1d1c1a;
  border: 1px solid #c4bbb1;
  padding: 18px;
  border-radius: 8px;
  max-width: 320px;
  z-index: 50;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hero-inline-link {
  color: #f7f2ed;
  text-decoration: underline;
}

.page-title {
  font-size: 34px;
  margin: 0;
}

.side-note {
  font-size: 13px;
  color: #5e544b;
}

.list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.list-grid .item {
  flex: 1 1 180px;
  background-color: #efe7de;
  padding: 14px;
  border-radius: 8px;
}

.subtle-bg {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f2ed;
  position: relative;
}

.subtle-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(25, 24, 22, 0.7);
}

.subtle-bg .section-content {
  position: relative;
}

.two-up {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.two-up .panel {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.divider {
  height: 1px;
  background-color: #c4bbb1;
}

.note-box {
  background-color: #d7cfc6;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.list-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-links a {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .top-bar {
    flex-direction: column;
  }

  .sticky-cta {
    right: 10px;
    bottom: 10px;
  }

  .hero h1 {
    font-size: 32px;
  }
}
