* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1f24;
  --muted: #56606b;
  --paper: #f6f3ee;
  --sand: #efe7dc;
  --clay: #d8c7b2;
  --accent: #2a5b8a;
  --accent-2: #824c2b;
  --border: #d7d0c7;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  color: var(--accent-2);
  background: var(--sand);
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  position: relative;
  background: var(--ink);
  color: #fff;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 64px 0;
}

.hero-copy {
  flex: 1 1 360px;
}

.hero-media {
  flex: 1 1 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section {
  padding: 56px 0;
}

.section-alt {
  background: var(--sand);
}

.section-dark {
  background: #20252b;
  color: #f5f5f5;
}

.magazine-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.magazine-col {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-frame {
  background: var(--clay);
  padding: 8px;
  border-radius: 12px;
}

.media-frame img {
  border-radius: 8px;
}

.tagline {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--accent-2);
}

.headline {
  font-size: 36px;
  line-height: 1.2;
  margin: 12px 0 16px;
}

.lead {
  font-size: 18px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.btn {
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.btn-secondary {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn-muted {
  background: var(--accent-2);
  color: #fff;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: var(--accent-2);
}

.insight-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.insight-item {
  flex: 1 1 240px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: 12px;
}

.form-wrap {
  background: #fff;
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 16px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  font-size: 14px;
  background: #fff;
}

.form-field {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 20;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.sticky-cta span {
  font-size: 13px;
  color: var(--muted);
}

.split-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split-highlight .copy {
  flex: 1 1 320px;
}

.split-highlight .media {
  flex: 1 1 320px;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-knowledge {
  background-image: url("https://images.unsplash.com/photo-1507842217343-583bb7270b66?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.footer {
  background: #101317;
  color: #e7e7e7;
  padding: 32px 0 48px;
  margin-top: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-col {
  flex: 1 1 220px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border: 1px solid var(--border);
  padding: 16px 18px;
  border-radius: 12px;
  max-width: 320px;
  z-index: 30;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.page-hero {
  background: var(--sand);
  padding: 48px 0;
}

.page-hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero-copy {
  flex: 1 1 320px;
}

.page-hero-media {
  flex: 1 1 320px;
}

.image-about {
  background-color: #d8d0c4;
}

.image-services {
  background-color: #d2d9e0;
}

.image-contact {
  background-color: #d8c7b2;
}

.image-legal {
  background-color: #d2d1cf;
}

.image-about img,
.image-services img,
.image-contact img,
.image-legal img {
  object-fit: cover;
}

.inline-image {
  border-radius: 12px;
  overflow: hidden;
  background: #d8d0c4;
}

.inline-image img {
  border-radius: 12px;
}

.divider {
  height: 1px;
  background: var(--border);
  margin: 16px 0;
}
