/* WRAPPER */
.terms-wrapper {max-width: 860px;margin: 0 auto;background: #ffffff;border-radius: 12px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);padding: 2.5rem;}
@media (max-width: 768px) {
.terms-wrapper {padding: 1.5rem;}
}
/* TYPOGRAPHY */
.terms-intro {font-size: 1.05rem;color: #64748b;line-height: 1.8;margin-bottom: 2rem;}
.terms-intro strong {color: #0f172a;}
.terms-heading {font-size: 1.3rem;color: #0f172a;margin-top: 2rem;margin-bottom: 0.75rem;padding-bottom: 0.5rem;border-bottom: 2px solid #e2e8f0;}
.terms-heading:first-of-type {margin-top: 0;}
.terms-text {color: #4d596b;line-height: 1.7;margin-bottom: 1rem;}
.terms-text a {color: #1e50bf;}
.terms-text a:hover {text-decoration: underline;color: #764ba2;}
/* EXTERNAL LINKS BUTTONS */
.terms-links {display: flex;flex-wrap: wrap;gap: 1rem;margin: 1.25rem 0 2rem 0;}
@media (max-width: 600px) {
.terms-links {flex-direction: column;}
.terms-links .btn {width: 100%;text-align: center;}
}