:root{--primary: #3498db;--primary-light: #5dade2;--white: #ffffff;--dark: #2c3e50;--light-bg: #f8f9fa}.about-ultimate{width:100vw;position:relative;color:var(--dark-text);background-color:#e8f2f83a;z-index:1}.welcome-lottie-background{position:absolute;top:20%;left:50%;width:120%;height:120%;transform:translate(-50%,-50%);z-index:1000;opacity:.2;mix-blend-mode:overlay;pointer-events:none}@keyframes particleMove{0%{transform:translate(0)}25%{transform:translate(-2%,2%)}50%{transform:translate(2%,-2%)}75%{transform:translate(-2%,-2%)}to{transform:translate(0)}}.about-ultimate:hover:before{animation-duration:15s;opacity:.9}.about-ultimate:hover:after{animation-duration:20s}.about-hero{position:relative;min-height:100vh;width:100%;isolation:isolate;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a192f}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:scale(1.1);transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.7) contrast(1.1);transition:all .8s ease;transform-origin:center}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#141e30d9,#243b55b3),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.05"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)"/></svg>');mix-blend-mode:overlay;transition:opacity .8s ease}.hero-text{text-align:center;color:#fff;z-index:2;padding:0 2rem;max-width:900px;margin:0 auto;opacity:0;animation:fadeIn 1.5s ease forwards .5s}.hero-title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 12px rgba(0,0,0,.5),0 0 10px rgba(255,255,255,.1);position:relative}.title-line{display:block;background:linear-gradient(90deg,#64f4ac,#5bc0de,#a162e8);-webkit-background-clip:text;background-clip:text;color:transparent;padding:.5rem 0;position:relative;animation:textShine 3s ease-in-out infinite alternate}.title-line:before,.title-line:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0}.title-line:before{animation:glitch-effect 3s infinite linear alternate-reverse;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-5px,-5px)}.title-line:after{animation:glitch-effect 2s infinite linear alternate-reverse;clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%);transform:translate(5px,5px)}.about-hero-subtitle{font-size:1.8rem;font-weight:300;margin:2rem auto;max-width:80%;color:#ffffffe6;text-shadow:0 2px 6px rgba(0,0,0,.3);line-height:1.6;position:relative;display:inline-block;backdrop-filter:blur(2px);padding:1rem 2rem;border-radius:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.particle{position:absolute;background:#ffffff80;border-radius:50%;pointer-events:none;animation:float linear infinite}.hero-scroll-indicator{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;font-size:1rem;font-weight:300;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);opacity:0;animation:fadeIn 1s ease forwards 2s,bounce 2s infinite 2.5s}.scroll-arrow{width:30px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:15px;margin-top:12px;position:relative;transition:all .3s ease}.scroll-arrow:after{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:12px;background:#fff;border-radius:2px;animation:scroll 2s infinite}.scroll-arrow:hover{border-color:#fff;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-20px) translate(-50%)}60%{transform:translateY(-10px) translate(-50%)}}@keyframes scroll{0%{top:8px;opacity:0}30%{opacity:1}to{top:25px;opacity:0}}@keyframes textShine{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes glitch-effect{0%{opacity:.1;transform:translate(0)}20%{opacity:.05;transform:translate(-3px,3px)}40%{opacity:.08;transform:translate(-3px,-3px)}60%{opacity:0;transform:translate(3px,3px)}80%{opacity:.1;transform:translate(3px,-3px)}to{opacity:0;transform:translate(0)}}@keyframes float{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(-100vh) rotate(360deg);opacity:0}}.about-hero:hover .hero-video{filter:brightness(.8) contrast(1.2);transform:scale(1)}.about-hero:hover .video-overlay{opacity:.95}@media (max-width: 1200px){.hero-title{font-size:4rem}.hero-subtitle{font-size:1.6rem}}@media (max-width: 992px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.4rem;max-width:90%;padding:.8rem 1.5rem}}@media (max-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem;max-width:95%;padding:.6rem 1rem;backdrop-filter:none;background:#0000004d}.hero-scroll-indicator{bottom:40px}}@media (max-width: 576px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-text{padding:0 1.5rem}.scroll-arrow{width:24px;height:40px}}.section-nav{position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:15px}.nav-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid var(--primary-color);cursor:pointer;transition:all .3s ease}.nav-dot.active{background:var(--primary-color);transform:scale(1.3)}.about-container{width:100%;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.about-section-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:20px}.heading-decoration{width:60px;height:3px;background:var(--secondary-color);opacity:.7}.intro-section-subheading{font-size:1.2rem;color:var(--accent-color);font-weight:300;max-width:700px;margin:0 auto}.intro-container{perspective:1000px;width:800px;margin:5rem auto;position:relative}.gradient-backdrop{position:absolute;width:120%;height:120%;top:-10%;left:-10%;background:linear-gradient(135deg,#3498db,#5dade2,#85c1e9,#5dade2,#3498db);background-size:400% 400%;animation:gradientFlow 15s ease infinite;filter:blur(60px);opacity:.3;z-index:-1}.about-intro-card{background:#fffffff2;border-radius:20px;padding:2rem 2rem 5rem;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .5s ease}.card-reflection{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.8) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.intro-card:hover .card-reflection{opacity:.3;animation:lightSweep 3s infinite}.animated-border{position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(45deg,#3498db,#5dade2,#85c1e9,#5dade2,#3498db);background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderGlow 4s ease infinite;pointer-events:none}.laser-text{position:relative;display:inline-block;font-size:2rem;font-weight:800;color:transparent;background:linear-gradient(90deg,#fdfeff,#fff);-webkit-background-clip:text;background-clip:text}.about-laser-text,.laser-text-why{position:relative;display:inline-block;font-size:2rem;font-weight:800;color:transparent;background:linear-gradient(90deg,#393b3d,#363131);-webkit-background-clip:text;background-clip:text}.highlight{color:#3498db;font-weight:800}.highlight-focus{color:#fff;font-weight:800}.highlight:before{background:linear-gradient(90deg,#e74c3c,#f39c12);animation-delay:.3s}.laser-underline{height:4px;width:0;background:linear-gradient(90deg,#3498db,#e74c3c);margin:1rem 0 2rem;animation:underlineExtend 1s ease-out 1s forwards;box-shadow:0 0 10px #3498dbb3;margin-left:200px}.hologram-text{font-size:1.5rem;font-weight:400;color:transparent;background:linear-gradient(90deg,#3498db,#9b59b6,#e74c3c,#9b59b6,#3498db);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:hologramShift 5s linear infinite;text-shadow:0 0 5px rgba(255,255,255,.3)}.section-subheading{margin-bottom:2rem;display:flex;gap:10px}.hologram-text:nth-child(2){animation-delay:.5s}.text-particle{display:inline-block;opacity:0;transform:translateY(20px);animation:particleRise .5s ease forwards;color:#2c3e50;font-size:16px;margin-top:10px}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes lightSweep{0%{transform:translate(30%,30%)}50%{transform:translate(-30%,-30%)}to{transform:translate(30%,30%)}}@keyframes borderGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes laserReveal{to{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}}@keyframes underlineExtend{to{width:200px}}@keyframes hologramShift{to{background-position:200% center}}@keyframes particleRise{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.intro-container{width:90%}.laser-text{font-size:1.5rem}.hologram-text{font-size:1.2rem}}.focus-section{width:100%;padding:4rem 2rem;background-color:#2c3e50;position:relative;padding-bottom:0}.focus-section-header{text-align:center;margin-bottom:6rem;position:relative}.section-icon{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.sparkle{width:16px;height:16px;background:#3498db;border-radius:50%;position:relative;animation:sparkle 2s infinite ease-in-out}.sparkle:nth-child(1){animation-delay:.2s}.sparkle:nth-child(2){animation-delay:.4s}.sparkle:nth-child(3){animation-delay:.6s}.focus-item{display:flex;gap:30px;margin-bottom:8rem;border-radius:20px;box-shadow:0 30px 60px -20px #0000001a;overflow:hidden;transition:transform .5s ease,box-shadow .5s ease;perspective:1000px}.focus-item:hover{transform:translateY(-10px);box-shadow:0 40px 80px -20px #00000026}.about-content-column{flex:1;padding:2rem;z-index:200;border-radius:.5rem;overflow:hidden;background-color:#fff;box-shadow:#00000059 0 5px 15px;backdrop-filter:blur(20px);position:relative}.focus-lottie-background{position:absolute;top:-50px;left:0;width:100%;height:100%;z-index:0;opacity:.8;pointer-events:none}.icon-wrapper{margin-bottom:3rem}.animated-icon{position:relative;width:100px;height:100px}.icon-bg{position:absolute;width:100%;height:100%;background:#3498db1a;border-radius:50%;backdrop-filter:blur(5px);border:1px solid rgba(52,152,219,.2)}.icon-foreground{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3.5rem;z-index:2}.icon-pulse{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #3498db;opacity:0;animation:pulse 3s infinite}.item-title{font-size:1.5rem;font-weight:700;color:#3b82f6;text-align:center;margin-bottom:2rem;position:relative}.focus-item:hover .title-underline{transform:scaleX(1)}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:50px}.about-feature{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.about-icon-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;background:linear-gradient(#3498dbe0)}.icon-inner{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;transition:all .3s ease}.focus-feature-icon{width:24px;height:24px;color:#4a6cf7;transition:all .3s ease}.about-feature:hover .icon-circle{background:#4a6cf7;transform:translateY(-5px)}.about-feature:hover .icon-inner{background:#fff;transform:scale(1.1)}.about-feature:hover .feature-icon{color:#4a6cf7;transform:rotate(10deg)}.about-feature span{font-weight:500;color:#3b82f6;z-index:200;transition:color .3s ease}.about-feature:hover span{color:#4a6cf7}.focus-cta-button{position:absolute;bottom:30px;left:30%;background:#3498db;color:#f3f3f3;border:none;padding:1rem 2.5rem;border-radius:50px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .5s cubic-bezier(.22,1,.36,1);box-shadow:0 10px 20px #3498db4d}.focus-cta-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#2ecc71,#3498db);z-index:-1;opacity:0;transition:opacity .6s ease}.focus-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3498db66}.focus-cta-button:hover:before{opacity:1}.focus-cta-button:hover .arrow-icon{transform:translate(5px)}.arrow-icon{margin-left:.8rem;transition:transform .3s ease}.image-gallery{flex:1;position:relative;min-height:500px;box-shadow:#00000059 0 5px 15px;overflow:hidden}.gallery-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:100%;background-color:#fff}.gallery-item{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.22,1,.36,1);margin:20px}.gallery-item img{width:50%;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .8s ease}.gallery-item:nth-child(1){background-color:#bec7dd}.gallery-item:nth-child(2){background-color:#2a2d33}.gallery-item:nth-child(3){background-color:#30b366}.gallery-item:nth-child(4){background-color:#1c946c}.gallery-item:hover img{transform:scale(1.1)}.gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;opacity:0;transition:opacity .5s ease}.gallery-item:hover:after{opacity:1}.focus-container{width:100%;padding:10px;margin:0 auto}@media (max-width: 1200px){.focus-item{gap:20px}.about-content-column{padding:1.5rem}.gallery-item img{width:60%}}@media (max-width: 992px){.focus-item{flex-direction:column;margin-bottom:5rem}.image-gallery{min-height:350px}.gallery-item{margin:10px}.gallery-item img{width:70%}.focus-cta-button{position:relative;bottom:unset;left:unset;margin:2rem auto 0}}@media (max-width: 768px){.section-heading{font-size:2rem;text-align:center}.about-content-column{padding:1.5rem}.about-features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-container{grid-template-columns:1fr 1fr;grid-template-rows:auto}.gallery-item img{width:80%}}@media (max-width: 576px){.section-heading{font-size:1.75rem}.item-title{font-size:1.25rem}.animated-icon{width:70px;height:70px}.icon-foreground{font-size:2rem}.about-features-grid,.gallery-container{grid-template-columns:1fr}.gallery-item{margin:5px}.gallery-item img{width:90%}.focus-cta-button{padding:.8rem 2rem;font-size:.9rem}.about-intro-card{padding:10px}}@media (max-width: 400px){.section-heading{font-size:1.5rem}.item-title{font-size:1.1rem}.about-content-column{padding:1rem}.focus-cta-button{width:100%;text-align:center;padding:.8rem}}.benefits-section{padding:2rem;position:relative;z-index:2;border-radius:.5rem;overflow:hidden;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);transition:all .4s cubic-bezier(.16,1,.3,1)}.benefits-section:hover{backdrop-filter:blur(16px);box-shadow:0 8px 25px #0006,0 0 0 1px #fff3}.gradient-mesh{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-size:200px 200px;animation:meshMove 20s infinite linear;z-index:0;opacity:.7}.particles{position:absolute;width:100%;height:100%;overflow:hidden;z-index:0}.particle{position:absolute;background:#ffffff26;border-radius:50%;filter:blur(1px);animation:float 15s infinite linear}.particle:nth-child(1){width:8px;height:8px;top:20%;left:15%;animation-delay:0s,0s;animation-duration:18s}.particle:nth-child(2){width:12px;height:12px;top:60%;left:80%;animation-delay:2s,1s;animation-duration:22s}.lottie-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.25;mix-blend-mode:overlay;pointer-events:none}.content{position:relative;z-index:1}@keyframes meshMove{0%{transform:translate(0)}50%{transform:translate(50px,50px)}to{transform:translate(0)}}@keyframes float{0%{transform:translateY(0) translate(0) scale(1);opacity:0}50%{transform:translateY(-100px) translate(20px) scale(1.1);opacity:.8}to{transform:translateY(-200px) translate(-20px) scale(.9);opacity:0}}.trust-section-header{text-align:center;margin-bottom:5rem;position:relative;z-index:2}.section-icon{margin-bottom:1.5rem;filter:drop-shadow(0 5px 15px rgba(102,126,234,.3))}.section-subtitle{font-size:1.2rem;color:#6b7280;letter-spacing:.5px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1400px;margin:0 auto;position:relative;perspective:1000px;z-index:2}.benefit-item{background:linear-gradient(20deg,#091116c0 50%,#3498dbe0 20%,#0b0bb740);border-radius:24px;padding:2rem;transition:transform .6s ease,box-shadow .3s ease,opacity .6s ease;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.25);transform-style:preserve-3d;transform:rotateX(5deg)}.benefit-icon-container{position:relative;width:60px;height:60px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.icon-background{position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#f0f1f5ee,#f9f8fcee);transform:scale(.9);transition:all .6s cubic-bezier(.16,.84,.44,1)}.benefit-icon{position:relative;z-index:2;transition:all .4s ease}.benefit-content{text-align:center;position:relative;z-index:2}.benefit-content p{color:#f5f5f5;margin-bottom:1rem;font-size:16px;text-align:justify}.hover-reveal{position:absolute;bottom:0;left:0;width:100%;height:0;background:linear-gradient(to right,#667eea,#9f7aea);border-radius:0 0 24px 24px;overflow:hidden;transition:all .6s cubic-bezier(.16,.84,.44,1);display:flex;align-items:center;justify-content:center}.hover-content{opacity:0;transform:translateY(20px);transition:all .4s ease .1s;display:flex;align-items:center;color:#fff}.hover-content span{margin-right:.5rem;font-weight:600}.arrow-icon{transition:transform .3s ease}.corner-decoration{position:absolute;top:0;right:0;width:40px;height:40px;background:linear-gradient(135deg,transparent 0%,transparent 50%,rgba(102,126,234,.1) 50%,rgba(102,126,234,.1) 100%);transition:all .4s ease}.benefit-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #667eea26}.benefit-item:hover .icon-background{transform:scale(1.1);background:linear-gradient(135deg,#667eea33,#9f7aea33)}.benefit-item:hover .benefit-icon{transform:scale(1.1)}.benefit-item:hover .hover-reveal{height:60px}.benefit-item:hover .hover-content{opacity:1;transform:translateY(0)}.benefit-item:hover .arrow-icon{transform:translate(5px)}.benefit-item:hover .corner-decoration{width:60px;height:60px}.benefits-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#667eea08,#667eea00 70%);animation:float 20s linear infinite;z-index:1}@keyframes float{0%{transform:translate(0)}50%{transform:translate(50px,50px)}to{transform:translate(0)}}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr;gap:2rem}.section-heading{font-size:2.2rem}.benefit-item{padding:2rem 1.5rem}.benefit-icon-container{width:100px;height:100px;margin-bottom:1.5rem}}.client-section{padding:6rem 0}.client-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:3rem;margin-top:3rem}.logo-item{width:150px;height:80px;background:#ffffffb3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent-color);box-shadow:0 5px 15px #0000000d}.testimonial-section{padding:6rem 0;background:var(--primary-color);color:#fff}.testimonial-slider{max-width:800px;margin:0 auto}.testimonial-card{background:#ffffff1a;padding:3rem;border-radius:10px;backdrop-filter:blur(10px)}.testimonial-content{font-size:1.3rem;font-style:italic;margin-bottom:2rem;line-height:1.8}.testimonial-author{display:flex;align-items:center;gap:1.5rem}.author-avatar{width:60px;height:60px;border-radius:50%;background:var(--secondary-color)}.author-info h4{font-size:1.2rem;margin-bottom:.3rem}.author-info p{opacity:.8;font-size:.9rem}.conditions-section{padding:5rem 2rem;background:#fff;position:relative;width:100%;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-heading{font-size:2.5rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;position:relative}.section-heading:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#ea6666}.section-subheading{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.conditions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1400px;margin:0 auto;position:relative;perspective:1000px;z-index:2}.condition-item{background:linear-gradient(20deg,#091116c0 50%,#3498dbe0 20%,#0b0bb740);border-radius:16px;padding:2rem;text-align:center;transition:transform .4s ease,box-shadow .4s ease;opacity:0;transform:scale(.9) translateY(30px);animation:fadeInUp .8s forwards}.condition-item:nth-child(1){animation-delay:.1s}.condition-item:nth-child(2){animation-delay:.2s}.condition-item:nth-child(3){animation-delay:.3s}.condition-item:nth-child(4){animation-delay:.4s}.condition-item:nth-child(5){animation-delay:.5s}.condition-item:nth-child(6){animation-delay:.6s}.condition-item:nth-child(7){animation-delay:.7s}.condition-item:nth-child(8){animation-delay:.8s}.condition-item:nth-child(9){animation-delay:.9s}.condition-item:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 10px 25px #0000001a}.condition-icon{margin-bottom:1rem;transition:transform .3s ease}.condition-item:hover .condition-icon{transform:scale(1.2) rotate(3deg)}.condition-content-text{text-align:justify;color:#fff}.condition-line{height:2px;width:0;background:#ea6666;margin:1rem auto 0;transition:width .5s ease}.condition-item:hover .condition-line{width:60%}@keyframes fadeInUp{0%{opacity:0;transform:scale(.9) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.conditions-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(234,102,102,.03) 0%,transparent 25%);pointer-events:none}@media (max-width: 992px){.conditions-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.conditions-list{grid-template-columns:1fr}}.about-cta-section{position:relative;overflow:hidden;padding:4rem 1rem;background:linear-gradient(#3498db);margin-top:20px}.about-cta-section:before,.about-cta-section:after{content:"";position:absolute;border-radius:50%;opacity:.1;animation:blob-move 15s infinite ease-in-out}.about-cta-section:before{top:-5rem;left:-5rem;width:16rem;height:16rem;background:#fff;animation-delay:2s}.about-cta-section:after{bottom:-10rem;right:-5rem;width:20rem;height:20rem;background:#a78bfa}.about-cta-content{position:relative;z-index:10;max-width:56rem;margin:0 auto;padding:2rem;text-align:center;background:#fff;backdrop-filter:blur(8px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .5s ease}.about-cta-content:hover{transform:scale(1.02)}.about-cta-heading{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out forwards}.about-cta-heading span{color:#facc15}.about-cta-text{font-size:1.25rem;color:#000;margin-bottom:2rem;animation:fadeInUp .8s ease-out .2s forwards}.about-contact-info{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 2rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .4s forwards;opacity:0}.about-contact-item{display:flex;align-items:center;gap:.75rem}.about-contact-icon{font-size:1.5rem;transition:transform .3s ease}.about-contact-item a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.about-contact-item:hover .about-contact-icon{transform:scale(1.1)}.about-contact-item:hover a{color:#facc15}.about-contact-separator{color:#ffffff80}.cta-button{background:#facc15;color:#7c3aed;font-weight:700;padding:1rem 2rem;border:none;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;transition:all .3s ease;animation:bounceSlow 3s infinite}.cta-button:hover{background:#fde047;transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blob-move{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes bounceSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.trust-section{position:relative;overflow:hidden;padding:6rem 1rem;background-color:#2a2d33;color:#fff;isolation:isolate}.trust-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(96,165,250,.15) 0%,transparent 25%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.15) 0%,transparent 25%);z-index:-1;animation:particlePulse 12s infinite alternate}.trust-bg-elements{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;overflow:hidden}.trust-bg-circle{position:absolute;border-radius:50%;filter:blur(40px);animation:float3D 25s infinite ease-in-out;mix-blend-mode:overlay}.trust-bg-circle-1{width:400px;height:400px;background:radial-gradient(circle,#60a5fa,transparent 70%);top:10%;left:5%;animation-delay:0s}.trust-bg-circle-2{width:500px;height:500px;background:radial-gradient(circle,#3b82f6,transparent 70%);bottom:-100px;right:10%;animation-delay:5s}.trust-bg-circle-3{width:300px;height:300px;background:radial-gradient(circle,#93c5fd,transparent 70%);top:50%;left:30%;animation-delay:8s}.trust-bg-square{position:absolute;filter:blur(30px);animation:float3D 30s infinite linear;mix-blend-mode:overlay}.trust-bg-square-1{width:300px;height:300px;background:linear-gradient(45deg,#bfdbfe,transparent 70%);top:20%;right:15%;animation-delay:2s}.trust-bg-square-2{width:200px;height:200px;background:linear-gradient(45deg,#dbeafe,transparent 70%);bottom:10%;left:20%;animation-delay:7s;animation-direction:reverse}.trust-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 49%,rgba(165,180,252,.1) 50%,transparent 51%),linear-gradient(transparent 49%,rgba(165,180,252,.1) 50%,transparent 51%);background-size:50px 50px;animation:gridPulse 15s infinite alternate;z-index:-1;opacity:.3}.trust-content-wrapper{position:relative;z-index:10;max-width:900px;margin:0 auto;text-align:center;backdrop-filter:blur(5px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003}.section-header{margin-bottom:2rem;animation:fadeInUp .8s ease-out forwards}.trust-section-heading{font-size:2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;margin-left:2px;-webkit-background-clip:text;background-clip:text;color:#4fd1c5}.highlight-text{position:relative;color:#4fd1c5}.highlight-text:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(to right,#a5b4fc,#60a5fa);transform:scaleX(0);transform-origin:right;transition:transform .5s ease}.trust-content-wrapper:hover .highlight-text:after{transform:scaleX(1);transform-origin:left}.trust-section-heading{text-align:center}.trust-content{font-size:1.2rem;line-height:1.7;max-width:700px;animation:fadeInUp .8s ease-out .3s forwards;text-shadow:0 2px 5px rgba(0,0,0,.3);text-align:justify}@keyframes float3D{0%,to{transform:translateZ(0) rotate(0);opacity:.7}25%{transform:translate3d(30px,-40px,20px) rotate(5deg);opacity:.9}50%{transform:translate3d(-20px,30px,-10px) rotate(-5deg);opacity:.6}75%{transform:translate3d(40px,20px,30px) rotate(8deg);opacity:1}}@keyframes particlePulse{0%{opacity:.3;background-size:100% 100%}50%{opacity:.7;background-size:150% 150%}to{opacity:.3;background-size:100% 100%}}@keyframes gridPulse{0%{opacity:.2;background-size:50px 50px}50%{opacity:.5;background-size:60px 60px}to{opacity:.2;background-size:50px 50px}}@keyframes pulseGlow{0%,to{transform:scale(1);text-shadow:0 0 15px rgba(165,180,252,.7)}50%{transform:scale(1.1);text-shadow:0 0 25px rgba(165,180,252,.9)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.trust-section{padding:4rem 1rem}.trust-content-wrapper{padding:2rem}.section-heading{font-size:2.2rem}.trust-content{font-size:1.1rem}.trust-bg-circle-1,.trust-bg-circle-2,.trust-bg-circle-3{filter:blur(30px)}}@media (max-width: 640px){.about-cta-heading{font-size:1.75rem}.about-cta-text{font-size:1.1rem}.about-contact-separator{display:none}.about-contact-info{flex-direction:column;gap:1rem}}@media (max-width: 1200px){.intro-section,.benefits-container,.cta-container{grid-template-columns:1fr}.intro-image{order:-1;max-width:600px;margin:0 auto}.intro-text{padding-left:0;text-align:center}.benefits-image{order:-1;max-width:600px;margin:0 auto}.cta-image{order:-1;height:300px}}@media (max-width: 768px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1.2rem}.section-heading{font-size:2rem}.focus-grid,.conditions-grid{grid-template-columns:1fr}.focus-card{height:300px}.process-step{flex-direction:column}.step-marker{flex-direction:row;width:auto;margin-bottom:1rem;gap:1rem}.step-number{margin-bottom:0}.process-line{display:none}.section-nav{right:15px}}@media (max-width: 480px){.hero-title{font-size:1rem}.cta-buttons{flex-direction:column}.stats-grid{grid-template-columns:1fr}}
