﻿.page{
  padding:120px 0 130px;
}
.page-head{
  max-width:var(--text-width);
  margin:0 auto 44px;
}
.kicker{
  color: rgba(23,58,90,0.70);
  font-size:13px;
  font-weight:500;
  letter-spacing:-0.01em;
  margin:0 0 18px;
}
h1{
  margin:0 0 14px;
  font-size:40px;
  line-height:1.12;
  letter-spacing:-0.04em;
  font-weight:600;
}
.lede{
  margin:0;
  color: var(--text-muted);
  font-size:16px;
  line-height:1.75;
  max-width:720px;
}

article{
  max-width:var(--text-width);
  margin:0 auto;
  background:var(--bg-surface);
  border:1px solid var(--border-soft);
  border-radius:18px;
  padding:36px 34px;
  box-shadow:0 18px 50px rgba(0,0,0,0.05);
}
article h2{
  margin:30px 0 10px;
  font-size:18px;
  line-height:1.35;
  letter-spacing:-0.02em;
  font-weight:600;
}
article p{
  margin:0 0 14px;
  color: rgba(28,31,36,0.82);
  font-size:15px;
  line-height:1.85;
}
article ul{
  margin:0 0 14px;
  padding-left:18px;
  color: rgba(28,31,36,0.80);
  line-height:1.85;
}
article li{ margin:6px 0; }
article blockquote{
  margin:22px 0;
  padding:16px 18px;
  border-left:3px solid rgba(23,58,90,0.22);
  background: rgba(23,58,90,0.04);
  border-radius:12px;
  color: rgba(28,31,36,0.82);
}

.page-foot{
  max-width:var(--text-width);
  margin:22px auto 0;
  color: rgba(28,31,36,0.58);
  font-size:13px;
  line-height:1.7;
  text-align:center;
  padding:0 12px;
}

@media (max-width:640px){
  .page{ padding:92px 0 100px; }
  h1{ font-size:30px; }
  article{ padding:22px 18px; }
}
