@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";
:root{--bg-color:#0d1b2a;--primary-color:#10b981;--primary-glow:#10b98166;--secondary-color:#3b82f6;--accent-orange:#f59e0b;--text-color:#fff;--text-muted:#ffffffb3;--white:#fff;--font-main:"Outfit", sans-serif;--transition:all .4s cubic-bezier(.16, 1, .3, 1);--nav-height:80px;--nav-height-mobile:80px;--glass-bg:#ffffff26;--glass-border:#fff3;--glass-shadow:0 8px 32px 0 #0000000a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}body>main{padding-top:var(--nav-height)}@media (max-width:768px){body>main{padding-top:var(--nav-height-mobile)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:1s ease-out fadeIn}.hero-visual{animation:1s ease-out .3s backwards fadeIn}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}header{z-index:2000;-webkit-backdrop-filter:blur(24px)saturate(180%);background:#0f172a40;border-bottom:1px solid #ffffff14;align-items:center;width:100%;height:80px;padding:0;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border .4s;display:flex;position:fixed;top:0;left:0}header.header-scrolled{-webkit-backdrop-filter:blur(28px)saturate(200%);background:#0f172a73;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 24px #00000026,inset 0 1px #ffffff0f}header.header-transparent{-webkit-backdrop-filter:blur(16px)saturate(160%);box-shadow:none;background:#0f172a14;border-bottom:1px solid #ffffff0d}header.nav-hidden{transform:translateY(-100%)}header .nav-links a{letter-spacing:.01em;text-shadow:0 1px 4px #00000080,0 0 12px #0000004d;font-size:.92rem;font-weight:600;transition:all .25s;position:relative;color:#ffffffeb!important}header .nav-links a:after{content:"";background:var(--primary-color);width:0;height:2px;box-shadow:0 0 8px var(--primary-color);border-radius:2px;transition:width .3s;position:absolute;bottom:-3px;left:0}header .nav-links a:hover{text-shadow:0 0 16px #fff9,0 1px 4px #00000080;color:#fff!important}header .nav-links a:hover:after{width:100%}header .hamburger span{box-shadow:0 1px 3px #0000004d;background:#ffffffe6!important}header .logo img{filter:drop-shadow(0 2px 10px #00000059);transition:filter .3s}header .logo img:hover{filter:drop-shadow(0 2px 16px #00000080)}.sidebar-overlay{-webkit-backdrop-filter:blur(8px);z-index:1999;opacity:0;visibility:hidden;background:#000000a6;width:100%;height:100%;transition:opacity .4s,visibility .4s;position:fixed;top:0;left:0}.mobile-sidebar{z-index:2000;background:linear-gradient(160deg,#0a1628 0%,#0d1b2a 50%,#080e1a 100%);border-left:1px solid #b8955a33;flex-direction:column;width:min(320px,90vw);height:100dvh;padding:0;transition:right .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-110%;overflow:hidden auto;box-shadow:-20px 0 60px #000000b3,-1px 0 #b8955a1a}.mobile-sidebar:before{content:"";pointer-events:none;background:radial-gradient(circle,#b8955a1f 0%,#0000 65%);border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.mobile-sidebar:after{content:"";pointer-events:none;background:radial-gradient(circle,#b8955a12 0%,#0000 65%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:60px;left:-60px}.sidebar-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.sidebar-logo img{filter:drop-shadow(0 2px 8px #b8955a4d);width:auto;height:52px}.close-sidebar{cursor:pointer;color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;line-height:1;transition:background .25s,color .25s,border-color .25s;display:flex}.close-sidebar:hover{color:#d4af37;background:#b8955a26;border-color:#b8955a66}.sidebar-links{flex-direction:column;flex:1;gap:0;margin:0;padding:.75rem 1rem;list-style:none;display:flex}.sidebar-links>li{border-radius:14px;overflow:hidden}.sidebar-links li a,.sidebar-links li>div>span,.sidebar-links li>div>a{letter-spacing:.01em;border-radius:14px;padding:.85rem 1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:block;color:#ffffffd1!important}.sidebar-links li a:hover,.sidebar-links li>div>span:hover,.sidebar-links li>div>a:hover{background:#b8955a1a;padding-left:1.3rem;color:#e8c97a!important}.sidebar-links li a.active,.sidebar-links li>div>a.active{color:#d4af37!important}.sidebar-links li>div{cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;padding:.85rem 1rem;transition:background .2s;display:flex}.sidebar-links li>div:hover{background:#b8955a14}.sidebar-links li>div>span:first-child{color:#ffffffd1;padding:0;font-size:1.05rem;font-weight:600;transition:color .2s;display:block}.sidebar-links li>div:hover>span:first-child{color:#e8c97a}.mobile-accordion-content a{letter-spacing:0;position:relative;color:#ffffff8c!important;border-radius:10px!important;padding:.6rem 1rem .6rem 1.5rem!important;font-size:.95rem!important;font-weight:500!important}.mobile-accordion-content a:before{content:"›";opacity:.4;font-size:1.1rem;line-height:1.4;position:absolute;left:.6rem}.mobile-accordion-content a:hover{color:#d4af37!important;background:#b8955a14!important;padding-left:1.7rem!important}.mobile-accordion-content a:hover:before{opacity:1;color:#d4af37}.chevron{color:#ffffff59;flex-shrink:0;font-size:.7rem;transition:transform .3s,color .2s}.chevron.open{color:#d4af37;transform:rotate(180deg)}.sidebar-actions{border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:.75rem;margin-top:auto;padding:1rem 1.5rem 2rem;display:flex}@media (max-width:992px){.nav-links,.nav-actions{display:none}.hamburger{display:flex}}nav{justify-content:space-between;align-items:center;display:flex}.logo img{width:auto;height:clamp(60px,10vw,100px);display:block}.nav-links{gap:2rem;display:flex}.nav-links a:hover{color:var(--primary-color)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.btn-login{font-weight:600}.btn-register{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color);border-radius:50px;padding:.8rem 1.5rem;font-weight:700;box-shadow:0 4px 15px #a2d1491a}.btn-register:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}.dark-theme-nav .nav-links a,.dark-theme-nav .nav-actions a{color:#fffffff2}.dark-theme-nav .hamburger span{background:#ffffffe6}.hero{min-height:calc(100vh - var(--nav-height));grid-template-columns:repeat(auto-fit,minmax(min(100%,500px),1fr));align-items:center;gap:4rem;padding:2rem 0 4rem;display:grid;position:relative}.hero:before{content:"";background:radial-gradient(circle, var(--primary-glow) 0%, transparent 60%);z-index:-1;border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite alternate floatBlob;position:absolute;top:-20%;right:-10%}@keyframes floatBlob{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,50px)scale(1.1)}}.hero-content h1{color:var(--secondary-color);margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}.hero-content h1 span{color:var(--primary-color);display:inline-block;position:relative}.hero-content h1 span:after{content:"";background:var(--primary-color);border-radius:2px;width:100%;height:4px;position:absolute;bottom:5px;left:0}.hero-content p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.15rem)}.btn-get-started{background:var(--primary-color);color:var(--white);border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;display:inline-block;box-shadow:0 10px 20px #a2d14933}.btn-get-started:hover{background:var(--secondary-color);transform:translateY(-3px);box-shadow:0 10px 25px #a2d14966}.hero-visual{justify-content:center;width:100%;display:flex;position:relative}.image-mask{aspect-ratio:6/7;border:8px solid var(--white);-webkit-mask-image:-webkit-radial-gradient(#fff,#000);isolation:isolate;background:#f0f7e6;border-top-left-radius:300px;border-bottom-right-radius:300px;border-bottom-left-radius:300px;width:min(600px,100%);position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 20px 40px #0000000d;mask-image:radial-gradient(#fff,#000)}.image-mask img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.floating-element{background:var(--primary-color);width:60px;height:60px;color:var(--white);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;bottom:10%;right:5%;box-shadow:0 5px 15px #a2d1494d}.floating-element:hover{transform:scale(1.1)rotate(45deg)}.about{text-align:center;justify-content:center;align-items:center;min-height:50vh;padding:0;display:flex}.about-content{width:100%;max-width:800px;margin:0 auto}.card-icon{background:#a2d1491a;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1.2rem;display:flex}.card-text{flex-direction:column;display:flex}.card-title{color:var(--text-color);font-size:.9rem;font-weight:700}.card-subtitle{color:var(--primary-color);font-size:.8rem}.about-content h2{color:var(--text-color);margin-bottom:2rem;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.about-content h2 span{color:var(--primary-color);display:inline-block;position:relative}.about-content h2 span:after{content:"";background:var(--primary-color);border-radius:2px;width:100%;height:3px;position:absolute;bottom:5px;left:0}.about-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.pilares{text-align:left;flex-direction:column;align-items:flex-start;width:fit-content;margin:2rem auto;display:flex}.pilares li{color:var(--text-color);margin-bottom:.8rem;padding-left:1.5rem;font-size:1.1rem;position:relative}.pilares li:before{content:"â€¢";color:var(--primary-color);width:1rem;margin-left:-1.5rem;font-weight:700;display:inline-block}.pilares li strong{color:var(--primary-color)}.premium-acronyms{padding:8rem 0;overflow:hidden}.acronyms-interactive-wrapper{justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex;position:relative}.col-npi{z-index:2;flex-direction:column;gap:3rem;display:flex;position:relative}.acro-item{cursor:pointer;align-items:center;gap:1.5rem;display:flex}.acro-bubble{width:80px;height:80px;color:var(--primary-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:inset 0 0 20px #a2d14933,0 10px 20px #0000000d}.acro-item:hover .acro-bubble{background:var(--bg-color);transform:scale(1.15);box-shadow:inset 0 0 20px #a2d14900,0 0 40px #a2d14999}.acro-text{color:var(--text-color);opacity:.5;font-size:1.4rem;font-weight:600;transition:all .4s ease-out;transform:translate(-10px)}.acro-item:hover .acro-text{opacity:1;color:var(--primary-color);transform:translate(0)}.col-connections{flex-grow:1;align-items:center;min-width:150px;max-width:250px;display:flex}.energy-lines{filter:drop-shadow(0 0 8px #5dbce980);width:100%;height:300px}.energy-path{fill:none;stroke:url(#line-glow);stroke-width:4px;stroke-linecap:round;stroke-dasharray:15 15;opacity:.6;transition:opacity .3s;animation:30s linear infinite flowLines}.premium-acronyms:hover .energy-path{opacity:1;animation:15s linear infinite flowLines}@keyframes flowLines{to{stroke-dashoffset:-1000px}}.col-meb{z-index:2;position:relative}.meb-stack{flex-direction:column;align-items:center;gap:.5rem;display:flex}.meb-stack span{color:var(--secondary-color);text-shadow:0 5px 15px #5dbce94d;font-size:4.5rem;font-weight:900;line-height:1;transition:transform .3s}.meb-stack:hover span{text-shadow:0 0 30px #5dbce9cc;transform:scale(1.1)}.col-result{z-index:2;margin-left:2rem;position:relative}.result-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #fff9;border-radius:20px;padding:2rem 2.5rem;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.result-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 50px #5dbce933}.result-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#5dbce926 0%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.result-card:hover .result-glow{opacity:1}.result-card h4{color:var(--secondary-color);z-index:2;margin:0;font-size:1.8rem;line-height:1.3;position:relative}@media (max-width:992px){.acronyms-interactive-wrapper{flex-direction:column;gap:3rem}.col-connections{display:none}.meb-stack{flex-direction:row;gap:1rem}.col-result{text-align:center;margin-left:0}}.nosotros-hero{align-items:center;min-height:80vh;padding:8rem 0;display:flex}.nosotros-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.nosotros-visual{justify-content:center;align-items:center;display:flex;position:relative}.nosotros-logo-wrapper{width:100%;max-width:450px;animation:1.2s ease-out backwards fadeIn;position:relative}.glowing-logo{z-index:2;filter:drop-shadow(0 20px 40px #5dbce966)drop-shadow(0 0 60px #a2d1494d);width:100%;height:auto;animation:6s ease-in-out infinite floatLogo;position:relative}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.decorative-blob{z-index:1;background:radial-gradient(circle,#a2d1491f 0%,#5dbce914 50%,#0000 70%);border-radius:50%;width:130%;height:130%;animation:8s infinite alternate pulseBlob;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseBlob{0%{opacity:.5;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.nosotros-content{flex-direction:column;gap:1.5rem;display:flex}.nosotros-title{color:var(--text-color);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1;animation:1s ease-out .2s backwards fadeIn}.nosotros-title span{color:var(--secondary-color);position:relative}.animate-text-1{color:var(--text-color);font-size:1.25rem;font-weight:600;line-height:1.6;animation:1s ease-out .4s backwards fadeIn}.animate-text-2{color:var(--text-muted);font-size:1.1rem;line-height:1.7;animation:1s ease-out .6s backwards fadeIn}.highlight-text.animate-text-3{color:var(--primary-color);border-left:4px solid var(--primary-color);background:#a2d1490d;border-radius:0 12px 12px 0;margin-top:1rem;padding:1.5rem;font-size:1.2rem;font-weight:600;animation:1s ease-out .8s backwards fadeIn}.founder-section{margin-bottom:4rem;padding:6rem 0}.founder-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.founder-visual{justify-content:center;align-items:center;display:flex;position:relative}.founder-image-wrapper{width:100%;max-width:400px;animation:1.5s ease-out backwards fadeIn;position:relative}.founder-img{object-fit:cover;z-index:2;width:100%;height:auto;transition:var(--transition);border-radius:200px 200px 20px 20px;position:relative;box-shadow:0 20px 40px #0000001a}.founder-image-wrapper:hover .founder-img{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 50px #a2d14933}.founder-accent{border:3px solid var(--primary-color);z-index:1;opacity:.3;transition:var(--transition);border-radius:200px 200px 20px 20px;position:absolute;inset:20px 20px -20px -20px}.founder-image-wrapper:hover .founder-accent{opacity:.6;transform:translate(15px,15px)}.founder-content{flex-direction:column;gap:1.5rem;display:flex}.founder-badge{color:var(--secondary-color);letter-spacing:2px;text-transform:uppercase;background:#5dbce91a;border-radius:50px;width:fit-content;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700;animation:1s ease-out backwards fadeIn;display:inline-block}.founder-name{color:var(--text-color);margin-bottom:.5rem;font-size:clamp(2.2rem,4vw,3rem);line-height:1.2;animation:1s ease-out .2s backwards fadeIn}.founder-bio{color:var(--text-muted);font-size:1.25rem;line-height:1.7;animation:1s ease-out .4s backwards fadeIn}.credentials-section{padding:6rem 0}.credentials-main-title{color:var(--text-color);text-align:center;margin-bottom:4rem;font-size:clamp(2.2rem,4vw,3rem)}.credentials-main-title span{color:var(--primary-color)}.credentials-block{flex-direction:column;align-items:center;gap:0;max-width:700px;margin:0 auto 4rem;display:flex}.credential-item{text-align:center;width:100%;animation:1s ease-out backwards fadeIn}.credential-title-bar{color:#fff;letter-spacing:1.2px;text-transform:uppercase;text-align:center;background:#8edc00;border-radius:50px;width:fit-content;min-width:65%;margin:0 auto;padding:.9rem 2.2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 0 20px #8edc0066,0 4px 10px #0000001a}.credential-item:hover .credential-title-bar{background:#9cf500;transform:scale(1.04);box-shadow:0 0 35px #8edc0099,0 8px 15px #00000026}.credential-logo-space{justify-content:center;align-items:center;min-height:100px;padding:2rem 1rem;display:flex}.credential-logo-space img{object-fit:contain;width:auto;max-height:80px;transition:var(--transition)}.credential-logo-space img:hover{transform:scale(1.05)}.logo-placeholder{color:var(--text-muted);opacity:.6;border:2px dashed #a2d149;border-radius:12px;padding:1.5rem 3rem;font-size:.9rem;display:inline-block}@media (max-width:768px){.credential-title-bar{min-width:90%;padding:.6rem 1.5rem;font-size:.85rem}.credential-logo-space{min-height:70px;padding:1.5rem .5rem}}.slogan-section{background:linear-gradient(#0000 0%,#5dbce90d 50%,#a2d1491a 100%);justify-content:center;align-items:center;min-height:500px;margin-top:4rem;padding:8rem 0;display:flex;position:relative;overflow:hidden}.slogan-container{z-index:2;text-align:center;width:100%;position:relative}.tecnica-bio-logo{margin-bottom:3rem;animation:1.5s ease-out backwards fadeIn}.tecnica-bio-logo img{filter:drop-shadow(0 10px 20px #0000000d);width:100%;max-width:600px;height:auto;transition:var(--transition)}.tecnica-bio-logo img:hover{transform:translateY(-5px)}.tecnica-cards-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:2rem auto 4rem;padding:0 1rem;display:grid}.tecnica-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;transition:var(--transition);background:#fff6;border:1px solid #fff6;border-radius:20px;padding:2.5rem 1.5rem;animation:1.5s ease-out backwards fadeIn;box-shadow:0 10px 30px #0000000d}.tecnica-card:hover{background:#fff9;transform:translateY(-8px);box-shadow:0 20px 40px #a2d14926}.card-icon{margin-bottom:1rem;font-size:3rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.tecnica-card:hover .card-icon{transform:scale(1.2)translateY(-5px)}.card-title{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem}.card-desc{color:var(--text-muted);transition:var(--transition);font-size:1rem;line-height:1.5}.slogan-label{color:var(--primary-color);letter-spacing:4px;text-transform:uppercase;background:#a2d14926;border-radius:50px;margin-bottom:2rem;padding:.8rem 2rem;font-size:1.3rem;font-weight:700;animation:1.5s ease-out .2s backwards fadeIn;display:inline-block}.main-slogan{color:var(--text-color);text-shadow:0 10px 30px #0000000d;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;animation:1.5s ease-out fadeIn,4s ease-in-out infinite alternate heartbeat}.main-slogan span{color:var(--primary-color);display:inline-block}@keyframes heartbeat{0%{transform:scale(1)}to{transform:scale(1.02)}}.floating-element{z-index:1;pointer-events:none;opacity:.8;position:absolute}.floating-element svg{width:100%;height:100%}.cell-1{width:250px;height:250px;animation:12s ease-in-out infinite alternate floatSlow,40s linear infinite spinSlow;top:-50px;left:-50px}.cell-2{width:200px;height:200px;animation:15s ease-in-out infinite alternate-reverse floatSlow,35s linear infinite reverse spinSlow;bottom:-50px;right:-20px}.food-1,.food-2,.food-3,.food-4{filter:drop-shadow(0 10px 15px #0000001a);font-size:3rem}.food-1{animation:6s ease-in-out infinite alternate foodMotion1;top:15%;left:10%}.food-2{font-size:4rem;animation:7s ease-in-out infinite alternate foodMotion2;top:5%;right:15%}.food-3{font-size:3.5rem;animation:8s ease-in-out infinite alternate-reverse foodMotion1;bottom:15%;left:15%}.food-4{animation:5s ease-in-out infinite alternate-reverse foodMotion2;bottom:25%;right:10%}@keyframes floatSlow{0%{transform:translate(0)}to{transform:translate(30px,-40px)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes foodMotion1{0%{transform:translateY(0)rotate(-10deg)}to{transform:translateY(-20px)rotate(15deg)}}@keyframes foodMotion2{0%{transform:translateY(0)rotate(10deg)}to{transform:translateY(25px)rotate(-5deg)}}@media (max-width:992px){.nav-links,.nav-actions{display:none}.about{padding:5rem 0}.hero,.nosotros-hero{grid-template-columns:1fr;align-items:flex-start;padding-top:14rem}.hero-content{margin-top:2rem}.acronyms-grid{grid-template-columns:1fr;gap:4rem}.npi-group{text-align:center;align-items:center}.acronym-item{flex-direction:column;gap:.5rem}.acronym-item:hover{transform:translateY(-10px)translate(0)}.connector-container{display:none}.meb-group{flex-direction:column;justify-content:center;gap:2rem;height:auto}.meb-letters{flex-direction:row;justify-content:center;gap:2rem;width:100%;height:auto}.meb-group:hover .meb-letters .letter{transform:scale(1.1)translateY(-10px)translate(0)}.meb-result{text-align:center}.meb-group:hover .result-text{transform:scale(1.05)translateY(-5px)translate(0)}.nosotros-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.nosotros-logo-wrapper{max-width:300px}.highlight-text.animate-text-3{text-align:left}.founder-grid{text-align:center;grid-template-columns:1fr;gap:4rem}.founder-badge{margin:0 auto}}@media (max-width:480px){.container{padding:0 1.5rem}.hero-content h1{font-size:clamp(2rem,10vw,2.5rem)}.logo img{height:45px}.acronym-item .letter{font-size:4rem}.meb-letters .letter{font-size:3rem}.slogan-section{padding:6rem 0}.food-1,.food-2,.food-3,.food-4{font-size:2rem}.cell-1,.cell-2{width:150px;height:150px}}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;display:none}.hamburger span{background:var(--text-color);width:30px;height:3px;transition:var(--transition);border-radius:2px}.hamburger.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-sidebar{background:var(--bg-color);z-index:2000;width:300px;height:100vh;transition:var(--transition);flex-direction:column;gap:2rem;padding:2rem;display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.mobile-sidebar.active{right:0}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sidebar-logo img{width:auto;height:60px}.close-sidebar{cursor:pointer;color:var(--text-color);font-size:2.5rem;line-height:1}.sidebar-links{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.sidebar-links li a{color:var(--text-color);padding:.5rem 0;font-size:1.25rem;font-weight:600;display:block}.sidebar-links li a.active{color:var(--primary-color)}.sidebar-actions{flex-direction:column;gap:1rem;margin-top:auto;padding-bottom:2rem;display:flex}.sidebar-actions .btn-login,.sidebar-actions .btn-register{text-align:center;width:100%;display:block}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;width:100%;height:100%;transition:var(--transition);background:#0006;position:fixed;top:0;left:0}.sidebar-overlay.active{opacity:1;visibility:visible}@media (max-width:992px){.nav-links,.nav-actions{display:none}.hamburger{display:flex}}.interconecta-hero{text-align:center;flex-direction:column;align-items:center;padding:6rem 0 4rem;display:flex}.hero-image-wrapper{width:100%;max-width:800px;margin-bottom:2rem}.hero-image-main{object-fit:contain;border-radius:12px;width:100%;height:auto}.hero-text-content p{color:var(--primary-color);max-width:800px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:500;line-height:1.6}.manifiesto-section{padding:4rem 0 6rem}.manifiesto-section .section-title{color:var(--text-color);margin-bottom:3.5rem;font-size:clamp(2rem,5vw,2.5rem)}.manifiesto-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.manifiesto-card{text-align:center;cursor:default;background:#fff;border:1px solid #0000000a;border-radius:20px;padding:3rem 2rem;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.manifiesto-card:before{content:"";opacity:0;z-index:1;transition:opacity .4s;position:absolute;inset:0}.card-1:before{background:linear-gradient(135deg,#5dbce91a,#0000)}.card-2:before{background:linear-gradient(135deg,#a2d1491a,#0000)}.card-3:before{background:linear-gradient(135deg,#f28d351a,#0000)}.manifiesto-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.manifiesto-card:hover:before{opacity:1}.card-number{background:var(--bg-color);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;font-weight:800;display:flex;position:relative;box-shadow:inset 0 4px 10px #0000000d}.card-1 .card-number{color:var(--secondary-color);border:2px solid var(--secondary-color)}.card-2 .card-number{color:var(--primary-color);border:2px solid var(--primary-color)}.card-3 .card-number{color:#f28d35;border:2px solid #f28d35}.card-title{color:var(--text-color);z-index:2;font-size:1.3rem;font-weight:600;line-height:1.4;position:relative}.card-title span{margin-top:.5rem;font-size:1.8rem;font-weight:800;display:block}.card-1 .card-title span{color:var(--secondary-color)}.card-2 .card-title span{color:var(--primary-color)}.card-3 .card-title span{color:#f28d35}.estrategia-banner{background:var(--secondary-color);padding:5rem 0;position:relative;overflow:hidden}.estrategia-banner:before{content:"";background:radial-gradient(circle,#fff3 0%,#0000 60%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-10%}.estrategia-banner:after{content:"";background:radial-gradient(circle,#ffffff26 0%,#0000 60%);border-radius:50%;width:200px;height:200px;position:absolute;bottom:-50%;left:-5%}.estrategia-text{z-index:2;color:#fff;max-width:900px;margin:0 auto;font-size:clamp(1.4rem,3.5vw,2.2rem);font-style:italic;font-weight:700;line-height:1.4;position:relative}.site-footer{color:#fff;font-family:var(--font-main,"Outfit", sans-serif);background:linear-gradient(135deg,#122b1a 0%,#0d1e12 100%);border-top:2px solid #a2d14933;padding:5rem 0 2rem;position:relative;overflow:hidden}.site-footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#a2d1491a 0%,#0000 60%);width:300px;height:300px;position:absolute;top:-50px;right:-50px}.footer-grid{z-index:2;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:4rem;display:grid;position:relative}.footer-logo img{height:60px;margin-bottom:1.5rem;display:block}.footer-desc{color:#ffffffb3;max-width:320px;font-size:.95rem;line-height:1.6}.footer-col-links h4,.footer-col-social h4{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.8rem;font-size:1.1rem;font-weight:700;display:inline-block;position:relative}.footer-col-links h4:after,.footer-col-social h4:after{content:"";background:var(--primary-color,#a2d149);border-radius:2px;width:30px;height:2px;position:absolute;bottom:-8px;left:0}.footer-col-links ul{margin:0;padding:0;list-style:none}.footer-col-links ul li{margin-bottom:1rem}.footer-col-links ul li a{color:#ffffffb3;align-items:center;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.footer-col-links ul li a:before{content:"→";width:0;color:var(--primary-color,#a2d149);opacity:0;margin-right:0;transition:all .3s;overflow:hidden;transform:translate(-10px)}.footer-col-links ul li a:hover{color:#fff;transform:translate(5px)}.footer-col-links ul li a:hover:before{opacity:1;width:20px;margin-right:8px;transform:translate(0)}.social-grid{flex-wrap:wrap;gap:1rem;display:flex}.social-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.social-btn:hover{background:var(--primary-color,#a2d149);border-color:var(--primary-color,#a2d149);transform:translateY(-4px);box-shadow:0 10px 20px #a2d1494d}.footer-bottom{text-align:center;color:#ffffff80;z-index:2;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem;position:relative}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:580px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-col-logo{flex-direction:column;align-items:center;display:flex}.footer-logo img{margin:0 auto 1.5rem}.footer-desc{margin:0 auto}.footer-col-links h4:after,.footer-col-social h4:after{left:50%;transform:translate(-50%)}.footer-col-links ul li a,.social-grid{justify-content:center}}.btn-nav-book{text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#059669,#10b981,#34d399,#10b981,#059669) 0 0/300%;border-radius:50px;justify-content:center;align-items:center;height:42px;padding:0 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:3s linear infinite nav-shimmer,2s ease-in-out infinite nav-pulse;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #10b98166;color:#fff!important}.btn-nav-book:hover{background-position:100%;transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.btn-text-default,.btn-text-hover{white-space:nowrap;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s}.btn-text-hover{opacity:0;position:absolute;transform:translateY(20px)}.btn-nav-book:hover .btn-text-default{opacity:0;transform:translateY(-20px)}.btn-nav-book:hover .btn-text-hover{opacity:1;transform:translateY(0)}@keyframes nav-shimmer{0%{background-position:0%}to{background-position:300%}}@keyframes nav-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1024px) and (min-width:769px){.nav-actions .btn-nav-book{display:none}}@media (max-width:768px){.nav-actions .btn-nav-book{display:none}.sidebar-actions .btn-nav-book{width:100%;height:50px;margin-top:2rem;font-size:1rem}}.hp-reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(36px)}.hp-revealed{opacity:1;transform:translateY(0)}.hp-canvas{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hp-hero{background:linear-gradient(135deg,#0d1b2a 0%,#071a12 45%,#0d1b2a 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hp-glow{pointer-events:none;filter:blur(90px);z-index:0;border-radius:50%;position:absolute}.hp-glow-1{background:#10b98124;width:650px;height:650px;animation:9s ease-in-out infinite hpGlow;top:-180px;right:-80px}.hp-glow-2{background:#3b82f61f;width:450px;height:450px;animation:11s ease-in-out infinite reverse hpGlow;bottom:-120px;left:-80px}.hp-glow-3{background:#a855f71a;width:320px;height:320px;animation:13s ease-in-out infinite hpGlow3;top:50%;left:50%}@keyframes hpGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}@keyframes hpGlow3{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.85;transform:translate(-50%,-50%)scale(1.35)}}.hp-hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem 2rem 4rem;display:grid;position:relative}.hp-badge{color:#10b981;letter-spacing:2px;text-transform:uppercase;background:#10b9811f;border:1px solid #10b9814d;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.45rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-flex}.hp-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite dotBlink}@keyframes dotBlink{0%,to{opacity:1;box-shadow:0 0 #10b98199}50%{opacity:.6;box-shadow:0 0 0 5px #10b98100}}.hp-h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.4rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;line-height:1.1}.hp-green{background:linear-gradient(90deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-blue{background:linear-gradient(90deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hp-tagline{color:#ffffffad;max-width:500px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.hp-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50px;align-items:center;gap:.55rem;padding:.9rem 2rem;font-size:.98rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;animation:3s ease-in-out infinite btnPulse;display:inline-flex;box-shadow:0 8px 28px #10b98166}.hp-btn-primary:hover{color:#fff;transform:translateY(-3px);box-shadow:0 14px 38px #10b9818c}.hp-btn-primary svg{transition:transform .25s}.hp-btn-primary:hover svg{transform:translate(4px)}@keyframes btnPulse{0%,to{box-shadow:0 8px 28px #10b98166,0 0 #10b98140}50%{box-shadow:0 8px 28px #10b98166,0 0 0 12px #10b98100}}.hp-btn-lg{padding:1.1rem 2.6rem;font-size:1.05rem}.hp-btn-ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff2e;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .25s,border-color .25s;display:inline-flex}.hp-btn-ghost:hover{color:#fff;background:#ffffff21;border-color:#ffffff59}.hp-trust{color:#ffffffa6;align-items:center;gap:1rem;font-size:.88rem;display:flex}.hp-trust strong{color:#fff}.hp-avatars{display:flex}.hp-avatar{background:#ffffff14;border:2px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-8px;font-size:1.1rem;display:flex}.hp-avatars .hp-avatar:first-child{margin-left:0}.hp-hero-visual{justify-content:center;align-items:center;height:520px;display:flex;position:relative}.hp-ring{border-radius:50%;animation:linear infinite spinRing;position:absolute}.hp-ring-1{border:2px solid #10b98159;width:400px;height:400px;animation-duration:18s;animation-direction:normal}.hp-ring-2{border:1.5px dashed #3b82f64d;width:470px;height:470px;animation-duration:26s;animation-direction:reverse}.hp-ring-3{border:1.5px dotted #a855f740;width:540px;height:540px;animation-duration:34s;animation-direction:normal}.hp-ring-4{border:1px solid #f59e0b33;width:610px;height:610px;animation-duration:44s;animation-direction:reverse}.hp-ring-5{border:1px dashed #ffffff14;width:680px;height:680px;animation-duration:60s;animation-direction:normal}@keyframes spinRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hp-portrait-outer{z-index:2;background:linear-gradient(160deg,#10b981 0%,#3b82f6 55%,#a855f7 100%);border-radius:50%;width:360px;height:360px;padding:4px;animation:6s ease-in-out infinite portraitFloat;position:relative;box-shadow:0 0 50px #10b98180,0 0 100px #10b98133,0 30px 60px #0009}@keyframes portraitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hp-portrait{background:#071a12;border-radius:50%;width:100%;height:100%;overflow:hidden}.hp-portrait img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.hp-fbadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:3;background:#0d1b2ad9;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:.6rem;padding:.7rem 1rem;animation:4s ease-in-out infinite floatBadge;display:flex;position:absolute;box-shadow:0 8px 32px #0006}.hp-fbadge span{font-size:1.4rem}.hp-fbadge div{flex-direction:column;display:flex}.hp-fbadge strong{color:#fff;font-size:.88rem;line-height:1.2}.hp-fbadge small{color:#ffffff80;font-size:.72rem}.hp-fb-tr{animation-delay:0s;top:60px;right:-10px}.hp-fb-bl{animation-duration:5s;animation-delay:1.2s;bottom:80px;left:-20px}.hp-fb-r{animation-duration:4.5s;animation-delay:.6s;top:50%;right:-30px;transform:translateY(-50%)}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hp-fb-r{animation-name:floatBadgeR}@keyframes floatBadgeR{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 10px))}}.hp-scroll-hint{z-index:3;color:#fff6;letter-spacing:1.5px;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hp-scroll-mouse{border:2px solid #ffffff40;border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:6px;display:flex}.hp-scroll-wheel{background:#fff6;border-radius:2px;width:4px;height:8px;animation:1.8s ease-in-out infinite scrollWheel}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(14px)}}.hp-stats{background:#ffffff08;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:4rem 0}.hp-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.hp-stat-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;transition:transform .3s,box-shadow .3s;display:flex}.hp-stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.hp-stat-icon{font-size:1.8rem}.hp-stat-num{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1}.hp-stat-lbl{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.hp-about{padding:6rem 2rem 2rem}.hp-sec-hdr{text-align:center;max-width:720px;margin:0 auto 3rem}.hp-sec-tag{color:#10b981;letter-spacing:3px;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98140;border-radius:999px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-block}.hp-sec-title{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.hp-sec-title span{color:#10b981}.hp-sec-sub{color:#fff9;font-size:1rem;line-height:1.75}.hp-acro-section{padding:2rem 2rem 6rem}.hp-acro-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.hp-acro-npi{flex-direction:column;gap:2.5rem;display:flex}.hp-acro-item{cursor:pointer;align-items:center;gap:1.5rem;transition:transform .3s;display:flex}.hp-acro-item:hover{transform:translate(8px)}.hp-acro-bubble{width:72px;height:72px;color:var(--ac,#10b981);border:2px solid var(--ac,#10b981);box-shadow:0 0 20px color-mix(in srgb, var(--ac,#10b981) 30%, transparent);background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:900;transition:transform .3s,box-shadow .3s;display:flex}.hp-acro-item:hover .hp-acro-bubble{box-shadow:0 0 40px color-mix(in srgb, var(--ac,#10b981) 60%, transparent);transform:scale(1.12)}.hp-acro-info{flex-direction:column;gap:.25rem;display:flex}.hp-acro-info strong{color:#fff;font-size:1.2rem;font-weight:700}.hp-acro-info span{color:#ffffff80;max-width:260px;font-size:.88rem;line-height:1.4}.hp-acro-center{flex-direction:column;align-items:center;gap:1rem;display:flex}.hp-acro-orbit{justify-content:center;align-items:center;width:200px;height:200px;display:flex;position:relative}.hp-meb{z-index:2;gap:.2rem;font-size:3.5rem;font-weight:900;line-height:1;display:flex;position:relative}.meb-m{color:#10b981;text-shadow:0 0 30px #10b98199}.meb-e{color:#3b82f6;text-shadow:0 0 30px #3b82f699}.meb-b{color:#a855f7;text-shadow:0 0 30px #a855f799}.hp-orb-ring{border:1.5px dashed;border-radius:50%;animation:18s linear infinite spinRing;position:absolute}.hp-orb-ring.r1{border-color:#10b9814d;width:160px;height:160px}.hp-orb-ring.r2{border-color:#3b82f633;width:200px;height:200px;animation-duration:25s;animation-direction:reverse}.hp-acro-cap{color:#ffffff73;letter-spacing:1px;text-align:center;font-size:.82rem}.hp-pillars{background:linear-gradient(#0000,#10b9810a 50%,#0000);padding:6rem 0}.hp-pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.hp-pillar-card{cursor:pointer;animation-delay:var(--delay,0s);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem 2rem;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.hp-pillar-card:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0a,#0000);transition:opacity .35s;position:absolute;inset:0}.hp-pillar-card:hover{border-color:#10b98159;transform:translateY(-10px);box-shadow:0 30px 60px #0006}.hp-pillar-card:hover:before{opacity:1}.hp-pillar-icon-wrap{border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:1.5rem;font-size:1.8rem;display:flex;box-shadow:0 8px 24px #0000004d}.hp-pillar-title{color:#fff;margin-bottom:.8rem;font-size:1.15rem;font-weight:700}.hp-pillar-desc{color:#ffffff8c;margin-bottom:1.5rem;font-size:.92rem;line-height:1.7}.hp-pillar-arrow{color:#10b981;background:#ffffff12;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .25s,background .25s;display:flex}.hp-pillar-card:hover .hp-pillar-arrow{background:#10b98126;transform:translate(5px)}.hp-final-cta{text-align:center;padding:8rem 0;position:relative;overflow:hidden}.hp-fcta-bg{background:radial-gradient(70% 70%,#10b9811f 0%,#0000 70%),linear-gradient(135deg,#0d1b2a 0%,#071a12 50%,#0d1b2a 100%);position:absolute;inset:0}.hp-final-cta .container{z-index:2;position:relative}.hp-fcta-logo{filter:drop-shadow(0 4px 20px #10b9814d);height:80px;margin-bottom:2rem}.hp-fcta-title{color:#fff;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900}.hp-fcta-sub{color:#fff9;max-width:560px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.75}@media (max-width:1024px){.hp-hero-inner{grid-template-columns:1fr;gap:3rem}.hp-hero-text{text-align:center}.hp-badge,.hp-trust{margin-left:auto;margin-right:auto}.hp-ctas{justify-content:center}.hp-tagline{margin-left:auto;margin-right:auto}.hp-hero-visual{height:380px}.hp-ring-out{width:340px;height:340px}.hp-ring-in{width:260px;height:260px}.hp-portrait-outer{width:280px;height:280px}.hp-pillars-grid{grid-template-columns:1fr 1fr}.hp-acro-wrap{flex-direction:column;gap:2.5rem}}@media (max-width:768px){.hp-stats-grid{grid-template-columns:repeat(2,1fr)}.hp-pillars-grid{grid-template-columns:1fr}.hp-fb-tr,.hp-fb-bl,.hp-fb-r{display:none}}@media (max-width:480px){.hp-stats-grid{grid-template-columns:1fr 1fr}.hp-hero-visual{height:300px}.hp-ring-out{width:260px;height:260px}.hp-ring-in{width:200px;height:200px}.hp-portrait-outer{width:220px;height:220px}}.hp-bpm-section{padding:5rem 0 6rem;position:relative;overflow:hidden}.hp-bpm-section:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#10b9810f 0%,#0000 65%);position:absolute;inset:0}.hp-bpm-subtitle{letter-spacing:5px;text-transform:uppercase;margin-top:.5rem;color:#fff6!important;font-size:.9rem!important;font-weight:600!important}.hp-bpm-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.hp-bpm-card{cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:24px;flex-direction:column;align-items:center;gap:.6rem;padding:2.2rem 1.8rem 2rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.hp-bpm-card:after{content:"";background:radial-gradient(circle at 50% 0%, var(--bpm-glow,#10b98133) 0%, transparent 70%);opacity:0;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.hp-bpm-card:hover{border-color:var(--bpm-color,#10b981);box-shadow:0 20px 50px #0006, 0 0 0 1px var(--bpm-color,#10b981);transform:translateY(-10px)scale(1.03)}.hp-bpm-card:hover:after{opacity:1}.hp-bpm-desc{color:#ffffff8c;opacity:0;max-height:0;margin-top:0;font-size:.85rem;line-height:1.7;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s;overflow:hidden}.hp-bpm-card:hover .hp-bpm-desc{opacity:1;max-height:160px;margin-top:.4rem}.hp-bpm-line{border-radius:999px;width:40px;height:3px;margin-top:.8rem;transition:width .4s cubic-bezier(.34,1.56,.64,1)}.hp-bpm-card:hover .hp-bpm-line{width:80px}.hp-bpm-icon-wrap{justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.3rem;display:flex;position:relative}.hp-bpm-icon{z-index:2;font-size:2.4rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1);display:block;position:relative}.hp-bpm-card:hover .hp-bpm-icon{transform:scale(1.2)}.hp-bpm-icon-glow{background:var(--bpm-glow,#10b98140);filter:blur(16px);opacity:0;border-radius:50%;transition:opacity .35s;position:absolute;inset:0}.hp-bpm-card:hover .hp-bpm-icon-glow{opacity:1}.hp-bpm-label{letter-spacing:.04em;font-size:1.3rem;font-weight:900;line-height:1;transition:letter-spacing .3s}.hp-bpm-card:hover .hp-bpm-label{letter-spacing:.08em}.hp-bpm-sub{color:#fff6;font-size:.75rem;font-weight:500}@media (max-width:900px){.hp-bpm-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.hp-bpm-grid{grid-template-columns:1fr}.hp-bpm-desc{opacity:1;max-height:160px}}
