* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1c1a;
  background: #f6f2ed;
  line-height: 1.6;
}

a {
  color: #1b4f72;
  text-decoration: none;
}

a.link-action {
  border-bottom: 1px solid #1b4f72;
  padding-bottom: 2px;
}

a.link-action:hover,
a.btn:hover,
button.btn:hover {
  opacity: 0.85;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  padding: 18px 0;
  background: #efe7de;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 13px;
  color: #3f3b36;
  padding: 6px 10px;
  border: 1px solid #c9b9aa;
  background: #f8f2ea;
}

.hero {
  display: flex;
  align-items: stretch;
  gap: 28px;
  padding: 48px 0;
}

.hero-text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-image {
  flex: 1;
}

.hero-image .image-frame,
.inline-image .image-frame,
.card-image .image-frame,
.page-banner .image-frame {
  border-radius: 18px;
  overflow: hidden;
  background-color: #d9c9ba;
}

.media-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1b4f72;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
}

.btn.secondary {
  background: #c95c54;
}

.magazine-section {
  padding: 36px 0;
}

.magazine-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.col-wide {
  flex: 1.2;
  min-width: 260px;
}

.col-narrow {
  flex: 0.8;
  min-width: 220px;
}

.highlight-card {
  background: #fff;
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.story-section {
  background: #f1e7dc;
  padding: 44px 0;
}

.story-layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.story-text {
  flex: 1.1;
  min-width: 260px;
}

.inline-image {
  flex: 0.9;
  min-width: 240px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.card-image .image-frame {
  height: 160px;
}

.service-price {
  font-weight: 700;
  font-size: 18px;
}

.split-section {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding: 44px 0;
}

.split-panel {
  flex: 1;
  min-width: 260px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.process-step {
  padding: 12px 16px;
  border-left: 3px solid #c95c54;
  background: #fff;
}

.pricing-reveal {
  background: #ece1d6;
  padding: 38px 0;
}

.form-section {
  background: #fff;
  padding: 44px 0;
}

.form-layout {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.form-panel {
  flex: 1;
  min-width: 260px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9b9aa;
  font-size: 15px;
  background: #faf7f3;
}

.form-status {
  min-height: 20px;
  font-size: 14px;
  color: #1b4f72;
}

.section-bg {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 56px 0;
}

.section-bg .highlight-card {
  background: rgba(255, 255, 255, 0.92);
  color: #1d1c1a;
}

.page-banner {
  padding: 32px 0 24px;
}

.page-banner .image-frame {
  height: 260px;
}

.legal-content {
  padding: 24px 0 46px;
}

.legal-card {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

footer {
  background: #1f1c18;
  color: #f2ede7;
  padding: 36px 0;
  margin-top: 40px;
}

footer a {
  color: #f2ede7;
}

.footer-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1b4f72;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  z-index: 20;
}

.sticky-cta button {
  background: #f4f1ed;
  color: #1b4f72;
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 70px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  width: min(340px, 90%);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-actions button {
  flex: 1;
}

.notice {
  font-size: 14px;
  color: #4a453f;
}

.spacing-lg {
  padding: 36px 0;
}

@media (max-width: 860px) {
  .hero {
    flex-direction: column;
  }

  .sticky-cta {
    position: static;
  }

  .cookie-banner {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
