* {
  box-sizing: border-box;
}

:root {
  --ink: #1f2a2e;
  --muted: #5c6a6f;
  --accent: #b87a2a;
  --accent-dark: #915f20;
  --paper: #f6f2ec;
  --surface: #ffffff;
  --soft: #e9e2d6;
  --shadow: 0 18px 40px rgba(20, 20, 20, 0.12);
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px 80px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 26px 28px 12px;
  background: var(--paper);
}

.brand {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}

.ad-label {
  padding: 6px 10px;
  background: var(--soft);
  border-radius: 999px;
  font-size: 12px;
  color: var(--muted);
}

.hero {
  display: flex;
  gap: 32px;
  align-items: stretch;
  padding: 40px 0 10px;
}

.hero-content {
  flex: 1;
  padding: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.hero-media {
  flex: 1;
  background: #d8d5cd;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-title {
  font-size: 36px;
  margin: 0 0 10px;
}

.hero-subtitle {
  margin: 0 0 14px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 18px;
  border-radius: 28px;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border: none;
}

.btn.alt {
  background: transparent;
  color: var(--accent-dark);
  border: 1px solid var(--accent-dark);
}

.section {
  padding: 50px 0;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.split .media-card {
  flex: 1;
  background: #d2cdc2;
  padding: 14px;
}

.media-card img {
  border-radius: 14px;
}

.panel {
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 30px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 280px;
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.two-tone {
  background: linear-gradient(120deg, #efe7dc 0%, #ffffff 60%);
}

.accent-section {
  background: #1f2a2e;
  color: #f6f2ec;
  padding: 50px 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inline-link {
  color: var(--accent-dark);
  text-decoration: underline;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d0c6b8;
  font-size: 14px;
  font-family: inherit;
}

.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-row > div {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--accent-dark);
  color: #fff;
  padding: 12px 16px;
  border-radius: 22px;
  z-index: 20;
  box-shadow: var(--shadow);
}

.footer {
  border-top: 1px solid #d9d0c5;
  padding: 30px 28px 60px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 340px;
  background: var(--surface);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 16px;
  z-index: 30;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.muted {
  color: var(--muted);
}

.list {
  padding-left: 18px;
  margin: 0;
}

.swoosh-bg {
  background-color: #5b5f57;
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  color: #f6f2ec;
  padding: 50px 32px;
}

.intro-strip {
  background-color: #6b6157;
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 40px 32px;
  border-radius: 24px;
  color: #f6f2ec;
}

.section-title {
  margin: 0 0 10px;
}

.highlight {
  padding: 12px 16px;
  background: var(--soft);
  border-left: 3px solid var(--accent-dark);
}

@media (max-width: 940px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .sticky-cta {
    right: 14px;
    left: 14px;
    text-align: center;
  }
}
