*{box-sizing:border-box}:root{--bg-app: #f0f2f5;--bg-surface: #ffffff;--bg-surface-alt: #f6f8fa;--text-primary: #1a1d21;--text-secondary: #4b5563;--border-subtle: rgba(0, 0, 0, .08);--border-muted: rgba(0, 0, 0, .06);--accent: #2563eb;--accent-hover: #1d4ed8;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-card: 0 1px 3px rgba(0, 0, 0, .05);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-app)}#root{min-height:100vh}.footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:2rem 2rem 1rem}.layout-light .footer{border-color:var(--border-subtle);background:var(--bg-surface-alt)}.layout-dark .footer{background:#0003;color:#e4e8ec}.layout-dark .footer-title{color:#f0f2f5;opacity:1}.layout-dark .footer-desc,.layout-dark .footer-contact{color:#d1d5db;opacity:1}.layout-dark .footer-contact a{color:#e4e8ec}.layout-dark .footer-contact a:hover{color:#fff}.layout-dark .footer-cta{color:#93c5fd}.layout-dark .footer-cta:hover{color:#bfdbfe}.layout-dark .footer-links a{color:#d1d5db}.layout-dark .footer-links a:hover{color:#fff}.layout-dark .footer-bottom{border-color:#ffffff1f}.layout-dark .footer-bottom p,.layout-dark .footer-fiscal{color:#9ca3af;opacity:1}.layout-dark .footer-legal a{color:#9ca3af}.layout-dark .footer-legal a:hover{color:#d1d5db}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto 1.5rem;justify-content:center}.footer-section{min-width:180px}.footer-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;opacity:.9}.footer-desc,.footer-contact{font-size:.9rem;margin:0 0 .25rem;opacity:.85}.footer-contact a{color:inherit;text-decoration:none}.footer-contact a:hover{text-decoration:underline;opacity:1}.footer-contact-link{display:inline-flex;align-items:center;gap:.4rem}.footer-cta{display:inline-block;margin-top:.75rem;font-size:.9rem;font-weight:600;opacity:.95;transition:opacity .2s}.footer-cta:hover{opacity:1}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.35rem}.footer-links a{font-size:.9rem;opacity:.85;transition:opacity .2s}.footer-links a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.layout-light .footer-bottom{border-color:var(--border-muted)}.footer-bottom p{margin:0;font-size:.85rem;opacity:.7}.footer-fiscal{margin-top:.5rem;font-size:.8rem;opacity:.75}.footer-legal{margin-top:.5rem}.footer-legal a{font-size:.85rem;opacity:.8;margin:0 .5rem}.footer-legal a:hover{opacity:1}.login-form{padding:1.5rem}.login-intro{margin:0 0 1.25rem;color:#444;font-size:.95rem;line-height:1.5}.login-google-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.login-google-wrapper>div{display:flex;justify-content:center}.login-footer-text{margin:0;font-size:.85rem;color:#666;text-align:center}.login-config-warning{background:#fff8e6;border:1px solid #f0c000;border-radius:8px;padding:1rem;margin:0}.login-config-warning p{margin:0 0 .5rem;font-size:.95rem;color:#5a4a00}.login-config-warning p:last-child{margin-bottom:0}.login-config-hint{font-size:.85rem!important;opacity:.9}.login-config-warning code{background:#00000014;padding:.15rem .4rem;border-radius:4px;font-size:.9em}.login-form label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem;color:#333}.login-form input{width:100%;padding:.65rem .85rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;margin-bottom:1rem;transition:border-color .2s}.login-form input:focus{outline:none;border-color:#4361ee}.login-form input:disabled{opacity:.7;cursor:not-allowed}.login-error{background:#fee;color:#c33;padding:.65rem .85rem;border-radius:8px;font-size:.9rem;margin:0 0 1rem}.login-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.btn-ghost{background:transparent;color:#555;border:1px solid #ccc}.btn-ghost:hover{background:#0000000d}.login-actions .btn-primary{background:#4361ee;color:#fff}.login-actions .btn-primary:hover:not(:disabled){background:#3a56d4}.login-actions .btn-primary:disabled{opacity:.7;cursor:not-allowed}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1;padding-top:56px}.layout-light{background:var(--bg-app)}.layout-light .layout-main{background:var(--bg-app);padding:56px 1rem 0}.layout-header{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:.875rem 1rem .875rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.layout-light .layout-header{background:var(--bg-surface);border-color:var(--border-subtle);color:var(--text-primary);box-shadow:var(--shadow-sm)}.layout-dark{background:#1a1d21}.layout-dark .layout-main{background:#1a1d21;padding-top:56px}.layout-dark .layout-header{background:#111827;border-color:#ffffff1f;color:#e4e8ec;box-shadow:0 1px 3px #0000004d}.layout-brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;letter-spacing:-.02em;text-decoration:none;color:inherit;transition:opacity .2s}.layout-brand:hover{opacity:.85}.layout-brand-logo{height:40px;width:auto;object-fit:contain;display:block}.layout-brand-text{font-size:1.15rem}.layout-nav{display:flex;gap:.5rem;align-items:center}.nav-link{padding:.5rem 1rem;text-decoration:none;color:inherit;font-weight:500;font-size:.95rem;border-radius:6px;opacity:.85;transition:opacity .2s,background .2s}.nav-link:hover{opacity:1}.layout-light .nav-link:hover{background:#0000000d}.layout-dark .nav-link:hover{background:#ffffff1a}.nav-link.active{opacity:1;font-weight:600}.layout-light .nav-link.active{background:#00000014}.layout-dark .nav-link.active{background:#ffffff26}.layout-ctas{display:flex;align-items:center;gap:.5rem}.layout-cta{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:8px;text-decoration:none;transition:opacity .2s,transform .15s;white-space:nowrap}.layout-cta-secondary{background:transparent;color:inherit;border:2px solid currentColor;opacity:.9}.layout-cta-secondary:hover{opacity:1;transform:translateY(-1px)}.layout-cta-primary{background:var(--accent);color:#fff;border:2px solid var(--accent)}.layout-cta-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff;transform:translateY(-1px)}.layout-actions{display:flex;align-items:center;gap:.75rem}.btn-theme{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:transparent;border:1px solid currentColor;border-radius:6px;cursor:pointer;opacity:.85;transition:opacity .2s}.btn-theme:hover{opacity:1}.btn-login{padding:.5rem 1rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;border:2px solid currentColor;background:transparent;color:inherit;transition:opacity .2s,transform .15s}.btn-login:hover{opacity:.9;transform:translateY(-1px)}.layout-user{display:flex;align-items:center;gap:.75rem}.layout-user-avatar{border-radius:50%;object-fit:cover}.layout-user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.layout-user-name{font-size:.95rem;font-weight:600}.layout-user-email{font-size:.8rem;opacity:.8}.btn-logout{padding:.4rem .85rem;font-size:.85rem;border-radius:6px;cursor:pointer;border:1px solid currentColor;background:transparent;color:inherit;opacity:.85;transition:opacity .2s}.btn-logout:hover{opacity:1}.btn-mobile-nav{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer;color:inherit}.btn-mobile-nav span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px}@media (max-width: 768px){.layout-main{padding-top:64px}.layout-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#000;border:none;cursor:pointer;padding:0}.layout-ctas{display:none}.layout-nav{position:absolute;top:100%;left:0;right:0;z-index:201;flex-direction:column;padding:.75rem 1rem 1rem;gap:0;display:none;max-height:calc(100vh - 4rem);overflow-y:auto;background:#fff;border-radius:0 0 16px 16px;box-shadow:0 12px 40px #00000040}.layout-nav.nav-open{display:flex}.layout-light .layout-nav{background:#fff;border:none;box-shadow:0 12px 40px #00000026}.layout-light .layout-nav .nav-link{color:#111827;font-weight:500;border-bottom:1px solid #e5e7eb}.layout-light .layout-nav .nav-link:hover{background:#f3f4f6;color:#111827}.layout-light .layout-nav .nav-link.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.layout-dark .layout-nav{background:#111827;border:none;color:#f9fafb;box-shadow:0 12px 40px #0006}.layout-dark .layout-nav .nav-link{color:#f9fafb;font-weight:500;border-bottom:1px solid #374151}.layout-dark .layout-nav .nav-link:hover{background:#1f2937;color:#fff}.layout-dark .layout-nav .nav-link.active{background:#1e3a5f;color:#93c5fd;font-weight:600}.nav-link{width:100%;padding:1rem 1.25rem;text-align:left;font-size:1.0625rem;border-radius:0;min-height:48px;display:flex;align-items:center;box-sizing:border-box;opacity:1}.btn-mobile-nav{display:flex;min-width:44px;min-height:44px;align-items:center;justify-content:center}}@media (min-width: 769px){.btn-mobile-nav{display:none}}.page{padding:1.5rem 2rem 2.5rem;max-width:1000px;margin:0 auto;transition:color .3s ease,background .3s ease,box-shadow .3s ease}.page-light{color:var(--text-primary);background:var(--bg-surface);border-radius:12px;box-shadow:var(--shadow-card);margin-top:1rem;margin-bottom:1rem;padding:2rem}@media (max-width: 640px){.page-light{margin-left:.75rem;margin-right:.75rem}}.page-dark{color:#e4e8ec}.page-hero{text-align:center;padding:3rem 0 4rem}.page-hero h1{font-size:2.5rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.hero-tagline{font-size:1.35rem;font-weight:600;margin:0 0 1rem;opacity:.9}.hero-desc{font-size:1.05rem;line-height:1.7;margin:0 auto 2rem;max-width:600px;opacity:.85}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-header{text-align:center;padding:1.5rem 0 2rem}.page-header h1{font-size:2.25rem;font-weight:700;margin:0 0 .5rem}.page-subtitle{font-size:1.15rem;opacity:.85;margin:0}.page-content{padding-bottom:2rem}.content-block{margin-bottom:2.5rem}.content-block h2{font-size:1.35rem;margin:0 0 .75rem;opacity:.95}.content-block p{margin:0;line-height:1.7;opacity:.9}.values-list{margin:0;padding-left:1.25rem;line-height:1.8}.values-list li{margin-bottom:.5rem}.highlights h2{text-align:center;font-size:1.5rem;margin:0 0 2rem}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.highlight-card{padding:1.5rem;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);text-align:center}.page-light .highlight-card{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.highlight-icon{font-size:2rem;display:block;margin-bottom:.75rem}.highlight-card h3{font-size:1.1rem;margin:0 0 .5rem}.highlight-card p{font-size:.95rem;margin:0;opacity:.9}.cta-section{text-align:center;padding:3rem 0}.cta-section h2{font-size:1.5rem;margin:0 0 .75rem}.cta-section p{margin:0 0 1.5rem;max-width:500px;margin-left:auto;margin-right:auto;opacity:.9}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{padding:1.5rem;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.page-light .service-card{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.service-icon{font-size:2rem;display:block;margin-bottom:1rem}.service-card h3{font-size:1.2rem;margin:0 0 .5rem}.service-card p{font-size:.95rem;margin:0;line-height:1.6;opacity:.9}.services-cta{text-align:center;margin-top:2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 640px){.contact-grid{grid-template-columns:1fr}}.contact-info h2,.contact-cta h2{font-size:1.2rem;margin:0 0 1rem}.contact-item{margin-bottom:1.25rem}.contact-item strong{display:block;font-size:.85rem;margin-bottom:.25rem;opacity:.8}.contact-item p{margin:0;font-size:1rem}.contact-cta p{margin:0 0 1.5rem;line-height:1.7;opacity:.9}.contact-cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.contact-info a{color:inherit;text-decoration:none;opacity:.95}.contact-info a:hover{text-decoration:underline;opacity:1}.contact-link-with-icon,.contact-btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem}.contact-fiscal{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.page-light .contact-fiscal{border-color:var(--border-muted)}.contact-fiscal h3{font-size:1rem;margin:0 0 .5rem;opacity:.9}.contact-fiscal p{margin:0 0 .25rem;font-size:.95rem;opacity:.9}.page .btn{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .15s ease,box-shadow .15s ease;border:none}.page .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.page .btn-primary{background:var(--accent);color:#fff}.page .btn-primary:hover{background:var(--accent-hover)}.page .btn-secondary{background:#fff3;color:inherit;border:2px solid rgba(255,255,255,.35)}.page-light .btn-secondary{background:#0000000f;border-color:#00000026}.page .btn-ghost{background:transparent;color:inherit;border:none;opacity:.9}.page .btn-ghost:hover{opacity:1;box-shadow:none}.page-light .home-social-proof,.page-light .home-why-different,.page-light .home-why-siace,.page-light .home-modules{background:var(--bg-surface-alt);margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.page-light .home-features,.page-light .home-cta-final{margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.home-hero{padding:2.5rem 0 3rem}.home-hero-visual{margin-bottom:2rem}.home-hero-img{max-width:320px;width:100%;height:auto;opacity:.95}@media (max-width: 640px){.home-hero-visual{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.home-hero-img{max-width:none;width:100%;display:block}}.home-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}.home-hero-badge{font-size:.95rem;margin:0 0 1.5rem;opacity:.85}.home-hero-badge a{color:inherit;text-decoration:underline;font-weight:600}.home-hero-actions{gap:.75rem}.home-social-proof{text-align:center;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.page-light .home-social-proof{border-color:var(--border-muted)}.home-social-proof-lead{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;opacity:.8}.home-social-proof-title{font-size:1.35rem;font-weight:700;margin:0 0 1.5rem}.home-social-proof-visual{margin:1.5rem auto}.home-social-proof-visual img{max-width:280px;width:100%;height:auto;opacity:.9}@media (max-width: 640px){.home-social-proof-visual{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.home-social-proof-visual img{max-width:none;width:100%;display:block}}.home-social-proof-cta{margin:1rem 0 0;font-size:.95rem;opacity:.85}.home-why-different{text-align:center;padding:2.5rem 0}.home-section-title{font-size:1.6rem;font-weight:700;margin:0 0 .75rem}.home-section-subtitle{font-size:1.05rem;line-height:1.7;max-width:640px;margin:0 auto;opacity:.9}.home-features{display:flex;flex-direction:column;gap:2rem;padding:2.5rem 0}.home-feature-visual{margin-bottom:1rem}.home-feature-visual img{max-width:160px;width:100%;height:auto;opacity:.9}.home-feature-block{padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.page-light .home-feature-block{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.home-feature-num{display:inline-block;font-size:2rem;font-weight:800;opacity:.4;margin-bottom:.5rem}.home-feature-subtitle{font-size:1rem;font-weight:600;margin:0 0 .25rem;opacity:.9}.home-feature-title{font-size:1.4rem;font-weight:700;margin:0 0 .75rem}.home-feature-desc{font-size:.98rem;line-height:1.6;margin:0 0 1rem;opacity:.9}.home-feature-bullets{margin:0 0 1.25rem;padding-left:1.25rem;line-height:1.8;font-size:.95rem;opacity:.9}.home-feature-cta{margin-top:.5rem}.home-why-siace{text-align:center;padding:3rem 0}.home-why-visual{margin-bottom:1.5rem}.home-why-visual img{max-width:220px;width:100%;height:auto;opacity:.9}.home-why-siace-intro{margin-bottom:2rem}.home-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem;text-align:left}.home-why-card{padding:1.5rem;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.page-light .home-why-card{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.home-why-card h4{font-size:1.1rem;margin:0 0 .5rem}.home-why-card p{font-size:.95rem;margin:0;line-height:1.6;opacity:.9}.home-why-cta{margin-top:1rem}.home-modules{padding:3rem 0}.home-modules-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.home-module-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:999px;font-size:.95rem;font-weight:500;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.page-light .home-module-chip{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.home-module-icon{font-size:1.1rem}.home-cta-final{text-align:center;padding:2.5rem 0 3rem;border-top:1px solid rgba(255,255,255,.1)}.page-light .home-cta-final{border-color:var(--border-muted)}.instaladores-section{padding-bottom:2rem}.instaladores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}.instalador-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.page-light .instalador-card{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.instalador-avatar-wrap{margin-bottom:1rem}.instalador-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;display:block}.instalador-avatar-fallback{width:80px;height:80px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto}.instalador-nombre{font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.instalador-whatsapp{display:inline-flex;align-items:center;gap:.5rem;color:#25d366;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;background:#25d3661f;transition:background .2s}.instalador-whatsapp:hover{background:#25d36633}.page-light .instalador-whatsapp{color:#128c7e;background:#128c7e1a}.page-light .instalador-whatsapp:hover{background:#128c7e2e}.instaladores-empty{text-align:center;opacity:.85;margin-top:2rem}.instaladores-empty code{font-size:.9em;background:#0000001a;padding:.2rem .5rem;border-radius:4px}.page-light .instaladores-empty code{background:var(--bg-surface-alt)}.equipos-fiscales-intro{text-align:center;max-width:640px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7;opacity:.9}.equipos-fiscales-grid-section{padding-bottom:1rem}.equipos-fiscales-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.equipo-fiscal-card{padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.page-light .equipo-fiscal-card{background:var(--bg-surface);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.equipo-fiscal-imagen{width:100%;min-height:160px;border-radius:8px;background:#00000026;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-light .equipo-fiscal-imagen{background:var(--bg-surface-alt)}.equipo-fiscal-imagen img{width:100%;height:100%;object-fit:contain;max-height:200px}.equipo-fiscal-imagen-fallback{width:100%;height:160px;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;opacity:.5}.equipo-fiscal-nombre{font-size:1.35rem;font-weight:700;margin:0 0 .5rem}.equipo-fiscal-desc-corta{font-size:.95rem;font-weight:600;opacity:.9;margin:0 0 .75rem}.equipo-fiscal-desc{font-size:.95rem;line-height:1.6;margin:0 0 1rem;opacity:.9}.equipo-fiscal-caracteristicas{margin:0 0 1rem;padding-left:1.25rem;font-size:.9rem;line-height:1.7;opacity:.9}.equipo-fiscal-siace{margin:0;font-size:.95rem;font-weight:600;color:var(--accent)}.equipos-fiscales-cta{text-align:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.page-light .equipos-fiscales-cta{border-color:var(--border-muted)}.equipos-fiscales-cta p{margin:0 0 1rem;font-size:1.05rem}.videos-section{padding-bottom:2rem}.videos-channel-cta{text-align:center;margin-bottom:2.5rem}.videos-channel-cta p{margin:0 0 1.25rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7;opacity:.9}.videos-channel-btn{display:inline-block}.videos-grid-title{font-size:1.25rem;margin:0 0 1.25rem;opacity:.95}.videos-grid-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.video-embed-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;background:#0003}.page-light .video-embed-wrapper{background:#0000000f}.video-embed{position:absolute;top:0;left:0;width:100%;height:100%}.videos-empty-hint{text-align:center;opacity:.85;margin:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.25rem;color:#1a1a2e}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#666;padding:.25rem;border-radius:4px;transition:color .2s,background .2s}.modal-close:hover{color:#1a1a2e;background:#0000000f}.modal-solicitar-plan{max-width:480px}.solicitar-plan-form{padding:1.5rem;max-height:70vh;overflow-y:auto}.solicitar-plan-intro{margin:0 0 1.25rem;font-size:.95rem;color:#555;line-height:1.5}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem;color:#333}.form-group input{width:100%;padding:.65rem .85rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#2563eb}.form-group input.input-error{border-color:#dc2626}.form-error{display:block;font-size:.8rem;color:#dc2626;margin-top:.25rem}.solicitar-plan-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.solicitar-plan-actions .btn{padding:.6rem 1.25rem;font-size:.95rem}.planes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;padding-bottom:3rem}.plan-card{position:relative;padding:1.75rem;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:1rem;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.page-light .plan-card{background:#ffffffb3;border-color:#00000014}.plan-destacado{border-width:2px;border-color:#4361ee;box-shadow:0 0 0 1px #4361ee4d}.plan-badge{position:absolute;top:-10px;right:1rem;background:#4361ee;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:20px}.plan-nombre{font-size:1.35rem;font-weight:700;margin:0;padding-right:100px}.plan-descripcion{font-size:.95rem;line-height:1.6;margin:0;opacity:.9;flex:1}.plan-precios{display:flex;flex-direction:column;gap:.75rem}.plan-precio-item{display:flex;flex-direction:column;gap:.2rem}.plan-precio-item strong{font-size:.85rem;opacity:.85}.plan-precio-item span{font-size:1rem}.plan-precio-valor{font-weight:600}.plan-incluye{font-size:.9rem;opacity:.85}.btn-plan-detalles{background:transparent;border:1px dashed currentColor;color:inherit;padding:.5rem 1rem;font-size:.9rem;border-radius:6px;cursor:pointer;opacity:.9;transition:opacity .2s,background .2s}.btn-plan-detalles:hover{opacity:1;background:#ffffff0d}.page-light .btn-plan-detalles:hover{background:#0000000a}.plan-soportes{padding:1rem;border-radius:8px;background:#0000001a;border:1px solid rgba(255,255,255,.1)}.page-light .plan-soportes{background:#0000000a;border-color:#00000014}.plan-soportes h4{font-size:.95rem;margin:0 0 .75rem}.plan-soportes ul{margin:0;padding:0;list-style:none}.plan-soportes li{display:flex;flex-direction:column;gap:.15rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.page-light .plan-soportes li{border-color:#0000000f}.plan-soportes li:last-child{border-bottom:none}.soporte-concepto{font-size:.9rem;font-weight:600}.soporte-precio{font-size:.85rem;opacity:.9}.btn-plan-cta{margin-top:.5rem;text-align:center}.page-transition-wrap{animation:pageEnter .4s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes pageEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.page-transition-wrap{animation:pageEnterReduced .2s ease-out forwards}}@keyframes pageEnterReduced{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94)}.reveal.reveal-visible{opacity:1;transform:translateY(0)}.reveal.reveal-stagger-1{transition-delay:.05s}.reveal.reveal-stagger-2{transition-delay:.1s}.reveal.reveal-stagger-3{transition-delay:.15s}.reveal.reveal-stagger-4{transition-delay:.2s}.reveal.reveal-stagger-5{transition-delay:.25s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.reveal.reveal-visible{opacity:1;transform:none}}
