* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1f24;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: underline;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #d5d1cb;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 0.95rem;
  color: #4a4f55;
  background: #efeae3;
  padding: 6px 12px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 40px;
  background-size: cover;
  background-position: center;
  background-color: #1b1f24;
  color: #ffffff;
  border-radius: 28px;
  margin-bottom: 40px;
}

.hero h1 {
  font-size: 2.6rem;
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
}

.hero p {
  max-width: 560px;
  margin: 0;
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1b1f24;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.btn-light {
  background: #efeae3;
  color: #1b1f24;
}

.section {
  margin-bottom: 46px;
}

.section-title {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.9rem;
  margin-bottom: 16px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column {
  flex: 1 1 280px;
}

.column-wide {
  flex: 2 1 420px;
}

.image-frame {
  background-color: #d9d4cc;
  padding: 10px;
  border-radius: 18px;
}

.image-frame img {
  border-radius: 14px;
  width: 100%;
  height: auto;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.image-shell {
  background-color: #d1cbc2;
  border-radius: 12px;
  overflow: hidden;
}

.image-shell img {
  width: 100%;
  height: 170px;
}

.pricing {
  font-weight: 700;
  color: #1b1f24;
}

.highlight {
  background: #efeae3;
  padding: 24px;
  border-radius: 18px;
}

.inline-cta {
  font-weight: 600;
}

.service-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-form label {
  font-weight: 600;
}

.service-form input,
.service-form select,
.service-form textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #c9c3ba;
  font-size: 1rem;
  background: #ffffff;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-grid .field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1b1f24;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.sticky-cta a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  background: #1b1f24;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions button.secondary {
  background: #efeae3;
  color: #1b1f24;
}

.footer {
  border-top: 1px solid #d5d1cb;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 0.95rem;
  color: #4a4f55;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-columns .column {
  flex: 1 1 200px;
}

.section-background {
  background-size: cover;
  background-position: center;
  background-color: #c9c0b5;
  border-radius: 24px;
  padding: 30px;
  color: #1b1f24;
}

.notice {
  font-size: 0.95rem;
  color: #5a6066;
}
