.marquee-wrap{overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.marquee-row{overflow:hidden;padding-block:.75rem}.marquee-track{display:flex;gap:1.25rem;width:max-content}.track-left{animation:mqLeft 45s linear infinite}.track-right{animation:mqRight 50s linear infinite}.marquee-row:hover .marquee-track{animation-play-state:paused}@keyframes mqLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes mqRight{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none !important}}.mq-card{flex-shrink:0;width:clamp(280px,28vw,400px);aspect-ratio:16/10;border-radius:var(--r-lg);overflow:hidden;position:relative;display:block;background:rgba(17,15,48,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);transition:transform .35s cubic-bezier(.25, .46, .45, .94),border-color .3s,box-shadow .3s}.mq-card:hover{transform:scale(1.04);border-color:rgba(139,92,246,.3);box-shadow:0 12px 40px rgba(0,0,0,.4),0 0 30px rgba(139,92,246,.1)}.mq-img{position:absolute;inset:0}.mq-img img{width:100%;height:100%;object-fit:cover;display:block}.mq-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-t);font-size:2rem;font-weight:600;color:rgba(255,255,255,.5);letter-spacing:-.02em}.mq-fallback.t1{background:linear-gradient(135deg, #341390 0%, #7c3aed 60%, #341390 100%)}.mq-fallback.t2{background:linear-gradient(135deg, #0c0b25 0%, #2563eb 60%, #0c0b25 100%)}.mq-fallback.t3{background:linear-gradient(135deg, #1a0533 0%, #8b5cf6 50%, #1a0533 100%)}.mq-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top, rgba(8,6,24,.9) 0%, rgba(8,6,24,.5) 55%, rgba(0,0,0,0) 100%);display:flex;flex-direction:column;justify-content:flex-end;z-index:1}.mq-tags{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:.4rem}.mq-tag{padding:.2rem .55rem;background:rgba(124,58,237,.15);border:1px solid rgba(124,58,237,.3);border-radius:99rem;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--violet-l);line-height:1}.mq-overlay h3{font-size:.95rem;font-weight:700;color:var(--tx-l);line-height:1.3}.mq-card::after{content:"";position:absolute;bottom:-30%;left:10%;right:10%;height:75%;background:radial-gradient(ellipse at 50% 100%, rgba(139,92,246,.35) 0%, rgba(109,40,217,.2) 35%, rgba(0,0,0,0) 70%);filter:blur(20px);opacity:0;transition:opacity .4s,bottom .4s;pointer-events:none;z-index:0}.mq-card:hover::after{opacity:.7;bottom:-20%}.page-hero{position:relative;padding:calc(var(--nav-h) + clamp(3rem,8vw,6rem)) 0 clamp(3rem,6vw,5rem);background-color:var(--dk);background-image:radial-gradient(ellipse 900px 500px at 50% 30%, rgba(52,19,144,.28) 0%, rgba(0,0,0,0) 65%),radial-gradient(ellipse 600px 400px at 15% 60%, rgba(29,78,216,.14) 0%, rgba(0,0,0,0) 65%);overflow:hidden}.page-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg, rgba(0,0,0,0), rgba(124,58,237,.25), rgba(0,0,0,0))}.hero-inner{max-width:720px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--violet-l);margin-bottom:1.25rem}.hero-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--star);box-shadow:0 0 8px var(--star);flex-shrink:0}.page-hero h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1.25rem;line-height:1.1}.hero-desc{font-size:clamp(1rem,1.5vw,1.1rem);color:var(--tx-lm);max-width:580px;line-height:1.7;margin-bottom:2rem}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{padding:.8rem 2rem;background:linear-gradient(180deg, #e04000 0%, #b53000 100%);color:#fff;border-radius:.75rem;font-size:1rem;font-weight:600;letter-spacing:.02em;border:1px solid rgba(255,255,255,.15);border-bottom-color:rgba(0,0,0,.25);box-shadow:0 2px 8px rgba(181,48,0,.35),inset 0 1px 0 rgba(255,255,255,.18);transition:background .2s,transform .15s,box-shadow .2s}.btn-primary:hover{background:linear-gradient(180deg, #cc3700 0%, #a02800 100%);transform:translateY(-2px);box-shadow:0 4px 14px rgba(181,48,0,.4),inset 0 1px 0 rgba(255,255,255,.2)}.btn-ghost{padding:.8rem 2rem;background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.15);border-bottom-color:rgba(255,255,255,.06);color:var(--tx-l);border-radius:.75rem;font-size:1rem;font-weight:500;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 8px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.08);transition:border-color .2s,color .2s,background .2s,box-shadow .2s,transform .15s}.btn-ghost:hover{border-color:var(--violet-m);color:var(--violet-l);background:linear-gradient(180deg, rgba(124,58,237,.1) 0%, rgba(124,58,237,.04) 100%);transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.1)}.section-dark{background:rgba(11,9,32,.35);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding-block:var(--spy);position:relative;z-index:2}.section-dark.section-alt{background:rgba(5,5,15,.85)}.section-label{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;color:var(--violet-l)}.section-title{font-size:clamp(1.9rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.section-sub{font-size:1.05rem;max-width:560px;opacity:.7;line-height:1.7;margin-bottom:clamp(2.5rem,5vw,4rem)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}@media (max-width: 768px){.about-grid{grid-template-columns:1fr}}.about-text p{font-size:.95rem;color:rgba(238,238,255,.8);line-height:1.75;margin-bottom:1rem}.about-text strong{color:var(--tx-l);font-weight:600}.about-highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{background:var(--dk-card);border:1px solid var(--dk-border);border-radius:var(--r);padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:border-color .2s}.highlight-item:hover{border-color:rgba(167,139,250,.35)}.highlight-icon{width:40px;height:40px;border-radius:.625rem;background:linear-gradient(135deg, rgba(124,58,237,.15), rgba(167,139,250,.08));border:1px solid rgba(124,58,237,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.highlight-icon svg{width:20px;height:20px;stroke:var(--violet-l);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.highlight-item h3{font-size:.95rem;font-weight:700;color:var(--tx-l);margin-bottom:.25rem}.highlight-item p{font-size:.88rem;color:var(--tx-lm);line-height:1.55}.benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}@media (max-width: 900px){.benefits-grid{grid-template-columns:1fr 1fr}}@media (max-width: 500px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{background:var(--dk-card);border:1px solid var(--dk-border);border-radius:var(--r-lg);padding:2rem 1.75rem;transition:border-color .2s,box-shadow .2s}.benefit-card:hover{border-color:rgba(255,69,0,.2);box-shadow:0 4px 20px rgba(255,69,0,.08)}.benefit-icon{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg, rgba(255,69,0,.15), rgba(255,106,47,.08));border:1px solid rgba(255,69,0,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.benefit-icon svg{width:22px;height:22px;stroke:var(--star);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.benefit-card h3{font-size:1.05rem;font-weight:700;color:var(--tx-l);margin-bottom:.5rem}.benefit-card p{font-size:.88rem;color:var(--tx-lm);line-height:1.6}.process-timeline{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;position:relative}.process-timeline::before{content:"";position:absolute;top:32px;left:calc(12.5% + .75rem);right:calc(12.5% + .75rem);height:2px;background:linear-gradient(90deg, var(--violet), var(--star));opacity:.25}@media (max-width: 900px){.process-timeline{grid-template-columns:1fr 1fr}.process-timeline::before{display:none}}@media (max-width: 500px){.process-timeline{grid-template-columns:1fr}}.process-step{text-align:center;position:relative}.step-number{width:64px;height:64px;border-radius:50%;background:var(--dk-card);border:2px solid var(--dk-border);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:var(--ff-t);font-size:1.5rem;font-weight:700;color:var(--violet-l);position:relative;z-index:2;transition:border-color .2s,box-shadow .2s}.process-step:hover .step-number{border-color:var(--violet-m);box-shadow:0 0 20px rgba(124,58,237,.2)}.process-step h3{font-size:1.05rem;font-weight:700;color:var(--tx-l);margin-bottom:.5rem}.process-step p{font-size:.88rem;color:var(--tx-lm);line-height:1.55;max-width:240px;margin-inline:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1.5rem}.testimonial-card{background:var(--dk-card);border:1px solid var(--dk-border);border-radius:var(--r-lg);padding:2rem;display:flex;flex-direction:column;transition:border-color .2s}.testimonial-card:hover{border-color:rgba(167,139,250,.3)}.testimonial-stars{display:flex;gap:.15rem;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;fill:var(--star);stroke:none}.testimonial-quote{font-size:.93rem;color:rgba(238,238,255,.8);line-height:1.7;flex:1;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg, rgba(124,58,237,.2), rgba(167,139,250,.12));border:1px solid rgba(124,58,237,.3);display:flex;align-items:center;justify-content:center;font-family:var(--ff-t);font-size:.85rem;font-weight:700;color:var(--violet-l);flex-shrink:0}.author-name{font-size:.88rem;font-weight:600;color:var(--tx-l)}.author-role{font-size:.78rem;color:var(--tx-lm)}.cta-section{text-align:center}.cta-section .section-title{max-width:600px;margin-inline:auto}.cta-section .section-sub{max-width:520px;margin-inline:auto}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}