* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #0e1b24;
  background: #f7f8fa;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

header {
  padding: 28px 0 16px;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: #0e1b24;
}

.split-section {
  padding: 56px 0;
}

.split {
  display: flex;
  gap: 36px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1 1 320px;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #3a596f;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.3;
}

p {
  font-size: 1rem;
  color: #1f2f3a;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #0e1b24;
  background: #0e1b24;
  color: #fff;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn.secondary {
  background: transparent;
  color: #0e1b24;
}

.btn.light {
  background: #fff;
  color: #0e1b24;
}

.btn:hover {
  transform: translateY(-1px);
}

.media-card {
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 48px rgba(14, 27, 36, 0.12);
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80");
}

.radar-media {
  background-image: url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1200&q=80");
}

.bridge-media {
  background-image: url("https://images.unsplash.com/photo-1493558103817-58b2924bce98?auto=format&fit=crop&w=1200&q=80");
}

.workshop-media {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80");
}

.chart-media {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1200&q=80");
}

.warm-panel {
  background: #fff2e0;
}

.deep-panel {
  background: #0e1b24;
  color: #f8fbff;
}

.deep-panel p,
.deep-panel h2,
.deep-panel h3,
.deep-panel a {
  color: #f8fbff;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 36px rgba(14, 27, 36, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card img {
  border-radius: 14px;
  height: 150px;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: #004d40;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.form-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(14, 27, 36, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ccd5dd;
  font-size: 0.95rem;
  width: 100%;
  background: #fff;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
}

footer {
  padding: 40px 0;
  color: #5b6d7c;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #0e1b24;
  color: #fff;
  padding: 14px 16px;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(14, 27, 36, 0.3);
  font-size: 0.9rem;
}

.sticky-cta a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(14, 27, 36, 0.2);
  display: none;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #0e1b24;
  background: #0e1b24;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #0e1b24;
}

.page-hero {
  padding: 46px 0 24px;
}

.mini-note {
  font-size: 0.88rem;
  color: #546675;
}

@media (max-width: 760px) {
  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .nav-links {
    gap: 12px;
    justify-content: flex-start;
  }
}
