* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2a35;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #1d4b7a;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 6%;
  background: #ffffff;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 15px;
}

.ad-label {
  font-size: 13px;
  color: #7a4b1d;
  padding: 6px 10px;
  border: 1px solid #d6b38a;
  border-radius: 12px;
  background: #fff6e8;
}

.section {
  padding: 70px 6%;
}

.section-tight {
  padding: 45px 6%;
}

.split {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.hero {
  background: #e6eef5;
  position: relative;
  overflow: hidden;
}

.hero-visual {
  background: #c6d7e6;
  padding: 16px;
  border-radius: 22px;
}

.hero-visual img {
  width: 100%;
  height: 360px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.pill {
  display: inline-flex;
  padding: 6px 14px;
  background: #1d4b7a;
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.button {
  border: none;
  background: #1d4b7a;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 26px;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background: #f0d7b6;
  color: #3b2f20;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  background: #1d4b7a;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.stat-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  flex: 1 1 180px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
}

.card-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-media {
  background: #d7dfe6;
  padding: 12px;
}

.card-media img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1d4b7a;
}

.layer {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(16, 24, 40, 0.08);
}

.image-block {
  background: #ced7dd;
  padding: 14px;
  border-radius: 18px;
}

.image-block img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.form-shell {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid label {
  font-size: 14px;
  font-weight: 600;
}

.form-grid select,
.form-grid input,
.form-grid textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cdd4db;
  width: 100%;
  font-size: 15px;
}

.footer {
  margin-top: auto;
  padding: 30px 6% 40px;
  background: #1f2a35;
  color: #f6f4f1;
}

.footer a {
  color: #f0d7b6;
}

.footer-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-grid div {
  flex: 1 1 200px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.banner-button {
  border: none;
  padding: 10px 16px;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 600;
}

.banner-button.accept {
  background: #1d4b7a;
  color: #ffffff;
}

.banner-button.reject {
  background: #e2e6ea;
  color: #1f2a35;
}

.inline-cta {
  font-weight: 600;
}

.section-background {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(240, 230, 216, 0.95)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80") center/cover no-repeat;
}

.section-image {
  background: #d5dee4;
  padding: 12px;
  border-radius: 16px;
}

.section-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 10px;
  border-radius: 12px;
  background: #f0d7b6;
  font-size: 13px;
}

.notice {
  background: #fff1e4;
  padding: 20px;
  border-radius: 16px;
}

.page-title {
  font-size: 36px;
  margin-bottom: 12px;
}

.muted {
  color: #5a6a78;
}

.no-margin {
  margin: 0;
}

.space-top {
  margin-top: 30px;
}
