.terms-page{background:var(--studio-bg-primary);min-height:100vh;padding:2rem 1rem 4rem}.terms-container{width:100%;max-width:1200px;margin:0 auto}.terms-header{text-align:center;margin-bottom:3rem}.terms-header__icon{background:var(--studio-accent-muted);width:56px;height:56px;color:var(--studio-accent);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.terms-header__icon svg{width:28px;height:28px}.terms-title{color:var(--studio-text-primary);margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.terms-subtitle{color:var(--studio-text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.625}.terms-sections{margin-bottom:2rem}.terms-section{background:var(--studio-bg-elevated);border:1px solid var(--studio-border-strong);border-left:3px solid var(--studio-accent);border-radius:12px;margin-bottom:1.25rem;padding:1.5rem 1.75rem}.terms-section__title{color:var(--studio-text-primary);margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.terms-section__content{color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.625}.terms-section__content p{margin:0}.terms-list{margin:0;padding:0;list-style:none}.terms-list li{color:var(--studio-text-secondary);border-bottom:1px solid var(--studio-border-subtle);padding:.5rem 0 .5rem 1.25rem;font-size:.9375rem;line-height:1.625;position:relative}.terms-list li:last-child{border-bottom:none}.terms-list li:before{content:"";background:var(--studio-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:1rem;left:0}.terms-section strong{color:var(--studio-text-primary);font-weight:600}.terms-footer{background:var(--studio-bg-surface);border:1px solid var(--studio-border);text-align:center;border-radius:12px;margin-bottom:2rem;padding:1.25rem 1.5rem}.terms-footer__text{color:var(--studio-text-muted);margin:0;font-size:.875rem;font-style:italic;line-height:1.625}.terms-cta{text-align:center}.terms-cta__btn{background:var(--studio-accent);color:var(--studio-text-inverse);cursor:pointer;box-shadow:var(--shadow-md),var(--shadow-glow-sm);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.terms-cta__btn:hover{background:var(--studio-accent-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.terms-cta__btn svg{width:18px;height:18px;transition:transform .15s}.terms-cta__btn:hover svg{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.terms-cta__btn,.terms-cta__btn svg{transition:none}.terms-cta__btn:hover,.terms-cta__btn:hover svg{transform:none}}@media (max-width:768px){.terms-page{padding:1.5rem 1rem 3rem}.terms-section{padding:1.25rem 1.5rem}}@media (max-width:480px){.terms-section{padding:1rem 1.25rem}}
