* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1d1f24;
  background-color: #f7f4f0;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 6%;
  background-color: #fdfaf6;
  border-bottom: 1px solid #ded7cf;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand span {
  font-size: 0.9rem;
  color: #6b5c53;
}

.ad-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8a3825;
  background-color: #f7e6df;
  padding: 6px 12px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 6px;
  background-color: #f1ebe4;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 6%;
  background-color: #f4efe9;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-media {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image {
  flex: 1 1 280px;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e2d7cd;
}

.hero-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1d1f24;
  color: #ffffff;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #1d1f24;
  color: #1d1f24;
}

.section {
  padding: 52px 6%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background-color: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 280px;
}

.img-wrap {
  width: 100%;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e6ddd4;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background-color: #fdfaf6;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e4dbd1;
}

.card-media {
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ebe1d7;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  background-color: #f0e3db;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #6f4f46;
}

.storyline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 16px;
  background-color: #f8f1ea;
}

.quote {
  padding: 18px;
  border-left: 4px solid #b57b63;
  background-color: #fff8f2;
  border-radius: 8px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border-radius: 12px;
  background-color: #fffaf6;
  border: 1px solid #e6ddd2;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e2d7cc;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cfc2b7;
  font-size: 0.95rem;
}

.sticky-cta {
  position: sticky;
  bottom: 16px;
  align-self: flex-end;
  background-color: #1d1f24;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  display: inline-flex;
  gap: 8px;
}

.footer {
  margin-top: auto;
  padding: 32px 6%;
  background-color: #1d1f24;
  color: #f8f3ee;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d6c7bd;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  padding: 16px 20px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e1d7cd;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #1d1f24;
  background-color: #1d1f24;
  color: #ffffff;
  cursor: pointer;
}

.cookie-actions .btn-outline {
  background-color: transparent;
  color: #1d1f24;
}

.text-muted {
  color: #6b5c53;
}

.inline-link {
  text-decoration: underline;
}
