* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background: #f6f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  gap: 16px;
  background: #f6f3ef;
}

.brand {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background: #1f2a2e;
  color: #f6f3ef;
  border-radius: 14px;
  font-size: 0.8rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 40px 6vw 20px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
  position: relative;
  padding: 22px;
  background: #fff4e7;
  margin-top: 10px;
  border-radius: 18px;
}

.hero-visual {
  flex: 1 1 320px;
  min-width: 260px;
  margin-left: auto;
}

.image-frame {
  background-color: #d8d2c8;
  border-radius: 18px;
  overflow: hidden;
}

.frame-sand {
  background-color: #dcd6cf;
}

.frame-coast {
  background-color: #cfd8dd;
}

.frame-stone {
  background-color: #d9d2cc;
}

.frame-sage {
  background-color: #cfd6d1;
}

.frame-city {
  background-color: #d3d9cf;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section {
  padding: 36px 6vw;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.section.narrow {
  max-width: 980px;
  margin: 0 auto;
}

.section.alt {
  background: #ffffff;
  border-radius: 26px;
  margin: 24px 6vw;
}

.section.offset {
  padding-left: 10vw;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #8c4b2f;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #1f2a2e;
  color: #f6f3ef;
  border-radius: 26px;
  border: none;
  font-size: 0.95rem;
}

.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #1f2a2e;
  border-radius: 22px;
  background: transparent;
}

.form-wrap {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  flex: 1 1 320px;
}

.form-wrap label {
  display: block;
  margin-top: 12px;
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #c8c0b5;
  border-radius: 10px;
  font-size: 0.95rem;
  background: #fcfaf7;
}

.inline-cta {
  color: #8c4b2f;
  font-weight: 600;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.split > div {
  flex: 1 1 300px;
}

.banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1f2a2e;
  color: #f6f3ef;
  padding: 16px;
  border-radius: 16px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 40;
}

.banner button {
  background: #f6f3ef;
  color: #1f2a2e;
  border: none;
  padding: 8px 12px;
  border-radius: 14px;
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  left: 16px;
  bottom: 18px;
  background: #fff4e7;
  border-radius: 18px;
  padding: 10px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 30;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.footer {
  padding: 30px 6vw 60px;
  background: #1f2a2e;
  color: #f6f3ef;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.footer a {
  color: #f6f3ef;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.muted {
  color: #4e5b60;
}

.policy {
  padding: 30px 6vw 50px;
  max-width: 900px;
}

.policy h1 {
  margin-top: 0;
}

.map-frame {
  background: #cfd8d6;
  border-radius: 16px;
  overflow: hidden;
}

.map-frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
