*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1c1d20;
  background: #f7f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0 10px;
}

.site-header .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #c66c3b, #f1b085);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.95rem;
}

.nav a {
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav a:hover {
  border-color: #c66c3b;
}

.hero {
  padding: 36px 0 40px;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-card {
  background: #fff;
  padding: 28px;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(31, 31, 31, 0.08);
}

.hero-card h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
}

.hero-card p {
  margin: 0 0 18px;
  color: #3b3b3b;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #c66c3b;
  color: #fff;
}

.btn-secondary {
  background: #fff;
  border-color: #c66c3b;
  color: #c66c3b;
}

.btn-ghost {
  background: transparent;
  border-color: #1c1d20;
}

.section {
  padding: 46px 0;
}

.section--dark {
  background: #1c1d20;
  color: #f5f1ec;
}

.section--soft {
  background: #fffaf5;
}

.section--offset {
  position: relative;
}

.offset-panel {
  background: #ffffff;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(22, 22, 22, 0.08);
}

.offset-panel--shift {
  margin-left: 8%;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #c66c3b;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  padding: 8px 14px;
  background: #f0e7dc;
  border-radius: 999px;
  font-size: 0.85rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 0.9rem;
  opacity: 0.8;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(27, 27, 27, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  border-radius: 16px;
}

.quote {
  background: #f1e6da;
  padding: 18px;
  border-radius: 18px;
  font-size: 0.95rem;
}

.pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-tag {
  font-size: 1.4rem;
  font-weight: 700;
  color: #c66c3b;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c66c3b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.form-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 44px rgba(24, 24, 24, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d6c9bb;
  font-size: 1rem;
  width: 100%;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-option {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e2d6c8;
  background: #fff8f0;
}

.service-option input {
  width: auto;
}

.form-note {
  font-size: 0.85rem;
  color: #6d655d;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  background: #1c1d20;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  display: none;
  width: min(700px, 92%);
  z-index: 40;
}

.cookie-banner.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  padding: 36px 0 50px;
  background: #161616;
  color: #f4f0eb;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 0.9rem;
}

.legal {
  font-size: 0.8rem;
  opacity: 0.7;
}

.simple-hero {
  padding: 48px 0 30px;
}

.simple-hero h1 {
  margin: 0 0 14px;
}

.image-strip {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.map-card {
  border-radius: 24px;
  overflow: hidden;
}

.policy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 880px) {
  .site-header .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-inner,
  .split,
  .contact-grid {
    flex-direction: row;
  }

  .hero-inner > * {
    flex: 1;
  }

  .cards,
  .pricing-grid,
  .image-strip {
    flex-direction: row;
  }

  .cards .card,
  .pricing-grid .card,
  .image-strip img {
    flex: 1;
  }

  .steps {
    flex-direction: row;
  }

  .steps .step {
    flex: 1;
  }

  .contact-grid > * {
    flex: 1;
  }

  .offset-panel--shift {
    margin-left: 18%;
  }
}
