.refund-container{min-height:100vh;padding-top:6rem;padding-bottom:4rem;background-color:#fff}.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:#4b5563}.refund-nav-item:hover{background-color:#f9fafb;color:#111827}.refund-nav-item.active{background-color:#eff6ff;color:#1d4ed8;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:#111827;margin-bottom:.5rem}.refund-date{color:#6b7280;margin-bottom:0}.refund-section{margin-bottom:3rem;scroll-margin-top:6rem}.refund-section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.refund-subsection{margin-top:2rem;scroll-margin-top:6rem}.refund-subsection-title{font-size:1.25rem;font-weight:500;color:#111827;margin-bottom:1rem}.refund-text{color:#4b5563;margin-bottom:1rem;line-height:1.625}.refund-list{list-style-type:disc;padding-left:1.5rem;color:#4b5563;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:#2563eb}.refund-contact-link{color:#2563eb;text-decoration:none;transition:color .2s}.refund-contact-link:hover{color:#1d4ed8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}