* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2630;
  background: #f6f5f2;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: #1f2630;
  text-decoration: none;
}

.page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: column;
  padding: 28px 6vw 10px;
  background: #f6f5f2;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #9e9a92;
  border-radius: 999px;
  background: #ece7dd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.nav a {
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 40px 6vw 60px;
  gap: 30px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 680px;
  background: rgba(246, 245, 242, 0.9);
  padding: 28px;
  border-radius: 18px;
  align-self: flex-start;
  box-shadow: 0 12px 30px rgba(15, 20, 30, 0.08);
}

.hero h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.1;
}

.hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: #1f2630;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn-light {
  background: #fff;
  color: #1f2630;
  border: 1px solid #1f2630;
}

.section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.section-tight {
  padding: 40px 6vw;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(15, 20, 30, 0.08);
}

.asym-card.offset {
  margin-top: 24px;
}

.asym-card h3 {
  margin-top: 0;
}

.asym-image {
  flex: 1 1 300px;
  background: #e6e2d6;
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: stretch;
}

.asym-image img {
  width: 100%;
  height: 100%;
}

.soft-bg {
  background: #ece7dd;
}

.dark-strip {
  background: #1f2630;
  color: #fff;
}

.dark-strip a {
  color: #fff;
  text-decoration: underline;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 230px;
  box-shadow: 0 12px 26px rgba(15, 20, 30, 0.07);
}

.service-card .card-media {
  background: #e4dfd5;
}

.service-card img {
  width: 100%;
  height: 160px;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.inline-link {
  text-decoration: underline;
}

.form-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(15, 20, 30, 0.08);
}

.form-shell label {
  font-size: 14px;
  font-weight: 600;
}

.form-shell input,
.form-shell select {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #b8b2a8;
  font-size: 14px;
}

.form-shell button {
  align-self: flex-start;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
}

.sticky-cta button {
  background: #f2b14c;
  color: #1f2630;
  font-weight: 700;
}

.footer {
  padding: 40px 6vw;
  background: #f0ece3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer .column {
  flex: 1 1 200px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f2630;
  color: #fff;
  padding: 18px 6vw;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-actions button {
  background: #f2b14c;
  color: #1f2630;
}

.cookie-actions .btn-light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.notice-bar {
  background: #fdf8ef;
  padding: 20px 6vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #e1d9cd;
  border-bottom: 1px solid #e1d9cd;
}

.notice-bar strong {
  font-size: 16px;
}

.page-hero {
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-hero h1 {
  margin: 0;
  font-size: 34px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-box {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 20, 30, 0.06);
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.background-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 30, 40, 0.55);
}

.background-panel .panel-content {
  position: relative;
}

.muted {
  color: #5d6672;
}

.section-title {
  font-size: 26px;
  margin: 0;
}

.image-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.image-stack .image-box {
  flex: 1 1 220px;
  background: #e7e2d8;
  border-radius: 16px;
  overflow: hidden;
  min-height: 180px;
}

.image-stack img {
  width: 100%;
  height: 180px;
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 32px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
