* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #141414;
  --muted: #5a5a5a;
  --sand: #f5f1eb;
  --blush: #f7e2d4;
  --olive: #4a5a43;
  --night: #111217;
  --pearl: #fcfbf8;
  --accent: #b64b2a;
  --accent-soft: #f0c9ba;
}

body {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--pearl);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  padding: 26px 6vw 10px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
  border: 1px solid var(--accent-soft);
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  text-align: center;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.9rem;
}

.nav-links a {
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: var(--accent);
}

main {
  flex: 1;
}

.section {
  padding: 70px 6vw;
}

.section-tight {
  padding: 50px 6vw;
}

.section-contrast {
  background: var(--sand);
}

.section-dark {
  background: var(--night);
  color: #f5f5f5;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  padding-bottom: 90px;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 30px;
}

.hero-text h1 {
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 1.1;
}

.hero-text p {
  color: var(--muted);
  max-width: 460px;
}

.hero-panel {
  flex: 1 1 340px;
  position: relative;
}

.hero-image {
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: #e8e1d8;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.hero-note {
  position: absolute;
  bottom: -30px;
  left: -20px;
  background: var(--blush);
  color: var(--ink);
  padding: 18px 22px;
  border-radius: 18px;
  max-width: 240px;
  font-size: 0.95rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
}

.btn:hover,
.btn:focus {
  opacity: 0.85;
}

.inline-link {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.inline-link:hover,
.inline-link:focus {
  opacity: 0.75;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.story-image {
  flex: 1 1 320px;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: #ded7cf;
}

.story-card {
  flex: 1 1 320px;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.offset-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.offset-image {
  flex: 1 1 280px;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
  background: #1a1a1a;
  transform: translateY(24px);
}

.offset-text {
  flex: 1 1 300px;
}

.insight-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  background: var(--blush);
  border-radius: 18px;
  max-width: 500px;
}

.process-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.process-step {
  flex: 1 1 220px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.trust-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.metric {
  flex: 1 1 160px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}

.quotes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quote {
  flex: 1 1 220px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  font-size: 0.95rem;
}

.benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.benefit-list {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #fff;
  border-radius: 18px;
}

.benefit-image {
  flex: 1 1 260px;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  background: #e1d7cc;
}

.pricing-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.price-card {
  flex: 1 1 220px;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

.form-panel {
  flex: 1 1 320px;
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d9d2c8;
  font-size: 0.98rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.form-note {
  font-size: 0.9rem;
  color: var(--muted);
}

.form-visual {
  flex: 1 1 280px;
  border-radius: 22px;
  overflow: hidden;
  min-height: 320px;
  background: #e8e1d8;
  transform: translateY(-20px);
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.sticky-cta:hover,
.sticky-cta:focus {
  opacity: 0.85;
}

.footer {
  background: #141414;
  color: #f5f5f5;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d0d0d0;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  z-index: 30;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.cookie-actions button {
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions button.primary {
  background: var(--accent);
  color: #fff;
}

.cookie-actions button:hover,
.cookie-actions button:focus {
  opacity: 0.8;
}

.legal-page {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 240px;
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.service-listing {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

.service-image {
  width: 160px;
  height: 120px;
  border-radius: 14px;
  overflow: hidden;
  background: #e2d8cf;
}

.bg-hero {
  background: #d8d0c7;
}

.bg-story {
  background: #e2d7cc;
}

.bg-offset {
  background: #232323;
}

.bg-benefit {
  background: #e6ddd5;
}

.bg-form {
  background: #e1d9cf;
}

.bg-about-hero {
  background: #dfd7ce;
}

.bg-about-inline {
  background: #e5ddd6;
}

.bg-contact {
  background: #e1dad1;
}

.bg-service-a {
  background: #e2d9d1;
}

.bg-service-b {
  background: #e9e0d7;
}

.bg-service-c {
  background: #e3d9cf;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

@media (max-width: 780px) {
  header {
    padding: 20px 6vw 6px;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .ad-label {
    align-self: stretch;
  }

  .hero-note {
    position: static;
    margin-top: 14px;
  }

  .form-visual {
    transform: none;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
    text-align: center;
  }
}
