.expandable-item{background:#1a1a1a;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.12);overflow:hidden;transition:all .3s ease;margin-bottom:1rem}.expandable-item:hover{box-shadow:0 12px 40px rgba(0,0,0,.15);transform:translateY(-2px)}.expandable-item.open{border:1px solid rgba(247,212,76,.3)}.expandable-header{width:100%;padding:1.75rem 2rem;background:none;border:none;color:#F7D44C;font-size:1.15rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .3s ease;outline:none}.expandable-header:hover{color:#fff}.expandable-header:focus-visible{outline:2px solid rgba(247,212,76,.3);outline-offset:-2px}.expandable-title{flex:1 1;line-height:1.4}.expandable-icon{width:24px;height:24px;color:#F7D44C;transition:transform .3s ease;flex-shrink:0;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.expandable-item.open .expandable-icon{transform:translateZ(0) rotate(180deg)}.expandable-icon svg{width:100%;height:100%}.expandable-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.expandable-item.open .expandable-content{grid-template-rows:1fr}.expandable-content>*{overflow:hidden}.expandable-content-inner{padding:0 2rem 1.75rem;color:#ccc;font-size:1rem;line-height:1.6;opacity:0;animation:none}.expandable-item.open .expandable-content-inner{animation:fadeIn .3s ease-in forwards;animation-delay:.1s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.expandable-item{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.expandable-item:first-child{animation-delay:.1s}.expandable-item:nth-child(2){animation-delay:.15s}.expandable-item:nth-child(3){animation-delay:.2s}.expandable-item:nth-child(4){animation-delay:.25s}.expandable-item:nth-child(5){animation-delay:.3s}.expandable-item:nth-child(6){animation-delay:.35s}.expandable-item:nth-child(7){animation-delay:.4s}.expandable-item:nth-child(8){animation-delay:.45s}@media (max-width:768px){.expandable-item{border-radius:20px}.expandable-header{padding:1.25rem 1.5rem;font-size:1.05rem}.expandable-content-inner{padding:0 1.5rem 1.25rem;font-size:.95rem}.expandable-icon{width:20px;height:20px}}@media (max-width:480px){.expandable-item{border-radius:16px}.expandable-header{padding:1rem 1.25rem;font-size:1rem}.expandable-content-inner{padding:0 1.25rem 1rem;font-size:.9rem}.expandable-icon{width:18px;height:18px}}.faq-section{background:#000;padding:6rem 2rem 4rem;align-items:center}.faq-container,.faq-section{display:flex;flex-direction:column}.faq-container{width:100%;max-width:1000px;gap:2rem}.faq-title{font-size:3rem;font-weight:800;margin-bottom:2.5rem;background:linear-gradient(45deg,#fff,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;line-height:1.2}.faq-list{display:flex;flex-direction:column;gap:.5rem}@media (max-width:768px){.faq-section{padding:3rem 1rem 2rem}.faq-title{font-size:2rem;margin-bottom:1.5rem}}@media (max-width:480px){.faq-title{font-size:1.75rem}}