.terms{background-color:var(--background-color);color:var(--text-color);padding:2rem 1.5rem;max-width:900px;margin:0 auto}.terms__header{text-align:center;margin-bottom:2rem}.terms__title{font-size:2rem;margin-bottom:.5rem}.terms__subtitle{font-size:1rem;color:var(--text-secondary)}.terms__intro,.terms__section{margin-bottom:2rem}.terms__section-title{font-size:1.5rem;margin-bottom:1rem;color:var(--success-color)}.terms__text{margin-bottom:1rem;line-height:1.6}.terms__list{list-style:none;margin:0;padding:0}.terms__list-item{margin-bottom:.5rem;padding-left:1.2rem;position:relative}.terms__list-item:before{content:\"•\";position:absolute;left:0;color:var(--info-color)}.terms__link{color:var(--info-color);text-decoration:underline}.terms-container{width:100%;max-width:700px;margin:0 auto;padding:2rem 1.5rem;background:var(--card-background);border-radius:var(--border-radius-large);box-shadow:var(--shadow-light)}@media(max-width:900px){.terms,.terms-container{max-width:100vw;padding:1.2rem .7rem}}@media(max-width:600px){.terms,.terms-container{max-width:100vw;padding:.7rem .2rem}}