@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap";:root{--void:#f8fafc;--ink:#f1f5f9;--mist:#e2e8f0;--blue:#0891b2;--blue-bright:#22d3ee;--blue-light:#67e8f9;--blue-pale:#0891b21f;--violet:#7c3aed;--rose:#fb7185;--navy:#0f172a;--text:#0f172a;--text-muted:#475569;--text-subtle:#64748b;--surface:#fff;--surface-glass:#ffffffd1;--border:#0f172a14;--border-strong:#0f172a1f;--z-bg:0;--z-base:10;--z-nav:100;--z-cursor:9999}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body{background-color:var(--void);width:100%;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}body{cursor:none}a:focus-visible,button:focus-visible{outline:2px solid var(--blue-bright);outline-offset:3px}@keyframes rgbCycle{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.custom-cursor{background-color:var(--blue-bright);pointer-events:none;width:14px;height:14px;z-index:var(--z-cursor);mix-blend-mode:normal;border-radius:50%;transition:width .25s,height .25s,background-color .25s,box-shadow .25s;animation:8s linear infinite rgbCycle;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fffffff2,0 0 18px #0891b273}.custom-cursor.magnetic-hover{border:2px solid var(--blue-bright);background-color:#0891b21f;width:48px;height:48px;box-shadow:0 0 28px #0891b24d}.app-container{z-index:var(--z-base);flex-direction:column;display:flex;position:relative}.canvas-container{width:100vw;height:100vh;z-index:var(--z-bg);pointer-events:none;opacity:1;top:0;left:0;position:fixed!important}.nav-aria{z-index:var(--z-nav);width:calc(100% - 2rem);max-width:1100px;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.nav-aria-inner{background:var(--surface-glass);-webkit-backdrop-filter:blur(20px)saturate(1.5);border:1px solid var(--border-strong);border-radius:100px;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem .55rem .55rem 1.1rem;display:flex;box-shadow:0 8px 32px #0f172a14,inset 0 1px #fffffff2}.nav-aria-brand{color:var(--text);align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-aria-brand-text{letter-spacing:-.01em;color:var(--navy);font-family:DM Serif Display,Georgia,serif;font-size:1.2rem;font-weight:400}.nav-aria-brand-text span{background:linear-gradient(135deg, var(--blue-bright), var(--violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-aria-links-desktop{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.nav-aria-links-desktop a{color:var(--text-muted);border-radius:8px;padding:.4rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav-aria-links-desktop a:hover{color:var(--navy);background:#0891b21a}.nav-aria-actions{align-items:center;gap:.75rem;display:flex}.nav-aria-cta{background:linear-gradient(135deg, #0e7490, var(--blue-bright));white-space:nowrap;border-radius:100px;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 28px #0891b24d;color:#fff!important}.nav-aria-cta:hover{transform:translateY(-2px);box-shadow:0 14px 40px #0891b259}.lang-toggle{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #0f172a26;border-radius:8px;justify-content:center;align-items:center;padding:.3rem .5rem;transition:all .2s;display:flex}.lang-toggle:hover{background:#ffffff4d}.mobile-menu-btn{color:var(--navy);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;display:none}.mobile-drawer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:95;text-align:center;opacity:0;pointer-events:none;background:#f8fafcf2;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .4s,transform .4s;display:flex;position:fixed;top:0;left:0;transform:translateY(-20px)}.mobile-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-drawer-links{flex-direction:column;gap:2rem;font-family:DM Serif Display,serif;font-size:2.5rem;display:flex}.mobile-drawer-links a{color:var(--navy);text-decoration:none;transition:color .3s}.mobile-drawer-links a:active{color:var(--blue-bright)}.mobile-drawer-cta{background:linear-gradient(135deg, #0e7490, var(--blue-bright));border-radius:100px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:.8rem 2rem;font-weight:600;color:#fff!important;font-family:DM Sans,sans-serif!important;font-size:1.1rem!important;display:inline-flex!important}@media (width<=900px){.nav-aria-links-desktop{display:none}.mobile-menu-btn{display:flex}}@media (width<=500px){.cta-text{display:none}.nav-aria-cta{border-radius:50%;padding:.55rem}}.section-aria{z-index:1;padding:5.5rem 1.5rem;position:relative;overflow:hidden}@media (width<=768px){.section-aria{padding:4rem 1rem}}.container-aria{max-width:1100px;margin:0 auto}.section-tag{letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg, var(--blue-bright), var(--violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 10px #000c,0 0 20px #0006;margin-bottom:1.25rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.2}.section-lead{color:#fffffff2;text-shadow:0 1px 3px #000,0 3px 8px #000,0 6px 20px #000,0 12px 40px #000000e6;max-width:560px;font-size:1.05rem;font-weight:500;line-height:1.8}.why-website{background:0 0}.why-website-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}@media (width<=900px){.why-website-inner{grid-template-columns:1fr}}.why-visual-card{-webkit-backdrop-filter:blur(12px);background:#0f172a80;border:1px solid #ffffff26;border-radius:20px;padding:2rem;box-shadow:0 20px 56px #0006}.why-visual-card:before{content:"";background:linear-gradient(90deg, var(--blue-bright), var(--violet), var(--rose));border-radius:20px 20px 0 0;height:4px;margin:-2rem -2rem 1.5rem;display:block}.mock-browser{background:#0f172a99;border:1px solid #ffffff1a;border-radius:10px;margin-bottom:1rem;padding:1rem}.mock-bar{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.mock-dot{border-radius:50%;width:9px;height:9px}.mock-url{color:#fffc;background:#ffffff1a;border-radius:5px;flex:1;padding:.3rem .6rem;font-size:.72rem}.mock-row{background:#e2e8f0;border-radius:4px;height:10px;margin-bottom:.5rem}.mock-row.blue{background:linear-gradient(90deg, var(--blue-bright), var(--violet));width:60%}.mock-row.w80{width:80%}.mock-row.w50{width:50%}.mock-row.cta-row{background:linear-gradient(90deg, var(--blue-bright), var(--violet));border-radius:6px;width:70%;height:32px;margin-top:.75rem}.why-card-stat{border-top:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.why-card-stat-icon{width:36px;height:36px;color:var(--blue-bright);background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-card-stat-text{color:#ffffffd9;font-size:.82rem;line-height:1.5}.why-card-stat-text strong{color:#fff;margin-bottom:.15rem;font-size:.88rem;font-weight:600;display:block}.why-aria{background:0 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}@media (width<=768px){.features-grid{grid-template-columns:1fr}}.feature-card{-webkit-backdrop-filter:blur(12px);background:#0f172a80;border:1px solid #ffffff26;border-radius:16px;padding:2rem;transition:border-color .35s,box-shadow .35s;box-shadow:0 4px 20px #0003}.feature-card:hover{border-color:#0891b24d;box-shadow:0 16px 48px #0891b21a}.feature-icon{width:48px;height:48px;color:var(--blue-bright);background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.feature-title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:600}.feature-desc{color:#ffffffd9;font-size:.88rem;font-weight:400;line-height:1.7}.process{background:0 0}.process-header{text-align:center;max-width:560px;margin:0 auto 3rem}.process-header .section-lead{text-align:center;margin-left:auto;margin-right:auto}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=900px){.steps-grid{grid-template-columns:1fr}}.step-card{-webkit-backdrop-filter:blur(12px);text-align:center;background:#0f172a80;border:1px solid #ffffff26;border-radius:20px;padding:2rem 1.75rem;box-shadow:0 4px 20px #0003}.step-num{background:linear-gradient(135deg, #0e7490, var(--blue-bright));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-family:DM Serif Display,Georgia,serif;font-size:1.4rem;font-weight:400;display:flex;box-shadow:0 6px 24px #0891b24d}.step-title{color:#fff;margin-bottom:.6rem;font-family:DM Serif Display,Georgia,serif;font-size:1.15rem}.step-desc{color:#ffffffd9;font-size:.875rem;font-weight:400;line-height:1.7}.stats-section .stat-card-aria{background:var(--surface);border:1px solid var(--border-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;box-shadow:0 12px 40px #0f172a12}.stats-section .stat-num-aria{color:#0e7490;margin-bottom:.5rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400}.stats-section .stat-label-aria{color:var(--text-muted);font-size:1.05rem;font-weight:500}.testimonials{background:0 0}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header .section-lead{margin-left:auto;margin-right:auto}.carousel-wrap{border-radius:20px;position:relative;overflow:hidden}.carousel-wrap.is-vertical{overflow:hidden}.carousel-track{will-change:transform;transition:transform .65s cubic-bezier(.22,1,.36,1);display:flex}.carousel-wrap.is-vertical .carousel-track{flex-direction:column}.testimonial-slide{flex-shrink:0;min-width:100%;padding:0 .25rem}.carousel-wrap.is-vertical .testimonial-slide{padding:.25rem 0}.testimonial-card{-webkit-backdrop-filter:blur(12px);background:#0f172a80;border:1px solid #ffffff26;border-radius:20px;padding:2.5rem 2.75rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.testimonial-card:before{content:"";background:linear-gradient(90deg, var(--blue-bright), var(--violet));height:3px;position:absolute;top:0;left:0;right:0}.quote-mark{color:#0891b21f;-webkit-user-select:none;user-select:none;font-family:DM Serif Display,Georgia,serif;font-size:5rem;font-style:italic;line-height:.5;position:absolute;top:1.25rem;right:1.75rem}.testimonial-text{color:#fff;text-shadow:0 2px 10px #000000e6;z-index:1;max-width:680px;margin-bottom:1.75rem;font-size:1.08rem;font-style:italic;font-weight:400;line-height:1.8;position:relative}.testimonial-author{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.author-avatar{background:linear-gradient(135deg, var(--blue-bright), var(--blue-light));color:#fff;text-shadow:0 1px 2px #00000059;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:.9rem;font-weight:600;display:flex}.author-name{color:#fff;font-size:.95rem;font-weight:600}.author-role{color:#ffffffd9;margin-top:.15rem;font-size:.82rem}.carousel-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.carousel-btn{cursor:pointer;color:#ffffffb3;background:#0f172a80;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.carousel-btn:hover{border-color:var(--blue-bright);color:var(--blue-bright);background:#ffffff1a}.carousel-dots{align-items:center;gap:.5rem;display:flex}.carousel-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.carousel-dot.active{background:linear-gradient(90deg, var(--blue-bright), var(--violet));border-radius:4px;width:26px}@media (width<=640px){.testimonial-card{padding:2rem 1.35rem}}.cta-section{text-align:center;background:0 0;padding:5rem 1.5rem;position:relative;overflow:hidden}.cta-inner{z-index:2;-webkit-backdrop-filter:blur(16px);background:#ffffff80;border:1px solid #fff9;border-radius:24px;max-width:680px;margin:0 auto;padding:3.5rem 2.5rem;position:relative;box-shadow:0 10px 40px #00000014}.cta-badge{color:var(--navy);background:#0f172a14;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.78rem;font-weight:600;display:inline-flex}.cta-title{color:var(--navy);text-shadow:0 2px 24px #0003;margin-bottom:1rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2}.cta-text{color:var(--navy);margin-bottom:2rem;font-size:1.02rem;font-weight:300;line-height:1.8}.btn-whatsapp{color:#0e7490;background:#f8fafc;border-radius:12px;align-items:center;gap:.65rem;padding:.95rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 6px 28px #00000047}.btn-whatsapp:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000059}.btn-whatsapp svg{color:#25d366;width:22px;height:22px}.cta-note{color:var(--navy);margin-top:3.5rem;font-size:.85rem;font-weight:500}.site-footer{color:var(--navy);text-align:center;background:0 0;border-top:1px solid #0f172a1a;padding:2.5rem 1.5rem}.footer-inner{flex-direction:column;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex}.footer-brand{color:var(--navy);font-family:DM Serif Display,Georgia,serif;font-size:1.05rem;text-decoration:none}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:var(--navy);font-size:.82rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--blue-bright)}.footer-copy{color:var(--text-muted);font-size:.78rem}.hero-section{z-index:1;align-items:center;min-height:100vh;padding:7rem 1.5rem 4rem;display:flex;position:relative}.hero-section:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(105deg,#f8fafceb 0%,#f8fafc8c 42%,#f8fafc1f 68%,#0000 100%);position:absolute;inset:0}.hero-section .container-aria{z-index:1;width:100%;position:relative}.hero-badge-aria{color:#0e7490;letter-spacing:.02em;background:#0891b21a;border:1px solid #0891b238;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .95rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge-aria:before{content:"";background:linear-gradient(135deg, var(--blue-bright), var(--violet));border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #0891b273}
