.about-section{padding:100px 0;background:#f8f9ff}.about-container{width:90%;max-width:1300px;margin:auto}.about-grid{display:grid;gap:60px;align-items:center}@media (min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-image-wrapper{position:relative}.about-image{aspect-ratio:1/1;overflow:hidden;border-radius:30px}.about-image img{width:100%;height:100%;object-fit:cover}.about-floating-card{position:absolute;bottom:-30px;right:-30px;background:white;padding:24px;border-radius:20px;max-width:260px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.floating-top{display:flex;align-items:center;gap:16px;margin-bottom:12px}.floating-icon-bg{width:48px;height:48px;border-radius:12px;background:rgba(218,180,61,.2);display:flex;justify-content:center;align-items:center}.floating-emoji{font-size:24px}.floating-title{font-weight:700;font-size:18px;color:#111}.floating-subtitle,.floating-text{font-size:14px;color:#666}.decor-square{top:-20px;width:90px;height:90px;border:2px solid rgba(0,92,249,.2);border-radius:20px}.decor-blur,.decor-square{position:absolute;left:-20px;z-index:-1}.decor-blur{bottom:-20px;width:120px;height:120px;background:rgba(218,180,61,.15);filter:blur(40px);border-radius:50%}.about-tag{display:block;color:#005cf9;text-transform:uppercase;font-weight:600;letter-spacing:2px;margin-bottom:16px}.about-title{font-size:40px;font-weight:700;margin-bottom:20px;color:#111}.about-title-gradient{background:linear-gradient(90deg,#005cf9,#dab43d);-webkit-background-clip:text;color:transparent}.about-text{color:#666;margin-bottom:20px;font-size:18px;line-height:1.7}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.about-stat-item{gap:16px}.about-stat-item,.stat-icon-bg{display:flex;align-items:center}.stat-icon-bg{width:48px;height:48px;background:rgba(0,92,249,.12);border-radius:12px;justify-content:center}.about-stats-grid .stat-icon{width:24px;height:24px;color:#005cf9}.about-stats-grid .stat-value{font-size:26px;font-weight:700;color:#3f3f3f!important}.about-stats-grid .stat-label{color:#666;font-size:14px}.hero-section{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-bg,.hero-bg-img{position:absolute;inset:0}.hero-bg-img{background-image:url(/agency-bg.jpg);background-size:cover;background-position:50%;opacity:.2}.hero-bg-gradient{position:absolute;inset:0;background:linear-gradient(to bottom right,#005cf9 10%,#dab43d 90%);opacity:.18}.hero-bg-topfade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.floating-icons{position:absolute;inset:0;overflow:hidden}.float-item{position:absolute;animation:float 6s ease-in-out infinite}.float-delay-0{top:80px;left:80px}.float-delay-1{top:160px;right:120px;animation-delay:1s}.float-delay-2{bottom:120px;left:120px;animation-delay:2s}.float-icon{width:48px;height:48px;opacity:.6}.purple-icon{color:#005cf9}.teal-icon{color:#dab43d}.hero-container{width:90%;max-width:1440px;margin:auto;position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;margin-top:20px}@media (min-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-left{animation:fadeUp 1s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tagline-box{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.75);padding:4px 10px;font-size:12px;border-radius:50px;border:1px solid rgba(0,92,249,.15)}.tagline-icon{width:16px;height:16px;color:#005cf9}.hero-heading{font-weight:700;line-height:1.2;font-size:48px;color:white;margin-top:20px}.heading-main{color:white;text-shadow:0 3px 8px rgba(0,0,0,.4)}.heading-gradient{background:linear-gradient(90deg,#005cf9,#dab43d);-webkit-background-clip:text;color:transparent}.hero-subtext{font-size:20px;color:#e5e7eb;max-width:520px;line-height:1.6;margin-top:20px}.hero-buttons{display:flex;flex-direction:column;gap:16px;margin-top:40px}@media (min-width:640px){.hero-buttons{flex-direction:row}}.primary-btn{background:linear-gradient(90deg,#005cf9,#dab43d);color:white;transition:.3s}.primary-btn:hover{transform:scale(1.05)}.btn-arrow{margin-left:8px;transition:.3s}.primary-btn:hover .btn-arrow{transform:translateX(4px)}.secondary-btn{background:transparent!important;border:2px solid rgba(255,255,255,.2);color:white;transition:.3s}.secondary-btn:hover{background:rgba(255,255,255,.1)}.btn-play{margin-right:8px}.hero-stats{display:flex;gap:40px;margin-top:32px}.stat-box{text-align:center}.stat-value{font-size:32px;font-weight:700;color:white}.stat-label{color:#d1d5db}@media (max-width:768px){.hero-grid{margin-top:95px}}@media (max-width:640px){.tagline-box span{font-size:12px}}@media (max-width:480px){.hero-heading{font-size:36px}}.section-heading{margin-bottom:20px}.section-heading .tag{display:inline-block;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#005cf9;opacity:0;transform:translateY(10px);transition:all .4s ease}.section-heading .tag.visible{opacity:1;transform:translateY(0)}.section-heading .title{font-size:40px;font-weight:700;color:#474747;margin-top:10px;opacity:0;transform:translateY(15px);transition:all .6s ease}.section-heading .title.visible{opacity:1;transform:translateY(0)}.section-heading .word{opacity:0;display:inline-block;transform:translateY(10px);transition:all .4s ease}.section-heading .word-visible{opacity:1;transform:translateY(0)}.section-heading .gradient{background:linear-gradient(90deg,#005cf9,#dab43d);-webkit-background-clip:text;color:transparent;display:inline-block}@media (max-width:768px){.section-heading .title{line-height:1.2}}.services-section{position:relative;background:#ffffff;min-height:100vh;padding:120px 0 60px;overflow:hidden}.services-section:before{top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,90,244,.1),transparent)}.services-section:after{content:"";position:absolute;top:10%;right:5%;width:500px;height:500px;background:radial-gradient(circle at center,rgba(0,90,244,.03) 0,transparent 70%);pointer-events:none}.services-section:before{content:"";position:absolute;bottom:10%;left:5%;width:400px;height:400px;background:radial-gradient(circle at center,rgba(255,196,0,.03) 0,transparent 70%);pointer-events:none}.services-section .trust-badge{display:inline-flex;align-items:center;gap:12px;background:rgba(0,90,244,.08);border:1px solid rgba(0,90,244,.15);border-radius:50px;padding:12px 28px;margin-bottom:40px;color:#005af4;font-weight:600;font-size:.95rem;box-shadow:0 4px 20px rgba(0,90,244,.05);transition:all .3s ease}.services-section .trust-badge:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,90,244,.1);background:rgba(0,90,244,.12)}.services-section .trust-badge svg{color:#005af4}.services-section .section-header{text-align:center;margin-bottom:80px;margin-left:auto;margin-right:auto}.services-section .section-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.services-section .title-main{background:linear-gradient(135deg,#005af4,#0066ff);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.services-section .title-sub{color:#1a1a1a;font-size:2.8rem;font-weight:300;display:block}.services-section .section-description{color:#666;font-size:1.125rem;line-height:1.8;max-width:700px;margin:0 auto;font-weight:400}.services-section .premium-badge{display:inline-block;background:linear-gradient(135deg,#005af4,#0066ff);color:white;padding:8px 20px;border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;position:relative;overflow:hidden}.services-section .premium-badge:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 3s infinite}.services-section .services-grid{width:90%;display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px;margin:auto auto 80px;position:relative;z-index:10}.services-section .service-card{position:relative;background:#ffffff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.03)}.services-section .service-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,90,244,.08);border-color:rgba(0,90,244,.1)}.services-section .service-card.active{border-color:#ffc400;background:linear-gradient(135deg,#ffffff,#f8faff);box-shadow:0 25px 80px rgba(0,90,244,.12)}.services-section .service-card.highlight{position:relative;border:2px solid #ffc400;background:linear-gradient(135deg,#ffffff,#fffdf5)}.services-section .service-card.highlight:before{content:"RECOMMENDED";position:absolute;top:20px;right:20px;background:#ffc400;color:#1a1a1a;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;letter-spacing:1px}.services-section .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.services-section .service-icon-wrapper{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:white;padding:16px;box-shadow:0 8px 20px rgba(0,90,244,.15);transition:transform .3s ease}.services-section .service-card:hover .service-icon-wrapper{transform:scale(1.05) rotate(5deg)}.services-section .service-icon-wrapper svg{width:32px;height:32px}.services-section .service-icon-wrapper.from-cyan-500.to-blue-600{background:linear-gradient(135deg,#005af4,#0066ff)}.services-section .service-icon-wrapper.from-purple-600.to-indigo-600{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.services-section .service-icon-wrapper.from-emerald-500.to-teal-600{background:linear-gradient(135deg,#10b981,#0d9488)}.services-section .service-icon-wrapper.from-amber-500.to-orange-600{background:linear-gradient(135deg,#f59e0b,#ea580c)}.services-section .service-icon-wrapper.from-rose-500.to-pink-600{background:linear-gradient(135deg,#f43f5e,#db2777)}.services-section .service-icon-wrapper.from-slate-700.to-slate-800{background:linear-gradient(135deg,#475569,#334155)}.services-section .service-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.services-section .card-body{margin-bottom:32px}.services-section .service-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:16px;background:linear-gradient(135deg,#005af4,#0066ff);-webkit-background-clip:text;background-clip:text;color:transparent}.services-section .service-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:24px;font-weight:400}.services-section .features-list{margin-bottom:24px}.services-section .features-title{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px;position:relative}.services-section .features-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#005af4,transparent);margin-left:10px}.services-section .features-items{display:flex;flex-direction:column;gap:12px}.services-section .feature-item{display:flex;align-items:center;gap:12px;color:#4a5568;font-size:.95rem;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.03)}.services-section .feature-item:last-child{border-bottom:none}.services-section .feature-item svg{color:#10b981;flex-shrink:0;background:rgba(16,185,129,.1);padding:4px;border-radius:50%}.services-section .stats-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,90,244,.08);border:1px solid rgba(0,90,244,.15);border-radius:20px;padding:10px 20px;color:#005af4;font-size:.875rem;font-weight:600;transition:all .3s ease}.services-section .stats-badge:hover{background:rgba(0,90,244,.12);transform:translateY(-2px)}.services-section .stats-dot{width:8px;height:8px;background:#10b981;border-radius:50%;position:relative}.services-section .stats-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:rgba(16,185,129,.2);animation:pulse 2s ease-in-out infinite}.services-section .card-footer{border-top:1px solid rgba(0,0,0,.05);padding-top:24px}.services-section .service-button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:linear-gradient(135deg,#005af4,#0066ff);border:none;color:white;font-weight:600;font-size:.95rem;padding:16px 24px;border-radius:16px;cursor:pointer;transition:all .3s ease;overflow:hidden;box-shadow:0 8px 25px rgba(0,90,244,.2)}.services-section .service-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,90,244,.3)}.services-section .service-button:hover svg{transform:translateX(4px)}.services-section .service-button svg{transition:transform .3s ease}.services-section .button-glow{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);border-radius:16px;filter:blur(10px);opacity:0;transition:opacity .3s ease}.services-section .service-button:hover .button-glow{opacity:1}.services-section .cta-section{background:linear-gradient(135deg,rgba(0,90,244,.03),rgba(255,196,0,.03));border:1px solid rgba(0,90,244,.1);border-radius:32px;padding:80px 60px;text-align:center;margin-top:60px;position:relative;overflow:hidden}.services-section .cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#005af4,#ffc400)}.services-section .cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2}.services-section .cta-title{color:#1a1a1a;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#005af4,#1a1a1a);-webkit-background-clip:text;background-clip:text;color:transparent}.services-section .cta-description{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.services-section .cta-buttons{display:flex;gap:20px;justify-content:center;align-items:center}.services-section .cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 36px;border-radius:16px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.services-section .cta-button.primary{background:linear-gradient(135deg,#005af4,#0066ff);color:white;box-shadow:0 8px 30px rgba(0,90,244,.2)}.services-section .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,90,244,.3)}.services-section .cta-button.secondary{background:white;border:2px solid #005af4;color:#005af4;font-weight:600}.services-section .cta-button.secondary:hover{background:#f8faff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,90,244,.15)}.services-section .guarantee-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:50px;padding:12px 24px;margin-top:30px;color:#10b981;font-weight:500;font-size:.9rem}.services-section .floating-element{position:absolute;background:rgba(0,90,244,.05);border-radius:20px;backdrop-filter:blur(10px);z-index:1}.services-section .floating-element:first-child{width:100px;height:100px;top:10%;left:5%;animation:float 8s ease-in-out infinite}.services-section .floating-element:nth-child(2){width:80px;height:80px;bottom:20%;right:8%;animation:float 10s ease-in-out 1s infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.2}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.1}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width:1200px){.services-section .section-title{font-size:3rem}.services-section .title-sub{font-size:2.2rem}.services-section .services-grid{width:95%}}@media (max-width:992px){.services-section .services-grid{grid-template-columns:repeat(2,1fr)}.services-section .cta-section{padding:60px 40px}.services-section .cta-title{font-size:2.2rem}}@media (max-width:768px){.services-section .services-section{padding:80px 0}.services-section .services-grid{grid-template-columns:1fr;gap:24px;width:90%}.services-section .section-title{font-size:2.2rem}.services-section .title-sub{font-size:1.8rem}.services-section .cta-buttons{flex-direction:column;align-items:center}.services-section .cta-button{width:100%;max-width:300px}.services-section .service-card{padding:24px}.services-section .cta-section{padding:40px 24px}}@media (max-width:480px){.services-section .section-title{font-size:1.8rem}.services-section .title-sub{font-size:1.5rem}.services-section .services-grid{width:95%}.services-section .service-card{padding:20px}.services-section .service-title{font-size:1.5rem}.services-section .cta-title{font-size:1.8rem}.services-section .trust-badge{font-size:.875rem;padding:10px 20px}}.qb-tech-premium{position:relative;padding:120px 20px;background:radial-gradient(circle at top left,rgba(0,90,244,.12),transparent 45%),linear-gradient(180deg,#ffffff,#f5f8ff);overflow:hidden}.qb-tech-wrapper{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.qb-tech-content span.qb-tech-badge{display:inline-block;padding:8px 18px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#005af4;background:rgba(0,90,244,.1);border-radius:30px;margin-bottom:20px}.qb-tech-content h2{font-size:clamp(34px,4vw,48px);font-weight:800;line-height:1.2;margin-bottom:22px;color:#0b0b0b}.qb-tech-content h2 span{color:#005af4;position:relative}.qb-tech-content h2 span:after{content:"";position:absolute;left:0;bottom:6px;width:100%;height:7px;z-index:-1;opacity:.6}.qb-tech-content p{font-size:17px;line-height:1.8;color:#555;max-width:520px}.qb-tech-icons{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:26px}.qb-tech-icon-card{background:rgba(255,255,255,.75);backdrop-filter:blur(10px);border-radius:18px;padding:28px 16px;text-align:center;box-shadow:0 18px 40px rgba(0,0,0,.06);border:1px solid rgba(0,90,244,.12);transition:all .45s ease}.qb-tech-icon-card:hover{transform:translateY(-12px);box-shadow:0 32px 70px rgba(0,0,0,.14);border-color:rgba(0,90,244,.35)}.qb-tech-icon{font-size:44px;color:#005af4;margin-bottom:14px;transition:transform .4s ease,color .4s ease}.qb-tech-icon-card:hover .qb-tech-icon{transform:scale(1.15);color:#ffc400}.qb-tech-icon-card span{display:block;font-size:14px;font-weight:600;color:#222}@media (max-width:900px){.qb-tech-wrapper{grid-template-columns:1fr;gap:60px}.qb-tech-content{text-align:center}.qb-tech-content p{margin:auto}}.qubinity-testimonials-section{background:#ffffff;padding:120px 0 75px;position:relative;overflow:hidden}.qubinity-testimonials-section .swiper-horizontal>.swiper-pagination-bullets,.qubinity-testimonials-section .swiper-pagination-bullets.swiper-pagination-horizontal,.qubinity-testimonials-section .swiper-pagination-custom,.qubinity-testimonials-section .swiper-pagination-fraction{bottom:0!important}.qubinity-testimonials-section .qubinity-swiper .swiper-button-next,.qubinity-testimonials-section .qubinity-swiper .swiper-button-prev{width:36px;height:36px;display:none!important}.qubinity-testimonials-section .swiper-button-next:after,.qubinity-testimonials-section .swiper-button-prev:after{font-size:22px;font-weight:900}.qubinity-testimonials-section .swiper-button-next{right:0}.qubinity-testimonials-section .swiper-button-prev{left:0}.qubinity-testimonials-section .swiper{padding:0 10px!important}.qubinity-testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,90,244,.1),transparent)}.qubinity-testimonials-container{max-width:1440px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.qubinity-testimonials-header{text-align:center;margin-bottom:60px;margin-left:auto;margin-right:auto}.qubinity-testimonials-subtitle{font-size:1.5rem;font-weight:400;color:#666;margin-top:8px}.qubinity-testimonials-description{color:#666;font-size:1.125rem;line-height:1.8;max-width:800px;margin:0 auto;font-weight:400}.qubinity-testimonial-card{flex:0 0 calc(33.333% - 20px);min-width:380px;background:#ffffff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:20px 30px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:all .4s cubic-bezier(.4,0,.2,1)}.qubinity-testimonial-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,90,244,.08);border-color:rgba(0,90,244,.1)}.qubinity-platform-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:50px;border:1px solid;margin-bottom:20px;backdrop-filter:blur(10px)}.qubinity-platform-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:12px;font-weight:700}.qubinity-platform-name{font-size:12px;font-weight:600;color:#1a1a1a}.qubinity-quote-icon{position:absolute;top:40px;right:40px;color:rgba(0,90,244,.1);transform:rotate(180deg)}.qubinity-rating{display:flex;gap:4px;margin-bottom:24px}.qubinity-star{transition:transform .3s ease}.qubinity-star.filled{animation:starPulse 2s ease-in-out infinite}.qubinity-star:nth-child(2){animation-delay:.2s}.qubinity-star:nth-child(3){animation-delay:.4s}.qubinity-star:nth-child(4){animation-delay:.6s}.qubinity-star:nth-child(5){animation-delay:.8s}.qubinity-testimonial-content{color:#444;font-size:1.125rem;line-height:1.7;margin-bottom:32px;font-weight:400;font-style:italic;position:relative;padding-left:20px}.qubinity-testimonial-content:before{content:'"';position:absolute;left:0;top:-10px;font-size:3rem;color:rgba(0,90,244,.1);font-family:Georgia,serif}.qubinity-client-info{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qubinity-client-image-wrapper{position:relative;width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 15px rgba(0,0,0,.1)}.qubinity-client-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.qubinity-testimonial-card:hover .qubinity-client-image{transform:scale(1.1)}.qubinity-client-details{flex:1}.qubinity-client-name{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}.qubinity-client-role{font-size:.95rem;color:#666;margin-bottom:2px}.qubinity-client-company{font-size:.875rem;color:#005af4;font-weight:500}.qubinity-testimonial-date{font-size:.875rem;color:#999;text-align:right;font-weight:400}@keyframes starPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.qubinity-testimonial-card:nth-child(odd){animation:floatCard 6s ease-in-out infinite}.qubinity-testimonial-card:nth-child(2n){animation:floatCard 6s ease-in-out 1s infinite}@media (max-width:1200px){.qubinity-testimonials-title{font-size:3rem}.qubinity-testimonial-card{min-width:340px}}@media (max-width:992px){.qubinity-testimonials-wrapper{gap:20px;padding:10px}.qubinity-testimonial-card{flex:0 0 calc(50% - 10px);min-width:320px;padding:32px}.qubinity-testimonials-title{font-size:2.5rem}.qubinity-testimonials-subtitle{font-size:1.25rem}.qubinity-testimonials-stats{gap:32px;padding:24px}.qubinity-stats-number{font-size:2rem}}@media (max-width:768px){.qubinity-testimonials-section{padding:80px 0}.qubinity-testimonials-container{padding:0 20px}.qubinity-testimonials-wrapper{gap:20px}.qubinity-testimonial-card{flex:0 0 100%;min-width:100%;padding:28px}.qubinity-testimonials-title{font-size:2rem}.qubinity-testimonials-subtitle{font-size:1.125rem}.qubinity-testimonials-description{font-size:1rem}.qubinity-testimonials-stats{flex-direction:column;gap:20px;padding:20px}.qubinity-stats-divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,90,244,.2),transparent)}.qubinity-carousel-controls{gap:20px}}@media (max-width:480px){.qubinity-testimonials-title{font-size:1.8rem}.qubinity-testimonial-card{padding:24px}.qubinity-testimonial-content{font-size:1rem;padding-left:16px}.qubinity-control-btn{width:48px;height:48px}.qubinity-view-all-btn{padding:16px 28px;font-size:.95rem}}.qubinity-swiper .swiper-button-next,.qubinity-swiper .swiper-button-prev{width:56px;height:56px;border-radius:50%;background:#ffffff;border:1px solid rgba(0,90,244,.1);color:#005af4;box-shadow:0 4px 15px rgba(0,90,244,.05)}.qubinity-swiper .swiper-button-next:hover,.qubinity-swiper .swiper-button-prev:hover{background:#005af4;color:#ffffff}.qubinity-swiper .swiper-pagination-bullet{background:#e5e7eb;opacity:1}.qubinity-swiper .swiper-pagination-bullet-active{background:#005af4;width:24px;border-radius:12px}.qb-why-section{position:relative;padding:130px 20px;background:radial-gradient(circle at top right,rgba(0,90,244,.08),transparent 40%),radial-gradient(circle at bottom left,rgba(255,196,0,.12),transparent 45%),#f9fbff;overflow:hidden}.qb-why-bg-glow{position:absolute;top:-200px;right:-200px;width:420px;height:420px;background:radial-gradient(circle,rgba(0,90,244,.25),transparent 70%);filter:blur(120px);pointer-events:none}.qb-why-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.qb-why-header{text-align:center;max-width:720px;margin:0 auto 90px}.qb-why-tag{display:inline-block;padding:8px 18px;font-size:12px;letter-spacing:.14em;font-weight:600;text-transform:uppercase;color:#005af4;background:rgba(0,90,244,.1);border-radius:30px;margin-bottom:22px}.qb-why-title{font-size:clamp(34px,4vw,46px);font-weight:700;color:#0a0a0a;margin-bottom:20px;line-height:1.2}.qb-why-title span{color:#005af4;position:relative}.qb-why-title span:after{content:"";position:absolute;left:0;bottom:6px;width:100%;height:7px;background:#ffc400;z-index:-1;opacity:.65;border-radius:6px}.qb-why-subtitle{font-size:16px;line-height:1.75;color:#555}.qb-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.qb-why-card{position:relative;padding:42px 34px;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);border-radius:20px;box-shadow:0 25px 55px rgba(0,0,0,.08);transition:all .45s ease}.qb-why-card:before{content:"";position:absolute;inset:0;border-radius:20px;border:1px solid rgba(0,90,244,.18);opacity:0;transition:opacity .45s ease}.qb-why-card:hover{transform:translateY(-12px);box-shadow:0 45px 90px rgba(0,0,0,.14)}.qb-why-card:hover:before{opacity:1}.qb-why-card-featured{background:linear-gradient(145deg,#005af4,#003fae);color:#ffffff;transform:translateY(-12px)!important;box-shadow:0 45px 90px rgba(0,0,0,.14)}.qb-why-card-featured:hover{transform:translateY(0)!important;border:1px solid rgba(0,90,244,.18)}.qb-why-card-featured h3,.qb-why-card-featured p{color:#ffffff}.qb-why-icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:rgba(0,90,244,.12);color:#005af4}.qb-why-icon svg{width:28px;height:28px}.qb-why-card-featured .qb-why-icon{background:rgba(255,196,0,.18);color:#ffc400}.qb-why-card-featured h3{color:#fff!important}.qb-why-card-featured p{color:#eee!important}.qb-why-card h3{font-size:21px;font-weight:600;margin-bottom:14px;color:#0a0a0a}.qb-why-card p{font-size:15px;line-height:1.75;color:#555}@media (max-width:768px){.qb-why-section{padding:100px 16px}.qb-why-header{margin-bottom:70px}}