* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1e28;
  background-color: #f4f6f8;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  padding: 24px 6%;
  background-color: #ffffff;
  border-bottom: 1px solid #e3e7ee;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #edf2ff;
  color: #3343a5;
  font-size: 0.8rem;
  font-weight: 600;
}

.content {
  flex: 1;
}

.section {
  padding: 70px 6%;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-media {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.media-card {
  background-color: #dfe4ea;
  padding: 8px;
  border-radius: 18px;
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 320px;
}

.media-stack img {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  background-color: #dfe4ea;
}

.hero {
  background-color: #ffffff;
  padding-top: 90px;
}

.hero h1 {
  font-size: 2.6rem;
  margin: 0 0 16px;
}

.hero p {
  max-width: 520px;
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1b1e28;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #1b1e28;
  color: #1b1e28;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  background-color: #f1f3f6;
  font-size: 0.85rem;
}

.highlight {
  background-color: #ffffff;
}

.numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.number-card {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 16px;
  flex: 1 1 160px;
  border: 1px solid #e2e6ed;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #e2e6ed;
}

.service-item img {
  width: 240px;
  height: 180px;
  border-radius: 12px;
  background-color: #dfe4ea;
}

.service-price {
  font-weight: 700;
  color: #2f3c61;
}

.form-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e2e6ed;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-card label {
  font-weight: 600;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccd5df;
  font-size: 0.95rem;
  width: 100%;
}

.form-card button {
  border: none;
}

.inline-link {
  font-weight: 600;
  color: #3343a5;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #3343a5;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 20;
}

.site-footer {
  padding: 30px 6%;
  background-color: #11131a;
  color: #e5e8f0;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 20px;
}

.footer-col {
  flex: 1 1 220px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.disclaimer {
  margin-top: 16px;
  font-size: 0.9rem;
  color: #c7cdda;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  max-width: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 30;
  border: 1px solid #e2e6ed;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions .btn {
  padding: 8px 12px;
  font-size: 0.9rem;
}

.page-hero {
  background-color: #ffffff;
  padding: 70px 6%;
}

.page-hero h1 {
  margin: 0 0 12px;
}

.simple-card {
  background-color: #ffffff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e2e6ed;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.contact-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #e2e6ed;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: #c7cdda;
}
