* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color: #1a1a1a;
  background: #f8f5f2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

body {
  background: #f8f5f2;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 24px 18px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand span {
  font-size: 0.85rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: #7a6a58;
}

.brand strong {
  font-size: 1.3rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.08);
}

.hero {
  padding: 48px 18px 32px;
  position: relative;
}

.hero-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-copy {
  background: #fff;
  padding: 28px;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(30, 20, 10, 0.08);
  margin-left: 0;
}

.hero-copy h1 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.hero-copy p {
  margin-bottom: 18px;
  color: #4c3f36;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
}

.button.alt {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.hero-visual {
  position: relative;
  padding-right: 16px;
}

.hero-visual img {
  border-radius: 22px;
}

.hero-tag {
  position: absolute;
  bottom: -16px;
  right: 16px;
  background: #f9d7b5;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.85rem;
  box-shadow: 0 8px 18px rgba(26, 26, 26, 0.18);
}

.section {
  padding: 42px 18px;
}

.section.alt {
  background: #fff;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offset-card {
  background: #fff;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 14px 26px rgba(34, 20, 8, 0.08);
}

.offset-card.accent {
  background: #f0e3d6;
  margin-left: 12px;
}

.metrics {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f8f5f2;
  padding: 16px;
  border-radius: 16px;
}

.metric strong {
  font-size: 1.4rem;
}

.services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 20px;
  background: #fef9f3;
  border: 1px solid rgba(26, 26, 26, 0.08);
}

.service-card h3 {
  font-size: 1.2rem;
}

.price {
  font-weight: 700;
  color: #7a3c12;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.timeline-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.timeline-step span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #7a3c12;
}

.quote {
  background: #fff;
  padding: 22px;
  border-radius: 20px;
  margin-left: 16px;
}

.form-wrap {
  background: #fff;
  padding: 26px;
  border-radius: 26px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-size: 0.9rem;
  color: #5b4d43;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  font-family: inherit;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer {
  padding: 40px 18px 60px;
  background: #1a1a1a;
  color: #f8f5f2;
  margin-top: 40px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #d86b3a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.2);
  z-index: 40;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.2);
  display: none;
  gap: 12px;
  z-index: 50;
}

.cookie-banner p {
  font-size: 0.9rem;
  color: #4c3f36;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-actions button {
  border: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions .accept {
  background: #1a1a1a;
  color: #fff;
}

.cookie-actions .reject {
  background: #e7ded7;
  color: #1a1a1a;
}

.contact-card {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
}

.legal-content {
  background: #fff;
  padding: 28px;
  border-radius: 22px;
}

@media (min-width: 768px) {
  .hero-shell {
    flex-direction: row;
    align-items: stretch;
  }

  .hero-copy {
    flex: 1;
    margin-left: 24px;
  }

  .hero-visual {
    flex: 1;
    margin-right: 24px;
  }

  .split {
    flex-direction: row;
    align-items: center;
  }

  .metrics {
    flex-direction: row;
  }

  .services {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    width: calc(50% - 10px);
  }

  .timeline {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .hero-copy h1 {
    font-size: 2.6rem;
  }

  .section {
    padding: 64px 80px;
  }

  header {
    padding: 30px 80px 0;
  }

  .service-card {
    width: calc(33.33% - 12px);
  }

  .cookie-banner {
    max-width: 720px;
    left: auto;
    right: 30px;
  }
}
