.faq-page{--navy:#0a1230;--navy-2:#0f1a4a;--blue:#2563eb;--blue-2:#3b82f6;--ink:#0f172a;--muted:#64748b;--line:#e5e7eb;--bg:#f8fafc;--white:#fff;font-family:Outfit,sans-serif;color:var(--ink);background:var(--white)}.faq-page h1,.faq-page h2,.faq-page h3,.faq-page h4,.faq-page h5,.faq-page h6{margin:0;font-weight:700;color:var(--ink)}.faq-page p{margin:0}.faq-hero{background:linear-gradient(180deg,#eef2fb,#f8fafc);border-bottom:1px solid var(--line)}.faq-hero__inner{max-width:1280px;margin:0 auto;padding:56px 40px 48px;display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}.faq-hero__eyebrow{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:2.5px;margin-bottom:16px}.faq-hero__title{font-size:46px;line-height:1.1;letter-spacing:-1px;margin-bottom:18px}.faq-hero__desc{color:var(--muted);font-size:15px;line-height:1.7;max-width:460px}.faq-hero__art{position:relative;border-radius:18px;overflow:hidden;min-height:320px;box-shadow:0 24px 60px rgba(15,23,42,.18)}.faq-hero__art img{width:100%;height:100%;object-fit:cover;min-height:320px}.faq-hero__bubble{position:absolute;display:flex;align-items:center;justify-content:center;font-weight:800;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.18);animation:faqFloat 5s ease-in-out infinite}.faq-hero__bubble--faq{top:14%;right:16%;background:var(--white);color:var(--blue);font-size:26px;padding:14px 22px;border-radius:18px 18px 18px 4px}.faq-hero__bubble--q{top:22%;left:12%;width:52px;height:52px;background:var(--blue);color:#fff;font-size:24px;animation-delay:1s}.faq-hero__bubble--dots{bottom:22%;left:18%;background:var(--white);color:var(--blue);font-size:24px;letter-spacing:2px;padding:8px 16px;border-radius:16px 16px 4px 16px;animation-delay:2s}.faq-hero__bubble--chat{bottom:28%;right:14%;width:48px;height:48px;background:#fff;color:var(--blue);animation-delay:1.5s}@keyframes faqFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.faq-features{max-width:1280px;margin:0 auto;padding:0 40px;transform:translateY(-30px)}.faq-features__row{background:var(--white);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 40px rgba(15,23,42,.06);display:grid;grid-template-columns:repeat(5,1fr);padding:26px 20px}.faq-feature{text-align:center;padding:0 14px;border-right:1px solid var(--line)}.faq-feature:last-child{border-right:none}.faq-feature__icon{width:46px;height:46px;margin:0 auto 12px;border-radius:12px;background:#eef2fb;color:var(--blue);display:flex;align-items:center;justify-content:center}.faq-feature__icon svg{width:22px;height:22px}.faq-feature p{font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.4}.faq-list{max-width:900px;margin:0 auto;padding:30px 40px 60px}.faq-list__eyebrow{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:22px}.faq-item{border:1px solid var(--line);border-radius:14px;background:var(--white);margin-bottom:14px;transition:box-shadow .2s,border-color .2s}.faq-item.open{border-color:rgba(37,99,235,.4);box-shadow:0 12px 30px rgba(37,99,235,.08)}.faq-item__btn{width:100%;gap:16px;padding:20px 22px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-item__btn,.faq-item__icon{display:flex;align-items:center}.faq-item__icon{width:40px;height:40px;flex-shrink:0;border-radius:10px;background:#eef2fb;color:var(--blue);justify-content:center}.faq-item__icon svg{width:20px;height:20px}.faq-item__q{flex:1;font-size:15.5px;font-weight:700;color:var(--ink)}.faq-item__toggle{width:28px;height:28px;flex-shrink:0;position:relative;color:var(--blue)}.faq-item__toggle:after,.faq-item__toggle:before{content:"";position:absolute;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.faq-item__toggle:before{top:50%;left:4px;right:4px;height:2.5px;transform:translateY(-50%)}.faq-item__toggle:after{left:50%;top:4px;bottom:4px;width:2.5px;transform:translateX(-50%)}.faq-item.open .faq-item__toggle:after{transform:translateX(-50%) rotate(90deg);opacity:0}.faq-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-item.open .faq-item__body{grid-template-rows:1fr}.faq-item__body-inner{overflow:hidden}.faq-item__body p{color:var(--muted);font-size:14px;line-height:1.7;padding:0 22px 22px 78px}.faq-cta{max-width:1280px;margin:0 auto 70px;padding:0 40px}.faq-cta__inner{position:relative;overflow:hidden;background:linear-gradient(120deg,#0a1230,#16235e 60%,#1d3a8a);border-radius:18px;padding:34px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.faq-cta__glow{position:absolute;width:320px;height:320px;left:-60px;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.35) 0,transparent 70%);pointer-events:none}.faq-cta__text{position:relative;z-index:1;max-width:560px}.faq-cta__text h3{color:#fff;font-size:22px;margin-bottom:8px}.faq-cta__text p{color:#cbd5e1;font-size:14px;line-height:1.6}.faq-cta__actions{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.faq-cta__btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:8px;transition:background .2s,transform .2s}.faq-cta__btn:hover{background:#1d4ed8;transform:translateY(-1px)}.faq-cta__link{color:#cbd5e1;font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.faq-cta__link:hover{color:#fff}@media (max-width:900px){.faq-hero__inner{grid-template-columns:1fr}.faq-hero__title{font-size:36px}.faq-features__row{grid-template-columns:repeat(2,1fr);gap:18px 0}.faq-feature:nth-child(2){border-right:none}.faq-item__body p{padding-left:22px}.faq-cta__actions{align-items:flex-start}}@media (max-width:560px){.faq-cta,.faq-features,.faq-hero__inner{padding-left:20px;padding-right:20px}.faq-features__row{grid-template-columns:1fr}.faq-feature{border-right:none;border-bottom:1px solid var(--line);padding-bottom:16px}.faq-feature:last-child{border-bottom:none;padding-bottom:0}}