.terms-body{background:var(--neutral-light)}.terms-wrap{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.terms-intro{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--primary-color);padding:32px 36px;box-shadow:var(--shadow-sm)}.terms-intro p{font-size:.9rem;color:var(--neutral-medium);line-height:1.9;margin-bottom:14px}.terms-intro p:last-child{margin-bottom:0}.terms-article{background:var(--white);border-radius:var(--radius);border:1px solid rgba(47,122,182,.1);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .3s var(--ease)}.terms-article:hover{box-shadow:var(--shadow-md)}.terms-article__header{display:flex;align-items:center;gap:16px;padding:20px 28px;background:var(--primary-bg);border-bottom:1px solid var(--primary-light)}.terms-article__num{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px 12px;background:var(--primary-color);color:var(--white);border-radius:var(--radius-pill);font-size:.72rem;letter-spacing:.08em;white-space:nowrap}.terms-article__header h2,.terms-article__num{font-family:var(--font-display);font-weight:700}.terms-article__header h2{font-size:1rem;color:var(--neutral-dark);letter-spacing:-.01em;line-height:1.3}.terms-article__body{padding:24px 28px}.terms-article__body p{font-size:.9rem;color:var(--neutral-dark);line-height:1.9;margin-bottom:14px}.terms-article__body p:last-child{margin-bottom:0}.terms-article__body ul{display:flex;flex-direction:column;gap:8px;background:var(--neutral-light);border-radius:var(--radius-sm);padding:16px 20px;margin:12px 0}.terms-article__body ul li{font-size:.875rem;color:var(--neutral-medium);line-height:1.7;padding-left:18px;position:relative}.terms-article__body ul li:before{content:"";position:absolute;left:4px;top:9px;width:6px;height:6px;border-radius:50%;background:var(--primary-color);opacity:.6}.terms-back{display:flex;justify-content:center;padding-top:8px;padding-bottom:16px}.terms-back .btn--outline{display:inline-flex;align-items:center;gap:8px}.terms-back .btn--outline svg{width:16px;height:16px;flex-shrink:0}@media (max-width:768px){.terms-wrap{gap:18px}.terms-intro{padding:22px 20px}.terms-article__header{padding:16px 20px;gap:12px;flex-wrap:wrap}.terms-article__header h2{font-size:.92rem}.terms-article__body{padding:18px 20px}.terms-article__body ul{padding:12px 16px}}@media (max-width:480px){.terms-intro{padding:18px 16px}.terms-article__header{padding:14px 16px}.terms-article__body{padding:16px;font-size:.86rem}.terms-article__body p{font-size:.86rem}.terms-article__body ul{padding:10px 14px}.terms-article__body ul li{font-size:.82rem}}