@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  src: url("https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggexSg.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: #1b1b1f;
  background: #f7f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  padding: 24px 6vw 8px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #1b1b1f;
}

main {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 24px 6vw 80px;
}

.section {
  border-radius: 28px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 22px 40px rgba(24, 24, 24, 0.08);
  position: relative;
  overflow: hidden;
}

.section.tone-dark {
  background: #1f1e22;
  color: #f4efe9;
}

.section.tone-soft {
  background: #efe8e1;
}

.section.tone-accent {
  background: #f2d8c2;
}

.section.layered::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% -10%;
  height: 60%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.split.reverse {
  flex-direction: column;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin: 0;
}

.lead {
  font-size: 1.05rem;
  margin: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid #1b1b1f;
}

.btn.primary {
  background: #1b1b1f;
  color: #f7f4f1;
}

.btn.light {
  background: #f7f4f1;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.image-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.image-frame.tall img {
  height: 100%;
  object-fit: cover;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  background: rgba(27, 27, 31, 0.08);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(27, 27, 31, 0.08);
}

.service-card strong {
  font-size: 1.05rem;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial {
  padding: 16px;
  border-left: 3px solid #1b1b1f;
  background: rgba(255, 255, 255, 0.2);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.process-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.process-step span {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1b1b1f;
  color: #f7f4f1;
  font-weight: 700;
}

.form-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #ffffff;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(27, 27, 31, 0.08);
}

label {
  font-size: 0.85rem;
  font-weight: 600;
}

input,
select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(27, 27, 31, 0.2);
  font-family: inherit;
}

footer {
  padding: 40px 6vw 80px;
  background: #1b1b1f;
  color: #f4efe9;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1b1b1f;
  color: #f7f4f1;
  font-size: 0.9rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-hero {
  padding-top: 8px;
}

.split-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 860px) {
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .split > * {
    flex: 1;
  }

  .footer-grid {
    flex-direction: row;
    justify-content: space-between;
  }

  .cookie-banner {
    flex-direction: row;
    justify-content: space-between;
  }
}
