.faq-page a{min-height:100vh;background-color:transparent;color:#ffffff;font-family:Inter,sans-serif;position:relative;overflow-x:hidden;padding-bottom:40rem}.faq-page .content-layer{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:0 2rem 10rem}.faq-header{text-align:center;max-width:900px;margin:clamp(4rem,12vh,7rem) auto 3rem;padding:2rem 1rem}.faq-hero-title{font-size:3rem!important;font-weight:800!important;color:#ffffff!important;margin-bottom:1.5rem!important;letter-spacing:-.02em;line-height:1.2!important}.faq-hero-title span{display:inline-block!important;color:#ffffff!important}.faq-subtitle{font-size:1.1rem;line-height:1.7;color:#b0bec5;max-width:700px;margin:0 auto}.faq-container{width:100%;max-width:900px;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:5rem}.faq-card,.faq-item-wrapper{position:relative}.faq-card{background:linear-gradient(145deg,rgba(30,30,30,.5),rgba(20,20,20,.3));backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;padding:2rem;cursor:pointer;transition:all .4s cubic-bezier(.25,.4,.25,1);overflow:hidden}.faq-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(236,72,153,.04));opacity:0;transition:opacity .4s ease;pointer-events:none}.faq-card:hover{border-color:rgba(168,85,247,.35);box-shadow:0 10px 30px rgba(168,85,247,.15)}.faq-card:hover:before{opacity:1}.faq-card.open{border-color:rgba(168,85,247,.3)}.faq-question-section{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.faq-icon-wrapper{display:flex;align-items:center;gap:1rem}.faq-icon-circle{width:3rem;height:3rem;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);transition:all .3s ease}.faq-icon{width:1.5rem;height:1.5rem}.faq-category{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.faq-question-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question{font-size:1.35rem;font-weight:600;color:#ffffff;margin:0;text-align:left;letter-spacing:-.01em;flex:1}.faq-toggle{display:flex;align-items:center;justify-content:center;color:#a855f7;flex-shrink:0;opacity:.7;transition:opacity .3s ease}.faq-card:hover .faq-toggle{opacity:1}.faq-answer-wrapper{overflow:hidden;position:relative;z-index:1}.faq-answer{font-size:1rem;color:#c8d6e5;line-height:1.7;padding-top:1.5rem;border-top:1px solid rgba(168,85,247,.15);margin-top:1.5rem;text-align:left}.faq-accent{position:absolute;left:0;top:0;bottom:0;width:4px;opacity:0;transition:opacity .4s ease}.faq-card.open .faq-accent,.faq-card:hover .faq-accent{opacity:.8}.faq-cta{text-align:center;max-width:600px;padding:0;margin-top:3rem;margin-bottom:10rem;background:transparent}.faq-cta h3{font-size:1.75rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:.75rem}.faq-cta p{font-size:1.05rem;color:#8b92a8;margin-bottom:2rem}.contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#7a00b3;border:1px solid rgba(168,85,247,.3);border-radius:.75rem;color:#ffffff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(168,85,247,.3)}.contact-btn:hover{box-shadow:0 8px 25px rgba(168,85,247,.4);transform:translateY(-2px);border-color:rgba(168,85,247,.5)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.popup-content{position:relative;background:linear-gradient(145deg,rgba(30,30,30,.95),rgba(20,20,20,.9));backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:1.5rem;padding:3rem 2.5rem;max-width:550px;width:100%;box-shadow:0 25px 60px rgba(168,85,247,.3)}.popup-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffff}.popup-close:hover{background:rgba(168,85,247,.3);border-color:rgba(168,85,247,.5);transform:rotate(90deg)}.popup-close svg{width:1.5rem;height:1.5rem}.popup-title{font-size:2rem;font-weight:700;color:#ffffff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.popup-subtitle{font-size:1rem;color:#b0bec5;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#e5e5e5}.form-group input,.form-group textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.875rem 1rem;font-size:1rem;color:#ffffff;font-family:Inter,sans-serif;transition:all .3s ease;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:rgba(168,85,247,.5);background:rgba(168,85,247,.08);box-shadow:0 0 0 3px rgba(168,85,247,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b7280}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2rem;background:#7a00b3;border:none;border-radius:.75rem;color:#ffffff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(168,85,247,.3);margin-top:.5rem}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px rgba(168,85,247,.4);transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn.success{background:linear-gradient(135deg,#10b981,#059669)}.submit-btn.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.form-success-message{text-align:center;color:#10b981;font-size:.95rem;margin-top:.5rem}@media (max-width:768px){.faq-page .content-layer{padding:0 1.5rem 3rem}.faq-header{margin:4.5rem auto 2.5rem;padding:1.5rem 1rem}.background-quote{top:50%;width:85%}.quote-text{font-size:2.75rem}.popup-content{padding:2.5rem 2rem}.popup-title{font-size:1.75rem}.faq-hero-title{font-size:2.25rem!important}.faq-subtitle{font-size:1rem}.faq-container{gap:1.25rem;margin-bottom:3.5rem}.faq-card{padding:1.75rem 1.5rem}.faq-question{font-size:1.2rem}.faq-answer{font-size:.95rem}.faq-icon-circle{width:2.75rem;height:2.75rem}.faq-icon{width:1.35rem;height:1.35rem}.faq-cta{padding:2.5rem 1.75rem}.faq-cta h3{font-size:1.5rem}.contact-btn,.faq-cta p{font-size:1rem}.contact-btn{padding:.875rem 2rem}}@media (max-width:480px){.faq-page .content-layer{padding:0 1.25rem 2.5rem}.faq-header{margin:3.5rem auto 2rem}.background-quote{top:50%;width:90%}.quote-text{font-size:1.75rem}.popup-overlay{padding:1rem}.popup-content{padding:2rem 1.5rem}.popup-title{font-size:1.5rem}.popup-subtitle{font-size:.925rem}.faq-hero-title{font-size:1.85rem!important}.faq-subtitle{font-size:.95rem}.faq-container{gap:1rem;margin-bottom:3rem}.faq-card{padding:1.5rem 1.25rem}.faq-question{font-size:1.1rem}.faq-answer{font-size:.9rem}.faq-icon-circle{width:2.5rem;height:2.5rem}.faq-icon{width:1.25rem;height:1.25rem}.faq-cta{padding:2rem 1.5rem}.faq-cta h3{font-size:1.35rem}.faq-cta p{font-size:.95rem;margin-bottom:1.5rem}.contact-btn{padding:.75rem 1.75rem;font-size:.95rem}}.HowWeWork_section__1Tl_C{position:relative;overflow:hidden;width:100%;padding:5rem 1.5rem 4rem;background:transparent;color:#ffffff}.HowWeWork_gridOverlay__g1kkl{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(122,0,179,.08) 1px,transparent 0),linear-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:72px 72px;mask-image:linear-gradient(180deg,transparent,#000 20%,#000 78%,transparent);pointer-events:none}.HowWeWork_header__Xh51O{position:relative;z-index:1;max-width:680px;margin:0 auto 2.5rem;text-align:center}.HowWeWork_title__Fv_DY{margin:0 0 .85rem;color:#ffffff;font-size:3rem;font-weight:750;line-height:1.05;letter-spacing:0}.HowWeWork_subtitle__LNS_h{max-width:560px;margin:0 auto;color:#aeb8c5;font-size:1.05rem;line-height:1.65}.HowWeWork_cardsContainer__6_pR6{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:min(100%,1180px);margin:0 auto}.HowWeWork_card__FuspZ{position:relative;min-height:248px;padding:1.5rem;display:grid;grid-template-rows:auto auto 1fr;align-content:start;gap:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),rgba(8,8,12,.7)}.HowWeWork_card__FuspZ:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(122,0,179,.26),transparent 54%);opacity:0;transition:opacity .18s ease;pointer-events:none}.HowWeWork_card__FuspZ:focus-within:before,.HowWeWork_card__FuspZ:hover:before{opacity:1}.HowWeWork_cardNumber__ARQmW{position:relative;z-index:1;color:#b985ff;font-size:.88rem;font-weight:800;line-height:1;letter-spacing:0}.HowWeWork_cardTitle__YlhH6{position:relative;z-index:1;margin:0;color:#ffffff;font-size:1.45rem;font-weight:750;line-height:1.15;letter-spacing:0}.HowWeWork_cardDescription__TwrYm{position:relative;z-index:1;margin:0;color:#bac7d5;font-size:.96rem;line-height:1.58}@media (max-width:1100px){.HowWeWork_section__1Tl_C{padding:4.5rem 1.25rem 3.5rem}.HowWeWork_cardsContainer__6_pR6{grid-template-columns:repeat(2,minmax(0,1fr))}.HowWeWork_card__FuspZ{min-height:220px}}@media (max-width:768px){.HowWeWork_section__1Tl_C{padding:3.5rem 1rem 3rem}.HowWeWork_header__Xh51O{margin-bottom:1.75rem}.HowWeWork_title__Fv_DY{font-size:2.25rem}.HowWeWork_subtitle__LNS_h{font-size:1rem}}@media (max-width:560px){.HowWeWork_cardsContainer__6_pR6{grid-template-columns:1fr}.HowWeWork_card__FuspZ{min-height:0;padding:1.25rem}.HowWeWork_cardTitle__YlhH6{font-size:1.3rem}}