* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  background: #e8e1d8;
  border-radius: 999px;
  color: #3c3c3c;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 64px;
}

.hero-copy {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-visual {
  flex: 1 1 320px;
  position: relative;
}

.image-frame {
  background: #d9d2c7;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
}

.hero-visual .image-frame {
  transform: translateY(16px);
}

.section {
  margin-bottom: 64px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.muted {
  color: #5b5b5b;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1c1c1c;
  color: #fff;
  font-size: 14px;
  border: none;
}

.btn.secondary {
  background: #e8e1d8;
  color: #1c1c1c;
}

.btn:hover,
.nav-links a:hover {
  opacity: 0.8;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 320px;
}

.split .media-block {
  flex: 1 1 280px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.card .image-frame {
  min-height: 160px;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.layered {
  background: #efe7dc;
  padding: 40px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.layered .layered-image {
  position: absolute;
  right: -40px;
  top: -20px;
  width: 40%;
  min-width: 220px;
  height: 220px;
  opacity: 0.9;
  border-radius: 20px;
  overflow: hidden;
}

.layered-content {
  position: relative;
  max-width: 520px;
}

.sticky-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.sticky-panel {
  flex: 1 1 220px;
  align-self: flex-start;
  position: sticky;
  top: 20px;
  background: #1c1c1c;
  color: #fff;
  padding: 20px;
  border-radius: 18px;
}

.sticky-panel a {
  color: #fff;
  text-decoration: underline;
}

.form-section {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d2d2d2;
  font-family: inherit;
  font-size: 14px;
}

.footer {
  padding-top: 32px;
  border-top: 1px solid #ddd4c9;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.disclaimer {
  font-size: 12px;
  color: #5b5b5b;
  max-width: 460px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.notice {
  background: #f0ede7;
  padding: 18px 20px;
  border-radius: 16px;
}

.meta-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
}

.list-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.small-title {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  color: #6a655f;
}
