* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #2b2a28;
  background: #fbfaf7;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 5%;
  background: #f2efe8;
  border-bottom: 1px solid #e3ddd2;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.9rem;
  color: #615a4e;
  background: #efe7da;
  padding: 6px 10px;
  border-radius: 4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.nav-links a:hover,
.cta-button:hover,
.inline-cta:hover,
.sticky-cta:hover,
.pill:hover,
.form-button:hover,
.cookie-button:hover {
  filter: brightness(0.95);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 40px 5% 24px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin: 0;
}

.hero-media {
  flex: 1 1 320px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #dcd1c2;
}

.hero-media img {
  height: 100%;
  min-height: 280px;
}

.section {
  padding: 48px 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section.alt {
  background: #f4f0ea;
}

.section.dark {
  background: #2f2a25;
  color: #f7f2e9;
}

.section-title {
  font-size: 1.8rem;
  margin: 0;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.img-frame {
  border-radius: 16px;
  overflow: hidden;
  background: #e0d7c8;
}

.img-frame.secondary {
  background: #cfd8d6;
}

.img-frame.tertiary {
  background: #d9c7c2;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill {
  padding: 8px 14px;
  background: #e5ded4;
  border-radius: 999px;
  font-size: 0.9rem;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(23, 18, 10, 0.08);
}

.card.dark {
  background: #3a332c;
  color: #f8f3ea;
}

.card img {
  border-radius: 12px;
  height: 180px;
}

.price {
  font-size: 1.4rem;
  font-weight: 600;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-button {
  background: #2f6b5a;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.inline-cta {
  color: #2f6b5a;
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #6b4f3c;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 5;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  border-left: 2px solid #b9a48f;
}

.form-section {
  background: #efe7da;
  border-radius: 18px;
  padding: 28px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #c8bfb2;
  font-size: 1rem;
  background: #ffffff;
}

.form-button {
  background: #2f6b5a;
  color: #ffffff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

.footer {
  padding: 32px 5%;
  background: #1f1c18;
  color: #eee5d8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.footer-small {
  font-size: 0.85rem;
  color: #cbbfae;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(23, 18, 10, 0.18);
  max-width: 320px;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-button {
  flex: 1;
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.cookie-accept {
  background: #2f6b5a;
  color: #ffffff;
}

.cookie-reject {
  background: #e4ddd2;
}

.page-hero {
  padding: 36px 5%;
  background: #f2efe8;
}

.page-hero-title {
  font-size: 2rem;
  margin: 0 0 8px;
}

.details-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.details-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(23, 18, 10, 0.08);
}

.muted {
  color: #6d655a;
}

@media (max-width: 760px) {
  .sticky-cta {
    position: static;
    margin: 20px 5%;
    display: inline-flex;
  }

  .top-bar {
    padding-bottom: 12px;
  }
}
