* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1c1a;
  background-color: #f7f2ed;
  line-height: 1.6;
}

a {
  color: #2a4b3b;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  padding: 24px 6vw 12px;
  background-color: #f1e7dd;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-top {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a5147;
  background-color: #efe1d4;
  padding: 6px 10px;
  border-radius: 20px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 80px 6vw 100px;
  color: #fdf9f5;
  background-color: #2a3a2f;
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero h1 {
  font-size: 2.8rem;
  max-width: 560px;
  margin: 0;
}

.hero p {
  max-width: 520px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 24px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #e6b86c;
  color: #1f1c18;
}

.btn-secondary {
  background-color: #f7f2ed;
  color: #2a3a2f;
}

.section {
  padding: 64px 6vw;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.section-sub {
  max-width: 640px;
  margin-bottom: 28px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
}

.split-visual {
  flex: 1 1 280px;
}

.img-frame {
  background-color: #e6ddcf;
  border-radius: 18px;
  overflow: hidden;
}

.img-cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #fffaf4;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card h3 {
  margin: 0;
}

.card img {
  height: 160px;
}

.muted {
  color: #5d544b;
}

.story-strip {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background-color: #efe1d4;
  border-radius: 20px;
  padding: 28px;
}

.section-highlight {
  background-color: #e3d5c6;
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-highlight .section-sub,
.section-highlight .section-title {
  color: #1f1a15;
}

.inline-cta {
  font-weight: 600;
  color: #2a3a2f;
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  background-color: #fffaf4;
  padding: 16px 18px;
  border-radius: 14px;
}

.price {
  font-weight: 700;
  color: #2a3a2f;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f1e7dd;
  padding: 28px;
  border-radius: 18px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbbba8;
  font-size: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-status {
  font-size: 0.95rem;
  color: #2a3a2f;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #2a3a2f;
  color: #f7f2ed;
  padding: 12px 18px;
  border-radius: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.sticky-cta button {
  background-color: #e6b86c;
  color: #1f1c18;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
}

.footer {
  background-color: #2a3a2f;
  color: #f7f2ed;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #f7f2ed;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #fffaf4;
  border: 1px solid #d8c6b1;
  padding: 16px;
  border-radius: 12px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
}

.contact-block {
  background-color: #fffaf4;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.no-click {
  cursor: default;
}

.hidden {
  display: none;
}
