* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background: #f7f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  padding: 24px 6vw 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ad-label {
  background: #1c1c1c;
  color: #f7f4f0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.main-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.main-nav a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #ece6df;
}

.main-nav a.button-link {
  background: #1c1c1c;
  color: #f7f4f0;
}

.hero {
  padding: 24px 6vw 40px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .col {
  flex: 1 1 320px;
  min-width: 280px;
}

.section {
  padding: 56px 6vw;
}

.section.alt {
  background: #efe7dd;
}

.section.deep {
  background: #1f1f1f;
  color: #f7f4f0;
}

.section.deep a {
  color: #f7f4f0;
}

.section.bg-panel {
  position: relative;
  color: #f7f4f0;
  overflow: hidden;
}

.section.bg-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1763198302090-76a6ca09ebd3?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw2fHxJbmRpdmlkdWVsbGUlMjBvcnRob3AlQzMlQTRkaXNjaGUlMjBFaW5sYWdlbiUyQyUyMGRpZSUyMEJld2VndW5nZW4lMjBzcCVDMyVCQ3JiYXIlMjBydWhpZ2VyJTIwbWFjaGVuLnxkZXwwfDB8fHwxNzg0MTE2ODc2fDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.section.bg-panel .content {
  position: relative;
  z-index: 1;
}

.kicker {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: inherit;
}

h1, h2, h3 {
  margin: 0 0 12px;
  line-height: 1.2;
}

p {
  margin: 0 0 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn.primary {
  background: #1c1c1c;
  color: #f7f4f0;
}

.btn.outline {
  border-color: currentColor;
}

.btn.light {
  background: #f7f4f0;
  color: #1c1c1c;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.img-frame {
  background: #d9d1c7;
  border-radius: 18px;
  overflow: hidden;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #ffffff;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card .price {
  font-size: 20px;
  font-weight: 600;
}

.card img {
  border-radius: 14px;
}

.pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}

.pill-list span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #ece6df;
}

.form-block {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.form-block label {
  font-weight: 600;
}

.form-block input,
.form-block select,
.form-block textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc6bb;
  font-family: inherit;
}

.site-footer {
  padding: 32px 6vw 80px;
  background: #141414;
  color: #f7f4f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-columns div {
  flex: 1 1 200px;
}

.reference-list a {
  color: #f7f4f0;
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  z-index: 12;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.notice {
  background: #efe7dd;
  padding: 16px;
  border-radius: 16px;
}

.legal-hero {
  padding: 24px 6vw 40px;
}

.legal-hero .img-frame {
  max-width: 520px;
}

.table-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
}
