@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{min-height:100dvh;font-family:var(--font-sans);background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.25rem,5vw,3.5rem)}h2{letter-spacing:-.01em;font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.35rem)}p{color:var(--text-secondary)}.text-gradient{background:linear-gradient(90deg, var(--blue-sky), var(--blue-bright));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--blue-accent);font-size:.75rem;font-weight:600;display:inline-block}.header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(12px);padding-inline:env(safe-area-inset-right) env(safe-area-inset-left);background:#0a1628eb;border-bottom:1px solid #3b82f61a;position:fixed;top:0;left:0;right:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.header__brand{color:var(--text-primary);flex-shrink:0;align-items:center;gap:.65rem;min-width:0;font-size:1.15rem;font-weight:700;display:flex}@media (width<=480px){.header__brand{gap:.5rem;font-size:1rem}}.header__logo{object-fit:contain;border-radius:50%;flex-shrink:0;width:40px;height:40px}@media (width<=900px){.header__logo{width:36px;height:36px}}.header__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (width<=360px){.header__name{display:none}}.header__name-accent{color:var(--blue-sky)}.header__nav{align-items:center;gap:1.75rem;display:flex}@media (width<=900px){.header__nav{display:none}}.header__link{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s cubic-bezier(.4,0,.2,1)}.header__link:hover,.header__link--active{color:var(--blue-sky)}.header__cta{white-space:nowrap;flex-shrink:0}@media (width<=900px){.header__cta{display:none}}.header__burger{flex-direction:column;justify-content:center;gap:5px;min-width:44px;min-height:44px;margin-right:-.35rem;padding:.6rem;display:none}@media (width<=900px){.header__burger{display:flex}}.header__burger span{background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.header__mobile{padding:.75rem 1.25rem 1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));background:#0f2137fa;border-bottom:1px solid #3b82f626;flex-direction:column;gap:.25rem;display:flex;overflow:hidden;box-shadow:0 12px 24px #00000040}@media (width>=901px){.header__mobile{display:none!important}}.header__mobile-link{color:var(--text-secondary);border-bottom:1px solid #3b82f60f;align-items:center;min-height:44px;padding:.75rem .25rem;font-size:1rem;font-weight:500;display:flex}.header__mobile-link:last-of-type{border-bottom:none}.header__mobile-link:hover,.header__mobile-link--active{color:var(--blue-sky)}.header__mobile-cta{justify-content:center;width:100%;min-height:48px;margin-top:.75rem}.footer{padding-top:3rem;padding-inline:env(safe-area-inset-right) env(safe-area-inset-left);background:#0a1628;border-top:1px solid #3b82f61f;position:relative;overflow:hidden}@media (width<=768px){.footer{padding-top:2.5rem}}.footer__glow{opacity:.5;background:linear-gradient(90deg,#0000,#3b82f6,#0000);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer__inner{grid-template-columns:1.2fr 1fr 1.2fr auto;align-items:start;gap:2rem;padding-bottom:2rem;display:grid}@media (width<=768px){.footer__inner{text-align:center;grid-template-columns:1fr;gap:1.75rem}}.footer__brand{align-items:center;gap:1rem;display:flex}@media (width<=768px){.footer__brand{flex-direction:column;gap:.75rem}}.footer__logo{border-radius:50%;flex-shrink:0}@media (width<=768px){.footer__logo{width:56px;height:56px}}.footer__title{color:var(--text-primary);font-size:1.1rem;font-weight:700}.footer__tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-accent);font-size:.75rem}.footer__links{flex-direction:column;gap:.5rem;display:flex}@media (width<=768px){.footer__links{align-items:center}}.footer__links a{color:var(--text-secondary);padding:.2rem 0;font-size:.9rem;transition:color .3s cubic-bezier(.4,0,.2,1)}.footer__links a:hover{color:var(--blue-sky)}.footer__contact{flex-direction:column;gap:.65rem;display:flex}@media (width<=768px){.footer__contact{align-items:center}}.footer__contact a,.footer__contact .whatsapp-link{color:var(--text-secondary);word-break:break-word;justify-content:center;font-size:.85rem;transition:color .3s cubic-bezier(.4,0,.2,1)}@media (width<=768px){.footer__contact a,.footer__contact .whatsapp-link{text-align:center;max-width:100%}}.footer__contact a:hover,.footer__contact .whatsapp-link:hover{color:var(--blue-sky)}.footer__social{gap:.75rem;display:flex}@media (width<=768px){.footer__social{justify-content:center}}.footer__social-btn{width:44px;height:44px;color:var(--blue-accent);background:#3b82f61f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer__social-btn svg{width:20px;height:20px}.footer__social-btn:hover{color:var(--blue-sky);background:#3b82f640;transform:translateY(-2px)}.footer__bottom{color:var(--text-muted);border-top:1px solid #3b82f614;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.25rem;font-size:.8rem;display:flex}@media (width<=768px){.footer__bottom{text-align:center;flex-direction:column;padding-block:1rem;font-size:.75rem}}.footer__bottom p{color:inherit;line-height:1.5}.footer__code{color:var(--blue-accent);opacity:.7;flex-shrink:0;font-family:ui-monospace,monospace;font-size:1rem}.hero{min-height:calc(100vh - var(--header-height));flex-direction:column;justify-content:center;padding-block:3rem 4rem;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;background:radial-gradient(80% 60% at 50% -10%,#3b82f640 0%,#0000 60%),linear-gradient(#0a1628 0%,#0f2137 100%);position:absolute;inset:0}.hero__orb{filter:blur(80px);border-radius:50%;position:absolute}.hero__orb--1{background:#3b82f633;width:400px;height:400px;top:-10%;right:-5%}.hero__orb--2{background:#1e4a7a59;width:300px;height:300px;bottom:10%;left:-8%}.hero__grid{background-image:linear-gradient(#3b82f60a 1px,#0000 1px),linear-gradient(90deg,#3b82f60a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000,#0000);mask-image:radial-gradient(70% 60% at 50% 40%,#000,#0000)}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr;gap:1.5rem}.hero{justify-content:flex-start;min-height:auto;padding-block:2rem 2.5rem}}@media (width<=768px){.hero{padding-block:1.5rem 2rem}}.hero__label{margin-bottom:1rem}.hero h1{color:var(--text-primary);margin-bottom:1.25rem}.hero__text{max-width:520px;margin-bottom:2rem;font-size:1.1rem}@media (width<=900px){.hero__text{margin-inline:auto;margin-bottom:1.5rem;font-size:1rem}}@media (width<=768px){.hero__text{font-size:.95rem}}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=900px){.hero__actions{justify-content:center}}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}@media (width<=900px){.hero__visual{order:-1}}.hero__logo-wrap{aspect-ratio:1;justify-content:center;align-items:center;width:min(320px,80vw);display:flex;position:relative}@media (width<=768px){.hero__logo-wrap{width:min(220px,65vw)}}@media (width<=480px){.hero__logo-wrap{width:min(180px,58vw)}}.hero__logo{object-fit:contain;filter:drop-shadow(0 0 40px #3b82f626);z-index:1;width:85%;height:85%;position:relative}.hero__ring{border:2px solid #3b82f640;border-radius:50%;animation:3s ease-in-out infinite pulse-ring;position:absolute;inset:5%}.hero__float{color:var(--blue-accent);background:#1a3352e6;border:1px solid #3b82f64d;border-radius:8px;padding:.5rem .75rem;font-family:ui-monospace,monospace;font-size:.85rem;font-weight:700;position:absolute}.hero__float--1{top:15%;right:5%}.hero__float--2{color:var(--blue-sky);bottom:20%;left:0}@media (width<=768px){.hero__float{padding:.35rem .5rem;font-size:.75rem}.hero__float--1{top:8%;right:0}.hero__float--2{bottom:12%;left:-4%}}@media (width<=480px){.hero__float--2{display:none}}.hero__scroll{text-align:center;margin-top:2rem;position:relative}@media (width<=900px){.hero__scroll{margin-top:1rem}}@media (width<=768px){.hero__orb--1{width:220px;height:220px}.hero__orb--2{width:160px;height:160px}}.hero__scroll-link{color:var(--text-muted);flex-direction:column;align-items:center;gap:.25rem;font-size:.8rem;transition:color .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero__scroll-link:hover{color:var(--blue-sky)}@keyframes pulse-ring{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.services{background:linear-gradient(#0f2137 0%,#0a1628 100%)}.services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.services__grid{grid-template-columns:1fr;gap:1rem}}.service-card{background:linear-gradient(160deg,#2563eb1f 0%,#0f213799 100%);border:1px solid #3b82f626;border-radius:20px;padding:2rem;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.service-card:hover{border-color:#60a5fa59;box-shadow:0 8px 32px #00000059}.service-card__icon{background:#3b82f626;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.service-card__icon .service-icon{width:28px;height:28px}.service-card h3{color:var(--text-primary);margin-bottom:.35rem}.service-card__tagline{color:var(--blue-accent);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.service-card__desc{margin-bottom:1.25rem;font-size:.95rem;line-height:1.65}.service-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}.service-card__tags li{color:var(--blue-sky);background:#3b82f61f;border:1px solid #3b82f633;border-radius:999px;padding:.3rem .65rem;font-size:.75rem}.service-card--redes .service-card__icon{background:#4a9fd433}.cta{padding-bottom:5rem}@media (width<=768px){.cta{padding-bottom:3rem}}.cta__box{text-align:center;background:linear-gradient(145deg,#1e4a7a80 0%,#1a3352cc 100%);border:1px solid #3b82f633;border-radius:28px;padding:clamp(2.5rem,6vw,4rem);box-shadow:0 0 40px #3b82f626}.cta__box h2{color:var(--text-primary);margin:.5rem 0 1rem;max-width:520px;margin-inline:auto}.cta__box p{margin-inline:auto;max-width:480px;margin-bottom:2rem}.cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-page{min-height:calc(100vh - var(--header-height) - 200px)}.about-hero{padding-block:4rem 3rem;position:relative;overflow:hidden}@media (width<=768px){.about-hero{padding-block:2.5rem 2rem}}.about-hero__bg{pointer-events:none;background:radial-gradient(60% 50% at 30% 0,#3b82f62e,#0000 70%);position:absolute;inset:0}.about-hero .container{position:relative}.about-hero h1{color:var(--text-primary);max-width:700px;margin:.75rem 0 1.25rem}.about-hero__intro{max-width:640px;font-size:1.15rem;line-height:1.7}@media (width<=768px){.about-hero__intro{font-size:1rem}}.about-pillars{background:#0f2137}.about-pillars__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.about-pillars__grid{grid-template-columns:1fr}}.pillar-card{background:#1a335299;border:1px solid #3b82f61f;border-radius:20px;padding:2rem;transition:border-color .3s cubic-bezier(.4,0,.2,1)}.pillar-card:hover{border-color:#60a5fa4d}.pillar-card__num{background:linear-gradient(#60a5fa,#1e4a7a);-webkit-text-fill-color:transparent;opacity:.5;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.pillar-card h3{color:var(--text-primary);margin-bottom:.75rem}.pillar-card p{font-size:.95rem;line-height:1.65}.about-closing{background:linear-gradient(#0f2137 0%,#0a1628 100%)}.about-closing__inner{background:linear-gradient(160deg,#2563eb1f 0%,#0f213799 100%);border:1px solid #3b82f626;border-radius:28px;grid-template-columns:auto 1fr;align-items:center;gap:2.5rem;padding:2rem;display:grid}@media (width<=768px){.about-closing__inner{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1.25rem}.about-closing__visual{justify-content:center;display:flex}}.about-closing__logo{opacity:.95;width:140px}@media (width<=768px){.about-closing__logo{width:100px}}.about-closing p{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-closing__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=640px){.about-closing__actions{justify-content:center}}.contact-page{min-height:calc(100vh - var(--header-height) - 200px)}.contact-hero{padding-block:4rem 2rem;position:relative;overflow:hidden}@media (width<=768px){.contact-hero{padding-block:2.5rem 1.5rem}}.contact-hero__bg{pointer-events:none;background:radial-gradient(55% 45% at 70% 0,#3b82f633,#0000 65%);position:absolute;inset:0}.contact-hero .container{position:relative}.contact-hero h1{color:var(--text-primary);max-width:720px;margin:.75rem 0 1.25rem}@media (width<=768px){.contact-hero h1{font-size:clamp(1.4rem,6vw,1.85rem)}}.contact-hero__intro{max-width:560px;font-size:1.15rem;line-height:1.7}@media (width<=768px){.contact-hero__intro{font-size:1rem}}.contact-cards{padding-bottom:5rem}.contact-cards__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin-inline:auto;display:grid}@media (width<=768px){.contact-cards__grid{grid-template-columns:1fr;gap:1rem}.contact-cards{padding-bottom:3rem}}.contact-card{color:inherit;background:linear-gradient(160deg,#2563eb1f 0%,#0f213799 100%);border:1px solid #3b82f626;border-radius:28px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex}.contact-card--email:hover{border-color:#60a5fa66;box-shadow:0 8px 32px #00000059}.contact-card--whatsapp{align-items:flex-start}.contact-card__icon{width:52px;height:52px;color:var(--blue-sky);background:#3b82f626;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.contact-card__icon svg{width:26px;height:26px}.contact-card__icon--wa{color:#25d366;background:#25d36626}.contact-card h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem}.contact-card p{flex:1;margin-bottom:1.5rem;font-size:.95rem}.contact-card__value{color:var(--blue-sky);word-break:break-all;font-size:.95rem;font-weight:600}.contact-card__wa-btn{justify-content:center;width:100%}.whatsapp-link{align-items:center;gap:.6rem;transition:color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.whatsapp-link .whatsapp-icon{color:#25d366;flex-shrink:0;width:1.25rem;height:1.25rem}.whatsapp-link:hover .whatsapp-icon{color:#4ade80}.footer__whatsapp{color:var(--text-secondary);word-break:break-word;font-size:.85rem}.footer__whatsapp span{text-align:left}@media (width<=768px){.footer__whatsapp span{text-align:center}}.footer__whatsapp:hover{color:var(--blue-sky)}@media (width<=900px){:root{--header-height:64px}.container{width:min(100% - 1.5rem, var(--max-width))}.section{padding-block:clamp(2.75rem,8vw,4rem)}.section__header{margin-bottom:2rem}.section__header p{font-size:.95rem}}@media (width<=768px){.container{width:min(100% - 1.25rem, var(--max-width))}.label{letter-spacing:.08em;font-size:.7rem}h1{font-size:clamp(1.65rem,7vw,2.25rem);line-height:1.15}h2{font-size:clamp(1.35rem,5.5vw,1.85rem)}.btn{min-height:44px}.btn--lg{padding:.8rem 1.25rem;font-size:.95rem}.btn__text-full{display:none}.btn__text-short{display:inline}.cta__actions,.hero__actions,.about-closing__actions{flex-direction:column;width:100%}.cta__actions .btn,.cta__actions .whatsapp-link,.hero__actions .btn,.hero__actions .whatsapp-link,.about-closing__actions .btn,.about-closing__actions .whatsapp-link{width:100%}.cta__box{border-radius:20px;padding:1.75rem 1.25rem}.cta__box h2{font-size:clamp(1.25rem,5vw,1.6rem)}.cta__box p{margin-bottom:1.5rem;font-size:.9rem}}@media (width<=480px){.section{padding-block:2.5rem}.service-card,.pillar-card{padding:1.35rem}.pillar-card__num{font-size:2rem}.contact-card{padding:1.5rem}}@media (width>=769px){.btn__text-short{display:none}.btn__text-full{display:inline}}:root{--bg-deep:#0a1628;--bg-main:#0f2137;--bg-card:#1a3352;--blue-dark:#1e4a7a;--blue-royal:#2563eb;--blue-bright:#3b82f6;--blue-sky:#60a5fa;--blue-accent:#4a9fd4;--text-primary:#e8f0fa;--text-secondary:#94b4d4;--text-muted:#6b8aab;--font-sans:Inter, system-ui, -apple-system, sans-serif;--header-height:72px;--max-width:1200px;--radius-md:12px;--radius-lg:20px;--shadow-glow:0 0 40px #3b82f626;--gradient-brand:linear-gradient(135deg, #3b82f6 0%, #1e4a7a 55%, #0a1628 100%)}body{padding-top:var(--header-height);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.section{padding-block:clamp(4rem,10vw,6rem)}.section__header{text-align:center;margin-inline:auto;max-width:640px;margin-bottom:3rem}.section__header h2{color:var(--text-primary);margin:.5rem 0 1rem}.section__header p{font-size:1.05rem}.btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn--lg{padding:.85rem 1.75rem;font-size:1rem}.btn--primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1e4a7a 55%,#0a1628 100%);box-shadow:0 4px 20px #2563eb66}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb80}.btn--ghost{color:var(--blue-sky);background:#2563eb14;border:1px solid #60a5fa59}.btn--ghost:hover{border-color:var(--blue-sky);background:#2563eb2e}.btn--outline{border:1px solid var(--blue-accent);color:var(--text-primary);background:0 0}.btn--outline:hover{background:#4a9fd41f}.btn--whatsapp{color:#4ade80;background:#25d36626;border:1px solid #25d36666}.btn--whatsapp:hover{background:#25d36640;border-color:#25d366}.btn--with-wa .whatsapp-icon{color:#25d366}.service-icon{width:28px;height:28px;color:var(--blue-sky);display:flex}.service-icon svg{width:100%;height:100%}
