* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1f23;
  background-color: #f6f7f9;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: #1e4aa8;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.topbar {
  background-color: #0f1a2b;
  color: #ffffff;
  padding: 18px 0;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 12px;
  background-color: #f2c94c;
  color: #0f1a2b;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.hero {
  background-color: #e7ebf3;
  padding: 72px 0;
}

.split {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1 1 320px;
}

.hero h1 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  margin: 0 0 16px;
  line-height: 1.1;
}

.hero p {
  font-size: 1.05rem;
  margin: 0 0 20px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  background-color: #1e4aa8;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background-color: #0f1a2b;
}

.inline-cta {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
}

.section {
  padding: 64px 0;
  position: relative;
}

.section.light {
  background-color: #ffffff;
}

.section.dark {
  background-color: #111a2b;
  color: #f5f6f8;
}

.section .eyebrow {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #6c7a90;
  margin-bottom: 12px;
}

.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 20px;
  flex: 1 1 240px;
  box-shadow: 0 12px 30px rgba(15, 26, 43, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e4aa8;
}

.card-image {
  border-radius: 12px;
  overflow: hidden;
  background-color: #dde3ec;
}

.split-panel {
  background-color: #f1f3f8;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.quote {
  border-left: 3px solid #1e4aa8;
  padding-left: 16px;
  font-style: italic;
}

.form-panel {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 26, 43, 0.1);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccd4e1;
  font-size: 1rem;
  font-family: inherit;
}

.footer {
  background-color: #0f1a2b;
  color: #e7ebf3;
  padding: 32px 0 44px;
  margin-top: auto;
}

.footer a {
  color: #f2c94c;
}

.footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-block {
  flex: 1 1 220px;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #1e4aa8;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  z-index: 20;
}

.section-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #d9dee7;
  opacity: 0.15;
  pointer-events: none;
}

.section-bg img {
  width: 100%;
  height: 100%;
}

.contact-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  flex: 1 1 280px;
  box-shadow: 0 12px 28px rgba(15, 26, 43, 0.1);
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 14px;
  line-height: 1.6;
}

.muted {
  color: #6c7a90;
}

.thankyou {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 26, 43, 0.2);
  max-width: 320px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions .btn {
  padding: 10px 14px;
  font-size: 0.9rem;
}

.hidden {
  display: none;
}
