* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f7f5f1;
  line-height: 1.6;
}

img {
  display: block;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 80px;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background-color: #efe9df;
  border-bottom: 1px solid #d8d1c7;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-split {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #e1d7c9;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 40px;
  background-color: #4a4a4a;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  color: #f7f5f1;
  margin: 30px 0 40px;
}

.feature-band {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 40px;
  background-color: #4a4a4a;
  background-image: url("https://images.pexels.com/photos/32657665/pexels-photo-32657665.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  color: #f7f5f1;
  margin: 40px 0;
}

.hero-card {
  max-width: 520px;
  background-color: rgba(25, 25, 25, 0.65);
  padding: 24px;
  border-radius: 18px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  border: none;
  background-color: #1f1f1f;
  color: #f7f5f1;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

.btn.light {
  background-color: #f7f5f1;
  color: #1f1f1f;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: stretch;
  margin-bottom: 36px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 280px;
}

.column.wide {
  flex: 2 1 480px;
}

.tag {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f665b;
}

.image-frame {
  background-color: #e8e1d8;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-panel {
  background-color: #fffaf4;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #efe1d1;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid #ede3d7;
}

.price {
  font-weight: 700;
  color: #7c4a17;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
  background-color: #f0e7da;
  padding: 28px;
  border-radius: 22px;
  margin: 40px 0;
}

.form-panel {
  flex: 1 1 320px;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-size: 14px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbbfb3;
  background-color: #fffdf9;
  font-size: 14px;
}

.form-fields {
  display: none;
}

.js-service-form.is-ready .form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-note {
  font-size: 13px;
  color: #5d554b;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
}

.aside-box {
  background-color: #fffdf9;
  border: 1px solid #e8ddce;
  padding: 18px;
  border-radius: 16px;
}

.footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e3d9cc;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  font-size: 13px;
  color: #5a5248;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #ded4c7;
  border-radius: 16px;
  max-width: 320px;
  display: none;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.legal-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  background-color: #fffaf4;
  border-radius: 18px;
  margin: 24px 0;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.muted {
  color: #6b6258;
}

.thanks-box {
  padding: 26px;
  background-color: #fffaf4;
  border-radius: 18px;
  border: 1px solid #eadfce;
}
