*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.content-page{min-height:100vh;padding:0;position:relative;overflow-x:hidden;background-color:#f5f1e8}.content-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.1);backdrop-filter:blur(5px);pointer-events:none}.help-center-container{max-width:1200px;margin:0 auto;padding:140px 2rem 4rem;position:relative;z-index:1}.help-center-hero{margin-bottom:5rem;text-align:center}.help-center-hero h1{font-family:"Instrument Serif",serif;font-size:2.75rem;font-weight:400;color:#1a1a2e;margin-bottom:1.25rem;line-height:1.2}.help-center-hero>p{font-size:1.15rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto}.section-title{font-family:"Instrument Serif",serif;font-size:1.85rem;font-weight:400;color:#1a1a2e;margin-bottom:2.5rem}.categories-section{margin-bottom:5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.category-card{background:rgba(255,255,255,.3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:2.25rem;transition:all .25s ease;text-align:center}.category-card:hover{background:rgba(255,255,255,.4);border-color:rgba(255,255,255,.6);transform:translateY(-4px)}.category-icon{font-size:2.25rem;margin-bottom:1.25rem;display:block}.category-card h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.category-card p{font-size:.95rem;color:#4a5568;line-height:1.65}.faq-section{margin-bottom:5rem}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:rgba(255,255,255,.3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.5);border-radius:14px;overflow:hidden;transition:all .25s ease}.faq-item:hover{background:rgba(255,255,255,.35)}.faq-question{width:100%;padding:1.5rem 1.75rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;cursor:pointer;text-align:left;transition:all .2s ease}.faq-question span{font-size:1.05rem;font-weight:600;color:#1a1a2e}.faq-icon{flex-shrink:0;color:#6366f1;transition:transform .25s ease}.faq-icon.expanded{transform:rotate(180deg)}.faq-answer{padding:0 1.75rem 1.75rem;display:none}.faq-answer.expanded{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.faq-answer p{font-size:.98rem;line-height:1.7;color:#4a5568;margin:0}.contact-section{background:rgba(255,255,255,.3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:3.5rem 2.5rem;text-align:center}.contact-content h3{font-family:"Instrument Serif",serif;font-size:1.85rem;font-weight:400;color:#1a1a2e;margin-bottom:1rem}.contact-content p{font-size:1.05rem;color:#4a5568;margin-bottom:2.25rem;line-height:1.6}.contact-buttons{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.btn-primary{display:inline-block;padding:1rem 2.25rem;font-size:1rem;font-weight:600;color:white;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .25s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.35)}.btn-secondary{display:inline-block;padding:1rem 2.25rem;font-size:1rem;font-weight:600;color:#1a1a2e;background:rgba(255,255,255,.4);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:10px;cursor:pointer;text-decoration:none;transition:all .25s ease}.btn-secondary:hover{background:rgba(255,255,255,.55);transform:translateY(-2px)}.footer{background:linear-gradient(180deg,#0a0a0a,#000000);color:#9ca3af;padding:5rem 4rem 2rem;border-top:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(89,145,194,.5) 50%,transparent)}.footer-content{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 3fr;gap:3rem;margin-bottom:2rem}.footer-brand-col{display:flex;flex-direction:column}.footer-logo{font-family:"Instrument Serif",serif;font-size:1.75rem;font-weight:600;color:#ffffff;margin-bottom:1rem;letter-spacing:.02em}.footer-tagline{color:#9ca3af;font-size:.95rem;margin-bottom:1.5rem;line-height:1.7}.footer-newsletter{display:flex;gap:.5rem}.footer-email-input{flex:1;padding:.875rem 1.25rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;transition:all .3s ease;outline:none}.footer-email-input::placeholder{color:#6b7280}.footer-email-input:focus{background:rgba(255,255,255,.05);border-color:rgba(89,145,194,.5);box-shadow:0 0 0 3px rgba(89,145,194,.1)}.footer-subscribe-btn{padding:.875rem 1.75rem;background:linear-gradient(135deg,#5991c2,#8058ae);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer-subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(89,145,194,.3)}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col h3{font-size:.9rem;color:#ffffff;margin-bottom:1.5rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.footer-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.875rem}.footer-col li{margin-bottom:0}.footer-col a{color:#9ca3af;text-decoration:none;font-size:.95rem;transition:all .2s ease;display:inline-block;position:relative}.footer-col a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#5991c2,#8058ae);transition:width .3s ease}.footer-col a:hover{color:#ffffff;transform:translateX(4px)}.footer-col a:hover:after{width:100%}.footer-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:3rem;gap:2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-copy{color:#6b7280;font-size:.875rem;order:2}.footer-socials{display:flex;gap:1rem;align-items:center;order:1}.footer-social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:50%;color:#9ca3af;transition:all .3s ease;text-decoration:none}.footer-social-link:hover{background:rgba(89,145,194,.15);border-color:rgba(89,145,194,.5);color:#5991c2;transform:translateY(-3px)}.footer-social-link svg{width:18px;height:18px}@media (max-width:768px){.help-center-container{padding:100px 1.5rem 3rem}.help-center-hero h1{font-size:2.25rem}.help-center-hero>p{font-size:1rem}.section-title{font-size:1.6rem}.categories-grid{grid-template-columns:1fr}.contact-section{padding:2.5rem 2rem}.contact-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.footer-links-grid,.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer{padding:4rem 2rem 2rem}}@media (max-width:480px){.help-center-hero h1{font-size:1.875rem}.category-card{padding:1.75rem}.faq-question span{font-size:.98rem}.contact-content h3{font-size:1.6rem}.contact-section{padding:2rem 1.5rem}}