* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f1f1f;
  background-color: #faf8f5;
  line-height: 1.6;
}

a {
  color: #2e5149;
  text-decoration: none;
}

img {
  display: block;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding: 28px 6vw 18px;
  background-color: #fffdf9;
  border-bottom: 1px solid #e6e1d7;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.brand-tag {
  font-size: 0.9rem;
  color: #6e6a63;
}

.magazine-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-link {
  font-weight: 500;
}

.ad-label {
  background-color: #f2d9c9;
  color: #4b2c1d;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 52px 6vw;
  background-color: #fff9f2;
}

.hero-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-media {
  flex: 1 1 320px;
  min-width: 280px;
  border-radius: 18px;
  overflow: hidden;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  color: #7a6a5b;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.editorial-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 52px 6vw;
}

.editorial-main {
  flex: 2 1 380px;
}

.editorial-side {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.note-card {
  padding: 20px;
  background-color: #fdf9f3;
  border: 1px solid #eee6db;
  border-radius: 14px;
}

.note-card.highlight {
  background-color: #f1efe7;
}

.inline-media {
  margin: 18px 0;
  border-radius: 16px;
  overflow: hidden;
}

.process-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 52px 6vw;
}

.process-text {
  flex: 1 1 320px;
}

.bullet-list {
  padding-left: 18px;
  margin: 12px 0 0;
}

.bullet-list li {
  margin-bottom: 6px;
}

.process-card {
  flex: 1 1 280px;
  border-radius: 18px;
  overflow: hidden;
}

.services-section {
  padding: 52px 6vw;
  background-color: #fff;
}

.services-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  min-width: 220px;
  padding: 18px;
  background-color: #faf6f0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-media {
  border-radius: 14px;
  overflow: hidden;
}

.price {
  font-weight: 600;
}

.testimonial-band {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 52px 6vw;
}

.testimonial-column {
  flex: 2 1 320px;
}

.testimonial-image {
  flex: 1 1 260px;
  border-radius: 18px;
  overflow: hidden;
}

.quote-name {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  color: #5b5147;
}

.form-section {
  padding: 52px 6vw 80px;
  background-color: #fff9f0;
}

.form-intro {
  max-width: 560px;
  margin-bottom: 24px;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

.form-field input,
.form-field select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7d1c7;
  font-size: 1rem;
  background-color: #fff;
}

.form-note {
  font-size: 0.85rem;
  color: #6f6760;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn.primary {
  background-color: #2e5149;
  color: #fff;
}

.btn.secondary {
  background-color: #c6a48b;
  color: #2b1a10;
}

.btn.ghost {
  background-color: transparent;
  border: 1px solid #b6a89a;
  color: #2b1a10;
}

.inline-link {
  font-weight: 600;
}

.site-footer {
  padding: 48px 6vw 36px;
  background-color: #1f1f1f;
  color: #f7f3ed;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 22px;
}

.site-footer a {
  color: #f7f3ed;
  display: block;
  margin-top: 6px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d6cfc6;
  max-width: 760px;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background-color: #2e5149;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 22px;
  bottom: 22px;
  max-width: 320px;
  background-color: #fff;
  border: 1px solid #ddd4c9;
  padding: 16px;
  border-radius: 14px;
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.image-frame {
  background-color: #f1ece5;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-amber {
  background-color: #f7efe5;
}

.bg-slate {
  background-color: #f0f1ef;
}

@media (max-width: 860px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
