.level400-simple{
  background: #f3f0e9;
}

.l400-hero{
  background: radial-gradient(circle at 78% 24%, #1b3a50 0, #0b2133 46%, #07131d 100%);
  color: #e8dcc1;
  padding: 84px 0 80px;
}

.l400-hero .eyebrow{
  color: #cfb06d;
}

.l400-hero h1{
  max-width: 940px;
  margin: 0;
  color: #e8dcc1;
  font: 400 clamp(3.25rem, 5.6vw, 4.9rem)/.96 Georgia, serif;
  letter-spacing: -.045em;
}

.l400-hero > div > p:not(.eyebrow){
  max-width: 650px;
  margin: 24px 0 0;
  color: #bec7cc;
  font-size: 1.08rem;
  line-height: 1.65;
}

.l400-jump{
  display: inline-block;
  margin-top: 28px;
  color: #d7b96f;
  border-bottom: 1px solid #b7985d;
  padding-bottom: 5px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.l400-start{
  padding: 90px 0 100px;
}

.l400-start h2,
.l400-answer h2,
.l400-finish h2{
  margin: 0;
  font: 400 clamp(2.5rem, 5vw, 4.5rem)/1 Georgia, serif;
  letter-spacing: -.045em;
}

.l400-intro{
  color: #697580;
  font-size: 1.05rem;
  margin: 18px 0 40px;
}

.l400-choices{
  border-top: 1px solid #bfc0bb;
}

.l400-choices a{
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 25px 4px;
  border-bottom: 1px solid #bfc0bb;
  transition: .18s;
}

.l400-choices a::after{
  content: '→';
  color: #9b7937;
  font-size: 1.25rem;
}

.l400-choices a:focus-visible{
  padding-left: 15px;
  background: #fff;
  outline: none;
}@media (hover:hover) and (pointer:fine){.l400-choices a:hover{
  padding-left: 15px;
  background: #fff;
  outline: none;
}}

.l400-choices span{
  color: #9b7937;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.l400-choices b{
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 650;
}

.l400-answer{
  padding: 105px 0;
  background: #fff;
  scroll-margin-top: 75px;
}

.l400-answer.alt{
  background: #e9e5dc;
}

.l400-answer-grid{
  display: grid;
  grid-template-columns: 100px minmax(0, 760px);
  gap: 35px;
  justify-content: center;
}

.l400-number{
  padding-top: 4px;
  color: #b7985d;
  font: 400 3rem/1 Georgia, serif;
}

.l400-answer .eyebrow{
  margin-bottom: 15px;
}

.l400-answer h2{
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.l400-rule{
  margin: 24px 0 40px;
  color: #4f5d68;
  font-size: 1.2rem;
  line-height: 1.6;
}

.l400-answer h3{
  margin: 0 0 14px;
  font: 750 .75rem/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.l400-answer ol{
  margin: 0;
  padding-left: 22px;
}

.l400-answer li{
  padding: 7px 0 7px 8px;
  font-size: 1rem;
  line-height: 1.65;
}

.l400-decision{
  margin: 35px 0 28px;
  padding: 24px 0;
  border-top: 2px solid #162b3d;
  border-bottom: 1px solid #bfc0bb;
  font-size: 1.05rem;
  line-height: 1.7;
}

.l400-decision b{
  color: #8b6d32;
}

.l400-answer .button.primary{
  background: #b7985d;
  border-color: #b7985d;
  color: #0b1b2a;
}

.l400-finish{
  background: #e9e4da;
  color: #132638;
  padding: 72px 0;
  border-block: 1px solid #d4c9b6;
}

.l400-finish > .wrap{
  border-left: 2px solid #b7985d;
  padding-left: clamp(22px, 3vw, 40px);
}

.l400-finish .eyebrow{
  color: #795d2d;
}

.l400-finish h2{
  max-width: 850px;
  color: #132638;
  font-size: clamp(2.45rem, 4.2vw, 3.8rem);
}

.l400-finish > div > p:not(.eyebrow){
  max-width: 650px;
  margin: 22px 0 0;
  color: #53616c;
  font-size: 1.02rem;
  line-height: 1.68;
}

.l400-finish .button{
  color: #132638;
  border-color: #8f8065;
}

@media (max-width: 700px){
  .l400-hero{
    padding: 58px 0 60px;
  }

  .l400-hero h1{
    font-size: clamp(2.75rem, 12vw, 3.1rem);
  }

  .l400-start,
  .l400-answer{
    padding: 68px 0;
  }

  .l400-finish{
    padding: 54px 0;
  }

  .l400-finish > .wrap{
    padding-left: 20px;
  }

  .l400-answer-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .l400-number{
    font-size: 1.2rem;
  }

  .l400-choices a{
    grid-template-columns: 35px 1fr auto;
    gap: 10px;
    padding: 22px 0;
  }

  .l400-choices a:focus-visible{
    padding-left: 8px;
  }@media (hover:hover) and (pointer:fine){.l400-choices a:hover{
    padding-left: 8px;
  }}

  .l400-rule{
    margin-bottom: 30px;
    font-size: 1.05rem;
  }

  .l400-answer li{
    padding-left: 3px;
  }
}
