* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1f23;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background: #f1ede7;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.brand-tagline {
  font-size: 13px;
  color: #5a5f67;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}

.nav a {
  padding: 6px 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e0d8ce;
}

.ad-label {
  font-size: 12px;
  color: #6a4d2f;
  background: #fff2df;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e6caa7;
}

.main {
  flex: 1;
}

.section {
  padding: 60px 8vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.light {
  background: #ffffff;
}

.section.tint {
  background: #f0f3f8;
}

.section.dark {
  background: #1f2a33;
  color: #f7f5f2;
}

.magazine-row {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.magazine-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.magazine-column.wide {
  flex: 1.4;
}

.magazine-column.narrow {
  flex: 0.7;
}

.hero-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e5e1db;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.hero-image,
.feature-image,
.card-image {
  background: #e7e0d9;
  border-radius: 18px;
  overflow: hidden;
}

.hero-image img,
.feature-image img,
.card-image img {
  width: 100%;
  height: 100%;
}

.hero-image {
  height: 260px;
}

.feature-image {
  height: 220px;
}

.card-image {
  height: 160px;
}

.headline {
  font-size: 36px;
  line-height: 1.2;
}

.subhead {
  font-size: 18px;
  color: #4b4f55;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  background: #1f2a33;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #d46b2d;
}

.btn.light {
  background: #ffffff;
  color: #1f2a33;
  border: 1px solid #c7c2bb;
}

.inline-cta {
  color: #d46b2d;
  font-weight: 600;
  text-decoration: underline;
}

.stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.stat {
  background: #fff6eb;
  padding: 16px;
  border-radius: 12px;
  min-width: 150px;
  border: 1px solid #f0d8bb;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 220px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #e5e1db;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card h3 {
  font-size: 18px;
}

.price {
  font-weight: 700;
  font-size: 18px;
  color: #d46b2d;
}

.form-panel {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #e5e1db;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c3bb;
  font-size: 15px;
}

.form-panel button {
  align-self: flex-start;
}

.testimonial {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e5e1db;
  font-style: italic;
}

.footer {
  background: #151a1f;
  color: #d7d7d7;
  padding: 40px 8vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.disclaimer {
  font-size: 12px;
  color: #a9a9a9;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 14px;
  border: 1px solid #d4cfc8;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  z-index: 40;
}

.sticky-cta span {
  font-size: 13px;
  color: #4b4f55;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  max-width: 340px;
  border: 1px solid #d4cfc8;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 50;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wide-image-section {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ece6df;
  padding: 30px;
}

.wide-image-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.wide-image-section > * {
  position: relative;
  z-index: 1;
}

.wide-image-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.wide-image-section h2,
.wide-image-section p {
  color: #ffffff;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1;
  min-width: 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #e5e1db;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simple-hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e5e1db;
}

.muted {
  color: #5a5f67;
}

@media (max-width: 900px) {
  .magazine-row {
    flex-direction: column;
  }

  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
    justify-content: space-between;
  }
}
