* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f6f2ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #5b4f47;
  background: #efe4db;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
}

.hero-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}

.hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-visual {
  flex: 1;
  position: relative;
}

.hero-visual .image-frame {
  width: 100%;
  height: 420px;
  border-radius: 26px;
  overflow: hidden;
  background: #dcc6b7;
  box-shadow: 0 30px 80px rgba(27, 27, 27, 0.18);
}

.hero-visual .accent-card {
  position: absolute;
  right: -20px;
  bottom: -30px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(27, 27, 27, 0.15);
  width: 200px;
}

.hero-visual .accent-card p {
  margin: 0;
  font-size: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1b1b1b;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(27, 27, 27, 0.2);
}

.button-outline {
  background: transparent;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background: #fff;
}

.split {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel .image-frame {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: #ead9cc;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 32px rgba(27, 27, 27, 0.08);
}

.card .image-frame {
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background: #e6d5c7;
}

.price {
  font-weight: 700;
  color: #6a3f2f;
}

.offset-block {
  margin-left: auto;
  width: min(600px, 100%);
  background: #efe6df;
  padding: 28px;
  border-radius: 20px;
}

.quote {
  font-style: italic;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  border-left: 4px solid #caa58b;
}

.form-wrap {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 18px 40px rgba(27, 27, 27, 0.1);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-grid label {
  font-weight: 600;
  font-size: 0.95rem;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7c9bc;
  font-family: inherit;
}

.footer {
  padding: 40px 0 70px;
  background: #1b1b1b;
  color: #fdfaf7;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer a {
  color: #fdfaf7;
}

.disclaimer {
  font-size: 0.85rem;
  color: #f0e6df;
  max-width: 620px;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fff;
  color: #1b1b1b;
  border-radius: 18px;
  padding: 18px;
  max-width: 320px;
  box-shadow: 0 16px 40px rgba(27, 27, 27, 0.2);
  display: none;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.muted {
  color: #6e625a;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tag-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9dcd0;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .hero-wrap,
  .split {
    flex-direction: column;
  }

  .hero-visual .accent-card {
    position: static;
    margin-top: 18px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
