* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b1f23;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.card img {
  background-color: #d8d3c6;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: #f2f1ec;
  border-bottom: 1px solid #ddd7ca;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background: #1b1f23;
  color: #f7f6f2;
  font-size: 0.8rem;
  border-radius: 999px;
}

.main {
  flex: 1;
}

.section {
  padding: 70px 6vw;
  position: relative;
}

.section-tight {
  padding: 50px 6vw;
}

.asym-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 320px;
  max-width: 520px;
}

.image-block {
  flex: 1 1 320px;
  min-height: 280px;
  background: #d8d3c6;
  position: relative;
  padding: 18px;
}

.image-block img {
  width: 100%;
  height: 100%;
}

.offset-up {
  transform: translateY(-20px);
}

.offset-right {
  transform: translateX(18px);
}

.hero {
  color: #f7f6f2;
  background-position: center;
  background-size: cover;
  background-color: #30343a;
}

.hero-overlay {
  background: rgba(18, 21, 25, 0.6);
  padding: 70px 6vw;
}

.hero-title {
  font-size: 2.6rem;
  margin: 0 0 12px;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin: 0 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1b1f23;
  color: #f7f6f2;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn:hover,
.btn:focus {
  background: #343a40;
}

.btn.light {
  background: #f7f6f2;
  color: #1b1f23;
  border: 1px solid #d7d1c4;
}

.btn.light:hover,
.btn.light:focus {
  background: #e8e3d7;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
}

.price {
  font-weight: 700;
  margin-top: 10px;
}

.band {
  background: #efece3;
}

.callout {
  background: #1b1f23;
  color: #f7f6f2;
  padding: 28px;
  border-radius: 20px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.form-panel label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d4cec1;
  margin-bottom: 14px;
  font-family: inherit;
}

.form-panel textarea {
  min-height: 100px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
}

.footer {
  background: #1b1f23;
  color: #f7f6f2;
  padding: 40px 6vw;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  margin-top: 16px;
  max-width: 720px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.muted {
  color: #6a6f75;
}

.hero-index {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
}

.trust-band {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
  background-color: #2b2f33;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
  background-color: #2d3136;
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1507209696998-3c532be9b2b5?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
  background-color: #2c3035;
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
  background-color: #2b2f33;
}

.notice {
  background: #f0ebe0;
  padding: 20px;
  border-radius: 16px;
}

.legal {
  max-width: 860px;
}
