.lnp-editable-main {
  background: #f7f4ef;
  color: #102b41;
}

.lnp-editable-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(141, 217, 252, .18), transparent 28%),
    linear-gradient(135deg, #082b4c 0%, #0c385e 48%, #071f37 100%);
}

.lnp-editable-hero.has-image {
  background-image:
    linear-gradient(90deg, rgba(5, 28, 48, .9) 0%, rgba(5, 28, 48, .72) 45%, rgba(5, 28, 48, .28) 100%),
    var(--lnp-hero-image);
  background-size: cover;
  background-position: center;
}

.lnp-editable-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.08));
}

.lnp-editable-hero-inner {
  position: relative;
  z-index: 1;
  padding: 90px 0;
  max-width: 820px;
}

.lnp-editable-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(44px, 7vw, 82px);
  line-height: .94;
  letter-spacing: -.06em;
}

.lnp-editable-hero p:not(.kicker) {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.lnp-editable-content-wrap {
  padding: 78px 0 96px;
}

.lnp-editable-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 52px;
  border: 1px solid rgba(8,43,76,.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8,43,76,.08);
}

.lnp-editable-content > *:first-child {
  margin-top: 0;
}

.lnp-editable-content > *:last-child {
  margin-bottom: 0;
}

.lnp-editable-content h2,
.lnp-editable-content h3,
.lnp-editable-content h4 {
  margin: 1.5em 0 .55em;
  color: #0a2c49;
  font-family: "Manrope", sans-serif;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.lnp-editable-content h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.lnp-editable-content h3 {
  font-size: 26px;
}

.lnp-editable-content p,
.lnp-editable-content li {
  color: #5d7180;
  font-size: 18px;
  line-height: 1.75;
}

.lnp-editable-content a {
  color: #136fb0;
  font-weight: 800;
}

.lnp-editable-content .wp-block-button__link {
  border-radius: 8px;
  background: #f46d7f;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.lnp-editable-content .wp-block-quote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid #8dd9fc;
  border-radius: 14px;
  background: #f0f8fc;
}

.lnp-editable-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

@media (max-width: 720px) {
  .lnp-editable-hero-inner {
    padding: 68px 0;
  }

  .lnp-editable-content-wrap {
    padding: 42px 0 72px;
  }

  .lnp-editable-content {
    padding: 28px 22px;
    border-radius: 18px;
  }
}
