* {
  box-sizing: border-box;
}

:root {
  --ink: #161616;
  --muted: #5c5c5c;
  --sand: #f6f3ef;
  --surface: #ffffff;
  --accent: #1f5cf2;
  --accent-dark: #153db3;
  --warm: #f0e5da;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 8vw;
  background: var(--surface);
  border-bottom: 1px solid #e5e0da;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: var(--accent);
}

.split-section {
  display: flex;
  gap: 6vw;
  padding: 60px 8vw;
  align-items: center;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section.tight {
  padding-top: 40px;
  padding-bottom: 40px;
}

.split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-media {
  flex: 1;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.btn.primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.btn.primary:hover {
  background: var(--accent-dark);
}

.note {
  background: var(--warm);
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
}

.inline-link {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

.inline-link:hover {
  border-color: var(--accent);
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: var(--surface);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid #eee7df;
}

.card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-item {
  background: var(--surface);
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e7e1d9;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.price-item span {
  font-weight: 600;
  color: var(--accent-dark);
}

.form-panel {
  background: var(--surface);
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e7e1d9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 0.9rem;
  color: var(--muted);
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc7bc;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  background: #111111;
  color: #f6f3ef;
  padding: 40px 8vw;
  margin-top: auto;
}

.footer a {
  color: #f6f3ef;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e3ddd3;
  z-index: 10;
}

.sticky-cta span {
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: var(--surface);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e7e1d9;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: transparent;
  font-weight: 600;
}

.cookie-actions .accept {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.hero-background {
  background-image: url("https://images.unsplash.com/photo-1485579149621-3123dd979885?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-background .split-content,
.hero-background .split-media {
  position: relative;
  z-index: 1;
}

.badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-block {
  background: var(--surface);
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #e7e1d9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-divider {
  border-top: 1px solid #e2dbd1;
}

@media (max-width: 900px) {
  .split-section,
  .split-section.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .topbar {
    flex-direction: column;
    gap: 12px;
  }
}
