* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #0f1a24;
  background: #f6f8fb;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  background: #0f1a24;
  color: #f6f8fb;
  padding: 24px 5vw;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #d9e4f2;
  max-width: 300px;
}

.hero {
  position: relative;
  padding: 72px 5vw 56px;
  background: #111c27;
  color: #f6f8fb;
  overflow: hidden;
}

.hero-inner {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 360px;
  max-width: 520px;
}

.hero-title {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 16px;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin: 0 0 24px;
  color: #dfe8f5;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #0f1a24;
  background: #f6f8fb;
  color: #0f1a24;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.dark {
  background: #0f1a24;
  color: #f6f8fb;
  border-color: #0f1a24;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.hero-image {
  flex: 1 1 360px;
  max-width: 520px;
  background: #1c2a3a;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}

.section {
  padding: 60px 5vw;
}

.section.alt {
  background: #e9eef6;
}

.section.dark {
  background: #0f1a24;
  color: #f6f8fb;
}

.section-title {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  margin: 0 0 18px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
  max-width: 520px;
}

.split .media {
  flex: 1 1 320px;
  max-width: 520px;
  background: #d3dce8;
  border-radius: 18px;
  overflow: hidden;
}

.offset-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 26, 36, 0.15);
  margin-top: -40px;
  max-width: 520px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 26, 36, 0.12);
}

.card img {
  border-radius: 14px;
  background: #d3dce8;
}

.image-frame {
  background: #d3dce8;
  border-radius: 18px;
  overflow: hidden;
}

.price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 12px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.step-number {
  background: #0f1a24;
  color: #f6f8fb;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.form-panel {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(15, 26, 36, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c6d3e3;
  font-size: 1rem;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.inline-link {
  color: #1c4d8c;
  font-weight: 600;
}

.footer {
  margin-top: auto;
  background: #0f1a24;
  color: #d9e4f2;
  padding: 36px 5vw;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}

.footer a {
  color: #d9e4f2;
}

.disclaimer {
  font-size: 0.9rem;
  margin-top: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 26, 36, 0.2);
  max-width: 320px;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #f0c93f;
  color: #0f1a24;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 26, 36, 0.2);
  z-index: 998;
}

.pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f0c93f;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0f1a24;
}

@media (max-width: 900px) {
  .offset-panel {
    margin-top: 0;
  }

  .sticky-cta {
    left: auto;
    right: 24px;
    bottom: 110px;
  }
}
