* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2328;
  background: #f6f2ee;
  line-height: 1.6;
}

a {
  color: #1f3c88;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.page {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e5e0db;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.82rem;
  color: #6b5c4d;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
}

.hero-text {
  flex: 1 1 340px;
  padding: 64px 6%;
  background: #f6f2ee;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-text h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.hero-media {
  flex: 1 1 340px;
  background-color: #cbbfb4;
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

.section {
  padding: 56px 6%;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-text h2 {
  margin-top: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
}

.image-frame {
  background-color: #dcd4cc;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.cover-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  background: #efe6dd;
  border-radius: 999px;
  font-size: 0.85rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1f3c88;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background: #f0a04b;
  color: #2c241d;
}

.button.ghost {
  background: transparent;
  border: 1px solid #1f3c88;
  color: #1f3c88;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e5e0db;
}

.price-row strong {
  font-size: 1.05rem;
}

.price {
  font-weight: 700;
  color: #2b3a67;
}

.testimonial {
  padding: 18px;
  border-radius: 12px;
  background: #fef8f2;
  border: 1px solid #f0e2d4;
}

.form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(31, 35, 40, 0.08);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfc6be;
  font-size: 1rem;
  background: #fffdfb;
}

.footer {
  margin-top: auto;
  background: #1f2328;
  color: #f6f2ee;
  padding: 32px 6%;
}

.footer a {
  color: #f0c987;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.legal {
  font-size: 0.9rem;
  color: #d7cec5;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border: 1px solid #d7cec5;
  border-radius: 14px;
  padding: 16px;
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

.sticky-cta .button {
  box-shadow: 0 10px 24px rgba(31, 35, 40, 0.2);
}

.section-bg {
  background-color: #4b4f57;
  background-image: url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section-bg .split-text {
  background: rgba(31, 35, 40, 0.74);
  padding: 24px;
  border-radius: 12px;
}

.hero-mini {
  background-color: #c9c1b7;
  background-image: url("https://images.unsplash.com/photo-1502005097973-6a7082348e28?w=1400&q=80");
  background-size: cover;
  background-position: center;
  min-height: 220px;
  border-radius: 16px;
}

.divider {
  height: 1px;
  background: #d7cec5;
  margin: 26px 0;
}

.note {
  font-size: 0.95rem;
  color: #5b4d42;
}

.page-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.content-wrap {
  max-width: 980px;
}

@media (max-width: 840px) {
  .hero-text {
    padding: 42px 6%;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
