* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1f1b1a;
  --muted: #5c5452;
  --accent: #c76b7a;
  --accent-dark: #a55260;
  --pearl: #f7f1ef;
  --sand: #efe5e0;
  --mist: #f4f6f8;
  --sunset: #f2d6d9;
  --sage: #dfe7e1;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 24px 0 18px;
  border-bottom: 1px solid #eee2dd;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background: var(--sunset);
  padding: 8px 12px;
  border-radius: 999px;
}

.section {
  padding: 80px 0;
}

.section--tight {
  padding: 60px 0;
}

.section--hero {
  position: relative;
  color: #fff;
  background-color: #3a2b2c;
  background-image: url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 20, 21, 0.6);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 620px;
  padding: 40px 0;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: #f3d8da;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #f6e9ea;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.cta-row.spaced {
  margin-top: 26px;
}

.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;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border-color: #f4d7db;
  color: #fff;
}

.text-link {
  color: var(--accent);
  text-decoration: underline;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.image-frame {
  background: var(--pearl);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(24, 18, 18, 0.12);
}

.section--insight {
  background: var(--pearl);
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
}

.stat {
  flex: 1 1 180px;
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #ead9d5;
}

.section--trust {
  background-color: #1f1b1a;
  color: #fff;
  background-image: url("https://images.unsplash.com/photo-1503341455253-b2e723bb3dbb?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.section--trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 16, 17, 0.7);
}

.section--trust .container {
  position: relative;
}

.testimonial-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.testimonial {
  flex: 1 1 260px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.benefit-grid,
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.benefit-card,
.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee2dd;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
}

.card-image {
  background: var(--mist);
}

.section--pricing {
  background-color: #2a2424;
  color: #fff;
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.section--pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(36, 28, 29, 0.78);
}

.section--pricing .container {
  position: relative;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
}

.form-section {
  background: var(--sage);
}

.form-card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e1d3ce;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-option {
  flex: 1 1 160px;
  border: 1px solid #e4d6d0;
  border-radius: 12px;
  padding: 12px;
  background: #fff7f8;
  cursor: pointer;
}

.service-option input {
  margin-right: 8px;
}

.form-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-grid input {
  flex: 1 1 220px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d8c8c2;
}

.form-grid input:focus {
  outline: 2px solid #d7a6af;
}

.footer {
  background: #141011;
  color: #fff;
  padding: 48px 0 32px;
}

.footer-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer a {
  color: #f3d8da;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  max-width: 360px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #ead9d5;
  box-shadow: 0 16px 32px rgba(20, 15, 16, 0.15);
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 auto;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #d8c8c2;
  background: #fff;
  cursor: pointer;
}

.cookie-actions .btn-accept {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.cta-sticky {
  position: fixed;
  right: 22px;
  bottom: 90px;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: var(--accent-dark);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  z-index: 25;
}

.page-hero {
  background: var(--sand);
  padding: 70px 0 40px;
}

.page-hero h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.simple-section {
  padding: 40px 0;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 760px) {
  .cta-sticky {
    right: 16px;
  }

  .hero-content {
    padding: 30px 0;
  }
}
