.root {
  --bg: #f6f4f1;
  --ink: #1f1f1f;
  --accent: #2c6e7a;
  --accent-dark: #1f4c54;
  --muted: #6b6b6b;
  --card: #ffffff;
  --soft: #efe9e2;
  --highlight: #f3d7b0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: var(--accent-dark);
  text-decoration: none;
}

header {
  padding: 24px 40px 10px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.menu {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-label {
  background: var(--highlight);
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 13px;
}

.hero {
  display: flex;
  align-items: stretch;
  padding: 30px 40px 60px;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--card);
  padding: 28px;
  border-radius: 24px;
  min-width: 280px;
}

.hero-visual {
  flex: 1 1 320px;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background: #d8d2c7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  background: var(--accent);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 11px 20px;
  border-radius: 28px;
  cursor: pointer;
  font-size: 15px;
}

.section {
  padding: 50px 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.section-alt {
  background: var(--soft);
}

.split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.split > div {
  flex: 1 1 280px;
}

.offset-card {
  background: var(--card);
  padding: 24px;
  border-radius: 20px;
  position: relative;
  top: 18px;
}

.image-frame {
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
  background: #d7d0c6;
}

.services {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: var(--card);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-image {
  min-height: 160px;
  background: #d9d4cb;
}

.service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.bg-visual {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-overlay {
  background: rgba(20, 20, 20, 0.6);
  padding: 40px;
  border-radius: 28px;
  flex: 1 1 100%;
}

.inline-testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial {
  background: #ffffff;
  padding: 16px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  flex: 1 1 320px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d3cfc7;
  font-size: 14px;
}

.footer {
  padding: 40px;
  background: #1e1e1e;
  color: #f0f0f0;
}

.footer a {
  color: #f0f0f0;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--accent-dark);
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 24px;
  font-size: 14px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-hero {
  padding: 40px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.page-hero .copy {
  flex: 1 1 280px;
  background: var(--card);
  padding: 22px;
  border-radius: 20px;
}

.page-hero .image-frame {
  flex: 1 1 280px;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
}

.legal-content {
  padding: 40px;
  background: #ffffff;
  margin: 0 40px 40px;
  border-radius: 20px;
}

@media (max-width: 720px) {
  header,
  .hero,
  .section,
  .page-hero,
  .legal-content,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
