@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{width:100vw;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;color:#2d3748;background:linear-gradient(135deg,#fff,#fafbff,#f8d7e4);overflow-x:hidden}.header{background:#fffffff2;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 10px 30px #00000014;position:sticky;top:0;z-index:1000;width:100vw}.header .nav{max-width:1400px;margin:0 auto;padding:1.5rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.header .nav .nav-brand{display:flex;align-items:center;gap:1rem;font-size:1.75rem;font-weight:900;color:#2d3748}.header .nav .nav-brand .logo{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1rem;box-shadow:0 40px 100px #0000002e}.header .nav .nav-links .nav-link{color:#2d3748;text-decoration:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;transition:all .3s ease;position:relative}.header .nav .nav-links .nav-link.active,.header .nav .nav-links .nav-link:hover{background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);color:#fff!important;transform:translateY(-2px);box-shadow:0 25px 60px #0000001f}.header .nav .mobile-menu{display:none;padding:1rem;border-radius:12px;border:2px solid rgba(200,30,95,.2);background:transparent;cursor:pointer}.header .nav .mobile-menu:hover{background:#c81e5f1a}.header .nav .mobile-menu .hamburger{width:1.75rem;height:1.75rem;color:#2d3748}.hero{padding:8rem 2.5rem 6rem;min-height:100vh;display:flex;align-items:center;width:100%}.hero .hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.hero .hero-content{grid-template-columns:1fr 1fr}}.hero .hero-text{display:flex;flex-direction:column;gap:2.5rem}.hero .hero-text .badge{background:#c81e5f1a;color:#c81e5f;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:700;border:1px solid rgba(200,30,95,.2);align-self:flex-start;max-width:max-content}.hero .hero-text h1{font-size:clamp(3rem,7vw,5rem);font-weight:900;line-height:1.1;background:linear-gradient(135deg,#2d3748,#c81e5f,#fed7aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-text p{font-size:1.5rem;color:#2d3748e6;line-height:1.8}.hero .hero-text .contact-info{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#fff9;border-radius:1.5rem;border-right:4px solid #fed7aa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-text .contact-info .contact-link{font-size:1.3rem;font-weight:700;color:#c81e5f;text-decoration:none}.hero .hero-text .contact-info span{color:#2d3748cc;font-size:1.1rem}.hero .hero-text .hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.hero .hero-text .hero-buttons .btn-primary,.hero .hero-text .hero-buttons .btn-secondary{display:inline-flex;align-items:center;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .4s ease;font-size:1.1rem;gap:.75rem}.hero .hero-text .hero-buttons .btn-primary{background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);color:#fff;box-shadow:0 40px 100px #0000002e}.hero .hero-text .hero-buttons .btn-primary:hover{transform:translateY(-8px);box-shadow:0 50px 100px #c81e5f66}.hero .hero-text .hero-buttons .btn-secondary{background:#ffffffe6;color:#2d3748;border:2px solid rgba(45,55,72,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-text .hero-buttons .btn-secondary:hover{background:#fff;transform:translateY(-4px);box-shadow:0 25px 60px #0000001f}.hero .hero-image{display:flex;justify-content:center}.hero .hero-image .hero-mockup{width:400px;height:500px;background:#fffffff2;border-radius:3rem;padding:2rem;box-shadow:0 40px 100px #0000002e;border:1px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative}.hero .hero-image .hero-mockup:before{content:"";position:absolute;top:-2rem;right:-2rem;width:100px;height:100px;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);border-radius:50%;opacity:.1}.hero .hero-image .hero-mockup .mockup-screen{height:100%;border-radius:1.5rem;overflow:hidden;background:linear-gradient(145deg,#fff,#fafbff);box-shadow:inset 0 2px 10px #0000000d}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview{padding:2rem;height:100%;display:flex;flex-direction:column;gap:2rem}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .case-card{background:#f8d7e480;padding:1.5rem;border-radius:1rem;display:flex;justify-content:space-between;align-items:center}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .case-card .case-number{font-weight:700;color:#c81e5f}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .case-card .case-status{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .case-card .case-status.active{background:#fed7aa33;color:#fed7aa}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .stats-grid .stat-item{text-align:center;padding:1.5rem;background:#fffc;border-radius:1rem}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .stats-grid .stat-item .stat-number{display:block;font-size:2rem;font-weight:900;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-image .hero-mockup .mockup-screen .dashboard-preview .stats-grid .stat-item span{font-size:.9rem;color:#2d3748b3;font-weight:500}.company-intro{padding:8rem 2.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-intro .container{max-width:1400px;margin:0 auto}.company-intro .intro-content{text-align:center}.company-intro .intro-content .intro-text h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;background:linear-gradient(135deg,#2d3748,#c81e5f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.company-intro .intro-content .intro-text p{font-size:1.4rem;max-width:800px;margin:0 auto 2rem;line-height:1.9;color:#2d3748e6}.company-intro .intro-content .intro-text .highlight{background:linear-gradient(135deg,#fed7aa1a,#facc151a);padding:2.5rem;border-radius:2rem;border-left:6px solid #fed7aa;margin:3rem 0;font-size:1.3rem}.company-intro .intro-content .intro-text .contact-bar{display:flex;flex-direction:column;gap:1.5rem;align-items:center;padding:2.5rem;background:linear-gradient(135deg,#c81e5f0d,#fed7aa0d);border-radius:2rem;margin-top:3rem}.company-intro .intro-content .intro-text .contact-bar .contact-link{font-size:1.5rem;font-weight:800;color:#c81e5f;text-decoration:none}.pricing{padding:10rem 2.5rem 8rem}.pricing .container{max-width:1400px;margin:0 auto}.pricing .section-header{text-align:center;margin-bottom:5rem}.pricing .section-header h2{font-size:clamp(3rem,6vw,4.5rem);font-weight:900;background:linear-gradient(135deg,#2d3748,#c81e5f,#fed7aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.pricing .section-header p{font-size:1.5rem;color:#2d3748cc}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:3rem}.pricing .pricing-grid .pricing-card{background:#fff;border-radius:2.5rem;padding:4rem 3rem;box-shadow:0 25px 60px #0000001f;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid transparent;overflow:hidden}.pricing .pricing-grid .pricing-card.featured{transform:scale(1.05);border-color:#c81e5f;box-shadow:0 40px 100px #0000002e;position:relative}.pricing .pricing-grid .pricing-card.featured .popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#c81e5f;color:#fff;padding:.5rem 2rem;border-radius:50px;font-size:.9rem;font-weight:700;box-shadow:0 25px 60px #0000001f}.pricing .pricing-grid .pricing-card:hover:not(.featured){transform:translateY(-15px);box-shadow:0 40px 100px #0000002e;border-color:#fed7aa4d}.pricing .pricing-grid .pricing-card .card-header{text-align:center;margin-bottom:2rem}.pricing .pricing-grid .pricing-card .card-header .card-icon{width:5rem;height:5rem;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 40px 100px #0000002e}.pricing .pricing-grid .pricing-card .card-header .card-icon svg{width:2.5rem;height:2.5rem;color:#fff}.pricing .pricing-grid .pricing-card .card-header h3{font-size:1.8rem;font-weight:900;color:#2d3748;margin-bottom:1rem}.pricing .pricing-grid .pricing-card .price{text-align:center;margin-bottom:3rem}.pricing .pricing-grid .pricing-card .price .currency{font-size:4.5rem;font-weight:950;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.pricing .pricing-grid .pricing-card .price .unit{font-size:1.3rem;color:#2d3748b3;font-weight:600}.pricing .pricing-grid .pricing-card .features-list{list-style:none;margin-bottom:3rem}.pricing .pricing-grid .pricing-card .features-list li{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1.1rem;color:#2d3748e6}.pricing .pricing-grid .pricing-card .features-list li:before{content:"✓";position:absolute;left:0;color:#fed7aa;font-weight:900;font-size:1.2rem}.pricing .pricing-grid .pricing-card .card-footer p{text-align:center;color:#2d3748cc;font-style:italic;line-height:1.7;padding:1.5rem;background:#f8d7e44d;border-radius:1rem;border-left:4px solid #fed7aa}.offers{padding:8rem 2.5rem 10rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.offers .container{max-width:1400px;margin:0 auto}.offers .section-header{text-align:center;margin-bottom:5rem}.offers .section-header h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:#2d3748;margin-bottom:1rem}.offers .section-header p{font-size:1.4rem;color:#2d3748cc}.offers .offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.offers .offers-grid .offer-card{background:#fff;padding:3rem 2.5rem;border-radius:2rem;text-align:center;box-shadow:0 25px 60px #0000001f;transition:all .4s ease;position:relative;overflow:hidden;border-top:4px solid transparent}.offers .offers-grid .offer-card.special{border-top-color:#c81e5f;background:linear-gradient(135deg,#f8d7e44d,#ffffffe6)}.offers .offers-grid .offer-card:hover{transform:translateY(-10px);box-shadow:0 40px 100px #0000002e}.offers .offers-grid .offer-card .offer-icon{font-size:4rem;margin-bottom:1.5rem}.offers .offers-grid .offer-card h3{font-size:1.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem}.offers .offers-grid .offer-card p{color:#2d3748cc;line-height:1.7}.cta{padding:10rem 2.5rem 8rem;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);color:#fff;clip-path:polygon(0 15%,100% 0,100% 85%,0 100%)}.cta .cta-content{max-width:1000px;margin:0 auto;text-align:center}.cta .cta-content h2{font-size:clamp(3.5rem,7vw,5rem);font-weight:900;margin-bottom:1.5rem;filter:drop-shadow(0 25px 25px rgba(0,0,0,.3))}.cta .cta-content p{font-size:1.5rem;margin-bottom:3rem;opacity:.95}.cta .cta-content .final-contact{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:4rem;padding:3rem;background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2.5rem;border:1px solid rgba(255,255,255,.3)}.cta .cta-content .final-contact .contact-link,.cta .cta-content .final-contact .phone-link{font-size:1.8rem;font-weight:900;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:50px;background:#fff3;transition:all .3s ease}.cta .cta-content .final-contact .contact-link:hover,.cta .cta-content .final-contact .phone-link:hover{background:#ffffff4d;transform:scale(1.05)}.cta .cta-content .cta-button{display:inline-flex;align-items:center;padding:1.75rem 4rem;background:#fff;color:#c81e5f;font-weight:900;font-size:1.4rem;border-radius:60px;box-shadow:0 40px 100px #0000002e;text-decoration:none;gap:1rem;transition:all .5s ease}.cta .cta-content .cta-button:hover{transform:translateY(-12px) scale(1.05);box-shadow:0 60px 120px #0006}.cta .cta-content .cta-button svg{width:1.5rem;height:1.5rem}.footer{background:#fff;border-top:5px solid #fed7aa;padding:4rem 2.5rem 2rem}.footer .footer-content{max-width:1400px;margin:0 auto;text-align:center}.footer .footer-content .footer-brand{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer .footer-content .footer-brand .logo{width:4.5rem;height:4.5rem;background:linear-gradient(135deg,#c81e5f,#fed7aa 30%,#facc15);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.2rem}.footer .footer-content .footer-brand span{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#2d3748,#c81e5f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-content .footer-bottom{color:#2d3748b3;font-size:1.2rem;font-weight:500;padding:2rem 3rem;background:#f8d7e466;border-radius:1.5rem;border:2px solid rgba(254,215,170,.3)}@media(max-width:1024px){.nav{padding:1.25rem 2rem}}@media(max-width:768px){.hero .hero-image .hero-mockup,.hero .hero-text .hero-buttons .btn-primary,.hero .hero-text .hero-buttons .btn-secondary{width:300px}.arrow-right,.info-icon{width:30px}.header .nav .nav-links{display:none}.header .nav .mobile-menu{display:block}.hero{padding:6rem 1.5rem 4rem}.hero .hero-content{gap:3rem}.pricing-grid,.offers-grid{grid-template-columns:1fr;gap:2rem}.hero-buttons{flex-direction:column;align-items:stretch}}@media(max-width:480px){.hero h1{font-size:2.8rem}.pricing,.offers,.company-intro,.cta{padding-left:1rem;padding-right:1rem}}.whatsapp-link{display:inline-flex;align-items:center;gap:.4rem;color:#128c7e;text-decoration:none;font-weight:600;font-size:.95rem;direction:ltr}.whatsapp-link.large{font-size:1.05rem}.whatsapp-link:hover{color:#075e54}.whatsapp-icon{width:20px;height:20px;border-radius:50%;background:#25d366;position:relative;flex-shrink:0}.whatsapp-icon:before{content:"";position:absolute;inset:3px;border-radius:50%;background:#fff}.whatsapp-icon:after{content:"";position:absolute;bottom:2px;right:2px;width:6px;height:6px;background:#25d366;border-radius:2px;transform:rotate(45deg)}.contact-info .whatsapp-link,.contact-bar .whatsapp-link,.final-contact .whatsapp-link,.footer-bottom .whatsapp-link{margin-inline-start:.5rem}*{margin:0;padding:0;box-sizing:border-box}.about-container{width:100vw;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1e1b4b;background:linear-gradient(135deg,#fff,#fdfbff,#fef3c7);overflow-x:hidden}.header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:100;width:100vw}.header .nav{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.header .nav .nav-brand{display:flex;align-items:center;gap:1rem;font-size:1.875rem;font-weight:900}.header .nav .nav-brand .logo{width:3rem;height:3rem;background:linear-gradient(135deg,#be185d 0% 50%,#eab308);border-radius:1rem;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.25rem;color:#fff;box-shadow:0 25px 50px -12px #0003}.header .nav .nav-links{display:flex;gap:2.5rem}.header .nav .nav-links .nav-link{font-weight:600;color:#1e1b4b;text-decoration:none;padding:.75rem 1.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.1rem}.header .nav .nav-links .nav-link.active,.header .nav .nav-links .nav-link:hover{color:#fff;background:linear-gradient(135deg,#be185d 0% 50%,#eab308);box-shadow:0 10px 25px -3px #00000026;transform:translateY(-2px)}.header .nav .mobile-menu{display:none;padding:.75rem;border-radius:12px;background:transparent;border:none;cursor:pointer}.header .nav .mobile-menu .hamburger{width:1.75rem;height:1.75rem;color:#1e1b4b}.header .nav .mobile-menu:hover{background:#be185d1a}.about-hero{width:100%;padding:10rem 2rem 6rem;display:flex;align-items:center;min-height:100vh}.about-hero .hero-content{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:5rem;align-items:center}@media(min-width:1024px){.about-hero .hero-content{grid-template-columns:1fr 1fr}}.about-hero .hero-image{display:flex;justify-content:center}.about-hero .hero-image .image-placeholder{width:380px;height:380px;background:linear-gradient(135deg,#be185d1a,#be185d1a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 50px -12px #0003;border:2px solid rgba(255,255,255,.4);position:relative;overflow:hidden}.about-hero .hero-image .image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(190,24,93,.1),transparent);transform:rotate(45deg);animation:shimmer 3s infinite}.about-hero .hero-image .image-placeholder .hero-icon{width:140px;height:140px;color:#be185d;z-index:2;position:relative}.about-hero .hero-text{display:flex;flex-direction:column;gap:3rem}.about-hero .hero-text .badge{display:inline-block;background:#be185d26;color:#be185d;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(190,24,93,.3);align-self:flex-start}.about-hero .hero-text h1{font-size:clamp(3.5rem,7vw,6rem);font-weight:900;line-height:1.1;background:linear-gradient(135deg,#1e1b4b,#be185d 50% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero .hero-text p{font-size:1.5rem;color:#1e1b4be6;line-height:1.9;max-width:38rem}.about-hero .hero-text .stats{display:flex;gap:3rem;margin-top:3rem}@media(max-width:640px){.about-hero .hero-text .stats{flex-direction:column;gap:2rem}}.about-hero .hero-text .stats .stat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;border:1px solid rgba(190,24,93,.2);box-shadow:0 10px 25px -3px #00000026;transition:all .3s ease}.about-hero .hero-text .stats .stat:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #0003}.about-hero .hero-text .stats .stat .stat-number{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#be185d 0% 50%,#eab308);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.about-hero .hero-text .stats .stat .stat-label{font-size:1.2rem;color:#1e1b4bcc;font-weight:600}.about-features{width:100%;padding:8rem 2rem 6rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-features .container{width:100%;max-width:1400px;margin:0 auto}.about-features .section-header{text-align:center;margin-bottom:5rem}.about-features .section-header h2{font-size:clamp(3rem,6vw,5rem);font-weight:900;background:linear-gradient(135deg,#1e1b4b,#be185d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.about-features .section-header p{font-size:1.4rem;color:#1e1b4bcc;max-width:42rem;margin:0 auto}.about-features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.about-features .features-grid .feature-card{padding:3.5rem 3rem;background:#fff;border-radius:2.5rem;box-shadow:0 10px 25px -3px #00000026;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1);border:2px solid rgba(190,24,93,.1);position:relative;overflow:hidden}.about-features .features-grid .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(135deg,#be185d 0% 50%,#eab308);opacity:0;transition:opacity .4s ease}.about-features .features-grid .feature-card:hover{transform:translateY(-20px) scale(1.02);box-shadow:0 50px 100px #00000040;border-color:#be185d66}.about-features .features-grid .feature-card:hover:before{opacity:1}.about-features .features-grid .feature-card .feature-icon{width:5rem;height:5rem;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:3px solid rgba(255,255,255,.8);transition:all .4s ease}.about-features .features-grid .feature-card .feature-icon.blue{background:linear-gradient(135deg,#be185d,#be185d);box-shadow:0 15px 35px #be185d4d}.about-features .features-grid .feature-card .feature-icon.purple{background:linear-gradient(135deg,#be185d,#eab308);box-shadow:0 15px 35px #be185d4d}.about-features .features-grid .feature-card .feature-icon.green{background:linear-gradient(135deg,#eab308,#be185d);box-shadow:0 15px 35px #eab3084d}.about-features .features-grid .feature-card .feature-icon.orange{background:linear-gradient(135deg,#f59e0b,#be185d);box-shadow:0 15px 35px #f59e0b4d}.about-features .features-grid .feature-card .feature-icon.teal{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 15px 35px #14b8a64d}.about-features .features-grid .feature-card .feature-icon.pink{background:linear-gradient(135deg,#be185d,#ec4899);box-shadow:0 15px 35px #be185d4d}.about-features .features-grid .feature-card .feature-icon:hover{transform:scale(1.2) rotate(10deg)}.about-features .features-grid .feature-card .feature-icon .icon{width:2.25rem;height:2.25rem;color:#fff}.about-features .features-grid .feature-card h3{font-size:1.875rem;font-weight:900;color:#1e1b4b;margin-bottom:1.5rem}.about-features .features-grid .feature-card p{color:#1e1b4bd9;line-height:1.9;font-size:1.15rem}.cta{width:100%;padding:10rem 2rem;background:linear-gradient(135deg,#be185d,#be185d,#1e1b4b);color:#fff;clip-path:polygon(0 20%,100% 0,100% 100%,0 100%)}.cta .cta-content{width:100%;max-width:900px;margin:0 auto;text-align:center}.cta .cta-content h2{font-size:clamp(3rem,6vw,5rem);font-weight:900;margin-bottom:2.5rem;filter:drop-shadow(0 35px 35px rgba(0,0,0,.4))}.cta .cta-content .cta-button{display:inline-flex;align-items:center;padding:1.5rem 4rem;background:#fff;color:#be185d;font-weight:900;font-size:1.375rem;border-radius:50px;box-shadow:0 25px 50px -12px #0003;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.cta .cta-content .cta-button svg{width:1.5rem;height:1.5rem;margin-left:1.25rem}.cta .cta-content .cta-button:hover{transform:translateY(-12px) scale(1.05);box-shadow:0 60px 120px #00000080;background:#fef3c7}.footer{width:100%;background:#fff;border-top:2px solid rgba(190,24,93,.4);padding:4rem 2rem 2rem}.footer .footer-content{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer .footer-content .footer-brand{display:flex;align-items:center;gap:1.5rem}.footer .footer-content .footer-brand .logo{width:4rem;height:4rem;background:linear-gradient(135deg,#be185d 0% 50%,#eab308);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.5rem;box-shadow:0 25px 50px -12px #0003}.footer .footer-content .footer-brand span{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#1e1b4b,#be185d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-content .footer-bottom{color:#1e1b4b99;font-size:1.1rem;font-weight:500;padding:2rem;background:#be185d0d;border-radius:1.5rem;border:1px solid rgba(190,24,93,.2)}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.03)}}@media(max-width:1024px){.nav{padding:1.25rem 1.5rem}.about-hero{padding:8rem 1.5rem 5rem}}@media(max-width:768px){.header .nav .nav-links{display:none}.header .nav .mobile-menu{display:block}.about-hero{padding:7rem 1rem 4rem}.about-hero .hero-content{gap:3rem}.about-features{padding:6rem 1rem 4rem}.cta{padding:7rem 1rem}.footer{padding:3rem 1rem 2rem}}@media(max-width:480px){.about-hero h1{font-size:3rem}.features-grid{grid-template-columns:1fr;gap:2rem}}
