.faq{display:flex;width:100%;max-width:1200px;flex-direction:column;align-items:center;gap:48px;margin:80px auto 0;padding:80px 20px;background:var(--Primary-Raisin-Black-500,#181818);box-sizing:border-box}.faq-title{color:var(--Primary-Fully-White-500,#FFF);text-align:center;font-family:Manrope,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:120%;margin:0}.faq-list{gap:16px;max-width:720px}.faq-item,.faq-list{display:flex;flex-direction:column;width:100%}.faq-item{gap:0;border-radius:12px;background:#131313;border:1px solid #111111;overflow:hidden;transition:all .5s ease;padding:20px;box-sizing:border-box}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:0;background:transparent;border:none;cursor:pointer;text-align:left;width:100%;transition:all .5s ease}.faq-question span{color:var(--Primary-Fully-White-500,#FFF);font-family:Manrope,sans-serif;font-size:16px;font-weight:600;line-height:140%;flex:1 1;padding-right:16px}.faq-chevron{flex-shrink:0;color:var(--Primary-Fully-White-800,#B3B3B3);transition:transform .5s ease}.faq-question.expanded .faq-chevron{transform:rotate(180deg)}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease}.faq-answer-wrapper.expanded{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer{padding-top:12px}.faq-answer p{color:var(--Primary-Fully-White-800,#B3B3B3);font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin:0}@media (max-width:1200px){.faq{padding:60px 20px}}@media (max-width:768px){.faq{padding:50px 24px;gap:40px}.faq-title{font-size:28px}.faq-list{gap:12px}.faq-item{padding:16px 18px;gap:10px}.faq-question span{font-size:15px;line-height:140%;padding-right:12px}.faq-answer p{font-size:14px;line-height:150%}}@media (max-width:480px){.faq{padding:40px 16px;gap:32px}.faq-title{font-size:24px}.faq-list{gap:10px}.faq-item{padding:14px 16px;gap:8px;border-radius:10px}.faq-question span{font-size:14px;line-height:140%;padding-right:10px}.faq-chevron{width:18px;height:18px}.faq-answer p{font-size:13px;line-height:150%}}@media (max-width:375px){.faq{padding:36px 12px}.faq-title{font-size:22px}.faq-item{padding:12px 14px}.faq-question span{font-size:13px;padding-right:8px}.faq-chevron{width:16px;height:16px}.faq-answer p{font-size:12px}}@media (max-width:600px){.faq{margin:40px auto 0!important;padding:0 16px 24px!important}}.hero{position:relative;width:100%;box-sizing:border-box;padding:120px 80px 80px;overflow:visible}.hero-orange-line{top:-90px}.hero-blue-line,.hero-orange-line{position:absolute;left:0;width:100%;height:auto;opacity:1;pointer-events:none;z-index:0}.hero-blue-line{top:-50px}.hero-background-glow{position:absolute;top:20%;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle at center,rgba(102,102,204,.35) 0,rgba(102,102,204,.1) 50%,transparent 75%);filter:blur(80px);pointer-events:none;z-index:0}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px;max-width:1312px;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:flex-start;flex:1 1;min-width:0}.hero-title{margin:0;font-family:Manrope,sans-serif;font-size:44px;line-height:120%;letter-spacing:0;color:#fff;white-space:nowrap}.hero-title-medium{font-weight:500}.hero-title-orange{font-weight:600;color:#ff6833}.hero-description{margin:24px 0 0;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:150%;letter-spacing:0;color:rgba(179,179,179,1)}.hero-desc-line{display:inline}.hero-desc-line:after{content:" "}.hero-actions{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:24px}.hero-cta-primary{display:inline-flex;padding:16px 32px;justify-content:center;align-items:center;border-radius:8px;background:var(--Primary-Medium-Slate-Blue-700,#66c);color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;line-height:120%;text-decoration:none;transition:background .2s ease}.hero-cta-primary:hover{background:#8888ee}.hero-cta-secondary{display:inline-flex;padding:16px 32px;justify-content:center;align-items:center;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;line-height:120%;text-decoration:none;transition:border-color .2s ease,background .2s ease}.hero-cta-secondary:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.1)}.hero-dashboard-wrapper{position:relative;flex-shrink:0;display:flex;justify-content:center;align-items:center}.hero-dashboard-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:640px;height:640px;border-radius:50%;opacity:.35;background:var(--Primary-Medium-Slate-Blue-700,#66c);filter:blur(200px);z-index:0;pointer-events:none}.hero-dashboard{position:relative;z-index:1;width:640px;height:360px;border-radius:12px;border:2px solid rgba(47,47,47,1);overflow:hidden;background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3))}.hero-dashboard iframe{width:100%;height:100%;display:block;border:none}@media (max-width:1100px){.hero{padding:100px 48px 60px}.hero-dashboard{width:520px;height:293px}}@media (max-width:900px){.hero-inner{flex-direction:column;text-align:center}.hero-content,.hero-inner{align-items:center}.hero-title{font-size:36px}.hero-description,.hero-title{white-space:normal}.hero{padding:60px 32px 48px}.hero-dashboard{width:100%;max-width:640px;height:auto;aspect-ratio:16/9}.hero-dashboard-glow{width:480px;height:480px;filter:blur(150px)}}@media (max-width:600px){.hero{padding:16px 20px 40px}.hero-blue-line,.hero-orange-line{display:none}.hero-title{font-size:24px}.hero-title-medium{font-weight:500;font-size:24px}.hero-title-orange{font-weight:600;font-size:24px}.hero-description{font-size:13px;font-weight:400;margin-top:8px;text-align:center}.hero-desc-line{display:block;white-space:nowrap}.hero-desc-line:after{content:""}.hero-actions{flex-direction:row;width:auto;gap:8px;margin-top:16px}.hero-cta-primary,.hero-cta-secondary{width:auto;height:40px;padding:0 16px;font-size:14px;font-weight:600;border-radius:8px}.hero-cta-primary{background:rgba(102,102,204,1)}.hero-cta-primary,.hero-cta-secondary{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px)}.hero-cta-secondary{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.25)}.hero-dashboard-glow{width:360px;height:360px;filter:blur(120px)}.hero-inner{gap:16px}.hero-background-glow{top:-5%}.hero-dashboard-wrapper{margin-top:0}.hero-dashboard{width:355px;height:200px;border-radius:12px;border:2px solid rgba(47,47,47,1);background:rgba(0,0,0,.3)}}.yt-facade{position:relative;padding:0;border:none;background:#000;cursor:pointer;overflow:hidden}.yt-facade,.yt-facade-thumb{display:block;width:100%;height:100%}.yt-facade-thumb{object-fit:cover}.yt-facade-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;transition:transform .15s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.6))}.yt-facade:hover .yt-facade-play{transform:translate(-50%,-50%) scale(1.1)}