.refund-container{min-height:100vh;padding-top:6rem;padding-bottom:4rem;background-color:#000}.refund-wrapper{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.refund-wrapper{padding:0 1.5rem}}@media (min-width:1024px){.refund-wrapper{padding:0 2rem}}.refund-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}.refund-sidebar{grid-column:span 12}@media (min-width:1024px){.refund-sidebar{grid-column:span 3;margin-top:30px}}.refund-nav{position:-webkit-sticky;position:sticky;top:6rem;padding-right:1rem}.refund-nav-item{display:block;width:100%;text-align:left;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;border:none;background:none;cursor:pointer;transition:all .2s;color:#9ca3af;font-family:Moderat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.refund-nav-item:hover{background-color:rgba(147,51,234,.1);color:#fff}.refund-nav-item.active{background-color:rgba(147,51,234,.2);color:#a855f7;font-weight:500}.refund-nav-subitem{padding-left:2rem;color:#6b7280}.refund-content{grid-column:span 12}@media (min-width:1024px){.refund-content{grid-column:span 9}}.refund-content-inner{max-width:48rem;margin-top:30px}.refund-header{margin-bottom:3rem}.refund-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;font-family:Moderat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.refund-date{color:#9ca3af;margin-bottom:0;font-family:Moderat,sans-serif}.refund-section{margin-bottom:3rem;scroll-margin-top:6rem}.refund-section-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;font-family:Moderat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.refund-subsection{margin-top:2rem;scroll-margin-top:6rem}.refund-subsection-title{font-size:1.25rem;font-weight:500;color:#e0e0e0;margin-bottom:1rem;font-family:Moderat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.refund-text{margin-bottom:1rem;line-height:1.625}.refund-list,.refund-text{color:#cbd5e1;font-family:Moderat,sans-serif}.refund-list{list-style-type:disc;padding-left:1.5rem;margin-top:1rem}.refund-list li{margin-bottom:.5rem;line-height:1.625}.refund-contact{margin-top:1rem}.refund-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.refund-contact-icon{width:1.25rem;height:1.25rem;color:#a855f7}.refund-contact-link{color:#a855f7;text-decoration:none;transition:color .2s;font-family:Moderat,sans-serif}.refund-contact-link:hover{color:#c084fc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}