.contact-section{padding:60px;background-color:#f9f9fc;text-align:center;margin-top:80px}.contact-header h2{font-size:2.4rem;line-height:1.2;font-weight:500;color:#0f172a;margin-bottom:40px}.contact-header p{font-size:1.2rem;color:#334155;margin-bottom:2rem}.contact-cards{display:flex;justify-content:center;gap:2rem}.contact-card{background:linear-gradient(90deg,#F6EDE8,#F2EAF5 47.99%,#F4F1FC);padding:50px 45px;border-radius:16px;width:100%;max-width:440px;transition:transform .2s ease;place-items:center}.contact-card img{width:70px;height:70px;margin-bottom:10px}.contact-card h3{color:#0f172a;margin-bottom:10px;font-size:28px;font-weight:500}.contact-card p{font-size:.95rem;font-weight:400;color:#36434A;margin-bottom:20px;line-height:1.6;min-height:110px}.contact-button{padding:10px 18px;font-size:.95rem;font-weight:500;background-color:transparent;color:#2563eb;border:2px solid #2563eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.contact-button:hover{background-color:#2563eb;color:#ffffff}.help-popup{z-index:100;background:#fff;border-radius:12px;width:310px;animation:fadeIn .3s ease-in-out;position:absolute;top:40%;left:70%;overflow:hidden;box-shadow:0 8px 24px #00000026}@keyframes fadeIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.help-popup-header{background:linear-gradient(180deg,#0B1228,#203679);color:#ffffff;padding:16px;align-items:center;gap:10px;font-size:20px;font-weight:500;position:relative;text-align:left}.help-popup-icon img{width:20px;height:20px}.help-popup-close{position:absolute;right:12px;top:12px;background:transparent;border:none;color:#ffffff;font-size:1rem;cursor:pointer}.help-popup-subtitle{text-align:left;font-size:12px!important;font-weight:400;color:#fff!important;margin:0!important;min-height:0!important}.help-popup-list{list-style:none;padding:0;margin:0;overflow-y:auto}.help-popup-list li{padding:10px 16px;font-size:14px;font-weight:500;border-bottom:1px solid #f1f1f1;color:#1e293b;justify-content:space-between;cursor:pointer}.help-popup-list li:hover{background-color:#f8fafc}.list-title{display:flex;justify-content:space-between;align-items:center;text-align:left}.list-content-wrapper{margin-top:8px}.list-content{font-size:12px;color:#475569;line-height:1.5;text-align:left}@media (max-width:1024px){.help-popup{width:330px;top:40%;left:35%}}@media (max-width:768px){.contact-section{padding:40px 20px}.contact-cards{flex-direction:column;align-items:center}.contact-card{width:100%;max-width:100%;padding:40px 20px}.help-popup{-webkit-overflow-scrolling:touch;border-radius:12px;width:300px;max-width:100%;height:70vh;padding-bottom:12px;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;margin:0 auto;top:20%}.help-popup-header{font-size:18px;position:sticky;top:0}.help-popup-subtitle{font-size:11px!important}.help-popup-close{top:10px;right:10px}.help-popup-list li{font-size:15px;padding:12px 14px}.list-content{font-size:.85rem}}@media (max-width:480px){.contact-header h2{font-size:1.5rem;line-height:1.4}.contact-card h3{font-size:20px}.contact-card p{font-size:.9rem}.contact-button{font-size:.9rem;padding:9px 16px}.help-popup-header{padding:14px;font-size:17px}.help-popup-list li{font-size:14.5px}.list-content{font-size:.83rem}}