* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1f23;
  background-color: #f7f5f2;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1b4b6b;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.nav {
  padding: 22px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e2db;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.ad-label {
  font-size: 0.9rem;
  color: #6b4a3a;
  background: #f7e8d6;
  padding: 6px 12px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 0.95rem;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #ffffff;
}

.section.accent {
  background: #efeae3;
}

.split {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1;
  min-width: 0;
}

.hero-title {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin-bottom: 16px;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.7;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e2ebf1;
  color: #1c3442;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  background: #1b4b6b;
  color: #ffffff;
}

.btn.secondary {
  background: #e2ebf1;
  color: #1b4b6b;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #1b4b6b;
  color: #1b4b6b;
}

.media-box {
  background: #d5d9dd;
  border-radius: 16px;
  overflow: hidden;
}

.media-box img {
  width: 100%;
  height: 100%;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e5e2db;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  border-radius: 10px;
  height: 180px;
  width: 100%;
  background-color: #d5d9dd;
}

.price {
  font-weight: 700;
  color: #1b4b6b;
}

.form-box {
  background: #ffffff;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid #e5e2db;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-box label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #c9c4bb;
  font-size: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-status {
  font-size: 0.95rem;
  color: #7d2f2f;
}

.inline-cta {
  font-weight: 600;
}

.highlight {
  background: #fff4d9;
  padding: 16px;
  border-radius: 12px;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #1c1f23;
  color: #e9e3db;
}

.footer a {
  color: #e9e3db;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 14px 0;
}

.disclaimer {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cfc9bf;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  background: #f1b44c;
  color: #1c1f23;
  border: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #d6d1c7;
  padding: 16px;
  border-radius: 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.two-column {
  display: flex;
  gap: 28px;
}

.two-column .column {
  flex: 1;
  min-width: 0;
}

.tagline {
  font-size: 0.95rem;
  color: #4e5c65;
  margin-top: 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-image {
  min-height: 360px;
}

.background-panel {
  background-size: cover;
  background-position: center;
  background-color: #d5d9dd;
  border-radius: 18px;
  min-height: 260px;
}

.bg-insights {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.bg-trust {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1400&q=80");
}

@media (max-width: 900px) {
  .split,
  .two-column {
    flex-direction: column;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
