* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #0b1220;
  background: #f7f6f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: #ffffff;
  border-bottom: 1px solid #e4e6eb;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cta-primary {
  padding: 12px 20px;
  background: #1f4bff;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-secondary {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #1f4bff;
  color: #1f4bff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #0b1220;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(11, 18, 32, 0.2);
}

.section {
  padding: 64px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background: #ffffff;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split-image {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: #51607a;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
}

h3 {
  font-size: 1.3rem;
}

.muted {
  color: #4b5563;
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(24, 30, 54, 0.08);
}

.price {
  font-weight: 700;
  color: #1f4bff;
}

.inline-cta {
  color: #1f4bff;
  font-weight: 600;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  background: #0b1220;
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
}

.form-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 20px 40px rgba(31, 75, 255, 0.12);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d3d7e0;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw 48px;
  background: #0b1220;
  color: #d7dbe4;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer a {
  color: #d7dbe4;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  max-width: 320px;
  box-shadow: 0 18px 30px rgba(11, 18, 32, 0.2);
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #1f4bff;
  color: #ffffff;
}

.cookie-reject {
  background: #e4e6eb;
  color: #1f2937;
}

.hero-overlay {
  background: linear-gradient(120deg, rgba(11, 18, 32, 0.9), rgba(11, 18, 32, 0.2));
  color: #ffffff;
  border-radius: 22px;
  padding: 28px;
}

.bg-panel {
  background: #0b1220;
  color: #ffffff;
  padding: 22px;
  border-radius: 16px;
}

.bg-image {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-image .muted {
  color: rgba(255, 255, 255, 0.75);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 16px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 860px) {
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .card-row {
    flex-direction: row;
  }

  .card {
    flex: 1;
  }

  .form-grid.two {
    flex-direction: row;
  }

  .form-grid.two > div {
    flex: 1;
  }

  .two-col {
    flex-direction: row;
  }

  .contact-grid {
    flex-direction: row;
  }

  .contact-grid > div {
    flex: 1;
  }
}
