* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  color: #1f2430;
  background: #f6f2ec;
  line-height: 1.6;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrap {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.header {
  padding: 28px 0 14px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1f2430;
  color: #f6f2ec;
  text-align: center;
  flex: 0 0 auto;
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 32px 0 40px;
}

.hero-content {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 10px 24px 0;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 1.1;
  margin: 0;
}

.hero-content p {
  margin: 0;
  max-width: 520px;
}

.hero-media {
  flex: 0.9;
  background: #dcd4ca;
  padding: 12px;
  border-radius: 22px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hero-media .media {
  width: 100%;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #cfc5b9;
}

.section {
  padding: 42px 0;
}

.section.alt {
  background: #fff6ee;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section-bg .panel {
  background: rgba(31, 36, 48, 0.7);
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 16px;
}

.split {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.panel {
  flex: 1;
  padding: 24px;
  background: #f1e8de;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel.offset-left {
  margin-left: -40px;
}

.panel.offset-right {
  margin-right: -40px;
}

.media {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d4cbbf;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 220px;
}

.media.small {
  min-height: 180px;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-cta {
  color: #1f2430;
  text-decoration: underline;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 18px;
}

.service-card .card-body {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f2430;
  color: #f6f2ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.button.light {
  background: #f6f2ec;
  color: #1f2430;
  border: 1px solid #1f2430;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #1f2430;
  color: #f6f2ec;
  padding: 18px;
  border-radius: 16px;
  min-width: 220px;
}

.sticky-cta .button {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.form-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-block label {
  font-weight: 600;
}

.form-block input,
.form-block select,
.form-block textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c7bdb2;
  font-size: 1rem;
  width: 100%;
  background: #f9f5ef;
}

.form-message {
  min-height: 20px;
  font-weight: 600;
}

.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border-radius: 18px;
  background: #1f2430;
  color: #f6f2ec;
}

.cta-band p {
  margin: 0;
  max-width: 520px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer {
  margin-top: auto;
  padding: 32px 0 40px;
  background: #efe5d8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.disclaimer {
  font-size: 0.9rem;
  color: #3a3f4a;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 320px;
  background: #1f2430;
  color: #f6f2ec;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.page-illustration {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.page-illustration .media {
  flex: 1;
  min-height: 220px;
}

.notice {
  font-weight: 600;
  background: #f6f2ec;
  padding: 14px;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .panel.offset-left,
  .panel.offset-right {
    margin: 0;
  }

  .sticky-cta {
    position: static;
  }
}
