* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2a33;
  background-color: #f6f7f9;
  line-height: 1.6;
}

a {
  color: #1d4ed8;
  text-decoration: none;
}

header {
  background: #0f172a;
  color: #f8fafc;
  padding: 24px 6%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-label {
  padding: 6px 10px;
  background: #1e293b;
  border-radius: 16px;
  font-size: 12px;
  color: #e2e8f0;
}

.main {
  padding: 48px 6% 80px;
}

.split {
  display: flex;
  align-items: stretch;
  gap: 36px;
  margin-bottom: 52px;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text,
.split .media {
  flex: 1;
}

.split .text {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.split .media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  background-color: #dfe7f2;
}

.split .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}

h1,
h2,
h3 {
  color: #0f172a;
  margin-bottom: 14px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 22px;
  background: #1d4ed8;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.btn.secondary {
  background: #f97316;
}

.inline-cta {
  font-weight: 600;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  background: #0f172a;
  color: #f8fafc;
  border-radius: 18px;
  margin-bottom: 52px;
}

.info-bar p {
  max-width: 520px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  display: flex;
  gap: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  align-items: center;
}

.card img {
  width: 140px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #dbe3f1;
}

.price {
  font-weight: 700;
  color: #0f172a;
  margin-top: 8px;
}

.form-wrap {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cbd5f5;
  font-size: 15px;
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.policy-list a {
  color: #0f172a;
  font-weight: 600;
}

footer {
  background: #0f172a;
  color: #e2e8f0;
  padding: 30px 6% 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 18px;
  background: #f97316;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 18px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  display: none;
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.notice {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.bg-1 {
  background-color: #cbd5e1;
}

.bg-2 {
  background-color: #dbe7f3;
}

.bg-3 {
  background-color: #d6dee9;
}

.bg-4 {
  background-color: #cfe0f2;
}

.bg-5 {
  background-color: #d9e3ef;
}

.bg-6 {
  background-color: #d4deea;
}

.bg-7 {
  background-color: #d9e5f3;
}

.bg-8 {
  background-color: #d7e1f0;
}

.bg-9 {
  background-color: #d6e1ef;
}

.bg-10 {
  background-color: #d9e2ef;
}

.bg-11 {
  background-color: #d8e4f1;
}

.bg-12 {
  background-color: #d7e2f0;
}

.bg-13 {
  background-color: #dbe5f2;
}

.bg-14 {
  background-color: #d8e3f1;
}

@media (max-width: 900px) {
  .split,
  .split.reverse {
    flex-direction: column;
  }

  .info-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    flex-direction: column;
    align-items: flex-start;
  }
}
