* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1f4b7a;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.9;
}

header {
  padding: 24px 6%;
  background: #fff;
  border-bottom: 1px solid #e7e0d8;
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  color: #1d1d1f;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-left: auto;
}

.ad-label {
  font-size: 0.85rem;
  color: #5c5c64;
  border: 1px solid #d7d0c9;
  padding: 4px 10px;
  border-radius: 999px;
}

.hero {
  padding: 48px 6%;
  background: #f2ede6;
}

.section {
  padding: 56px 6%;
}

.section.alt {
  background: #fff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #6a5c50;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  background: #1f4b7a;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #d2b48c;
  color: #1d1d1f;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #fff;
  border: 1px solid #ebe3dc;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(27, 24, 21, 0.08);
}

.card img {
  border-radius: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f4b7a;
}

.quote {
  font-style: italic;
  background: #f3eee7;
  padding: 16px;
  border-left: 4px solid #c2a67a;
  margin: 16px 0;
}

.form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e9e1d9;
}

.form-wrap label {
  display: block;
  font-weight: 600;
  margin-top: 12px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d9d1c8;
  margin-top: 6px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  background: #1f4b7a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(31, 75, 122, 0.4);
}

.image-frame {
  background-color: #dcd1c6;
  border-radius: 18px;
  overflow: hidden;
}

.bg-panel {
  background-color: #e5d9ce;
  border-radius: 18px;
  padding: 24px;
  color: #1d1d1f;
}

.bg-panel.photo-a {
  background-image: url("https://images.unsplash.com/photo-1483058712412-4245e9b90334?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-panel.photo-b {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer {
  background: #1d1d1f;
  color: #fff;
  padding: 36px 6%;
}

.footer a {
  color: #f0d7b1;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-grid > div {
  flex: 1 1 220px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border: 1px solid #e2d8cd;
  border-radius: 12px;
  padding: 16px;
  display: none;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #1f4b7a;
  color: #fff;
}

.cookie-reject {
  background: #e2d8cd;
  color: #1d1d1f;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.muted {
  color: #6c6a67;
}
