* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1c1e;
  background: #f6f3ee;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e4e0d8;
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.2rem;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b6257;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.hero {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2f35;
  color: #ffffff;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 14, 18, 0.55);
}

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 90px 0 70px;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  border: none;
  background: #e2b04c;
  color: #1b1c1e;
  padding: 12px 22px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 24px;
}

.btn.secondary {
  background: #ffffff;
  color: #1b1c1e;
  border: 1px solid #d5c6aa;
}

.split {
  display: flex;
  gap: 42px;
  align-items: stretch;
  padding: 70px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-block h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.img-wrap {
  background: #d7d1c7;
  border-radius: 18px;
  overflow: hidden;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #3b3f45;
  color: #ffffff;
}

.section-bg .split {
  padding: 80px 0;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 230px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 26px rgba(27, 28, 30, 0.08);
}

.card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #9b5a1c;
}

.divider {
  height: 1px;
  background: #e4e0d8;
  border: none;
  margin: 0;
}

.form-section {
  background: #ffffff;
  padding: 70px 0;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #f9f6f1;
  padding: 26px;
  border-radius: 18px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field input {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d8d0c4;
  font-size: 1rem;
}

.inline-link {
  color: #9b5a1c;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #1b1c1e;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 22px;
  border: none;
  cursor: pointer;
}

.footer {
  background: #1b1c1e;
  color: #f4f1eb;
  padding: 40px 0;
  margin-top: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d8d1c5;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1b1c1e;
  border-radius: 14px;
  padding: 16px;
  max-width: 360px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2f35;
  color: #ffffff;
  position: relative;
}

.about-hero::before,
.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 16, 20, 0.6);
}

.about-hero .hero-inner,
.services-hero .hero-inner {
  position: relative;
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1521790797524-b2497295b8a0?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2f35;
  color: #ffffff;
  position: relative;
}

.legal {
  padding: 60px 0;
}

.legal h1 {
  margin-top: 0;
}

.contact-panel {
  background: #ffffff;
  padding: 26px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.muted {
  color: #6b6257;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
