* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1d1f;
  background: #f6f2ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 6vw 1rem;
  background: #f6f2ee;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.ad-label {
  background: #e7d4c6;
  color: #382a20;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
}

.nav a {
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-bottom-color: #7b5c45;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  background: #7b5c45;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
}

.cta-link:hover {
  background: #5c4332;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 6vw 3rem;
  background: #efe6df;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
}

.hero-image {
  flex: 1 1 320px;
  position: relative;
  background-color: #cbb5a4;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}

.hero-image img {
  width: 100%;
  height: 100%;
}

.section {
  padding: 2.8rem 6vw;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.section.alt {
  background: #f1e8e1;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.split .media {
  flex: 1 1 280px;
  background-color: #cdb5a6;
  border-radius: 18px;
  overflow: hidden;
}

.split .media img {
  width: 100%;
  height: 100%;
}

.offset-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(27, 29, 31, 0.08);
  margin-top: -2.2rem;
  align-self: flex-end;
  max-width: 420px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-card {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #fff;
  border-radius: 18px;
  padding: 1.1rem;
  box-shadow: 0 18px 36px rgba(27, 29, 31, 0.08);
}

.service-card .media {
  background-color: #cbb5a4;
  border-radius: 14px;
  overflow: hidden;
}

.price {
  font-weight: 700;
  color: #7b5c45;
}

.note {
  font-size: 0.95rem;
  color: #4a4f55;
}

.sticky-cta {
  position: sticky;
  top: 1.5rem;
  padding: 1.4rem;
  background: #7b5c45;
  color: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.inline-link {
  color: #7b5c45;
  text-decoration: underline;
  font-weight: 600;
}

.form-wrap {
  background: #ffffff;
  border-radius: 22px;
  padding: 1.6rem;
  box-shadow: 0 16px 32px rgba(27, 29, 31, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
}

select,
input,
textarea {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #d8c6ba;
  font-size: 1rem;
  background: #fcfbfa;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: none;
  background: #7b5c45;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  background: #5c4332;
}

.footer {
  margin-top: auto;
  padding: 2.5rem 6vw;
  background: #2f2a26;
  color: #f9f4ef;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer a {
  color: #f9f4ef;
  text-decoration: underline;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-columns div {
  flex: 1 1 200px;
}

.cookie-banner {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  background: #ffffff;
  color: #1b1d1f;
  padding: 1.1rem;
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(27, 29, 31, 0.16);
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
}

.tag {
  display: inline-flex;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #efe6df;
  font-size: 0.8rem;
  font-weight: 600;
}

.legal-hero {
  background: #efe6df;
  padding: 2rem 6vw;
}

.legal-hero p {
  max-width: 720px;
}

.simple-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: #ffffff;
  border-radius: 20px;
  padding: 1.6rem;
  box-shadow: 0 16px 30px rgba(27, 29, 31, 0.08);
}

.contact-panel div {
  flex: 1 1 220px;
}

.image-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.image-strip .strip-image {
  flex: 1 1 180px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #cbb5a4;
}

.image-strip img {
  width: 100%;
  height: 140px;
}
