* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #11131a;
  background: #f6f7fb;
  line-height: 1.6;
}

a {
  color: #0b5bd3;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus {
  outline: 2px solid #0b5bd3;
  outline-offset: 2px;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 5%;
  background: #ffffff;
  border-bottom: 1px solid #e5e8f0;
}

.nav-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.ad-label {
  font-size: 13px;
  color: #5a5f73;
  background: #eef2ff;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: row;
  gap: 0;
  min-height: 520px;
  background: #0f172a;
  color: #f7f8ff;
}

.hero-content,
.hero-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-media {
  background: #0b1220;
}

.hero-content {
  padding: 64px 6%;
  gap: 18px;
}

.hero-content h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
}

.hero-content p {
  margin: 0;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 28px;
  border: none;
  background: #f8b400;
  color: #1b1e2b;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  border: 1px solid #f1f4ff;
  color: #f1f4ff;
}

.section {
  padding: 64px 6%;
}

.section.light {
  background: #ffffff;
}

.section.tinted {
  background: #eef2ff;
}

.bg-panel-one {
  background-color: #0f172a;
  background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
}

.bg-panel-two {
  background-color: #111827;
  background-image: url("https://images.unsplash.com/photo-1497215728101-856f4ea42174?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
}

.section h2 {
  margin: 0 0 16px 0;
  font-size: 32px;
}

.section p {
  margin: 0 0 12px 0;
}

.split {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-content,
.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.split-media {
  background: #dce4ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 12px;
}

.split-media img {
  border-radius: 16px;
}

.card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.card-image {
  background: #e0e6ff;
  border-radius: 14px;
  overflow: hidden;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #11131a;
  color: #f7f8ff;
  font-size: 12px;
  width: fit-content;
}

.pricing {
  font-weight: 700;
  color: #1e293b;
}

.highlight {
  background: #0b5bd3;
  color: #ffffff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.inline-cta {
  font-weight: 600;
}

.form-wrap {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-weight: 600;
}

input,
select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5f2;
  font-size: 15px;
}

.footer {
  margin-top: auto;
  background: #0f172a;
  color: #eef2ff;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.footer a {
  color: #c7d2ff;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #11131a;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.sticky-cta a {
  color: #ffffff;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  padding: 16px 18px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 12px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #0b5bd3;
  color: #ffffff;
}

.cookie-reject {
  background: #e2e8f0;
  color: #1e293b;
}

.contact-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-block {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.notice {
  font-size: 14px;
  color: #5a5f73;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .split,
  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
    justify-content: center;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
  }
}
