* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2430;
  background-color: #f7f8fb;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1c4ed8;
  text-decoration: none;
}

button {
  font: inherit;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #e3e6ee;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  color: #5a6475;
  background-color: #f2f4f8;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px;
  gap: 32px;
  align-items: stretch;
  background-color: #eef2f7;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.hero-visual {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9e2f3;
  border-radius: 24px;
  padding: 16px;
}

.hero-visual img {
  width: 100%;
  height: 360px;
  border-radius: 18px;
}

.cta-button {
  background-color: #1c4ed8;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cta-outline {
  background-color: transparent;
  color: #1c4ed8;
  border: 1px solid #1c4ed8;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.section {
  padding: 60px 40px;
}

.section-alt {
  background-color: #ffffff;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 300px;
}

.image-frame {
  background-color: #dfe6f0;
  border-radius: 20px;
  padding: 14px;
}

.image-frame img {
  width: 100%;
  height: 280px;
  border-radius: 16px;
}

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border: 1px solid #e2e6f0;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-media {
  background-color: #e3e9f5;
  border-radius: 12px;
  padding: 10px;
}

.card-media img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-item {
  background-color: #f8f9fc;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e9f3;
}

.pricing-item span {
  font-weight: 600;
}

.testimonial {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  border-left: 4px solid #1c4ed8;
}

.form-shell {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid #e2e6f0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-row input,
.form-row select,
.form-row textarea {
  flex: 1 1 240px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #cfd6e6;
  font: inherit;
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1f2430;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.footer {
  margin-top: auto;
  padding: 40px;
  background-color: #1f2430;
  color: #f1f4f9;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #c9d5ff;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #d8deea;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #f0f3fa;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.background-panel {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d7dfef;
  border-radius: 26px;
  padding: 40px;
  color: #ffffff;
}

.background-panel .cta-outline {
  color: #ffffff;
  border-color: #ffffff;
}

.note {
  font-size: 0.92rem;
  color: #566072;
}

@media (max-width: 720px) {
  .nav {
    padding: 18px 20px;
  }

  .section,
  .hero {
    padding: 42px 20px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
