/* Base */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f22;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 18px 0;
}

.nav-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.85rem;
  color: #5d5d5d;
  max-width: 320px;
  text-align: center;
}

.nav-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 0.95rem;
}

.main {
  flex: 1;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 40px 0;
}

.section-muted {
  background: #efece6;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > * {
  flex: 1 1 320px;
}

.kicker {
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 1.3px;
  color: #6f6a61;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0 18px;
}

h1 {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
}

h3 {
  font-size: 1.2rem;
}

.lead {
  font-size: 1.1rem;
  color: #3a3d40;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1c1f22;
  color: #f7f6f3;
  font-weight: 600;
  border: 1px solid #1c1f22;
}

.btn-outline {
  background: transparent;
  color: #1c1f22;
}

.btn-light {
  background: #f7f6f3;
  color: #1c1f22;
  border: 1px solid #f7f6f3;
}

.inline-link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.media {
  background: #d8d6d0;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.pill-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-row {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pill {
  background: #ffffff;
  border: 1px solid #dad6d0;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.quote {
  border-left: 3px solid #1c1f22;
  padding-left: 16px;
  font-style: italic;
  color: #3d4043;
}

.form-wrap {
  background: #1c1f22;
  color: #f7f6f3;
  padding: 28px;
  border-radius: 20px;
}

.form-wrap label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d2d0cb;
  margin-bottom: 16px;
  font-size: 1rem;
}

.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-row > * {
  flex: 1 1 200px;
}

.footer {
  background: #1c1f22;
  color: #f7f6f3;
  padding: 32px 0;
}

.footer a {
  color: #f7f6f3;
}

.footer-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.sticky-cta {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 998;
  background: #f7f6f3;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid #1c1f22;
}

.bg-insight {
  background-color: #2b2f33;
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f3;
  position: relative;
}

.bg-insight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 31, 34, 0.6);
}

.bg-insight .container {
  position: relative;
}

.two-col-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.two-col-list > div {
  flex: 1 1 240px;
}

.section-note {
  font-size: 0.9rem;
  color: #6b6d70;
}

.contact-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 720px) {
  .sticky-cta {
    left: 50%;
    transform: translateX(-50%);
  }

  .ad-label {
    text-align: left;
  }
}
