* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2933;
  background: #f5f7fa;
  line-height: 1.6;
}

a {
  color: #0f5a9b;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #0f5a9b;
  outline-offset: 2px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e0e7ef;
}

.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #475569;
  background: #eef2f7;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 54px 6% 40px;
  background: #f1f5f9;
  position: relative;
}

.hero-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hero-copy {
  max-width: 620px;
}

.hero h1 {
  font-size: 40px;
  margin: 0 0 12px;
}

.hero p {
  margin: 0 0 18px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  background: #0f5a9b;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #ffffff;
  color: #0f5a9b;
  border: 1px solid #0f5a9b;
}

.image-box {
  background: #d9e2ec;
  border-radius: 14px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image {
  height: 320px;
}

.h-220 {
  height: 220px;
}

.h-200 {
  height: 200px;
}

.h-140 {
  height: 140px;
}

.overlap-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 6% 40px;
  margin-top: -40px;
}

.overlap-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.split-flow {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 6%;
}

.split-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.offset-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 6%;
  background: #eff3f8;
}

.offset-row .offset-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.services-preview {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 6% 40px;
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
}

.service-card h3 {
  margin: 0;
}

.service-card p {
  margin: 0;
}

.quote-strip {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #0f172a;
  color: #e2e8f0;
  padding: 32px 6%;
}

.data-horizon {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 6%;
  color: #f8fafc;
  background-color: #0b1a2b;
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.data-horizon .panel {
  max-width: 540px;
  background: rgba(15, 23, 42, 0.7);
  padding: 20px;
  border-radius: 16px;
}

.quote-strip span {
  font-size: 18px;
  font-style: italic;
}

.form-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 6% 60px;
  background: #ffffff;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f8fafc;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
}

.form-status {
  font-size: 14px;
  color: #475569;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #f97316;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 20;
}

.footer {
  margin-top: auto;
  padding: 32px 6%;
  background: #0f172a;
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer a {
  color: #cbd5f5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.2);
  padding: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.simple-page {
  padding: 40px 6% 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.simple-page h1 {
  margin: 0;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.note {
  font-size: 14px;
  color: #475569;
}

@media (min-width: 860px) {
  .hero-layout {
    flex-direction: row;
    align-items: stretch;
  }

  .hero-image {
    flex: 1;
  }

  .hero-copy {
    flex: 1.1;
  }

  .split-flow {
    flex-direction: row;
  }

  .split-panel {
    flex: 1;
  }

  .offset-row {
    flex-direction: row;
    align-items: stretch;
  }

  .offset-row .offset-box {
    flex: 1;
  }

  .card-row {
    flex-direction: row;
  }

  .service-card {
    flex: 1;
  }

  .form-section {
    flex-direction: row;
  }

  .form-section .form-copy {
    flex: 1;
  }

  .form-section .form-wrap {
    flex: 1;
  }

  .contact-grid {
    flex-direction: row;
  }

  .contact-grid > div {
    flex: 1;
  }
}
