* {
  box-sizing: border-box;
}

:root {
  --ink: #1b1b1d;
  --muted: #5c5f66;
  --bg: #f6f4f1;
  --bg-dark: #1e1f24;
  --accent: #c86b3c;
  --accent-2: #2a6b6b;
  --card: #ffffff;
  --line: #e4dfd7;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 6%;
  background: #faf7f3;
  border-bottom: 1px solid var(--line);
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffaf4;
}

.hero {
  display: flex;
  gap: 32px;
  padding: 40px 6% 60px;
  align-items: stretch;
}

.hero-content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-media {
  flex: 1 1 50%;
  border-radius: 28px;
  overflow: hidden;
  background: #dcd2c8;
  min-height: 320px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3px;
  color: var(--accent-2);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

.lead {
  font-size: 18px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-row.spaced {
  margin-top: 24px;
}

.btn {
  background: var(--accent);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

.split {
  display: flex;
  gap: 28px;
  padding: 50px 6%;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 50%;
}

.split .media {
  flex: 1 1 50%;
  border-radius: 22px;
  overflow: hidden;
  background: #d9d0c7;
  min-height: 240px;
}

.section-accent {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-card {
  flex: 1 1 240px;
  background: var(--card);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-image {
  border-radius: 14px;
  overflow: hidden;
  background: #e6d9cf;
  height: 160px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.sticky-cta {
  position: sticky;
  top: 16px;
  align-self: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: #fff3e7;
  border: 1px solid var(--line);
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 14px;
  color: var(--muted);
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-family: inherit;
}

.inline-link {
  color: var(--accent-2);
  text-decoration: underline;
}

.footer {
  background: var(--bg-dark);
  color: #f7f3ee;
  padding: 40px 6%;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer small {
  display: block;
  margin-top: 16px;
  color: #d1cbc3;
}

.banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.banner-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.page-header {
  padding: 40px 6% 20px;
}

.simple-section {
  padding: 30px 6%;
}

.simple-section p {
  max-width: 780px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
}

.notice {
  border-left: 3px solid var(--accent-2);
  padding-left: 12px;
  color: var(--muted);
}

.bg-story {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-color: #2a2a2f;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-story .split {
  background: rgba(30, 31, 36, 0.55);
}

.bg-story .text {
  color: #ffffff;
}

.bg-story .inline-link {
  color: #f6d9c7;
}

@media (max-width: 900px) {
  .hero,
  .split {
    flex-direction: column;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sticky-cta {
    position: static;
  }
}
