* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1e22;
  background: #f7f5f2;
}

img {
  display: block;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  background: #fff;
  border-bottom: 1px solid #e4e0d8;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
  color: #1d1e22;
  padding: 6px 0;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #1d1e22;
  color: #fff;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}

.hero-text {
  flex: 1 1 320px;
  background: #fff;
  padding: 28px;
  border: 1px solid #e4e0d8;
}

.hero-media {
  flex: 1 1 360px;
  min-height: 320px;
  background-color: #d0d5db;
  border: 1px solid #e4e0d8;
  display: flex;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  margin-top: 48px;
}

.section-title {
  font-size: 28px;
  margin: 0 0 16px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.magazine-wide {
  flex: 2 1 360px;
  background: #fff;
  padding: 24px;
  border: 1px solid #e4e0d8;
}

.magazine-narrow {
  flex: 1 1 240px;
  background: #f0ebe2;
  padding: 20px;
  border: 1px solid #e4e0d8;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border: 1px solid #e4e0d8;
  display: flex;
  flex-direction: column;
}

.card-media {
  background-color: #d8d5cf;
  height: 160px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.inline-media {
  background-color: #d8d5cf;
  border: 1px solid #e4e0d8;
  padding: 10px;
}

.inline-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #1d1e22;
  color: #fff;
  text-decoration: none;
  border: none;
}

.btn-light {
  background: #fff;
  color: #1d1e22;
  border: 1px solid #1d1e22;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  background: #efe4d0;
  font-size: 12px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e0d8;
}

.service-item strong {
  font-weight: 600;
}

.form-panel {
  background: #fff;
  border: 1px solid #e4e0d8;
  padding: 24px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #c9c5bd;
  font-size: 14px;
  font-family: inherit;
}

.footer {
  background: #1d1e22;
  color: #f7f5f2;
  padding: 32px 20px 70px;
}

.footer a {
  color: #f7f5f2;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  margin-top: 12px;
}

.disclaimer {
  font-size: 13px;
  margin-top: 18px;
  color: #d8d2c7;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efe4d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  z-index: 10;
}

.sticky-cta button {
  background: transparent;
  border: 1px solid #1d1e22;
  padding: 8px 12px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 90px;
  background: #fff;
  border: 1px solid #c9c5bd;
  padding: 16px;
  display: none;
  z-index: 9;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.page-hero {
  min-height: 220px;
  background-color: #d0d5db;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: #fff;
  margin-top: 24px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1478720568477-152d9b164e26?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-privacy {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.muted {
  color: #575b63;
}

.mt-18 {
  margin-top: 18px;
}
