* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2430;
  background: #f7f5f2;
  line-height: 1.6;
}

a {
  color: #1f2430;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 72px;
}

.site-header {
  padding: 22px 24px;
  background: #efe9e3;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.ad-label {
  font-size: 13px;
  padding: 6px 10px;
  background: #dfe7ea;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 0;
}

.hero-visual {
  flex: 1 1 52%;
  min-height: 380px;
  background: #cfd6d9;
  background-image: url("https://images.unsplash.com/photo-1501183638710-841dd1904471?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
}

.hero-copy {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.hero-title {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  padding: 12px 18px;
  background: #1f2430;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
}

.button-light {
  background: #e6d7c9;
  color: #1f2430;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 48px 0;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-copy {
  flex: 1 1 46%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.split-visual {
  flex: 1 1 46%;
  background: #d9d2c6;
  border-radius: 16px;
  overflow: hidden;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.card-media {
  background: #d8d1c4;
  border-radius: 12px;
  overflow: hidden;
}

.card h3 {
  margin: 0;
  font-size: 18px;
}

.price-tag {
  font-weight: 700;
  font-size: 16px;
}

.accent-panel {
  background: #e8e1d9;
  padding: 32px;
  border-radius: 20px;
}

.bg-flow {
  background: #d7dfe2;
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  min-height: 320px;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #f4ede6;
  border-radius: 16px;
  padding: 20px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
}

.lead-form label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c9c1b8;
  font-size: 14px;
  font-family: inherit;
}

.lead-form button {
  border: none;
  cursor: pointer;
}

.list-line {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer {
  background: #1f2430;
  color: #f7f5f2;
  padding: 40px 24px;
}

.footer a {
  color: #f7f5f2;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(31, 36, 48, 0.18);
  padding: 18px;
  max-width: 320px;
  z-index: 10;
}

.banner-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.section-title {
  margin: 0 0 12px;
  font-size: 26px;
}

.muted {
  color: #575b66;
}

.image-panel {
  background: #d8d1c4;
  border-radius: 16px;
  overflow: hidden;
}

.notice {
  background: #efe9e3;
  padding: 20px;
  border-radius: 12px;
}

.stacked-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inline-link {
  text-decoration: underline;
}

.reference-list {
  padding-left: 20px;
}
