* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1d1f;
  background: #f6f2ed;
  line-height: 1.6;
}

a {
  color: #1d4f91;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

img {
  display: block;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #f2e8dc;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 700;
  font-size: 20px;
}

.brand span {
  font-weight: 400;
  font-size: 13px;
  color: #6e4f2e;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 14px;
}

.ad-label {
  background: #1b1d1f;
  color: #f6f2ed;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 28px 0 40px;
}

.hero-media {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #d7c5b1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px 28px;
  background: rgba(18, 18, 18, 0.55);
  color: #f8f3ec;
}

.hero h1 {
  margin: 0 0 8px;
  font-size: 36px;
}

.hero p {
  margin: 0;
  max-width: 720px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #1d4f91;
  color: #f6f2ed;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1d4f91;
  border: 1px solid #1d4f91;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 36px 0;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 320px;
}

.column.wide {
  flex: 1 1 560px;
}

.panel {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(32, 32, 32, 0.08);
}

.panel h2,
.panel h3 {
  margin-top: 0;
}

.media {
  border-radius: 14px;
  overflow: hidden;
  background: #d7c5b1;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-280 {
  height: 280px;
}

.h-240 {
  height: 240px;
}

.h-220 {
  height: 220px;
}

.h-200 {
  height: 200px;
}

.h-170 {
  height: 170px;
}

.bg-section {
  background: #e7ddcf;
  border-radius: 20px;
  padding: 28px;
  margin: 40px 0;
  color: #1b1d1f;
  background-image: url("https://images.unsplash.com/photo-1558370781-d6196949e317?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-section .overlay {
  background: rgba(245, 240, 231, 0.92);
  padding: 20px;
  border-radius: 16px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #1d4f91;
}

.form-section {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  margin-top: 32px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #c9c3bc;
  font-size: 14px;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  background: #1d4f91;
  color: #f6f2ed;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(29, 79, 145, 0.4);
}

.footer {
  padding: 32px 24px;
  background: #1b1d1f;
  color: #f6f2ed;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f3cfa2;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.disclaimer {
  font-size: 12px;
  opacity: 0.8;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.simple-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0;
}

.simple-hero .text {
  flex: 1 1 320px;
}

.simple-hero .media {
  flex: 1 1 320px;
  height: 280px;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.two-column .panel {
  flex: 1 1 320px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero-text {
    position: static;
    background: #1b1d1f;
  }

  .sticky-cta {
    position: static;
    margin: 24px 0 0;
    width: 100%;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
