* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1d1f;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.inline-cta {
  color: #1f5b53;
  text-decoration: underline;
  font-weight: 600;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav {
  padding: 22px 0;
  border-bottom: 1px solid #ded6c8;
  background: #f7f4ef;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 13px;
  color: #5c513f;
  max-width: 320px;
}

.nav-links {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

.section {
  padding: 54px 0;
}

.section-tight {
  padding: 36px 0;
}

.section-muted {
  background: #ece6dc;
}

.section-dark {
  background: #2a2a2f;
  color: #f7f4ef;
}

.section-hero {
  padding: 70px 0 58px;
}

.hero-grid {
  display: flex;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 18px;
  color: #3c3c41;
}

.hero-image {
  flex: 1 1 420px;
  min-height: 320px;
  background: #d7d0c3;
  border-radius: 18px;
  overflow: hidden;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1f5b53;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.btn-light {
  background: #efe7db;
  color: #1c1d1f;
  border: 1px solid #cbbfae;
}

.mag-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mag-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(21, 21, 21, 0.08);
}

.mag-card h3 {
  font-size: 18px;
}

.inline-image {
  background: #e0d8cd;
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
}

.story-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
}

.story-block {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.story-highlight {
  flex: 1 1 320px;
  min-height: 240px;
  background: #b8b1a5;
  border-radius: 18px;
  overflow: hidden;
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 26px rgba(24, 24, 24, 0.08);
}

.service-price {
  font-weight: 700;
  color: #1f5b53;
}

.service-image {
  min-height: 180px;
  border-radius: 14px;
  overflow: hidden;
  background: #d7d0c3;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding: 14px 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(24, 24, 24, 0.08);
}

.pricing-item span {
  flex: 1 1 240px;
}

.pricing-image {
  background: #cfc8bc;
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
}

.form-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(21, 21, 21, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-size: 14px;
  color: #4f4638;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cdbfb0;
  font-size: 14px;
  background: #fffaf4;
}

.form-panel textarea {
  min-height: 100px;
  resize: vertical;
}

.form-aside {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aside-card {
  background: #efe7db;
  padding: 20px;
  border-radius: 16px;
}

.footer {
  margin-top: auto;
  background: #1c1d1f;
  color: #f7f4ef;
  padding: 30px 0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.legal-disclaimer {
  margin-top: 12px;
  font-size: 12px;
  color: #d5d0c7;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 20;
  border-radius: 999px;
  padding: 12px 18px;
  background: #e0b65b;
  color: #1c1d1f;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #fff;
  color: #1c1d1f;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.subtle-text {
  color: #5a5246;
}

.contact-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 280px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(21, 21, 21, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-image {
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: #d7d0c3;
}

.bg-panel {
  background: #3a3a40;
  color: #f7f4ef;
  border-radius: 22px;
  padding: 26px;
}

.reference-list {
  font-size: 12px;
  color: #d5d0c7;
}

.hidden {
  display: none;
}
