* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1a1a1a;
  background: #f7f5f1;
  line-height: 1.6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  padding: 18px 6%;
  background: #f0ede7;
  border-bottom: 1px solid #e0dbd2;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-disclosure {
  font-size: 0.8rem;
  color: #4a4a4a;
  max-width: 260px;
}

.main {
  flex: 1;
}

.split-section {
  display: flex;
  gap: 0;
  min-height: 420px;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-media,
.split-content {
  flex: 1;
  min-width: 0;
}

.split-media {
  background: #e3ded4;
  position: relative;
}

.split-content {
  padding: 56px 8%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.split-content.alt {
  background: #fdfbf7;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  color: #6a6259;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.3rem;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 28px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1a1a1a;
}

.link-inline {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 2px;
}

.metrics {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.metric {
  background: #efe8dc;
  padding: 16px;
  border-radius: 12px;
  min-width: 160px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-card {
  display: flex;
  gap: 16px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e2dbd1;
  border-radius: 16px;
  overflow: hidden;
}

.service-card .card-media {
  width: 40%;
  background: #d7d0c4;
  min-height: 180px;
}

.service-card .card-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 600;
  color: #6f4b2d;
}

.form-wrap {
  background: #f3eee5;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e2dbd1;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc7ba;
  font-size: 1rem;
  background: #fff;
}

.hidden {
  display: none;
}

.footer {
  background: #1e1b18;
  color: #f8f5ef;
  padding: 40px 8%;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer a {
  color: #f8f5ef;
  border-bottom: 1px solid rgba(248, 245, 239, 0.4);
}

.legal {
  font-size: 0.85rem;
  color: #d6d0c7;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #1a1a1a;
}

.sticky-cta:hover {
  background: #2f2f2f;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #d8d0c4;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.section-bg-city {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-bg-office {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.note {
  font-size: 0.95rem;
  color: #4c453f;
}

.table-like {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ded6ca;
}

@media (max-width: 920px) {
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .service-card {
    flex-direction: column;
  }

  .service-card .card-media {
    width: 100%;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
