* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1b1b1b;
  background-color: #f6f7f9;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e5ea;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 15px;
}

.nav-links a:hover {
  color: #1a5d5a;
}

.ad-label {
  font-size: 13px;
  color: #4c4c4c;
  padding: 6px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background-color: #fafafa;
}

.split {
  display: flex;
  gap: 28px;
  align-items: stretch;
  padding: 40px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.split-media {
  min-height: 320px;
}

.image-frame {
  background-color: #dfe5ea;
  border-radius: 16px;
  overflow: hidden;
}

.hero {
  padding-top: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #6b7280;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 38px;
  line-height: 1.2;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: #1a5d5a;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #144745;
}

.btn.secondary {
  background-color: #2f4858;
}

.inline-link {
  font-weight: 600;
  color: #1a5d5a;
}

.inline-link:hover {
  text-decoration: underline;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e8f1f0;
  border-radius: 999px;
  font-size: 13px;
  color: #1a5d5a;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  gap: 14px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e3e7ec;
}

.service-card .card-media {
  width: 120px;
  height: 90px;
  flex-shrink: 0;
}

.service-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #1a5d5a;
}

.bg-charge {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #1f2a34;
  color: #ffffff;
  border-radius: 24px;
  padding: 24px;
}

.bg-charge .split-text,
.bg-charge .split-media {
  background-color: rgba(14, 19, 23, 0.68);
  padding: 24px;
  border-radius: 16px;
}

.bg-urban {
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #1f2a34;
  color: #ffffff;
  border-radius: 24px;
  padding: 24px;
}

.bg-urban .split-text,
.bg-urban .split-media {
  background-color: rgba(14, 19, 23, 0.68);
  padding: 24px;
  border-radius: 16px;
}

.form-shell {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e3e7ec;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-shell label {
  font-weight: 600;
  font-size: 14px;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd6dc;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #e2e5ea;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 20;
}

.sticky-cta p {
  margin: 0;
  font-size: 14px;
  color: #3d3d3d;
}

.footer {
  background-color: #0f1b24;
  color: #dce3e8;
  padding: 32px 24px 80px;
}

.footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.footer .footer-links a:hover {
  color: #ffffff;
}

.disclaimer {
  font-size: 13px;
  color: #c1c8ce;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 72px;
  background-color: #ffffff;
  border: 1px solid #d7dde3;
  border-radius: 14px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
  z-index: 25;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions button:hover {
  opacity: 0.92;
}

.cookie-accept {
  background-color: #1a5d5a;
  color: #ffffff;
}

.cookie-reject {
  background-color: #e2e5ea;
  color: #1b1b1b;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e3e7ec;
}

.muted {
  color: #6b7280;
}

@media (max-width: 920px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: center;
  }
}
