.site-body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background-color: #f5f7fa;
  line-height: 1.6;
}

.container {
  width: min(1200px, 90vw);
  margin: 0 auto;
}

.topbar {
  padding: 20px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 18px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: #1f2933;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 18px;
  background-color: #eef2f7;
}

.nav-links a:hover {
  background-color: #dce3ec;
}

.ad-label {
  font-size: 12px;
  color: #5b6b7a;
  background-color: #f8efe3;
  padding: 6px 10px;
  border-radius: 12px;
}

.hero {
  padding: 60px 0 40px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background-color: #e7ecf0;
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
}

.split .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #1f2933;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: 50px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section-title {
  font-size: 28px;
  margin: 0 0 18px;
}

.lead {
  font-size: 18px;
  color: #4a5b6b;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn {
  border: none;
  background-color: #1f2933;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
}

.btn.secondary {
  background-color: #f97316;
  color: #ffffff;
}

.btn.ghost {
  background-color: transparent;
  color: #1f2933;
  border: 1px solid #1f2933;
}

.btn:hover {
  opacity: 0.92;
}

.inline-link {
  color: #1f2933;
  text-decoration: underline;
  font-weight: 600;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
}

.service-row {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background-color: #f8fafc;
  padding: 18px;
  border-radius: 16px;
  flex-wrap: wrap;
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-row .service-info {
  flex: 1 1 280px;
}

.service-row .service-price {
  background-color: #1f2933;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700;
}

.service-cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 16px;
}

.service-card .card-body h3 {
  margin-top: 0;
}

.image-wrap {
  background-color: #e7ecf0;
  height: 180px;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.background-panel .overlay {
  background-color: rgba(17, 24, 39, 0.72);
  padding: 40px;
  border-radius: 24px;
}

.form-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.form-card label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d1d9e6;
  font-size: 15px;
}

.form-card textarea {
  min-height: 110px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background-color: #f97316;
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
  z-index: 20;
}

.footer {
  padding: 40px 0;
  background-color: #0f172a;
  color: #e2e8f0;
}

.footer a {
  color: #e2e8f0;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

.disclaimer {
  font-size: 13px;
  color: #cbd5f5;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.simple-list {
  padding-left: 18px;
}

.page-hero {
  padding: 40px 0 30px;
}

.image-panel {
  background-color: #e7ecf0;
  border-radius: 22px;
  overflow: hidden;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.status-pill {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e0f2fe;
  color: #075985;
  border-radius: 999px;
  font-size: 13px;
}
