.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%}.hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow-x:clip;background-color:var(--dk);background-image:radial-gradient(ellipse 1000px 550px at 50% 25%, rgba(52,19,144,.32) 0%, rgba(0,0,0,0) 65%),radial-gradient(ellipse 700px 450px at 10% 55%, rgba(29,78,216,.18) 0%, rgba(0,0,0,0) 65%),radial-gradient(ellipse 600px 400px at 90% 45%, rgba(109,40,217,.14) 0%, rgba(0,0,0,0) 70%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:820px;margin-inline:auto;padding:calc(var(--nav-h) + clamp(.5rem,2vw,1.5rem)) 0 clamp(8rem,18vw,14rem)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border:1px solid var(--dk-border);border-radius:99rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--violet-l);margin-bottom:1.75rem}.hero-badge::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--star);box-shadow:0 0 8px var(--star);flex-shrink:0}.hero-title{font-size:clamp(2.5rem,5vw,4.25rem);font-weight:600;letter-spacing:-.02em;color:var(--tx-l);margin-bottom:1.5rem;line-height:1.1}.hero-title span{-webkit-text-fill-color:rgba(0,0,0,0)}.hero-sub{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--tx-lm);max-width:540px;margin:0 auto 2.5rem;line-height:1.7;text-wrap:balance}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.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)}.earth-wrap{position:absolute;bottom:0;left:50%;transform:translateX(-50%) translateY(75%);z-index:1;width:clamp(480px,82vw,920px);height:clamp(480px,82vw,920px);pointer-events:none}.earth-wrap::before{content:"";position:absolute;inset:-4px;border-radius:50%;box-shadow:0 0 30px rgba(40,110,255,.25),0 0 80px rgba(30,80,220,.1);pointer-events:none}.earth{width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative}#globe-canvas{display:block;width:100%;height:100%}#stars-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.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-first{mask-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 1rem, rgba(0,0,0,.3) 2.5rem, rgba(0,0,0,.55) 4rem, rgba(0,0,0,.8) 5.5rem, #000 6.5rem);-webkit-mask-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 1rem, rgba(0,0,0,.3) 2.5rem, rgba(0,0,0,.55) 4rem, rgba(0,0,0,.8) 5.5rem, #000 6.5rem)}@media (max-width: 640px){.section-dark.section-first{padding-top:clamp(6rem,14vw,10rem)}}.section-dark.section-static{background:radial-gradient(ellipse 700px 400px at 25% 20%, rgba(52,19,144,.14) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 500px 350px at 80% 75%, rgba(29,78,216,.1) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 300px 300px at 60% 40%, rgba(124,58,237,.06) 0%, rgba(0,0,0,0) 70%),rgba(8,6,24,.65);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.section-dark.section-static::before{content:"";position:absolute;inset:0;background-image:radial-gradient(1px 1px at 15% 25%, rgba(167,139,250,.3) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 45% 65%, rgba(167,139,250,.2) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 75% 15%, rgba(255,255,255,.15) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 90% 80%, rgba(167,139,250,.25) 0%, rgba(0,0,0,0) 100%),radial-gradient(1.5px 1.5px at 35% 85%, rgba(255,255,255,.12) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 60% 10%, rgba(255,255,255,.1) 0%, rgba(0,0,0,0) 100%);pointer-events:none;z-index:0}.section-dark.section-portfolio{background:radial-gradient(ellipse 600px 350px at 75% 25%, rgba(52,19,144,.12) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 500px 400px at 20% 70%, rgba(29,78,216,.08) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 400px 250px at 50% 50%, rgba(124,58,237,.05) 0%, rgba(0,0,0,0) 65%),rgba(5,4,18,.75);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.section-dark.section-portfolio::before{content:"";position:absolute;inset:0;background-image:radial-gradient(1px 1px at 80% 20%, rgba(167,139,250,.25) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 25% 45%, rgba(255,255,255,.12) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 55% 75%, rgba(167,139,250,.2) 0%, rgba(0,0,0,0) 100%),radial-gradient(1.5px 1.5px at 10% 90%, rgba(255,255,255,.1) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 70% 55%, rgba(167,139,250,.15) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 40% 15%, rgba(255,255,255,.08) 0%, rgba(0,0,0,0) 100%);pointer-events:none;z-index:0}.section-dark.section-contact{background:radial-gradient(ellipse 600px 400px at 50% 30%, rgba(52,19,144,.12) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 400px 300px at 15% 60%, rgba(29,78,216,.08) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 500px 300px at 85% 80%, rgba(124,58,237,.06) 0%, rgba(0,0,0,0) 70%),rgba(8,6,24,.7);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.section-dark.section-contact::before{content:"";position:absolute;inset:0;background-image:radial-gradient(1px 1px at 30% 20%, rgba(167,139,250,.25) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 65% 50%, rgba(255,255,255,.1) 0%, rgba(0,0,0,0) 100%),radial-gradient(1.5px 1.5px at 85% 30%, rgba(167,139,250,.2) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 15% 75%, rgba(255,255,255,.12) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 50% 90%, rgba(167,139,250,.18) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 90% 65%, rgba(255,255,255,.08) 0%, rgba(0,0,0,0) 100%);pointer-events:none;z-index:0}.section-dark.section-portfolio::after,.section-dark.section-static::after,.section-dark.section-testimonials::after,.section-dark.section-contact::after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, rgba(0,0,0,0), rgba(124,58,237,.2), rgba(0,0,0,0));z-index:1}.section-dark.section-static>.container,.section-dark.section-portfolio>.container,.section-dark.section-testimonials>.container,.section-dark.section-contact>.container{position:relative;z-index:1}.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;color:rgba(238,238,255,.75);line-height:1.7;margin-bottom:clamp(2.5rem,5vw,4rem)}.svc-card,.bento-card,.testimonial-card{position:relative;background:rgba(17,15,48,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-lg);overflow:hidden;transition:transform .3s,border-color .3s}.svc-card:hover,.bento-card:hover,.testimonial-card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.2)}.svc-card::after,.bento-visual::before,.testimonial-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:.5;transition:opacity .4s,bottom .4s;pointer-events:none}.svc-card:hover::after,.bento-card:hover .bento-visual::before,.testimonial-card:hover::after{opacity:.8;bottom:-20%}.services-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1.25rem}.svc-card{padding:2rem 1.75rem}.svc-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.svc-icon svg{width:20px;height:20px;stroke:var(--tx-l);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.svc-card h3{font-size:1.15rem;font-weight:700;color:var(--tx-l);margin-bottom:.6rem}.svc-card p{font-size:.93rem;color:var(--tx-lm);line-height:1.6}.bento-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.bento-tall{grid-row:span 2;display:flex;flex-direction:column}.bento-visual{aspect-ratio:2/1;position:relative;overflow:hidden;background:linear-gradient(160deg, #0d0b28 0%, #110f30 100%)}.bento-visual::before{z-index:1}.bento-tall .bento-visual{aspect-ratio:unset;flex:1}.bento-body{padding:1rem 1.25rem 1.25rem}.bento-body h3{font-size:1.05rem;font-weight:700;color:var(--tx-l);margin-bottom:.35rem}.bento-body p{font-size:.85rem;color:var(--tx-lm);line-height:1.65}@media (max-width: 900px){.bento-grid{grid-template-columns:repeat(2, 1fr)}.bento-tall{grid-row:span 1}}@media (max-width: 520px){.bento-grid{grid-template-columns:1fr}}.vis-speed{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.25rem 1.5rem}.speed-row{display:flex;flex-direction:column;gap:.25rem}.speed-label{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.speed-label.slow{color:rgba(239,68,68,.75)}.speed-label.fast{color:var(--green)}.speed-track{width:100%;height:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.04);border-radius:.4rem;position:relative}.speed-bar{height:100%;border-radius:.4rem;overflow:hidden}.speed-bar.bar-cms{width:85%;background:linear-gradient(90deg, rgba(239,68,68,.4) 0%, rgba(239,68,68,.08) 100%)}.speed-bar.bar-static{width:18%;background:linear-gradient(90deg, var(--green), rgba(74,222,128,.35));box-shadow:0 0 20px rgba(74,222,128,.2);position:relative}.speed-bar.bar-static::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,0) 40%, rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 60%);animation:barShimmer 2.5s ease-in-out infinite}@keyframes barShimmer{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}.speed-time{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.7rem;font-weight:700;color:var(--tx-l);z-index:2}.vis-security{display:flex;align-items:center;justify-content:center}.shield{position:relative;z-index:2}.shield svg{width:68px;height:68px;filter:drop-shadow(0 0 20px rgba(74,222,128,.25))}.shield-ring{position:absolute;inset:-20px;border:1px solid rgba(74,222,128,.1);border-radius:50%;animation:ringPulse 3.5s ease-in-out infinite}.shield-ring:nth-child(2){inset:-44px;border-color:rgba(74,222,128,.05);animation-delay:.6s;animation-duration:4s}@keyframes ringPulse{0%, 100%{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.5}}.vis-seo{background:radial-gradient(ellipse 160px 160px at 50% 50%, rgba(74,222,128,.04) 0%, rgba(0,0,0,0) 70%);display:flex;align-items:center;justify-content:center;gap:1rem}.gauge{position:relative;width:96px;height:96px;filter:drop-shadow(0 0 14px rgba(74,222,128,.15))}.gauge svg{width:100%;height:100%;transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:rgba(255,255,255,.04);stroke-width:6}.gauge-fill{fill:none;stroke:var(--green);stroke-width:6;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:0}.gauge-text{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gauge-number{font-family:var(--ff-t);font-size:1.75rem;font-weight:700;color:var(--green);line-height:1}.gauge-label{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--tx-lm);margin-top:.2rem}.gauge-cats{display:flex;flex-direction:column;gap:.3rem}.gauge-cat{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:var(--tx-lm)}.gauge-cat-dot{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 5px rgba(74,222,128,.4);flex-shrink:0}.gauge-cat-score{font-weight:700;color:var(--green);margin-left:auto;padding-left:.4rem}.vis-cost{display:flex;align-items:flex-end;justify-content:center;gap:2rem;padding:1.5rem 2rem 0}.cost-col{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:80px}.cost-amount{font-family:var(--ff-t);font-size:.8rem;font-weight:700}.cost-amount.high{color:rgba(239,68,68,.75)}.cost-amount.low{color:var(--green)}.cost-bar-wrap{width:100%;display:flex;align-items:flex-end;justify-content:center;height:90px}.cost-bar{width:100%;border-radius:.4rem .4rem 0 0}.cost-bar.expensive{height:90%;background:linear-gradient(180deg, rgba(239,68,68,.35) 0%, rgba(239,68,68,.06) 100%);border:1px solid rgba(239,68,68,.15);border-bottom:none}.cost-bar.cheap{height:18%;background:linear-gradient(180deg, var(--green) 0%, rgba(74,222,128,.18) 100%);border:1px solid rgba(74,222,128,.2);border-bottom:none;box-shadow:0 0 16px rgba(74,222,128,.15)}.cost-tag{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding-bottom:.2rem}.cost-tag.cms{color:rgba(239,68,68,.65)}.cost-tag.static{color:var(--green)}.vis-maintenance{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;justify-content:center}.maint-col{display:flex;flex-direction:column;gap:.4rem}.maint-header{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding-bottom:.3rem;border-bottom:1px solid rgba(255,255,255,.04)}.maint-header.cms{color:rgba(239,68,68,.7)}.maint-header.static{color:var(--green)}.maint-row{display:flex;align-items:center;gap:.5rem;padding:.35rem .6rem;border-radius:.4rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.03)}.maint-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.maint-dot.green{background:var(--green);box-shadow:0 0 5px rgba(74,222,128,.4)}.maint-dot.red{background:rgba(239,68,68,.8);box-shadow:0 0 5px rgba(239,68,68,.3)}.maint-dot.amber{background:rgba(250,204,21,.8);box-shadow:0 0 5px rgba(250,204,21,.3)}.maint-label{font-size:.68rem;color:var(--tx-lm);flex:1}.maint-status{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.1rem .35rem;border-radius:99rem;white-space:nowrap}.maint-status.ok{color:var(--green);background:rgba(74,222,128,.06);border:1px solid rgba(74,222,128,.12)}.maint-status.warn{color:rgba(239,68,68,.85);background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.12)}.maint-status.caution{color:rgba(250,204,21,.85);background:rgba(250,204,21,.06);border:1px solid rgba(250,204,21,.12)}.section-dark.section-testimonials{background:radial-gradient(ellipse 650px 380px at 60% 30%, rgba(52,19,144,.12) 0%, rgba(0,0,0,0) 70%),radial-gradient(ellipse 450px 350px at 25% 65%, rgba(29,78,216,.08) 0%, rgba(0,0,0,0) 70%),rgba(5,4,18,.75);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.section-dark.section-testimonials::before{content:"";position:absolute;inset:0;background-image:radial-gradient(1px 1px at 20% 30%, rgba(167,139,250,.25) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 70% 60%, rgba(255,255,255,.1) 0%, rgba(0,0,0,0) 100%),radial-gradient(1px 1px at 45% 80%, rgba(167,139,250,.18) 0%, rgba(0,0,0,0) 100%),radial-gradient(1.5px 1.5px at 85% 15%, rgba(255,255,255,.12) 0%, rgba(0,0,0,0) 100%);pointer-events:none;z-index:0}.section-dark.section-testimonials::after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, rgba(0,0,0,0), rgba(124,58,237,.2), rgba(0,0,0,0));z-index:1}.section-dark.section-testimonials>.container{position:relative;z-index:1}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1.5rem}.testimonial-card{padding:2rem;display:flex;flex-direction:column}.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)}