* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1c1a;
  background: #f6f2ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.top-bar {
  padding: 18px 0;
  background: #f6f2ee;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #c9a892;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  padding: 6px 10px;
  background: #2a1f1a;
  color: #f6f2ee;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.hero {
  background: #15110f;
  color: #f6f2ee;
  padding: 80px 0 110px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1612293905607-b003de9e54fb?w=1400&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
}

.hero-inner {
  position: relative;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

.hero-text {
  flex: 1.1;
  max-width: 560px;
}

.hero-card {
  flex: 0.9;
  background: rgba(246, 242, 238, 0.92);
  color: #1f1c1a;
  padding: 28px;
  border-radius: 24px;
  align-self: flex-end;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.hero-card p {
  margin-top: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #c9a892;
  color: #1f1c1a;
  font-weight: 600;
}

.cta-secondary {
  background: transparent;
  border: 1px solid #f6f2ee;
  color: #f6f2ee;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #efe6dc;
}

.texture-block {
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1640101999152-64d72b089774?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.texture-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(239, 230, 220, 0.92);
}

.texture-block > .container {
  position: relative;
  z-index: 1;
}

.section h2 {
  margin-top: 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 320px;
}

.panel-card {
  background: #ffffff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.image-wrap {
  flex: 1 1 280px;
  background: #d8c7b8;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
}

.image-wrap img {
  width: 100%;
  height: 100%;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card .price {
  font-weight: 700;
  color: #7c4b2e;
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  background: #d8c7b8;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f6f2ee;
  border-radius: 999px;
  font-size: 13px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list li {
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 14px;
}

.form-section {
  background: #1f1c1a;
  color: #f6f2ee;
  border-radius: 26px;
  padding: 36px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  flex: 1 1 220px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: none;
  font-size: 15px;
}

.form-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #1f1c1a;
  color: #f6f2ee;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 50;
}

.footer {
  padding: 40px 0 70px;
  background: #15110f;
  color: #f6f2ee;
}

.footer a {
  color: #f6f2ee;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #ffffff;
  color: #1f1c1a;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-accept {
  background: #1f1c1a;
  color: #f6f2ee;
}

.cookie-reject {
  background: #efe6dc;
  color: #1f1c1a;
}

.simple-hero {
  padding: 70px 0;
  background: #efe6dc;
}

.simple-hero .hero-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.hero-block img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  background: #d8c7b8;
}

.notice {
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
}

.content {
  padding: 40px 0 70px;
}

.content p {
  margin-top: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-item {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.service-item img {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  background: #d8c7b8;
}

.muted {
  color: #6f6460;
  font-size: 14px;
}

@media (max-width: 860px) {
  .hero-inner {
    flex-direction: column;
  }

  .sticky-cta {
    right: 14px;
    left: 14px;
    text-align: center;
  }
}
