* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2430;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #1f2430;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  padding: 24px 32px;
  background: #f0ebe4;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 20px;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  color: #5a4f44;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.main {
  flex: 1;
}

.section {
  padding: 64px 32px;
}

.section-light {
  background: #ffffff;
}

.section-contrast {
  background: #1f2430;
  color: #f6f4f1;
}

.section-contrast a {
  color: #f6f4f1;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero {
  padding: 80px 32px;
  background: #fff7ee;
}

.hero h1 {
  font-size: 40px;
  margin: 0 0 16px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 24px;
}

.hero-media,
.image-card {
  background: #dcd5cc;
  border-radius: 16px;
  overflow: hidden;
}

.hero-media img,
.image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #1f2430;
  font-size: 14px;
  background: #1f2430;
  color: #f6f4f1;
}

.btn.light {
  background: transparent;
  color: inherit;
}

.cta-row {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 20px rgba(31, 36, 48, 0.08);
}

.card.dark {
  background: #2e3445;
  color: #f6f4f1;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.service-image {
  background: #d9d4ce;
  border-radius: 12px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 24px rgba(31, 36, 48, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfc7bd;
  font-size: 14px;
  background: #fbfaf8;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1f2430;
  color: #f6f4f1;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.sticky-cta a {
  color: #f6f4f1;
  font-weight: 600;
}

.footer {
  background: #f0ebe4;
  padding: 40px 32px;
  font-size: 14px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer small {
  color: #5a4f44;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(31, 36, 48, 0.2);
  max-width: 320px;
  z-index: 20;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  border-radius: 999px;
  border: 1px solid #1f2430;
  padding: 8px 14px;
  background: #1f2430;
  color: #f6f4f1;
  font-size: 12px;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1f2430;
}

.notice {
  font-size: 13px;
  color: #5a4f44;
}

.bg-image {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 32px;
  color: #ffffff;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7?w=1400&q=80");
  background-color: #2b2f3a;
}

.bg-image .btn {
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }

  .sticky-cta {
    left: 20px;
    right: 20px;
    justify-content: space-between;
  }
}
