* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1f2430;
  background-color: #f5f3ee;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1f2430;
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 16px;
  border-bottom: 1px solid #d8d0c2;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #6b5d52;
}

.hero {
  display: flex;
  gap: 36px;
  padding: 40px 0 56px;
  align-items: stretch;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-media {
  flex: 1;
  background-color: #d6dbe2;
  border-radius: 24px;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #1f2430;
  color: #f5f3ee;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
}

.btn-secondary {
  background-color: #e3d8c7;
  color: #1f2430;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
}

.magazine-blocks {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding: 24px 0 40px;
}

.magazine-block {
  flex: 1 1 280px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 8px 24px rgba(40, 40, 40, 0.06);
}

.image-frame {
  background-color: #d4d8db;
  border-radius: 16px;
  overflow: hidden;
}

.two-column {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
}

.two-column .col {
  flex: 1 1 320px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
}

.section-muted {
  color: #5a5e66;
}

.highlight-strip {
  background-color: #f0e7d8;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services-preview {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 16px 0 40px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ebe3d4;
}

.service-price {
  font-weight: 700;
  color: #3a4a59;
}

.form-section {
  background-color: #1f2430;
  color: #f5f3ee;
  padding: 40px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

input,
select {
  padding: 12px 14px;
  border-radius: 10px;
  border: none;
  width: 100%;
}

.form-field {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-submit {
  align-self: flex-start;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.floating-cta button {
  background-color: #e0c49a;
  color: #1f2430;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
}

.footer {
  margin-top: 56px;
  padding: 32px 0 40px;
  border-top: 1px solid #d8d0c2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 360px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.policy-block {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 32px 0 40px;
}

.policy-column {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-hero {
  padding: 32px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.text-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ebe3d4;
}

.bg-knowledge {
  background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #1a2430;
  color: #f5f3ee;
  border-radius: 28px;
  padding: 40px;
}

.bg-library {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #5c564a;
  color: #f5f3ee;
  border-radius: 28px;
  padding: 40px;
}

.bg-light {
  background-color: #f0e7d8;
  border-radius: 24px;
  padding: 32px;
}

.service-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 0 32px;
}

.testimonial-inline {
  font-style: italic;
  color: #3e3a34;
}

.thanks-highlight {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ebe3d4;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 0 40px;
}

.contact-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ebe3d4;
}

@media (max-width: 860px) {
  .hero {
    flex-direction: column;
  }

  .floating-cta {
    right: 16px;
    bottom: 16px;
  }
}
