* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1d1d1b;
  --sand: #f4f1ec;
  --clay: #c96f4c;
  --pine: #2b4a3b;
  --fog: #e7e3dc;
  --stone: #a7a39c;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #b9b2a7;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topbar {
  padding: 26px 0 18px;
  background: var(--sand);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  padding: 6px 10px;
  border: 1px solid var(--stone);
  border-radius: 999px;
  background: #fff;
}

.hero {
  position: relative;
  padding: 70px 0 90px;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 360px;
  padding: 30px 0;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

.hero-text p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  max-width: 520px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn.secondary {
  background: transparent;
  color: var(--ink);
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  background: var(--pine);
  color: #fff;
}

.hero-media {
  flex: 1 1 340px;
  min-height: 360px;
  background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  background-color: #b9b2a7;
}

.hero-card {
  position: absolute;
  right: -30px;
  bottom: -40px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 20px;
  width: min(320px, 70%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero-card strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.section {
  padding: 80px 0;
}

.section.alt {
  background: var(--fog);
}

.trust-band {
  background-image: url("https://images.unsplash.com/photo-1482192505345-5655af888cc4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #9a948c;
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
}

.trust-band .offset-card {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  max-width: 520px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 18px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split .panel {
  flex: 1 1 320px;
}

.offset-card {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.inline-cta {
  color: var(--clay);
  font-weight: 600;
  text-decoration: underline;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 170px;
}

.service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--pine);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  align-self: flex-start;
  max-width: 520px;
}

.timeline-item:nth-child(2) {
  align-self: center;
  background: var(--fog);
}

.timeline-item:nth-child(3) {
  align-self: flex-end;
}

.testimonial {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-card {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c9c3bb;
  font-size: 0.95rem;
  background: #fff;
}

.sticky-cta {
  position: sticky;
  bottom: 18px;
  margin-top: 30px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.image-frame {
  border-radius: 20px;
  overflow: hidden;
  background: #b9b2a7;
}

.image-frame img {
  width: 100%;
  height: 320px;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background: #151513;
  color: #f8f4ef;
}

.footer a {
  color: #f8f4ef;
  text-decoration: underline;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: flex-start;
}

.footer-col {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--ink);
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  max-width: 680px;
  z-index: 10;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.page-hero {
  padding: 60px 0 40px;
}

.page-hero .panel {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.page-hero img {
  width: 100%;
  height: 260px;
}

.map-panel {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal h2 {
  margin-top: 16px;
  font-size: 1.3rem;
}

.small-note {
  font-size: 0.9rem;
  color: #4a4a44;
}
