* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f5f2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #5a5a5a;
  max-width: 320px;
  text-align: right;
}

.split {
  display: flex;
  gap: 32px;
  padding: 60px 0;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.split-media {
  flex: 1;
  min-height: 320px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d7d2cb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1615458317538-72c46d9359d8?w=1400&q=80");
}

.insights-media {
  background-image: url("https://images.unsplash.com/photo-1574517947730-55cb23e608c2?w=1400&q=80");
}

.services-media {
  background-image: url("https://images.unsplash.com/photo-1531651008558-ed1740375b39?w=1400&q=80");
}

.operations-media {
  background-image: url("https://images.unsplash.com/photo-1636226570637-3fbda7ca09dc?w=1400&q=80");
}

.about-hero-media {
  background-image: url("https://images.unsplash.com/photo-1559732277-7453b141e3a1?w=1400&q=80");
}

.values-media {
  background-image: url("https://images.unsplash.com/photo-1627407660893-fe01f60d44c4?w=1400&q=80");
}

.services-hero-media {
  background-image: url("https://images.unsplash.com/photo-1475721027785-f74eccf877e2?w=1400&q=80");
}

.pricing-media {
  background-image: url("https://images.unsplash.com/photo-1585347110520-7a8a5c77af09?w=1400&q=80");
}

.contact-media {
  background-image: url("https://images.unsplash.com/photo-1632582204758-5ac65783517a?w=1400&q=80");
}

.thanks-media {
  background-image: url("https://images.unsplash.com/photo-1535406208535-1429839cfd13?w=1400&q=80");
}

.privacy-media {
  background-image: url("https://images.unsplash.com/photo-1629327896333-7ecec1515ae5?w=1400&q=80");
}

.gdpr-media {
  background-image: url("https://images.unsplash.com/photo-1618609377864-68609b857e90?w=1400&q=80");
}

.cookies-media {
  background-image: url("https://images.unsplash.com/photo-1551710029-607e06bd45ff?w=1400&q=80");
}

.terms-media {
  background-image: url("https://images.unsplash.com/photo-1681683967405-7efef2cd810c?w=1400&q=80");
}

.hero {
  padding-top: 30px;
}

.hero h1 {
  font-size: 42px;
  margin: 0;
}

.eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7a6a58;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-button,
.cta-link,
.sticky-cta,
.form-button {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  background: #1b1b1b;
  color: #fff;
}

.cta-link {
  background: transparent;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}

.cta-inline {
  color: #7a6a58;
  text-decoration: underline;
}

.stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.stat {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  flex: 1;
  min-width: 140px;
}

.cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.card-image {
  height: 160px;
  background-color: #dcd6ce;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.service-price {
  font-weight: 600;
  color: #7a6a58;
}

.form-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-wrap label {
  font-size: 13px;
  color: #4a4a4a;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d6d0c8;
  font-size: 14px;
}

.form-note {
  font-size: 12px;
  color: #6b6b6b;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.section-accent {
  background: #efe9e1;
}

.section-dark {
  background: #1b1b1b;
  color: #f7f5f2;
}

.section-dark .cta-link {
  border-color: #f7f5f2;
  color: #f7f5f2;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #121212;
  color: #dcd6ce;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #dcd6ce;
  padding: 14px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-button {
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
}

.cookie-button.secondary {
  background: transparent;
  color: #1b1b1b;
}

.inline-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  background-color: #dcd6ce;
}

.service-selectors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.selector-button {
  border: 1px solid #1b1b1b;
  background: transparent;
  color: #1b1b1b;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
}

.contact-block {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-section {
  padding: 40px 0;
}

.legal-section h1 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .ad-label {
    text-align: left;
    margin-top: 10px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
