* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2428;
  background: #f6f3ef;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  padding: 24px 6vw 12px;
  background: #f6f3ef;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #1f2428;
  font-weight: 600;
}

.ad-label {
  padding: 6px 10px;
  background: #1f2428;
  color: #f6f3ef;
  font-size: 0.8rem;
  border-radius: 999px;
}

.section {
  padding: 72px 6vw;
}

.section-tight {
  padding: 40px 6vw;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1 1 360px;
  position: relative;
  background-color: #d9d3c8;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
}

.hero h1 {
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  margin: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #1f2428;
  color: #f6f3ef;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.cta-outline {
  border: 1px solid #1f2428;
  background: transparent;
  color: #1f2428;
}

.magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.magazine-main {
  flex: 2 1 420px;
}

.magazine-side {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.note {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e1d9cc;
}

.image-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #e4ddd0;
}

.split-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.split-banner .banner-text {
  flex: 1 1 320px;
  background: #1f2428;
  color: #f6f3ef;
  padding: 32px;
  border-radius: 24px;
}

.split-banner .banner-media {
  flex: 1 1 320px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #c9c2b6;
  min-height: 240px;
}

.image-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #d6cdbf;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}

.image-hero .image-hero-text {
  position: relative;
  background: rgba(31, 36, 40, 0.82);
  color: #f6f3ef;
  padding: 24px;
  max-width: 560px;
  margin: 24px;
  border-radius: 18px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 240px;
  min-width: 220px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e1d9cc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column {
  flex: 1 1 240px;
}

.quote {
  padding: 20px;
  border-radius: 16px;
  background: #fff4ea;
  border: 1px solid #ecd9c8;
}

.form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #e1d9cc;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid input,
.form-grid select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfc5b7;
  font-size: 1rem;
}

.form-grid button {
  align-self: flex-start;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.site-footer {
  padding: 48px 6vw;
  background: #1f2428;
  color: #f6f3ef;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #f6f3ef;
  text-decoration: none;
}

.disclaimer {
  margin-top: 18px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #e1d9cc;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  z-index: 12;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #1f2428;
  color: #f6f3ef;
}

.cookie-reject {
  background: #e6e0d5;
  color: #1f2428;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero .page-text {
  flex: 1 1 320px;
}

.page-hero .page-media {
  flex: 1 1 320px;
  background: #d9d3c8;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
}

.legal-content {
  max-width: 860px;
}

@media (max-width: 720px) {
  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
