* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 60px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #c9c1b8;
  padding-bottom: 16px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #efe6da;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 24px;
  margin-top: 34px;
  align-items: stretch;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 40px;
  line-height: 1.2;
}

.hero-visual {
  flex: 1;
  background: #d7cfc5;
  padding: 14px;
}

.hero-visual img {
  height: 100%;
  border-radius: 14px;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.section {
  margin-top: 46px;
}

.section h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.split-columns {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.split-columns .column {
  flex: 1;
}

.image-card {
  background: #d7cfc5;
  padding: 10px;
  border-radius: 12px;
}

.image-card img {
  border-radius: 8px;
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 260px;
}

.service-card h3 {
  font-size: 20px;
}

.price {
  font-weight: 700;
}

.story-row {
  display: flex;
  gap: 18px;
  align-items: center;
}

.story-row .story {
  flex: 1.2;
}

.story-row .image-card {
  flex: 0.8;
}

.quote-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.quote {
  flex: 1 1 260px;
  background: #efe6da;
  border-radius: 12px;
  padding: 16px;
}

.form-panel {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.form-panel .column {
  flex: 1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #c9c1b8;
  border-radius: 8px;
  font-size: 14px;
  background: #fffaf4;
}

button {
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  bottom: 14px;
  background: #1f1f1f;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 12px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-cta button {
  background: #f1c65a;
  color: #1f1f1f;
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #c9c1b8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #c9c1b8;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
  z-index: 1000;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  background: #1f1f1f;
  color: #ffffff;
}

.secondary-button {
  background: #d7cfc5;
  color: #1f1f1f;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 24px 60px;
}

.legal-page h1 {
  font-size: 34px;
  margin-bottom: 18px;
}

.contact-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  background: #efe6da;
  border-radius: 12px;
  padding: 18px;
  flex: 1 1 260px;
}
