body {
  font-family: var(--lv-font);
  background: var(--lv-bg);
  color: var(--lv-navy);
  line-height: 1.5;
}

body:has(.lv-wrap .lv-calc-header) {
  background: #ffffff;
}

h1,
h2,
h3,
h4 {
  color: var(--lv-navy);
  letter-spacing: -0.02em;
}

p {
  color: var(--lv-muted);
}

.lv-section > h2 {
  position: relative;
  margin: 0 0 var(--lv-space-4);
  padding-left: 14px;
  color: var(--lv-navy);
  font-size: var(--lv-text-xl);
  line-height: 1.25;
}

.lv-section > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  border-radius: 999px;
  background: var(--lv-blue, #2563eb);
}

.lv-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 700;
  color: var(--lv-blue);
  margin-bottom: var(--lv-space-2);
}

.lv-calc-header {
  text-align: center;
  margin: 34px auto 30px;
  padding: 0 12px;
}

.lv-calc-header h1 {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.lv-calc-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .lv-calc-header h1 {
    font-size: 30px;
  }

  .lv-calc-header p {
    font-size: 16px;
  }
}
