* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: #1d1d1f;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

header {
  background: #f1ece4;
  padding: 24px 0 14px;
  border-bottom: 1px solid #ded7cd;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #6b5f4d;
  max-width: 260px;
}

main {
  padding: 30px 0 70px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.hero-copy {
  flex: 1 1 320px;
}

.hero-image {
  flex: 1 1 360px;
  min-height: 360px;
  background: #d7cfbf;
  border-radius: 18px;
  overflow: hidden;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-btn,
.ghost-btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.cta-btn {
  background: #1d1d1f;
  color: #fff;
}

.ghost-btn {
  background: #fff;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.section {
  margin-top: 48px;
}

.section-title {
  font-size: 26px;
  margin: 0 0 14px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.magazine-main {
  flex: 2 1 360px;
}

.magazine-side {
  flex: 1 1 220px;
}

.image-frame {
  background: #d9cfc2;
  border-radius: 16px;
  overflow: hidden;
  min-height: 220px;
}

.pull-quote {
  background: #1d1d1f;
  color: #f7f4ef;
  padding: 20px;
  border-radius: 12px;
  font-size: 15px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  min-height: 160px;
  background: #e3dccf;
  border-radius: 12px;
  overflow: hidden;
}

.price-tag {
  font-weight: 700;
  font-size: 18px;
}

.split-band {
  background: #e9e2d6;
  padding: 32px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.split-band p {
  margin: 0;
}

.form-shell {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-size: 14px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c6bfb2;
  font-size: 14px;
  font-family: inherit;
}

.inline-link {
  text-decoration: underline;
}

footer {
  background: #1d1d1f;
  color: #f5f1ea;
  padding: 32px 0 48px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.footer-grid a {
  color: #f5f1ea;
}

.disclaimer {
  font-size: 13px;
  color: #d9d1c4;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 5;
  background: #f7f4ef;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid #1d1d1f;
  font-size: 13px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 6;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.hero-panel {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
}

.list-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice {
  background: #efe7db;
  border-radius: 12px;
  padding: 14px;
  font-size: 14px;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column > div {
  flex: 1 1 280px;
}

.service-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.page-hero {
  background: #e7dfd2;
  padding: 36px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.hero-image-small {
  min-height: 220px;
}

.page-hero h1 {
  margin: 0;
  font-size: 32px;
}

.page-hero p {
  margin: 8px 0 0;
}

.legal-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

@media (max-width: 760px) {
  .sticky-cta {
    bottom: 12px;
    right: 12px;
  }
}
