* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a33;
  background-color: #f7f8fa;
  line-height: 1.6;
}

a {
  color: #1a4b7a;
  text-decoration: none;
}

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e3e7ec;
}

.nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6%;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  color: #516070;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  padding: 64px 6%;
  position: relative;
}

.section.compact {
  padding: 36px 6%;
}

.page-hero {
  color: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7b89;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn-primary,
.btn-secondary {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1a4b7a;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #1a4b7a;
  color: #ffffff;
}

.btn-secondary {
  background-color: #ffffff;
  color: #1a4b7a;
}

.media-box {
  background-color: #dfe7ef;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #e3e7ec;
}

.card-image {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #e7eef5;
  flex: 0 0 auto;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #13406a;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.stat {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  min-width: 160px;
  border: 1px solid #e3e7ec;
}

.form-box {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e3e7ec;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfd7df;
  font-size: 0.95rem;
  font-family: inherit;
}

textarea {
  min-height: 110px;
}

.form-note {
  font-size: 0.9rem;
  color: #5b6a78;
}

.message {
  color: #b0413e;
  font-size: 0.9rem;
  min-height: 20px;
}

.footer {
  background-color: #10161c;
  color: #d4dbe3;
  padding: 42px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #d4dbe3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: #ffffff;
  border: 1px solid #d7dde5;
  border-radius: 16px;
  padding: 18px;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #1a4b7a;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  z-index: 15;
  font-size: 0.9rem;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-hero .split-content {
  background-color: rgba(16, 22, 28, 0.7);
  padding: 28px;
  border-radius: 18px;
}

.bg-archive {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-archive .split-content {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 24px;
  border-radius: 18px;
}

.bg-analysis {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-analysis .split-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  border-radius: 18px;
}

.bg-about {
  background-image: url("https://images.pexels.com/photos/9062771/pexels-photo-9062771.jpeg");
  background-size: cover;
  background-position: center;
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1517841905240-472988babdf9?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1504384764586-bb4cdc1707b0?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-about .split-content,
.bg-services .split-content,
.bg-contact .split-content {
  background-color: rgba(16, 22, 28, 0.7);
  padding: 24px;
  border-radius: 18px;
}

.note-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e3e7ec;
}
