* {
  box-sizing: border-box;
}

:root {
  --bg: #f6f3ee;
  --ink: #1f2328;
  --muted: #5a6067;
  --accent: #1f6b6e;
  --accent-soft: #cfe1df;
  --warm: #f3e6d5;
  --sand: #e9dccb;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e2ddd4;
  padding: 20px 6vw;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  padding: 6px 12px;
  border: 1px solid #e0d8ce;
  border-radius: 999px;
  background: var(--warm);
}

.hero {
  background: #fff;
}

.split {
  display: flex;
  gap: 48px;
  padding: 64px 6vw;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.split-media {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-frame {
  background: var(--sand);
  padding: 14px;
  border-radius: 16px;
  width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn:hover,
.text-link:hover,
.nav-links a:hover {
  opacity: 0.85;
}

.text-link {
  color: var(--accent);
  font-weight: 600;
}

.section-light {
  background: #fff;
}

.section-accent {
  background: var(--warm);
}

.section-contrast {
  background: #1f2328;
  color: #f7f2eb;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #eadfd0;
}

.card .card-media {
  width: 140px;
  height: 110px;
  background: var(--accent-soft);
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}

.card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
}

.split-note {
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #eadfd0;
}

.form-panel {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #eadfd0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px 12px;
  border: 1px solid #d9cfc2;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background: #111418;
  color: #eef1f4;
  padding: 48px 6vw;
  margin-top: auto;
}

.footer a {
  color: #eef1f4;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-col {
  min-width: 180px;
  flex: 1;
}

.legal {
  font-size: 0.9rem;
  color: #cdd3da;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 8px 8px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d9cfc2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 20;
}

.sticky-cta span {
  font-weight: 600;
  color: var(--accent);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #eadfd0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.bg-hero {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(243, 230, 213, 0.9)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-growth {
  background: linear-gradient(140deg, rgba(31, 107, 110, 0.9), rgba(17, 20, 24, 0.9)),
    url("https://images.unsplash.com/photo-1461749280684-dccba630e2f6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-soft {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(233, 220, 203, 0.92)),
    url("https://images.unsplash.com/photo-1497215728101-856f4ea42174?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 960px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
