.chw-terms-page{
  width:100%;
  height:100vh;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0;
  background:
    radial-gradient(circle at top left, #f4f0eb 0, #f0ece7 40%, #e9e3dc 100%);
  color:#2a1e19;
  box-sizing:border-box;
}

.chw-terms-wrap{
  position:relative;
  max-width:1300px;
  width:min(1300px, calc(100vw - 2rem));
  max-height:calc(100vh - 2rem);
  overflow:hidden;
  background:rgba(255,252,248,0.96);
  border-radius:16px;
  padding:1.6rem 2.2rem 1.3rem;
  box-shadow:
    0 14px 32px rgba(0,0,0,0.18),
    0 0 0 1px rgba(0,0,0,0.03);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.chw-terms-title{
  font-family:"Georgia", serif;
  font-size:clamp(2.2rem, 2.8vw, 2.9rem);
  text-align:center;
  margin:0 0 0.35rem;
}

.chw-terms-kicker{
  text-align:center;
  font-size:0.95rem;
  line-height:1.25;
  margin:0 auto 0.9rem;
  max-width:900px;
}

.chw-terms-summary{
  margin:0 auto 0.95rem;
  padding:0.85rem 1.2rem;
  border-radius:12px;
  background:linear-gradient(
    135deg,
    rgba(240,225,210,0.32),
    rgba(255,252,248,0.85)
  );
  border:1px solid rgba(153,102,51,0.16);
  max-width:780px;
}

.chw-terms-summary-list{
  margin:0;
  padding-left:0;
  list-style:none;
  font-size:0.88rem;
  line-height:1.35;
  text-align:left;
}

.chw-terms-summary-list li + li{
  margin-top:0.12rem;
}

.chw-terms-nerds-heading{
  text-align:center;
  margin:0.55rem 0 0.05rem;
  font-weight:700;
  letter-spacing:0.12em;
  font-size:0.74rem;
  text-transform:uppercase;
  color:#5b4333;
}

.chw-terms-nerds-sub{
  text-align:center;
  font-size:0.8rem;
  font-style:italic;
  color:#8a6a53;
  margin:0 0 0.55rem;
}

.chw-terms-body{
  font-size:0.82rem;
  line-height:1.22;
  color:#2c2c2c;
  font-weight:400;
  max-width:1000px;
  margin:0 auto;
  text-align:center;
}

.chw-terms-body p{
  margin:0.08rem 0;
}

.chw-terms-body p + p{
  margin-top:0.11rem;
}

.chw-terms-body-strong{
  margin-top:0.55rem;
  margin-bottom:0;
  font-size:0.96rem;
  font-weight:600;
  color:#5a3b1e;
  text-align:center;
  line-height:1.3;
}

.chw-back-btn{
  position:absolute;
  top:0.9rem;
  left:0.9rem;
  padding:0.5rem 1.05rem;
  font-size:0.84rem;
  border-radius:999px;
  border:1px solid rgba(153,102,51,0.28);
  background:linear-gradient(135deg, #fffdf9, #f3eadf);
  color:#5a3b1e;
  cursor:pointer;
  transition:all .2s ease;
}

.chw-back-btn:hover{
  background:linear-gradient(135deg, #f8f1e8, #efe4d6);
  transform:translateY(-1px);
}

@media (max-width:820px){
  .chw-terms-wrap{
    padding:1.2rem 1rem 1rem;
    max-height:calc(100vh - 1rem);
  }

  .chw-back-btn{
    top:0.7rem;
    left:0.7rem;
    padding:0.45rem 0.95rem;
    font-size:0.82rem;
  }

  .chw-terms-title{
    font-size:clamp(2rem, 7vw, 2.5rem);
  }

  .chw-terms-kicker{
    font-size:0.92rem;
  }

  .chw-terms-summary-list{
    font-size:0.86rem;
  }

  .chw-terms-body{
    font-size:0.8rem;
  }
}
