.policy-page{
  padding: 16px 0 48px;
}

.policy-shell{
  max-width: 920px;
  margin: 0 auto;
}

.policy-hero{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 20px 16px;
  background:
    radial-gradient(900px 300px at 0% 0%, rgba(0,0,0,.06), transparent 50%),
    radial-gradient(800px 240px at 100% 0%, rgba(0,0,0,.05), transparent 45%),
    #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  margin-bottom: 14px;
}

.policy-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.policy-title{
  margin: 12px 0 8px;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -.02em;
}

.policy-subtitle{
  margin: 0;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.6;
  max-width: 760px;
  font-weight: 600;
}

.policy-meta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.policy-pill{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.policy-grid{
  display: grid;
  gap: 14px;
}

.policy-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
  overflow: hidden;
}

.policy-card__inner{
  padding: 16px;
}

.policy-section + .policy-section{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.policy-h2{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 1000;
}

.policy-p{
  margin: 0;
  color: rgba(0,0,0,.76);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.policy-p + .policy-p{
  margin-top: 10px;
}

.policy-p--small{
  margin-top: 12px;
  font-size: 13px;
  color: rgba(0,0,0,.68);
}

.policy-list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(0,0,0,.76);
}

.policy-list li{
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.policy-note{
  margin-top: 10px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0,0,0,.74);
  font-weight: 700;
}

.policy-contact-box{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.policy-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.policy-contact-btn--dark{
  background: #111;
  border-color: #111;
  color: #fff;
}

.policy-bottom-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.policy-link-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.policy-link-btn--dark{
  background: #111;
  border-color: #111;
  color: #fff;
}

.policy-p a{
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

@media (min-width: 768px){
  .policy-page{
    padding: 22px 0 64px;
  }

  .policy-hero{
    padding: 26px 24px;
    margin-bottom: 18px;
  }

  .policy-card__inner{
    padding: 22px;
  }

  .policy-h2{
    font-size: 20px;
  }

  .policy-p,
  .policy-list li{
    font-size: 15px;
  }
}
