.perspective{perspective:1000px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background-color:#000;overflow:hidden;padding:6rem 0}.hero-glow{right:-5%;top:-5%;border-radius:50%;background-color:rgba(229,12,21,.2);filter:blur(120px)}.hero-blob,.hero-glow{position:absolute;width:50%;height:50%;z-index:2}.hero-blob{left:-10%;bottom:-10%;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;background-color:rgba(229,12,21,.1);filter:blur(80px);animation:blob-morph 15s ease-in-out infinite}.hero-blob-2{position:absolute;right:10%;top:30%;width:40%;height:40%;border-radius:70% 30% 30% 70%/60% 40% 60% 40%;background-color:rgba(229,12,21,.15);filter:blur(100px);z-index:2;animation:blob-morph-2 20s ease-in-out infinite}.hero-grid{position:absolute;inset:0;background-image:url(/grid-pattern.svg);background-position:50%;opacity:.2}.hero-content{position:relative;z-index:10;max-width:40rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:white;margin-bottom:1.5rem}.hero-description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:rgba(255,255,255,.8);margin-bottom:2.5rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.services-section,.who-we-are-section{background-color:#000;padding:6rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.services-section{position:relative;overflow:hidden}.service-card{display:flex;flex-direction:column;background:linear-gradient(to bottom right,#111827,#000);border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(127,29,29,.2);transition-property:all;padding:1.5rem;border:1px solid #1f2937;position:relative;text-decoration:none;color:inherit;height:100%}.service-card:hover{transform:translateZ(20px) rotateX(2deg) rotateY(-2deg);box-shadow:0 20px 25px -5px rgba(127,29,29,.3);pointer-events:auto}.service-card:hover a{pointer-events:auto!important;z-index:999}.service-card a{position:relative;z-index:10;pointer-events:auto;cursor:pointer!important;display:inline-flex!important;text-decoration:none;min-height:44px;width:-moz-fit-content;width:fit-content;touch-action:manipulation;-webkit-tap-highlight-color:rgba(229,12,21,.3)}.service-card a:hover{z-index:20;cursor:pointer!important}.service-card a svg{pointer-events:none}.service-card a:focus{outline:2px solid #e50c15;outline-offset:2px}.service-card div:last-child{margin-top:auto}.features-section{background-color:#000;padding:6rem 0;position:relative;overflow:hidden}.feature-card{display:flex}.testimonials-section{background-color:#000;padding:6rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.testimonial-card{display:flex;flex-direction:column;background:linear-gradient(to bottom right,#111827,#000);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #1f2937}.partners-section{background-color:#000;padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.cta-section{position:relative;background-color:#000;padding:8rem 0;overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:1rem;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .3s ease;cursor:pointer}.btn-primary{background-color:#e50c15;color:white;border:2px solid #e50c15}.btn-primary:hover{background-color:rgba(229,12,21,.9)}.btn-outline{background-color:transparent;color:white;border:2px solid rgba(255,255,255,.2)}.btn-outline:hover{border-color:white;background-color:rgba(255,255,255,.05)}.animate-pulse-border{position:relative;overflow:hidden}.animate-pulse-border:after{content:"";position:absolute;inset:-4px;border-radius:.75rem;background:linear-gradient(45deg,#e50c15,transparent,#e50c15,transparent);background-size:400% 400%;animation:pulse-border 5s ease infinite;opacity:0;transition:opacity .3s ease;z-index:-1}.animate-pulse-border:hover:after{opacity:1}@keyframes pulse-border{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes blob-morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:50% 50% 30% 70%/50% 60% 40% 50%}50%{border-radius:70% 30% 50% 50%/40% 40% 60% 60%}75%{border-radius:40% 60% 60% 40%/60% 30% 70% 40%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes blob-morph-2{0%{border-radius:70% 30% 30% 70%/60% 40% 60% 40%}25%{border-radius:50% 50% 70% 30%/30% 60% 40% 70%}50%{border-radius:30% 70% 40% 60%/70% 30% 70% 30%}75%{border-radius:60% 40% 50% 50%/40% 50% 50% 60%}to{border-radius:70% 30% 30% 70%/60% 40% 60% 40%}}.blog-card{display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;transition:transform .3s ease;background:#111827;border:1px solid #1f2937}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.2)}.aspect-w-16{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.aspect-w-16 img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-zoom-animation{animation:zoom-in-out 30s ease-in-out infinite}@keyframes zoom-in-out{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.footer-section{background-color:#0a0a0a;color:white}