.header-container{width:100%;font-family:Inter,sans-serif}.hero-section{position:relative;width:100%;height:450px;background-color:#1a2235;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 20px;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-image:url(/assets/banner-9z6sdoBX.png);background-size:cover;background-position:center;filter:blur(8px);z-index:0}.hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#151b29d9,#1a2235bf,#202a40d9);z-index:0}.hero-title{position:relative;font-size:56px;font-weight:800;color:#fff;margin-bottom:20px;letter-spacing:-1px;z-index:1}.hero-title .highlight{color:#8b5cf6}.hero-subtitle{position:relative;font-size:16px;color:#a0aec0;max-width:600px;line-height:1.6;font-weight:400;margin-bottom:50px;z-index:1}.scroll-down-btn{position:relative;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1}.scroll-down-btn:hover{background:#ffffff1a;border-color:#fff6}.scroll-down-btn svg{stroke:#fff;animation:bounce-arrow 2s infinite}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(4px)}60%{transform:translateY(2px)}}.nav-bar{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:0 20px;display:flex;align-items:center;height:60px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.nav-bar::-webkit-scrollbar{display:none}.nav-link{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 16px;color:#4a5568;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;cursor:pointer}.nav-link:hover{color:#1a202c}.nav-link.home-icon{padding:0 20px 0 10px}.nav-link.active{color:#7c3aed;margin:10px 4px;height:calc(100% - 20px);border-radius:8px;border:1px solid rgba(139,92,246,.3);background-color:#8b5cf60d}.nav-divider{display:inline-block;width:1px;height:30px;background-color:#e2e8f0;margin:0 8px;flex-shrink:0}.ticker-bar{background-color:#f7fafc;height:70px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #edf2f7;position:relative}.ticker-track{display:flex;align-items:center;gap:30px;padding:0 20px;width:max-content}.ticker-track.scroll-active{animation:scroll 40s linear infinite}.ticker-track.scroll-inactive{animation:none;margin:0 auto}.ticker-item{display:flex;align-items:center;gap:10px;color:#718096;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s}.ticker-item:hover{color:#2d3748}.ticker-logo{width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#4a5568;overflow:hidden}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 15px))}}.brokers-section{padding:4rem 2rem 6rem;background-color:#f1f5f9;position:relative;overflow:hidden;color:#334155}.filter-bar-container{background-color:#fff;width:100%;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;position:relative;z-index:10;box-shadow:0 1px 3px #0000000d}.filter-bar{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#334155}.filter-selects{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.5rem 2.5rem .5rem 1rem;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;transition:border-color .2s}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.clear-filter-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fee2e2;color:#ef4444;border:1px solid #fecaca;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.clear-filter-btn:hover{background-color:#fca5a5;color:#b91c1c;border-color:#f87171}@media (max-width: 768px){.filter-bar{flex-direction:column;align-items:stretch;gap:1rem}.filter-label{justify-content:flex-start}.filter-selects{flex-direction:column;gap:.75rem}.filter-select{width:100%}.clear-filter-btn{margin-left:0;width:100%;justify-content:center}}.no-results-message{text-align:center;padding:3rem;background:#fff;border-radius:12px;margin-top:2rem;color:#64748b;border:1px solid #e2e8f0}.broker-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.broker-loading .loading-spinner{width:40px;height:40px;border:4px solid rgba(99,102,241,.2);border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}.broker-loading .loading-text{color:#64748b;font-size:.95rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.brokers-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.brokers-header{text-align:center;margin-bottom:3rem}.brokers-header h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:#0f172a}.brokers-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.brokers-grid{display:flex;flex-direction:column}.broker-card-row{background-color:#fff;padding:2.5rem 0;transition:transform .2s;animation:fadeInUp .5s ease forwards;opacity:0;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;width:100vw;margin-left:calc(-50vw + 50%)}.broker-card-row .broker-left-col,.broker-card-row .broker-right-col{max-width:1200px}.broker-card-inner{display:flex;gap:3rem;max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;align-items:center}.broker-card-row:nth-child(2n){background-color:#f8fafc}.broker-card-row:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.broker-card-row:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.broker-left-col{flex:0 0 320px;display:flex;flex-direction:column}.broker-brand-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.broker-logo-box{width:80px;height:80px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;padding:.75rem;box-shadow:0 4px 6px -1px #0000000d;flex-shrink:0}.broker-logo-img{width:100%;height:100%;object-fit:contain}.broker-logo-text{font-size:1.5rem;font-weight:700;color:#0f172a}.broker-brand-info{display:flex;flex-direction:column}.broker-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.broker-rating-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.stars{font-size:1.1rem}.star-filled{color:#fbbf24}.star-empty{color:#cbd5e1}.rating-score{font-size:.875rem;font-weight:600;color:#475569}.view-reviews-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#6366f1;text-decoration:none;font-weight:500;background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;line-height:inherit}.view-reviews-link:hover{text-decoration:underline;color:#4338ca}.broker-compare-checkbox{margin-bottom:1.25rem}.broker-compare-checkbox label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;cursor:pointer}.broker-desc-text{font-size:.95rem;line-height:1.6;color:#475569;margin-bottom:1.5rem;flex-grow:1}.broker-regulators-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.reg-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background-color:#ecfdf5;color:#065f46;border-radius:20px;font-size:.75rem;font-weight:600}.broker-cta-area{margin-top:auto}.open-account-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background-color:#4f46e5;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background-color .2s}.open-account-btn:hover{background-color:#4338ca}.risk-warning{font-size:.7rem;color:#94a3b8;text-align:center;margin-top:.5rem}.broker-right-col{flex:1;display:flex;flex-direction:column;gap:1.5rem}.tech-details-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000005}.tech-details-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.tech-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem}.tech-detail-item{display:flex;flex-direction:column;gap:.25rem}.td-label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#64748b}.td-label svg{color:#94a3b8}.td-value{font-size:.95rem;font-weight:600;color:#0f172a;padding-left:1.25rem}.pros-cons-container{display:flex;gap:1.5rem}.pros-box,.cons-box{flex:1;border-radius:12px;padding:1.25rem}.pros-box{background-color:#f0fdf4;border:1px solid #dcfce7}.cons-box{background-color:#fef2f2;border:1px solid #fee2e2}.pc-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;margin-bottom:1rem}.pros-title{color:#166534}.cons-title{color:#991b1b}.pc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pc-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#334155;line-height:1.4}.pc-list li svg{flex-shrink:0;margin-top:.125rem}.floating-compare-btn{max-width:100px;max-height:100px;position:fixed;right:2rem;top:30%;transform:translateY(-50%);background:linear-gradient(180deg,#ff9800,#ff5722);color:#fff;border:1.5px solid #ffcc80;border-radius:30px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:pointer;box-shadow:0 10px 30px -5px #ff572280;z-index:50;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:slideInRight .5s cubic-bezier(.175,.885,.32,1.275) forwards}.floating-compare-btn:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 15px 35px -5px #ff572299;background:linear-gradient(180deg,#f57c00,#e64a19)}.compare-icon-wrapper{position:relative;display:inline-block}@keyframes bounceIcon{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}.floating-compare-btn svg{transition:transform .3s ease;animation:bounceIcon 2s infinite}.floating-compare-btn:hover svg{animation:none;transform:scale(1.1) rotate(5deg)}.floating-compare-btn span:not(.compare-badge){font-weight:900;font-size:12px;letter-spacing:.05em;text-transform:uppercase}.compare-badge{position:absolute;top:-12px;right:-28px;background-color:#fff;color:#ff5722;font-weight:900;font-size:.95rem;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;border:none}@keyframes slideInRight{0%{opacity:0;transform:translate(100px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.broker-card-row{padding:2rem 0}.broker-card-inner{flex-direction:column;padding:0 1.5rem;gap:2rem}.broker-left-col{flex:auto}.tech-details-grid{grid-template-columns:1fr}.pros-cons-container{flex-direction:column}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease;overflow:hidden}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modal-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn:hover{background-color:#f1f5f9;color:#0f172a}.modal-body{padding:0;overflow:auto;flex:1}.compare-table{width:100%;border-collapse:separate;border-spacing:0;text-align:center}.compare-table th,.compare-table td{padding:1.25rem 1rem;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;vertical-align:middle;background-color:#fff}.compare-table th:last-child,.compare-table td:last-child{border-right:none}.feature-col{width:180px;min-width:150px;text-align:left!important;font-weight:600;color:#334155;background-color:#f8fafc!important;font-size:.875rem;position:sticky;left:0;z-index:10;border-right:1px solid #e2e8f0!important}.compare-logo-box{display:flex;flex-direction:column;align-items:center;gap:.75rem}.compare-logo{width:60px;height:60px;border-radius:12px;border:1px solid #e2e8f0;padding:.5rem;background:#fff;display:flex;align-items:center;justify-content:center}.compare-logo img{width:100%;height:100%;object-fit:contain}.compare-name{font-weight:700;font-size:1rem;color:#0f172a}.compare-val{font-size:.9rem;color:#475569}.compare-list{display:flex;flex-direction:column;gap:.25rem;align-items:center}.compare-badge-pill{background:#ecfdf5;color:#059669;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.compare-cta-btn{display:inline-block;background:#4f46e5;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:background .2s;width:100%;max-width:160px}.compare-cta-btn:hover{background:#4338ca}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.urm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f2399;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px;animation:urmFadeIn .2s ease}@keyframes urmFadeIn{0%{opacity:0}to{opacity:1}}.urm-modal{background:#fff;border-radius:16px;box-shadow:0 24px 80px #00000038,0 4px 16px #4f46e51a;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;animation:urmSlideUp .25s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes urmSlideUp{0%{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.urm-header{display:flex;align-items:center;gap:14px;padding:18px 20px 16px;border-bottom:1px solid #e5e7eb;background:#fafafa;border-radius:16px 16px 0 0;flex-shrink:0}.urm-broker-logo{width:48px;height:48px;border-radius:10px;object-fit:contain;background:#f3f4f6;border:1px solid #e5e7eb;flex-shrink:0}.urm-broker-logo-text{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.urm-header-info{flex:1;min-width:0}.urm-broker-name{font-size:17px;font-weight:700;color:#111827;line-height:1.2;margin:0 0 2px}.urm-header-subtitle{font-size:12.5px;color:#6b7280;margin:0}.urm-close-btn{width:34px;height:34px;border-radius:50%;border:none;background:#f3f4f6;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.urm-close-btn:hover{background:#e5e7eb;color:#111827}.urm-body{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.urm-body::-webkit-scrollbar{width:5px}.urm-body::-webkit-scrollbar-track{background:transparent}.urm-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}.urm-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.urm-card{background:#fff;border:1px solid #e9ebf0;border-radius:12px;padding:16px;transition:box-shadow .2s}.urm-card:hover{box-shadow:0 4px 16px #4f46e514}.urm-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.urm-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#c7d2fe,#a5b4fc);color:#3730a3;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.urm-user-info{flex:1;min-width:0}.urm-user-name{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 2px}.urm-date{font-size:12px;color:#9ca3af;margin:0}.urm-tag{font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:99px;flex-shrink:0;line-height:1.6}.urm-tag--question{background:#ede9fe;color:#5b21b6}.urm-tag--review{background:#d1fae5;color:#065f46}.urm-stars{display:flex;align-items:center;gap:2px}.urm-star-filled{color:#f59e0b;font-size:15px}.urm-star-empty{color:#d1d5db;font-size:15px}.urm-body-text{font-size:13.5px;color:#374151;line-height:1.65;margin:0}.urm-reply{margin-top:12px;background:#f5f3ff;border-left:3px solid #7c3aed;border-radius:0 8px 8px 0;padding:12px 14px}.urm-reply-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;gap:8px}.urm-reply-author{display:flex;align-items:center;gap:7px}.urm-reply-icon{color:#7c3aed;flex-shrink:0}.urm-reply-name{font-size:13px;font-weight:700;color:#5b21b6;margin:0}.urm-reply-date{font-size:11.5px;color:#9ca3af;margin:0;white-space:nowrap}.urm-reply-text{font-size:13px;color:#4b5563;line-height:1.6;margin:0}.urm-footer{padding:14px 20px 18px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fafafa;border-radius:0 0 16px 16px}.urm-open-btn{display:block;width:100%;padding:14px;border-radius:10px;border:none;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:15px;font-weight:700;letter-spacing:.5px;cursor:pointer;text-decoration:none;text-align:center;transition:opacity .15s,transform .15s}.urm-open-btn:hover{opacity:.92;transform:translateY(-1px)}.urm-open-btn:active{transform:translateY(0)}.urm-empty{text-align:center;padding:40px 20px;color:#9ca3af}.urm-empty svg{margin-bottom:12px;opacity:.5}.urm-empty p{font-size:14px;margin:0}@media (max-width: 560px){.urm-modal{max-height:95vh}}.trust-section{padding:6rem 2rem;background-color:#fff;color:#334155;border-top:1px solid #e2e8f0}.trust-container{max-width:1200px;margin:0 auto}.trust-header{text-align:center;margin-bottom:4rem}.trust-header h2{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.trust-header p{font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto}.trust-features{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 2rem;margin-bottom:5rem}.trust-feature-card{text-align:center;display:flex;flex-direction:column;align-items:center}.trust-icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.trust-icon-wrapper.blue-icon{background-color:#eff6ff;color:#3b82f6}.trust-icon-wrapper.green-icon{background-color:#f0fdf4;color:#22c55e}.trust-feature-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.trust-feature-card p{font-size:.95rem;line-height:1.6;color:#64748b}.trust-risk-warning{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;display:flex;gap:1.5rem;align-items:flex-start}.warning-icon{flex-shrink:0;width:48px;height:48px;background-color:#fef9c3;border-radius:50%;display:flex;align-items:center;justify-content:center}.warning-content h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.warning-content p{font-size:.95rem;line-height:1.6;color:#475569;margin:0}@media (max-width: 992px){.trust-features{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.trust-risk-warning{flex-direction:column;align-items:center;text-align:center}}.glossary-section{padding:6rem 2rem;background-color:#f8fafc;color:#334155;border-top:1px solid #e2e8f0}.glossary-container{max-width:1000px;margin:0 auto}.glossary-header{text-align:center;margin-bottom:4rem}.glossary-header h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.glossary-header h2 svg{color:#4f46e5}.glossary-header p{font-size:1.05rem;color:#64748b;margin:0}.glossary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.glossary-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem 1.75rem;box-shadow:0 1px 2px #00000008;transition:transform .2s,box-shadow .2s}.glossary-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d}.glossary-card h3{font-size:1.1rem;font-weight:700;color:#4f46e5;margin-bottom:.75rem}.glossary-card p{font-size:.9rem;line-height:1.6;color:#475569;margin:0}@media (max-width: 768px){.glossary-grid{grid-template-columns:1fr}}.faq-section{padding:6rem 2rem;background-color:#fff;color:#334155;border-top:1px solid #e2e8f0}.faq-container{max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.faq-icon-wrapper{width:48px;height:48px;background-color:#eff6ff;color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.faq-header h2{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.faq-header p{font-size:1.05rem;color:#64748b;margin:0}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#cbd5e1}.faq-item.open{border-color:#4f46e5;box-shadow:0 4px 6px -1px #4f46e51a}.faq-question{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-question h3{font-size:1.05rem;font-weight:600;color:#1e293b;margin:0;padding-right:1.5rem}.faq-chevron{color:#94a3b8;transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-chevron{transform:rotate(180deg);color:#4f46e5}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden;padding:0 1.5rem;color:#475569;line-height:1.6;font-size:.95rem}.faq-item.open .faq-answer-inner{padding-bottom:1.25rem}.comments-section{padding:6rem 2rem;background-color:#fff;color:#334155;border-top:1px solid #e2e8f0}.comments-container{max-width:900px;margin:0 auto}.comments-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem}.comments-header h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment-thread{background-color:#f8fafc;border-radius:12px;padding:1.5rem}.comment-user{display:flex;gap:1rem;margin-bottom:1.25rem}.comment-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar{background-color:#e2e8f0;color:#64748b}.comment-reply{display:flex;gap:1rem;background-color:#eff6ff;border-radius:10px;padding:1.5rem;margin-left:3.5rem}.expert-avatar{width:24px;height:24px;background-color:#e0e7ff;color:#4f46e5;margin-top:.125rem}.comment-content{flex:1}.comment-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.comment-name{font-weight:700;color:#0f172a;font-size:1rem}.comment-date{font-size:.8rem;color:#64748b}.expert-role{font-size:.85rem;font-weight:600;color:#3b82f6}.comment-text{font-size:.95rem;line-height:1.6;color:#475569;margin:0}@media (max-width: 640px){.comment-reply{margin-left:0;padding:1rem}}.site-footer{background-color:#020617;color:#94a3b8;padding:5rem 2rem;text-align:center;font-size:.9rem;line-height:1.8}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.footer-risk-warning{color:#cbd5e1;max-width:1000px;margin:0 auto}.footer-bottom p{margin:0;color:#64748b;font-size:.85rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{width:100%;min-height:100vh}
