* {
  box-sizing: border-box;
}

:root {
  --ink: #1f1d1a;
  --muted: #5b5751;
  --accent: #f29f48;
  --accent-dark: #b86b1b;
  --surface: #fff6ea;
  --surface-2: #f3efe7;
  --surface-3: #ffffff;
  --border: #e6ddcf;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f8f4ec;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 18px 120px;
}

.topbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  background: var(--surface-3);
  border-radius: 22px;
  border: 1px solid var(--border);
}

.brand {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--muted);
}

.ad-label {
  font-size: 0.85rem;
  color: var(--accent-dark);
  background: #fff0dc;
  padding: 8px 12px;
  border-radius: 14px;
  width: fit-content;
}

.section {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: var(--surface-3);
  border-radius: 22px;
  border: 1px solid var(--border);
  padding: 22px;
  box-shadow: 0 18px 40px rgba(38, 33, 24, 0.06);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card-row .card {
  flex: 1 1 260px;
}

.hero-card {
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  display: flex;
}

.hero-media {
  flex: 1.2;
  background-image: url("https://images.unsplash.com/photo-1754246523025-35b0d2007d0b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #f1e5d6;
}

.hero-content {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 234, 0.92));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: var(--accent-dark);
  margin: 0;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  background: var(--accent);
  color: #1a1208;
}

.btn.outline {
  background: transparent;
  border: 1px solid var(--accent-dark);
  color: var(--accent-dark);
}

.link-inline {
  text-decoration: underline;
  color: var(--accent-dark);
  font-weight: 600;
}

.img-wrap {
  border-radius: 18px;
  overflow: hidden;
  height: 180px;
  background-color: #f2e2cc;
}

.img-wrap.tone-2 {
  background-color: #eadad1;
}

.img-wrap.tone-3 {
  background-color: #e1e7df;
}

.img-wrap.tone-4 {
  background-color: #f1efe9;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.highlight {
  background: var(--surface);
  border: 1px dashed var(--accent-dark);
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list {
  margin: 0;
  padding-left: 20px;
}

.form-card {
  background: #fffaf1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  margin-top: 48px;
  padding: 24px;
  border-radius: 22px;
  background: #f1ede4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #1f1d1a;
  color: #fff8ef;
  display: none;
  gap: 12px;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  background: #fff8ef;
  color: #1f1d1a;
}

.cookie-actions .btn.outline {
  border-color: #fff8ef;
  color: #fff8ef;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.split > div {
  flex: 1 1 300px;
}

.bg-panel {
  background-image: url("https://images.unsplash.com/photo-1668626781268-8b988c940dc7?w=800&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d6d0c7;
  min-height: 220px;
  border-radius: 20px;
}

.bg-panel.secondary {
  background-image: url("https://images.unsplash.com/photo-1568828668638-b1b4014d91a2?w=800&q=80");
  background-color: #d9cdbb;
}

.notice {
  border-left: 4px solid var(--accent);
  padding-left: 12px;
  color: var(--muted);
}

.section-title {
  margin: 0;
  font-size: 1.5rem;
}

.testimonial {
  font-style: italic;
  color: #3a332d;
}

@media (max-width: 900px) {
  .hero-card {
    flex-direction: column;
  }

  .hero-media {
    min-height: 240px;
  }
}
