* {
  box-sizing: border-box;
}

:root {
  --bg: #f7f4ef;
  --bg-alt: #ffffff;
  --ink: #1f1f1f;
  --muted: #5a5a5a;
  --accent: #1b5f5b;
  --accent-soft: #d8ebe9;
  --line: #d9d2c8;
  --shadow: 0 18px 40px rgba(31, 31, 31, 0.12);
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  padding: 24px 0 16px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  color: var(--muted);
  max-width: 280px;
}

.hero {
  padding: 40px 0 80px;
}

.hero-surface {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-home {
  background-color: #c7c1b6;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 440px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  width: 100%;
  padding: 38px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.05), rgba(10, 10, 10, 0.75));
  color: #fefefe;
}

.hero-overlay h1 {
  margin: 0 0 12px;
  font-size: 40px;
}

.hero-overlay p {
  margin: 0 0 22px;
  max-width: 520px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary {
  background: var(--accent-soft);
  color: var(--accent);
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1;
}

.split-media {
  flex: 1;
}

.image-frame {
  background-color: #e1ddd5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.section {
  padding: 68px 0;
}

.section.alt {
  background: var(--bg-alt);
}

.section h2 {
  margin-top: 0;
  font-size: 30px;
}

.tagline {
  font-size: 18px;
  color: var(--muted);
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.quote {
  font-size: 18px;
  font-style: italic;
}

.form-shell {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-columns {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer small {
  color: var(--muted);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--accent);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: var(--shadow);
  font-size: 14px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 16px;
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hero-about {
  background-color: #d1cbc2;
  background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.hero-services {
  background-color: #cfc8bf;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.hero-contact {
  background-color: #d6d1c8;
  background-image: url("https://images.unsplash.com/photo-1503428593586-e225b39bddfe?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.hero-privacy {
  background-color: #d6d0c7;
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 220px;
}

.hero-gdpr {
  background-color: #cbc3b8;
  background-image: url("https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 220px;
}

.hero-cookies {
  background-color: #d3cdc4;
  background-image: url("https://images.unsplash.com/photo-1511578314322-379afb476865?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 220px;
}

.hero-terms {
  background-color: #cfc8bf;
  background-image: url("https://images.unsplash.com/photo-1506157786151-b8491531f063?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 220px;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .hero-overlay h1 {
    font-size: 32px;
  }

  .sticky-cta {
    position: static;
    display: inline-flex;
    margin: 24px auto 0;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    max-width: none;
  }
}
