* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2526;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw 12px;
  gap: 16px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ad-label {
  font-size: 0.85rem;
  background: #f0d9bf;
  color: #3d2f23;
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a:hover,
.text-link:hover {
  text-decoration: underline;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 6vw 60px;
  align-items: stretch;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-media {
  flex: 1 1 380px;
  position: relative;
  background: #d6d1c9;
  padding: 18px;
  transform: translateY(16px);
}

.hero-media img {
  width: 100%;
  height: 360px;
}

.hero-card {
  position: absolute;
  bottom: -24px;
  left: -20px;
  background: #1f2526;
  color: #f7f6f3;
  padding: 16px 18px;
  max-width: 240px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.section {
  padding: 70px 6vw;
  position: relative;
}

.section.light {
  background: #ffffff;
}

.section.contrast {
  background: #efe9e1;
}

.section.bg-rust {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f2526;
}

.section.bg-rust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 246, 243, 0.86);
}

.section.bg-rust .split {
  position: relative;
  z-index: 1;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1 1 300px;
}

.panel.offset {
  margin-left: 10%;
}

.panel.card {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(24, 32, 33, 0.08);
}

.headline {
  font-size: 2.3rem;
  line-height: 1.2;
}

.subhead {
  font-size: 1.1rem;
  color: #4c585a;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  border: none;
  padding: 12px 20px;
  background: #d8643c;
  color: #fff7f0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
}

.btn.secondary {
  background: #23333a;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #23333a;
  color: #23333a;
}

.btn:hover {
  filter: brightness(0.95);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 28px rgba(24, 32, 33, 0.08);
  position: relative;
}

.service-card img {
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #d8643c;
}

.tag {
  display: inline-flex;
  background: #23333a;
  color: #f7f6f3;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  align-self: flex-start;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timeline-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.timeline-index {
  font-weight: 700;
  font-size: 1.3rem;
  color: #d8643c;
}

.image-frame {
  background: #cfd4d3;
  padding: 12px;
}

.image-frame img {
  width: 100%;
  height: 260px;
}

.form-wrap {
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 16px 36px rgba(24, 32, 33, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap select,
.form-wrap input,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c4c8c7;
  border-radius: 4px;
  font-size: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-note {
  font-size: 0.9rem;
  color: #4c585a;
}

.footer {
  background: #1f2526;
  color: #f7f6f3;
  padding: 40px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer a:hover {
  text-decoration: underline;
}

.footer small {
  color: #c7c8c5;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d9d6cf;
}

.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
}

.sticky-cta button {
  padding: 12px 18px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #d1d1cf;
  display: none;
  padding: 18px 6vw;
  z-index: 20;
}

.cookie-banner.active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.simple-header {
  padding: 50px 6vw 30px;
}

.text-block {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 12px 22px rgba(24, 32, 33, 0.08);
}

@media (max-width: 780px) {
  .hero-media {
    transform: none;
  }

  .panel.offset {
    margin-left: 0;
  }

  .sticky-cta {
    right: 10px;
    bottom: 10px;
  }
}
