:root{--aero-bg-dark: #060B18;--aero-bg-cobalt: #0B132B;--aero-bg-surface: rgba(10, 20, 44, .92);--aero-color-white: #FFFFFF;--aero-color-muted: #E5E7EB;--aero-color-subtle: #CBD5E1;--aero-text-shadow-contrast: 0 1px 3px rgba(0, 0, 0, .85);--aero-chartreuse: #00E5FF;--aero-chartreuse-glow: rgba(0, 229, 255, .45);--aero-whatsapp: #25D366;--aero-whatsapp-glow: rgba(37, 211, 102, .45);--aero-border-glass: rgba(255, 255, 255, .22);--aero-font-condensed: "Montserrat", "Oswald", sans-serif;--aero-font-sans: "Roboto", "Poppins", system-ui, -apple-system, sans-serif}html,body,#root,.aero-app-root{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden;background-color:var(--aero-bg-dark);color:var(--aero-color-white);font-family:var(--aero-font-sans)}.aero-hero-section *{box-sizing:border-box;margin:0;padding:0}.aero-fixed-canvas-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden;background-color:var(--aero-bg-dark)}.aero-bg-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.95;filter:brightness(.96) contrast(1.08) saturate(1.1)}.aero-bg-overlay--global{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#060b18eb,#060b18b8 36%,#060b1826,#060b1840);z-index:1;pointer-events:none}.aero-canvas-loader{position:absolute;bottom:2rem;right:3.5rem;z-index:2;display:flex;align-items:center;gap:.5rem;background:var(--aero-bg-surface);border:1px solid var(--aero-border-glass);padding:.4rem .85rem;border-radius:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aero-sections-wrapper{position:relative;z-index:5;width:100%}.aero-hero-section{position:relative;width:100%;max-width:100%;min-height:100vh;margin:0;background:transparent;color:var(--aero-color-white);font-family:var(--aero-font-sans);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:6.5rem 3.5rem 1rem}.aero-hero__container{position:relative;z-index:5;display:grid;grid-template-columns:38% 62%;align-items:center;flex:1;padding:2rem 0;gap:2rem;width:100%;max-width:100%}.aero-hero__left{display:flex;flex-direction:column;justify-content:center;z-index:6}.aero-hero__right{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.aero-interactive-video-layer{position:relative;width:100%;max-width:850px;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.aero-hero-section{padding:5.5rem 2rem 1rem}.aero-hero__container{grid-template-columns:42% 58%;gap:1.5rem}}@media (max-width: 768px){.aero-hero-section{padding:5rem 1.15rem 4.5rem}.aero-hero__container{grid-template-columns:1fr;text-align:center;gap:1.5rem}.aero-hero__left{align-items:center;text-align:center}.aero-bg-overlay--global{background:linear-gradient(180deg,#060b18b8,#060b1847 40%,#060b18d1)}}@media (max-width: 480px){.aero-hero-section{padding:4.5rem .85rem 5rem}}html{scroll-behavior:smooth;scroll-padding-top:95px}.aero-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3.5rem;background:#060b18eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--aero-border-glass);box-shadow:0 4px 24px #0009}.aero-header__logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.aero-header-logo-img--bright{height:38px;width:auto;object-fit:contain;border-radius:50%;box-shadow:0 0 12px #fff3}.aero-brand-text{font-family:var(--aero-font-condensed);font-size:clamp(.85rem,4vw,1.55rem);font-weight:800;letter-spacing:.04em;color:var(--aero-color-white);white-space:nowrap}.aero-brand-slash{color:var(--aero-chartreuse)}.aero-brand-tag{background:var(--aero-chartreuse);color:var(--aero-bg-dark);font-size:clamp(.65rem,2vw,.75rem);padding:.15rem .45rem;border-radius:4px;margin-left:.35rem;font-weight:800;vertical-align:middle}.aero-header__actions--desktop{display:flex;gap:.75rem;align-items:center}.aero-nav__list{display:flex;gap:2.2rem;list-style:none}.aero-nav__link{color:var(--aero-color-white);text-decoration:none;font-size:.92rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;position:relative;padding-bottom:.25rem;transition:color .3s ease}.aero-nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--aero-chartreuse);transition:width .35s cubic-bezier(.16,1,.3,1)}.aero-nav__link:hover{color:var(--aero-chartreuse)}.aero-nav__link:hover:after{width:100%}.aero-hamburger-btn{display:none;flex-direction:column;justify-content:space-around;width:44px;height:44px;min-width:44px;min-height:44px;background:#ffffff14;border:1px solid var(--aero-border-glass);border-radius:8px;cursor:pointer;padding:8px;z-index:110}.aero-hamburger-bar{width:100%;height:2.5px;background-color:var(--aero-color-white);border-radius:2px;transition:all .3s ease}.aero-hamburger-bar--open-top{transform:rotate(45deg) translate(5px,5px);background-color:var(--aero-chartreuse)}.aero-hamburger-bar--open-mid{opacity:0}.aero-hamburger-bar--open-bot{transform:rotate(-45deg) translate(5px,-5px);background-color:var(--aero-chartreuse)}.aero-mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#060b18f7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:105;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;padding:2rem}.aero-mobile-menu--open{opacity:1;visibility:visible}.aero-mobile-menu__content{display:flex;flex-direction:column;align-items:center;gap:2.25rem;width:100%;max-width:380px}.aero-mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.aero-mobile-menu__link{font-family:var(--aero-font-condensed);font-size:1.35rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .25s ease}.aero-mobile-menu__link:hover{color:var(--aero-chartreuse)}.aero-mobile-menu__actions{display:flex;flex-direction:column;gap:1rem;width:100%}.aero-btn{font-family:var(--aero-font-sans);font-size:.9rem;font-weight:700;letter-spacing:.03em;padding:.68rem 1.35rem;border-radius:8px;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:.5rem}.aero-btn--primary{background-color:var(--aero-chartreuse);color:#040814;font-weight:800;box-shadow:0 4px 16px var(--aero-chartreuse-glow)}.aero-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px var(--aero-chartreuse-glow)}.aero-btn--whatsapp,.aero-btn--whatsapp-nav,.aero-btn--whatsapp-banner{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:700;border-radius:8px;text-decoration:none;box-shadow:0 4px 16px #25d36659}.aero-btn--whatsapp:hover,.aero-btn--whatsapp-nav:hover,.aero-btn--whatsapp-banner:hover{transform:translateY(-2px);box-shadow:0 6px 24px #25d36680;background:linear-gradient(135deg,#20ba5a,#0e7569)}.aero-btn--secondary{background:#ffffff14;border-color:#fff3;color:var(--aero-color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aero-btn--secondary:hover{background:#ffffff29;border-color:var(--aero-chartreuse);color:var(--aero-chartreuse)}.aero-btn--nav-compact{padding:.65rem 1rem;font-size:.82rem}.aero-btn__arrow{width:1.15rem;height:1.15rem}.aero-badge{display:inline-flex;align-items:center;gap:.45rem;background:#00e5ff26;border:1px solid rgba(0,229,255,.4);padding:.4rem .95rem;border-radius:100px;width:fit-content;max-width:100%;margin-bottom:1.25rem;box-sizing:border-box}.aero-badge__dot{width:8px;height:8px;border-radius:50%;background-color:var(--aero-chartreuse);box-shadow:0 0 12px var(--aero-chartreuse);flex-shrink:0}.aero-badge__text{font-family:var(--aero-font-condensed);font-size:clamp(.7rem,2.5vw,.9rem);font-weight:800;letter-spacing:.08em;color:var(--aero-chartreuse)}.aero-mobile-br{display:none}.aero-title{font-family:var(--aero-font-condensed);font-size:clamp(1.65rem,6.5vw,4.8rem);line-height:1.05;font-weight:800;letter-spacing:-.01em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 24px rgba(0,0,0,.6);word-break:normal;overflow-wrap:break-word}.aero-description{font-size:1.15rem;line-height:1.7;color:var(--aero-color-muted);text-shadow:var(--aero-text-shadow-contrast);max-width:580px;margin-bottom:2.25rem;font-weight:400}.aero-hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none}.aero-hotspot{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;z-index:10}.aero-hotspot__trigger{position:relative;width:36px;height:36px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.aero-hotspot__pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--aero-chartreuse);opacity:.75;animation:aeroPulse 2s infinite ease-out;box-shadow:0 0 20px var(--aero-chartreuse)}.aero-hotspot__core{width:14px;height:14px;border-radius:50%;background:var(--aero-chartreuse);border:2px solid #060B18;box-shadow:0 0 14px var(--aero-chartreuse)}.aero-hotspot__card{position:absolute;bottom:125%;left:50%;transform:translate(-50%) translateY(8px);width:270px;padding:1.15rem 1.25rem;background:#0a142df5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,229,255,.45);border-radius:10px;box-shadow:0 16px 44px #000000d9;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:20}.aero-hotspot__card--top-right{top:125%;bottom:auto;right:0;left:auto;transform:translateY(-8px)}.aero-hotspot:hover .aero-hotspot__card--top-right,.aero-hotspot--active .aero-hotspot__card--top-right{transform:translateY(0)}.aero-hotspot__card--top-center{top:125%;bottom:auto;left:50%;right:auto;transform:translate(-50%) translateY(-8px)}.aero-hotspot:hover .aero-hotspot__card--top-center,.aero-hotspot--active .aero-hotspot__card--top-center{transform:translate(-50%) translateY(0)}.aero-hotspot__card--left{bottom:125%;left:0;right:auto;transform:translateY(8px)}.aero-hotspot:hover .aero-hotspot__card--left,.aero-hotspot--active .aero-hotspot__card--left{transform:translateY(0)}.aero-hotspot:hover .aero-hotspot__card,.aero-hotspot--active .aero-hotspot__card{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.aero-hotspot__tag{font-family:var(--aero-font-condensed);font-size:.75rem;font-weight:800;letter-spacing:.1em;color:var(--aero-chartreuse);display:block;margin-bottom:.35rem}.aero-hotspot__title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.35rem}.aero-hotspot__desc{font-size:.875rem;color:var(--aero-color-muted);line-height:1.5}.aero-page-section{position:relative;z-index:10;padding:6.5rem 3.5rem;background:transparent;border-top:1px solid var(--aero-border-glass)}.aero-section-container{max-width:1400px;margin:0 auto}.aero-section-title{font-family:var(--aero-font-condensed);font-size:clamp(2.4rem,4vw,3.6rem);color:#fff;margin-bottom:3rem;letter-spacing:.02em;text-shadow:0 4px 18px rgba(0,0,0,.5)}.aero-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2.25rem}.aero-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 2.25rem;align-items:stretch}.aero-card-glass{position:relative;background:var(--aero-bg-surface);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--aero-border-glass);border-radius:14px;padding:2.5rem 2.25rem;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 14px 36px #000000a6;overflow:hidden}.aero-card-glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.04) 50%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.aero-card-glass:hover{transform:translateY(-6px);border-color:var(--aero-chartreuse);box-shadow:0 18px 48px #00e5ff40}.aero-card-icon{font-family:var(--aero-font-condensed);font-size:2.4rem;font-weight:800;color:var(--aero-chartreuse);margin-bottom:1.15rem}.aero-card-title-highlight{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.95rem}.aero-card-glass p{color:var(--aero-color-muted);text-shadow:var(--aero-text-shadow-contrast);line-height:1.7;font-size:1.05rem}.aero-floating-whatsapp-container{position:fixed;bottom:2rem;right:2rem;z-index:999}.aero-floating-whatsapp{position:relative;width:60px;height:60px;border-radius:50%;background-color:var(--aero-whatsapp);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #25d36680;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.aero-floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 12px 40px #25d366b3}.aero-floating-whatsapp__pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--aero-whatsapp);opacity:.7;animation:aeroWhatsappPulse 2s infinite ease-out}.aero-floating-whatsapp__icon{width:32px;height:32px;position:relative;z-index:2}.aero-floating-whatsapp__tooltip{position:absolute;right:120%;top:50%;transform:translateY(-50%);background:#0a142deb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:.5rem .9rem;border-radius:6px;font-size:.85rem;font-weight:700;white-space:nowrap;border:1px solid rgba(37,211,102,.4);box-shadow:0 8px 24px #00000080;opacity:0;visibility:hidden;transition:all .25s ease}.aero-floating-whatsapp:hover .aero-floating-whatsapp__tooltip{opacity:1;visibility:visible}.aero-scroll-to-top{position:fixed;bottom:2rem;left:2rem;z-index:999;width:48px;height:48px;border-radius:50%;background:#0f1932e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--aero-border-glass);color:var(--aero-chartreuse);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #0006;transition:all .3s ease}.aero-scroll-to-top:hover{background:var(--aero-chartreuse);color:#040814;transform:translateY(-3px);box-shadow:0 10px 30px var(--aero-chartreuse-glow)}@keyframes aeroWhatsappPulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.4);opacity:0}}@keyframes aeroPulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(2.4);opacity:0}}@media (prefers-reduced-motion: reduce){.aero-floating-whatsapp__pulse,.aero-hotspot__pulse{animation:none!important;opacity:.4!important;transform:scale(1)!important}.aero-card-glass,.aero-plan-card,.aero-btn,.aero-nav__link{transition:none!important}}.aero-plan-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:2.25rem 2rem;background:var(--aero-bg-surface);border:1px solid var(--aero-border-glass);border-radius:16px;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 12px 32px #000000a6}.aero-plan-card--featured{background:linear-gradient(180deg,#0e1e40f0,#081226f5);border:1px solid rgba(0,229,255,.55);box-shadow:0 16px 40px #00e5ff33}.aero-plan-card:hover{transform:translateY(-6px);border-color:#00e5ff99;box-shadow:0 20px 48px #00e5ff38}.aero-plan-badge{position:absolute;top:1.25rem;right:1.25rem;z-index:5;background:linear-gradient(135deg,var(--aero-chartreuse) 0%,#00B0FF 100%);color:#040814;font-size:.72rem;font-weight:800;letter-spacing:.1em;padding:.35rem .85rem;border-radius:100px;box-shadow:0 4px 14px #00e5ff66}.aero-plan-name{font-family:var(--aero-font-sans);font-size:1.35rem;font-weight:800;color:#fff;margin-bottom:.6rem}.aero-plan-price{font-family:var(--aero-font-condensed);font-size:2.2rem;font-weight:800;color:var(--aero-chartreuse);letter-spacing:-.01em;margin-bottom:.75rem;display:flex;align-items:baseline;gap:.35rem}.aero-plan-period{font-family:var(--aero-font-sans);font-size:.9rem;font-weight:500;color:var(--aero-color-muted)}.aero-plan-desc{font-size:.95rem;color:var(--aero-color-muted);text-shadow:var(--aero-text-shadow-contrast);line-height:1.55;margin-bottom:1.5rem}.aero-plan-features{list-style:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.75rem}.aero-plan-features li{position:relative;padding-left:1.5rem;font-size:.92rem;color:#fff;text-shadow:var(--aero-text-shadow-contrast);line-height:1.45}.aero-plan-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--aero-chartreuse);font-weight:800;font-size:.9rem}.aero-plan-action{margin-top:auto;display:flex;justify-content:center;width:100%}.aero-plan-btn{width:100%;padding:.68rem 1.25rem;font-size:.88rem;font-weight:700;letter-spacing:.03em;border-radius:8px;justify-content:center;text-align:center;box-sizing:border-box}.aero-hero__footer{margin-top:1.5rem;z-index:10;width:100%}.aero-tech-rail{display:inline-flex;align-items:center;gap:1.5rem;padding:.85rem 1.5rem;background:var(--aero-bg-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--aero-border-glass);border-radius:14px;box-shadow:0 12px 32px #0000008c}.aero-tech-rail__item{display:flex;align-items:center;gap:.85rem}.aero-tech-rail__icon-box{width:36px;height:36px;border-radius:8px;background:#00e5ff1f;border:1px solid rgba(0,229,255,.35);display:flex;align-items:center;justify-content:center;color:var(--aero-chartreuse);flex-shrink:0}.aero-tech-rail__icon-box--green{background:#25d3661f;border-color:#25d36659;color:var(--aero-whatsapp)}.aero-tech-rail__icon{width:20px;height:20px}.aero-tech-rail__text-group{display:flex;flex-direction:column;gap:.15rem}.aero-tech-rail__label{font-family:var(--aero-font-condensed);font-size:.72rem;font-weight:800;letter-spacing:.08em;color:var(--aero-color-subtle);text-transform:uppercase}.aero-tech-rail__value{font-family:var(--aero-font-sans);font-size:.95rem;font-weight:800;color:var(--aero-chartreuse);letter-spacing:.02em}.aero-tech-rail__value--green{color:var(--aero-whatsapp)}.aero-tech-rail__divider{width:1px;height:32px;background:#ffffff2e}.aero-footer{position:relative;z-index:10;background:#060b18f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--aero-border-glass);padding:4.5rem 3.5rem 6.5rem}.aero-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3.5rem;margin-bottom:3rem}.aero-footer__col{display:flex;flex-direction:column}.aero-footer__logo{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.aero-footer__desc{font-size:.92rem;color:var(--aero-color-subtle);line-height:1.6;max-width:440px}.aero-footer__title{font-family:var(--aero-font-condensed);font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.aero-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.aero-footer__link{color:var(--aero-color-muted);text-decoration:none;font-size:.92rem;transition:color .25s ease}.aero-footer__link:hover{color:var(--aero-chartreuse)}.aero-footer__link--highlight{color:var(--aero-chartreuse);font-weight:700}.aero-footer__divider{width:100%;height:1px;background:var(--aero-border-glass);margin-bottom:2rem}.aero-footer__bottom{display:flex;flex-direction:column;gap:.4rem;text-align:center}.aero-footer__copyright{font-size:.88rem;color:var(--aero-color-muted);margin:0}.aero-footer__subtext{font-size:.78rem;color:var(--aero-color-subtle);margin:0}.aero-social-links{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem}.aero-social-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#ffffff0f;border:1px solid var(--aero-border-glass);color:var(--aero-color-muted);transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none}.aero-social-btn:hover{transform:translateY(-3px);color:#fff}.aero-social-btn--facebook:hover{background:#1877f2;border-color:#1877f2;box-shadow:0 4px 16px #1877f273}.aero-social-btn--instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e6683c;box-shadow:0 4px 16px #dc274373}.aero-social-banner-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:700;color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.aero-social-banner-btn--facebook{background:#1877f226;border:1px solid rgba(24,119,242,.4)}.aero-social-banner-btn--facebook:hover{background:#1877f2;border-color:#1877f2;box-shadow:0 6px 20px #1877f273;transform:translateY(-2px)}.aero-social-banner-btn--instagram{background:#dc274326;border:1px solid rgba(220,39,67,.4)}.aero-social-banner-btn--instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#e6683c;box-shadow:0 6px 20px #dc274373;transform:translateY(-2px)}@media (max-width: 1024px){.aero-header{padding:.85rem 1.5rem}.aero-header__nav--desktop,.aero-header__actions--desktop{display:none!important}.aero-hamburger-btn{display:flex}.aero-grid-3,.aero-grid-2{grid-template-columns:1fr}.aero-page-section{padding:6rem 1.75rem}.aero-footer__grid{grid-template-columns:1fr;gap:2.25rem}.aero-footer{padding:3.5rem 1.75rem 7.5rem}}@media (max-width: 768px){.aero-card-glass,.aero-plan-card,.aero-header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.aero-header{padding:.85rem 1.15rem}.aero-hotspots{display:none!important}.aero-tech-rail{flex-direction:column;width:100%;align-items:stretch;gap:.85rem;padding:1.15rem}.aero-tech-rail__divider{width:100%;height:1px}.aero-floating-whatsapp-container{bottom:1.25rem;right:1.25rem}.aero-floating-whatsapp{width:52px;height:52px}.aero-floating-whatsapp__icon{width:28px;height:28px}.aero-scroll-to-top{bottom:1.25rem;left:1.25rem;width:44px;height:44px}}@media (max-width: 480px){.aero-mobile-br{display:inline}.aero-header{padding:.75rem .85rem}.aero-header__logo{gap:.45rem;max-width:80%}.aero-header-logo-img--bright{height:32px;width:32px}.aero-brand-text{font-size:.82rem;letter-spacing:.02em}.aero-brand-tag{font-size:.62rem;padding:.1rem .35rem;margin-left:.2rem}.aero-section-title{font-size:1.85rem;margin-bottom:2rem}.aero-page-section{padding:4.5rem 1.15rem}.aero-card-glass{padding:1.65rem 1.25rem}.aero-btn{padding:.75rem 1.15rem;font-size:.85rem}}.aero-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#040814d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:aeroFadeIn .3s ease-out}@keyframes aeroFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.aero-servicio-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;box-sizing:border-box}.aero-servicio-badge{position:absolute;top:1.25rem;right:1.25rem;z-index:5;font-family:var(--aero-font-sans);font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:.35rem .85rem;border-radius:100px;box-shadow:0 4px 14px #0006}.aero-servicio-badge--emerald{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.aero-servicio-badge--blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.aero-servicio-badge--amber{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.aero-servicio-badge--purple{background:linear-gradient(135deg,#a855f7,#7e22ce);color:#fff}.aero-servicio-badge--cyan{background:linear-gradient(135deg,#00e5ff,#08f);color:#040814}.aero-servicio-card--featured{grid-column:1 / -1;background:linear-gradient(135deg,#00e5ff1f,#0a142df2);border:1px solid rgba(0,229,255,.55);box-shadow:0 16px 48px #00e5ff38}.aero-servicio-card--featured:hover{border-color:#00e5ff;box-shadow:0 20px 56px #00e5ff59}.aero-servicio-card__content-wrapper{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;margin-top:.5rem}.aero-card-title-highlight--lg{font-size:1.65rem;color:#fff}@media (max-width: 992px){.aero-servicio-card--featured{grid-column:span 1}.aero-servicio-card__content-wrapper{grid-template-columns:1fr;gap:1.25rem}}.aero-servicio-desc{font-size:1.02rem;color:var(--aero-color-muted);line-height:1.6;margin-bottom:1.25rem}.aero-servicio-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.65rem}.aero-servicio-list li{position:relative;padding-left:1.4rem;font-size:.92rem;color:#fff;line-height:1.45}.aero-servicio-list li:before{content:"✦";position:absolute;left:0;top:0;color:var(--aero-chartreuse);font-size:.85rem}.aero-servicio-action{margin-top:auto;padding-top:1.25rem;display:flex;justify-content:center;width:100%}.aero-servicio-btn{width:fit-content;max-width:100%;justify-content:center;text-align:center;padding:.85rem 1.85rem}.aero-card-icon--outline{font-family:var(--aero-font-condensed);font-size:2.8rem;font-weight:900;-webkit-text-stroke:1.5px var(--aero-chartreuse);color:transparent;text-shadow:0 0 16px rgba(0,229,255,.25);margin-bottom:1.15rem;letter-spacing:-.02em}.aero-hotspot__label-fixed{position:absolute;top:110%;left:50%;transform:translate(-50%);background:#060b18c7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,229,255,.35);color:var(--aero-chartreuse);font-family:var(--aero-font-condensed);font-size:.68rem;font-weight:800;letter-spacing:.05em;padding:.2rem .55rem;border-radius:100px;white-space:nowrap;pointer-events:none;box-shadow:0 4px 14px #00000080;transition:all .3s ease;opacity:.85}.aero-hotspot:hover .aero-hotspot__label-fixed,.aero-hotspot--active .aero-hotspot__label-fixed{opacity:1;border-color:var(--aero-chartreuse);box-shadow:0 0 16px #00e5ff73}.aero-hero-scroll-cue{display:inline-flex;align-items:center;gap:.5rem;margin-top:2.25rem;color:var(--aero-color-subtle);text-decoration:none;font-family:var(--aero-font-condensed);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease;cursor:pointer}.aero-hero-scroll-cue:hover{color:var(--aero-chartreuse)}.aero-scroll-cue__arrow{width:16px;height:16px;animation:aeroScrollBounce 2s infinite ease-in-out}@keyframes aeroScrollBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(6px)}60%{transform:translateY(3px)}}@media (min-width: 1025px){.aero-plan-card--featured{transform:translateY(-8px);border-color:#00e5ffa6;box-shadow:0 20px 48px #00e5ff47}.aero-plan-card--featured:hover{transform:translateY(-14px);box-shadow:0 24px 56px #00e5ff59}}
