.security-page{background:var(--studio-bg-primary);min-height:100vh;padding:2rem 1rem 4rem}.security-container{width:100%;max-width:1200px;margin:0 auto}.security-header{text-align:center;margin-bottom:3rem}.security-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}.security-header__icon svg{width:28px;height:28px}.security-title{color:var(--studio-text-primary);margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.security-subtitle{color:var(--studio-text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.625}.security-sections{margin-bottom:2rem}.security-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}.security-section__title{color:var(--studio-text-primary);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1.125rem;font-weight:600;display:flex}.security-section__icon{width:24px;height:24px;color:var(--studio-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.security-section__icon svg{width:20px;height:20px}.security-section__content{color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.625}.security-section__content p{margin:0 0 .75rem}.security-section__content p:last-child{margin-bottom:0}.security-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.5rem;display:grid}.security-feature-card{background:var(--studio-bg-surface);border:1px solid var(--studio-border);border-radius:12px;padding:1.25rem}.security-feature-card h4{color:var(--studio-text-primary);margin:0 0 .5rem;font-size:.9375rem;font-weight:600}.security-feature-card p{color:var(--studio-text-secondary);margin:0;font-size:.875rem;line-height:1.625}.security-compliance-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:.5rem;display:grid}.security-compliance-item{background:var(--studio-bg-surface);border:1px solid var(--studio-border);text-align:center;border-radius:12px;padding:1.25rem}.security-compliance-item__badge{color:var(--studio-accent);margin:0 0 .5rem;font-size:1rem;font-weight:700}.security-compliance-item p{color:var(--studio-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.security-list{margin:0;padding:0;list-style:none}.security-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}.security-list li:last-child{border-bottom:none}.security-list li:before{content:"";background:var(--studio-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:1rem;left:0}.security-section strong{color:var(--studio-text-primary);font-weight:600}.security-notice{background:var(--studio-success-muted);border:1px solid var(--studio-success);border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.security-notice__icon{width:24px;height:24px;color:var(--studio-success);flex-shrink:0;justify-content:center;align-items:center;display:flex}.security-notice__icon svg{width:20px;height:20px}.security-notice p{color:var(--studio-text-secondary);margin:0;font-size:.875rem;line-height:1.625}.security-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}.security-footer__text{color:var(--studio-text-muted);margin:0;font-size:.875rem;font-style:italic;line-height:1.625}.security-cta{text-align:center}.security-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}.security-cta__btn:hover{background:var(--studio-accent-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.security-cta__btn svg{width:18px;height:18px;transition:transform .15s}.security-cta__btn:hover svg{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.security-cta__btn,.security-cta__btn svg{transition:none}.security-cta__btn:hover,.security-cta__btn:hover svg{transform:none}}@media (max-width:768px){.security-page{padding:1.5rem 1rem 3rem}.security-section{padding:1.25rem 1.5rem}.security-features,.security-compliance-grid{grid-template-columns:1fr}}@media (max-width:480px){.security-section{padding:1rem 1.25rem}}
