* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1b1b1b;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #e8e1d6;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: flex;
}

.nav {
  padding: 20px 0;
  background: #f7f5f2;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid #c8c2b8;
  border-radius: 999px;
  font-size: 0.75rem;
  background: #fff;
}

.hero {
  background: #262626 url("https://images.unsplash.com/photo-1503341455253-b2e723bb3dbb?w=1400&q=80") center/cover no-repeat;
  color: #fff;
  padding: 90px 0;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 620px;
}

.hero h1 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.1;
  margin: 0;
}

.hero p {
  margin: 0;
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: transparent;
  color: #1b1b1b;
}

.section {
  padding: 72px 0;
}

.section.light {
  background: #fff;
}

.section.dark {
  background: #222;
  color: #f7f5f2;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card img {
  border-radius: 14px;
  background-color: #e8e1d6;
}

.card p {
  margin: 0;
}

.quote {
  font-style: italic;
  padding: 18px;
  border-left: 4px solid #d7cbb4;
  background: #fff;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
}

.price-row span {
  font-weight: 600;
}

.form-wrap {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: rgba(247, 245, 242, 0.92);
  backdrop-filter: blur(6px);
  padding: 16px 0;
  border-top: 1px solid #e4ddd1;
}

.footer {
  padding: 36px 0 48px;
  background: #1b1b1b;
  color: #f7f5f2;
  margin-top: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer a {
  color: #f7f5f2;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  max-width: 320px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.section-backdrop {
  background: #f2ede6 url("https://images.unsplash.com/photo-1512436991641-6745cdb1723f?w=1400&q=80") center/cover no-repeat;
}

.texture-block {
  background: #efe9df;
  border-radius: 18px;
  padding: 24px;
}

.services-hero {
  background: #1f2c2f url("https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?w=1400&q=80") center/cover no-repeat;
  color: #fff;
}

.about-hero {
  background: #2a2220 url("https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1400&q=80") center/cover no-repeat;
  color: #fff;
}

.contact-hero {
  background: #2b2d33 url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?w=1400&q=80") center/cover no-repeat;
  color: #fff;
}

.page-hero {
  padding: 70px 0;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-block {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.image-row img {
  flex: 1 1 260px;
  border-radius: 16px;
  background-color: #e8e1d6;
}

.inline-link {
  text-decoration: underline;
}
