* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1e1b;
  background: #f7f4ef;
}

a {
  color: #2d4a3a;
  text-decoration: none;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  gap: 24px;
  background: #f4efe6;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-label {
  background: #efe2cf;
  color: #5a3b1c;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 56px 48px;
  background: #efe6d9;
}

.hero-main {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-image {
  flex: 1 1 340px;
  background: #d9cbb7;
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
  display: flex;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #2d4a3a;
  color: #fff;
  font-weight: 600;
}

.btn.secondary {
  background: #e9d9c2;
  color: #2d4a3a;
}

.section {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background: #f0e9de;
}

.section.dark {
  background: #2d2a24;
  color: #f9f6f0;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 280px;
}

.image-frame {
  background: #d6c6b0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  min-height: 220px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  background: #dbcbb5;
  border-radius: 14px;
  overflow: hidden;
  height: 160px;
  display: flex;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-tag {
  font-weight: 700;
  color: #2d4a3a;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.timeline-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2d4a3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.sticky-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.sticky-cta {
  flex: 0 1 260px;
  background: #efe2cf;
  padding: 18px;
  border-radius: 18px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.form-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-box label {
  font-weight: 600;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 10px 12px;
  border: 1px solid #c8bca8;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  background: #1f1e1b;
  color: #f1ece4;
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f1ece4;
}

.banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  left: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.notice {
  font-size: 0.95rem;
  color: #3f3a31;
}

.text-light {
  color: #f1ece4;
}

.subtle {
  color: #6a5f50;
}

.wide-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  background: #d9c9b3;
  padding: 24px;
  border-radius: 22px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbbda8;
}

.service-row span {
  max-width: 70%;
}

.content-max {
  max-width: 1024px;
}

.center {
  align-items: center;
  text-align: center;
}

.intro-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.intro-grid .panel {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
}

.panel.dark {
  background: #2f2c26;
  color: #f6f0e7;
}
