.help-page{background:var(--studio-bg-primary);min-height:100vh;padding:2rem 1rem 4rem}.help-container{width:100%;max-width:1200px;margin:0 auto}.help-header{text-align:center;margin-bottom:3rem}.help-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}.help-header__icon svg{width:28px;height:28px}.help-title{color:var(--studio-text-primary);margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.help-subtitle{color:var(--studio-text-secondary);max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.625}.help-sections{margin-bottom:2.5rem}.help-section-card{background:var(--studio-bg-elevated);border:1px solid var(--studio-border-strong);border-radius:16px;margin-bottom:1.5rem;padding:1.75rem}.help-section-card__title{color:var(--studio-text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.help-items-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.help-item{background:var(--studio-bg-surface);border:1px solid var(--studio-border);border-radius:10px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.help-item__icon{background:var(--studio-accent-muted);width:36px;height:36px;color:var(--studio-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.help-item__icon svg{width:18px;height:18px}.help-item__content{flex:1;min-width:0}.help-item__title{color:var(--studio-text-primary);margin:0 0 .25rem;font-size:.9375rem;font-weight:600}.help-item__desc{color:var(--studio-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.help-contact{background:var(--studio-bg-elevated);border:1px solid var(--studio-border-accent);text-align:center;border-radius:16px;margin-bottom:2.5rem;padding:2rem}.help-contact__icon{background:var(--studio-accent-muted);width:48px;height:48px;color:var(--studio-accent);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.help-contact__icon svg{width:24px;height:24px}.help-contact__title{color:var(--studio-text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.help-contact__text{color:var(--studio-text-secondary);margin:0;font-size:.9375rem;line-height:1.625}.help-contact__link{color:var(--studio-accent);font-weight:600;text-decoration:none;transition:color .15s}.help-contact__link:hover{color:var(--studio-accent-hover)}.help-cta{text-align:center}.help-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}.help-cta__btn:hover{background:var(--studio-accent-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.help-cta__btn svg{width:18px;height:18px;transition:transform .15s}.help-cta__btn:hover svg{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.help-cta__btn,.help-cta__btn svg{transition:none}.help-cta__btn:hover,.help-cta__btn:hover svg{transform:none}}@media (max-width:768px){.help-page{padding:1.5rem 1rem 3rem}.help-section-card{padding:1.25rem}.help-items-grid{grid-template-columns:1fr}}@media (max-width:480px){.help-item{padding:.75rem}}
