.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#2f528ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a}.navbar-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-size:1.25rem;font-weight:800;color:var(--white);text-decoration:none}.navbar-logo:hover{color:var(--orange)}.navbar-toggle{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem}.navbar-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navbar-links a{color:#fffffff2;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.navbar-links a:hover{color:var(--orange)}.navbar-links a.active{color:var(--orange);text-decoration:underline;text-underline-offset:4px}@media (max-width: 768px){.navbar-toggle{display:block}.navbar-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--navy);padding:1rem;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.navbar-links.open{max-height:300px}.navbar-links li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-links li:last-child{border-bottom:none}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680;z-index:1000;text-decoration:none}.whatsapp-float:hover{color:#fff;box-shadow:0 6px 28px #25d36699}.hero{position:relative;width:100%;min-height:100vh;min-height:500px;overflow:hidden;background:var(--navy);display:flex;align-items:center;justify-content:center;padding-top:70px}.hero-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1.5rem 5rem}@media (min-width: 900px){.hero-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem;padding:2rem 3rem 5rem}}.hero-content{flex:1;max-width:520px;text-align:center}@media (min-width: 900px){.hero-content{text-align:left;order:1}}.hero-title{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;color:var(--white);line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.hero-badge{display:inline-block;background:#ec61252e;border:1.5px solid rgba(236,97,37,.5);color:#ffb380;font-size:.82rem;font-weight:700;letter-spacing:.04em;padding:5px 14px;border-radius:20px;margin-bottom:1.1rem}.hero-title-accent{color:var(--orange)}.hero-desc{font-size:clamp(1rem,2vw,1.15rem);color:#ffffffe0;line-height:1.65;font-weight:400;margin-top:.75rem}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.25rem;justify-content:center}@media (min-width: 900px){.hero-pills{justify-content:flex-start}}.hero-pill{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;font-size:.82rem;font-weight:600;padding:5px 12px;border-radius:20px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:1.75rem;justify-content:center}@media (min-width: 900px){.hero-actions{justify-content:flex-start}}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:12px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;border:none;transition:transform .15s,opacity .15s;white-space:nowrap}.hero-btn:hover{opacity:.9;transform:translateY(-1px)}.hero-btn:active{transform:translateY(0)}.hero-btn--primary{background:var(--orange);color:#fff;box-shadow:0 4px 20px #ec612566}.hero-btn--outline{background:#ffffff1f;color:#fff;border:2px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-video-wrapper{flex-shrink:0;width:100%;max-width:320px;aspect-ratio:9 / 16;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #0006,0 0 0 1px #ffffff14,0 0 40px #ec612526;animation:float 6s ease-in-out infinite}@media (min-width: 900px){.hero-video-wrapper{max-width:340px;order:2}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-video-container{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;background:#000}.hero-video{width:100%;height:100%;object-fit:contain}.hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,#1a3a6b 100%)}.placeholder-content{text-align:center;color:var(--white);padding:2rem}.placeholder-icon{width:80px;height:80px;margin:0 auto 1rem;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 8px 32px #ec612566}.placeholder-content p{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.placeholder-content span{font-size:.9rem;opacity:.8}.scroll-indicator-wrapper{position:absolute;bottom:2rem;left:0;right:0;display:flex;justify-content:center;align-items:center}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:var(--white);padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-family:inherit;font-weight:600;font-size:.95rem;transition:background .3s}.scroll-indicator:hover{background:#ffffff4d}.scroll-indicator svg{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.section-separator{width:100%;line-height:0;overflow:hidden}.section-separator.flip{transform:scaleY(-1)}.separator-svg{width:100%;height:80px;display:block}.section{padding:4rem 2rem;background:var(--white)}.section.alt-bg{background:var(--navy-light)}.section-content{max-width:1100px;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--navy);text-align:center;margin-bottom:1rem;line-height:1.2}.section-desc{font-size:1.15rem;color:var(--navy);opacity:.85;text-align:center;max-width:600px;margin:0 auto 3rem;line-height:1.6}.interactive-demo{background:var(--white);border-radius:24px;padding:2rem;box-shadow:0 8px 40px #2f528f1f;border:2px solid var(--navy-light)}.productos-demo .demo-product-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media (max-width: 768px){.productos-demo .demo-product-card{grid-template-columns:1fr}}.gallery-thumb{background:var(--navy-light);border-radius:16px;padding:1rem;cursor:grab;border:2px dashed transparent;transition:border-color .2s}.gallery-thumb:hover{border-color:var(--orange)}.gallery-thumb.dragging{opacity:.5}.gallery-thumb.main{grid-column:1 / -1;min-height:120px;display:flex;align-items:center;justify-content:center}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.thumb-placeholder{font-size:1.5rem;color:var(--navy);opacity:.6}.product-info h3{font-size:1.5rem;color:var(--navy);margin-bottom:1rem}.variant-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.variant-group span{font-weight:600;font-size:.9rem;min-width:50px}.variant-btn{padding:.4rem .8rem;border-radius:12px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.variant-btn:hover,.variant-btn.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.attributes{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;font-size:.9rem;color:var(--navy);opacity:.8}.product-toggles{display:flex;gap:.75rem;margin-top:1rem}.toggle-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:50px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.toggle-btn.on{background:var(--orange);color:var(--white);border-color:var(--orange)}.categorias-demo .demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 900px){.categorias-demo .demo-grid{grid-template-columns:1fr}}.category-tree h4,.badges-demo h4,.filters-demo h4{font-size:1rem;color:var(--navy);margin-bottom:1rem}.category-item{padding:.75rem 1rem;background:var(--navy-light);border-radius:16px;margin-bottom:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.category-item:hover{background:#2f528f26}.category-item.expanded{background:var(--orange-light);border:2px solid var(--orange)}.category-item .children{margin-left:1.5rem;margin-top:.5rem;list-style:none}.category-item .children li{padding:.25rem 0;font-size:.95rem;color:var(--navy);opacity:.9}.product-preview{background:var(--navy-light);border-radius:20px;padding:1.5rem}.preview-image{position:relative;aspect-ratio:1;background:var(--white);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:4rem;margin-bottom:1rem}.preview-image .badge{position:absolute;top:8px;right:8px;padding:.25rem .6rem;border-radius:8px;color:#fff;font-size:.75rem;font-weight:700}.badge-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.badge-buttons button{padding:.4rem .8rem;border-radius:12px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.badge-buttons button.active{border-color:var(--badge-color);background:var(--badge-color);color:#fff}.filters-demo{grid-column:1 / -1}.filter-tags{display:flex;flex-wrap:wrap;gap:.75rem}.filter-tag{padding:.6rem 1.2rem;border-radius:50px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.filter-tag:hover,.filter-tag.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.constructor-demo .page-preview{background:var(--navy-light);border-radius:24px;padding:2rem}.preview-header{font-weight:700;font-size:1.1rem;color:var(--navy);margin-bottom:1.5rem;text-align:center}.sections-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.section-block{background:var(--white);border-radius:16px;border:2px solid var(--navy-light);cursor:grab}.section-block:active{cursor:grabbing}.block-content{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem}.block-icon{width:44px;height:44px;background:var(--orange-light);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--orange)}.remove-btn{margin-left:auto;width:32px;height:32px;border-radius:50%;border:none;background:var(--navy-light);color:var(--navy);font-size:1.25rem;cursor:pointer;line-height:1;transition:background .2s}.remove-btn:hover{background:var(--orange);color:#fff}.add-section-btn{width:100%;margin-top:1rem;padding:1rem;border:2px dashed var(--navy);border-radius:16px;background:transparent;color:var(--navy);font-family:inherit;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s}.add-section-btn:hover{background:var(--orange-light);border-color:var(--orange);color:var(--orange)}.section-picker{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;overflow:hidden}.picker-option{padding:.75rem;border-radius:12px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s}.picker-option:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.experiencia-demo .demo-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.experiencia-demo .demo-row{grid-template-columns:1fr}}.experiencia-demo h4{font-size:1rem;color:var(--navy);margin-bottom:1rem}.search-box{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:var(--white);border-radius:16px;border:2px solid var(--navy-light)}.search-box input{flex:1;border:none;font-family:inherit;font-size:1rem;outline:none}.search-results{margin-top:.5rem;background:var(--white);border-radius:12px;padding:.5rem;box-shadow:0 4px 20px #00000014}.result-item{padding:.6rem 1rem;border-radius:8px;cursor:pointer;transition:background .2s}.result-item:hover{background:var(--orange-light)}.menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--navy);color:var(--white);border:none;border-radius:16px;font-family:inherit;font-weight:600;cursor:pointer;transition:background .2s}.menu-trigger:hover{background:var(--orange)}.mega-menu{margin-top:.5rem;background:var(--white);border-radius:16px;padding:1.25rem;box-shadow:0 8px 30px #0000001a;border:2px solid var(--navy-light)}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.menu-col{display:flex;flex-direction:column;gap:.5rem}.menu-col strong{color:var(--navy);margin-bottom:.25rem}.menu-col span{color:var(--navy);opacity:.8;cursor:pointer}.menu-col span:hover{color:var(--orange)}.products-preview{flex-direction:row;flex-wrap:wrap}.mini-product{padding:.5rem .75rem;background:var(--navy-light);border-radius:12px;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{padding:1.25rem;background:var(--navy-light);border-radius:16px;text-align:center;cursor:pointer;transition:all .3s}.product-card.visible{background:var(--orange-light);border:2px solid var(--orange)}.product-emoji{font-size:2rem;display:block;margin-bottom:.5rem}.hint{font-size:.85rem;color:var(--navy);opacity:.7;margin-top:1rem;text-align:center}.recs-list{display:flex;flex-wrap:wrap;gap:.75rem}.rec-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--white);border-radius:50px;border:2px solid var(--navy-light);font-weight:600;cursor:pointer;transition:all .2s}.rec-item:hover{border-color:var(--orange);color:var(--orange)}.recommendations-demo{margin-top:2rem}.whatsapp-demo .demo-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.whatsapp-demo .demo-layout{grid-template-columns:1fr}}.whatsapp-demo h4{font-size:1rem;color:var(--navy);margin-bottom:1rem}.cart-preview,.message-preview{background:var(--navy-light);border-radius:20px;padding:1.5rem}.cart-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:1fr auto auto auto;gap:.75rem;align-items:center;padding:.75rem 1rem;background:var(--white);border-radius:12px;font-size:.95rem}.item-name{font-weight:600}.item-variant{font-size:.85rem;opacity:.8}.remove-item{width:28px;height:28px;border-radius:50%;border:none;background:var(--navy-light);color:var(--navy);font-size:1.1rem;cursor:pointer;line-height:1}.remove-item:hover{background:var(--orange);color:#fff}.pedir-btn{width:100%;padding:1rem 1.5rem;background:#25d366;color:#fff;border:none;border-radius:16px;font-family:inherit;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background .2s}.pedir-btn:hover{background:#20bd5a}.message-placeholder{padding:2rem;text-align:center;color:var(--navy);opacity:.6;background:var(--white);border-radius:12px}.whatsapp-message{background:#dcf8c6;border-radius:12px;padding:1.25rem;border:1px solid #b8e994}.whatsapp-message pre{font-family:inherit;font-size:.9rem;white-space:pre-wrap;margin:0 0 1rem;color:var(--navy)}.message-hint{font-size:.85rem;color:var(--navy);opacity:.7}.marketing-demo{position:relative}.marketing-demo h4{font-size:1rem;color:var(--navy);margin-bottom:1rem}.banner-demo{margin-bottom:2rem}.banner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:1rem 1.5rem;background:var(--orange);color:var(--white);border-radius:20px;font-weight:700;font-size:1.1rem}.countdown{display:flex;align-items:center;gap:.25rem;font-family:monospace;font-size:1.25rem}.countdown span:nth-child(odd){background:#ffffff4d;padding:.25rem .5rem;border-radius:8px}.identity-demo,.seo-demo{margin-bottom:1.5rem}.identity-preview{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--white);border-radius:16px;border:2px solid var(--navy-light)}.logo-placeholder{width:60px;height:60px;background:var(--navy-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.color-pills{display:flex;gap:.5rem}.pill{width:32px;height:32px;border-radius:50%}.pill.navy{background:var(--navy)}.pill.orange{background:var(--orange)}.currency{font-weight:700;font-size:1.1rem}.seo-preview{padding:1rem 1.5rem;background:var(--white);border-radius:16px;border:2px solid var(--navy-light)}.seo-title{font-weight:700;color:#1a0dab;font-size:1.1rem;margin-bottom:.25rem}.seo-desc{font-size:.9rem;color:#545454}.floating-btn{position:absolute;bottom:1rem;right:1rem;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680;cursor:pointer}.floating-btn.pulse{box-shadow:0 0 #25d366b3;animation:pulse-ring 1.5s ease-out infinite}@keyframes pulse-ring{0%{box-shadow:0 0 #25d36680}to{box-shadow:0 0 0 20px #25d36600}}.gestion-demo .tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.gestion-demo .tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:16px;border:2px solid var(--navy-light);background:var(--white);font-family:inherit;font-weight:600;cursor:pointer;transition:all .2s}.gestion-demo .tab:hover,.gestion-demo .tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.audit-log{display:flex;flex-direction:column;gap:.75rem}.audit-entry{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;padding:.75rem 1rem;background:var(--navy-light);border-radius:12px;font-size:.95rem}.entry-user{font-weight:700;color:var(--navy)}.entry-action{color:var(--navy);opacity:.9}.entry-time{font-size:.85rem;opacity:.7}.claims-form input,.claims-form textarea{width:100%;padding:.75rem 1rem;border-radius:12px;border:2px solid var(--navy-light);font-family:inherit;font-size:1rem;margin-bottom:.75rem}.claims-form textarea{resize:vertical;min-height:80px}.submit-claim{padding:.75rem 1.5rem;background:var(--orange);color:#fff;border:none;border-radius:12px;font-family:inherit;font-weight:700;cursor:pointer}.profile-settings .profile-field{margin-bottom:1rem}.profile-settings label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.profile-settings input{width:100%;padding:.75rem 1rem;border-radius:12px;border:2px solid var(--navy-light);font-family:inherit}.save-btn{margin-top:1rem;padding:.75rem 1.5rem;background:var(--navy);color:#fff;border:none;border-radius:12px;font-family:inherit;font-weight:700;cursor:pointer}.ejemplos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.ejemplo-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;background:var(--white);border-radius:24px;border:2px solid var(--navy-light);text-decoration:none;color:var(--navy);transition:all .3s;position:relative}.ejemplo-card:hover{border-color:var(--orange);box-shadow:0 12px 40px #ec612526}.ejemplo-icon{width:64px;height:64px;background:var(--orange-light);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--orange)}.ejemplo-nombre{font-weight:800;font-size:1.25rem}.ejemplo-url{font-size:.9rem;opacity:.8}.ejemplo-arrow{position:absolute;top:1rem;right:1rem;opacity:.5}.ejemplo-card:hover .ejemplo-arrow{opacity:1;color:var(--orange)}.demo-section{background:var(--navy-light)}.demo-badge{display:inline-block;background:var(--orange);color:#fff;font-weight:700;font-size:.75rem;letter-spacing:.08em;padding:4px 14px;border-radius:20px;margin-bottom:1rem}.demo-limits{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:1.5rem 0 2rem}.demo-limit-item{display:flex;align-items:center;gap:8px;background:#fff;border:2px solid var(--navy);border-radius:12px;padding:10px 20px;font-weight:600;font-size:.95rem;color:var(--navy)}.limit-icon{font-size:1.2rem}.demo-card{max-width:640px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 40px #2f528f1f;padding:2rem}.demo-form{display:flex;flex-direction:column;gap:1.25rem}.demo-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 540px){.demo-form-row{grid-template-columns:1fr}}.demo-field{display:flex;flex-direction:column;gap:6px}.demo-field label{font-size:.875rem;font-weight:600;color:var(--navy)}.demo-field input{padding:10px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;color:var(--navy);transition:border-color .2s;outline:none}.demo-field input:focus{border-color:var(--navy)}.demo-field input:disabled{opacity:.6;background:#f8fafc}.demo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:12px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;border:none;text-decoration:none;transition:opacity .2s}.demo-btn-primary{background:var(--orange);color:#fff}.demo-btn-primary:disabled{opacity:.7;cursor:not-allowed}.demo-btn-full{width:100%}.demo-error{display:flex;align-items:center;gap:8px;background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:10px;font-size:.9rem;font-weight:500}.demo-terms{font-size:.8rem;color:#64748b;text-align:center;line-height:1.5}.demo-success{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:1rem 0}.success-icon{color:#16a34a}.demo-success h3{font-size:1.4rem;font-weight:700;color:var(--navy)}.demo-success p{color:#475569;font-size:.95rem;max-width:360px}.demo-url-hint{font-size:.8rem!important;color:#94a3b8!important;word-break:break-all}.demo-urls{display:flex;flex-direction:column;gap:10px;width:100%}.demo-url-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:2px solid #e2e8f0;background:#f8fafc;text-decoration:none;color:var(--navy);transition:border-color .2s,background .2s;text-align:left}.demo-url-card:hover{border-color:var(--navy);background:#fff}.demo-url-card--primary{border-color:var(--orange);background:#fff7f0}.demo-url-card--primary:hover{background:#fff3e8}.demo-url-card>div{display:flex;flex-direction:column;flex:1;min-width:0}.demo-url-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.demo-url-card--primary .demo-url-label{color:var(--orange)}.demo-url-value{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-url-ext{opacity:.4;flex-shrink:0}.demo-tabs{display:flex;gap:4px;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:1.5rem}.demo-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:9px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;border:none;background:transparent;color:#64748b;transition:background .2s,color .2s}.demo-tab.active{background:#fff;color:var(--navy);box-shadow:0 1px 4px #0000001a}.demo-tab:hover:not(.active){color:var(--navy)}.demo-dias-badge{background:#fef3c7;color:#92400e;border:1.5px solid #fde68a;border-radius:10px;padding:6px 16px;font-size:.9rem;font-weight:600}.demo-btn-link{display:block;width:100%;margin-top:1rem;background:none;border:none;color:#64748b;font-size:.875rem;font-family:inherit;cursor:pointer;text-align:center;padding:4px;transition:color .2s}.demo-btn-link:hover{color:var(--navy)}.planes-section{background:var(--navy-light)}.planes-moneda-nota{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8rem;font-weight:600;color:#64748b;margin-bottom:1rem;letter-spacing:.01em}.planes-hosting-nota{display:flex;align-items:flex-start;gap:10px;background:#fffbeb;border:1.5px solid #fde68a;border-radius:12px;padding:14px 18px;max-width:680px;margin:0 auto 2.5rem;color:#78350f;font-size:.875rem;line-height:1.55}.planes-hosting-nota svg{flex-shrink:0;margin-top:2px;color:#d97706}.planes-loading{display:flex;align-items:center;justify-content:center;gap:8px;color:#64748b;padding:2rem 0}.planes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto 3rem}.plan-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.plan-card:hover{border-color:var(--orange);box-shadow:0 8px 32px #ec61251f}.plan-header{background:var(--navy);padding:1.5rem 1.5rem 1.25rem;text-align:center}.plan-nombre{font-size:.8rem;font-weight:800;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.plan-setup{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.12)}.plan-setup-label{font-size:.72rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em}.plan-setup-monto{font-size:1.6rem;font-weight:800;color:#fff;line-height:1.1}.plan-precio{display:flex;align-items:baseline;justify-content:center;gap:4px}.plan-precio-monto{font-size:2rem;font-weight:800;color:var(--orange);line-height:1}.plan-precio-periodo{font-size:.95rem;color:#fff9;font-weight:500}.plan-precio-nota{font-size:.72rem;color:#ffffff73;margin-top:4px}.plan-limites{list-style:none;padding:1.25rem;margin:0;display:flex;flex-direction:column;gap:8px;flex:1}.plan-limites li{display:flex;align-items:center;gap:8px;font-size:.875rem}.plan-limite-icon{color:var(--orange);flex-shrink:0}.plan-limite-label{flex:1;color:#475569}.plan-limite-valor{font-weight:700;color:var(--navy);font-size:.82rem}.plan-pago{padding:0 1.25rem .75rem;text-align:center}.plan-pago-badge{display:inline-block;font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:20px}.plan-pago-badge--yape{background:#f3e8ff;color:#6b21a8;border:1px solid #d8b4fe}.plan-pago-badge--paypal{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.plan-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 1.25rem .5rem;padding:12px;background:#25d366;color:#fff;font-size:.92rem;font-weight:700;font-family:inherit;border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s}.plan-cta:hover{opacity:.88;transform:translateY(-1px);color:#fff}.plan-demo-link{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 1.25rem 1.25rem;background:none;border:none;color:#64748b;font-size:.8rem;font-family:inherit;cursor:pointer;padding:6px;transition:color .2s}.plan-demo-link:hover{color:var(--navy)}.planes-incluye{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 2px 16px #2f528f12}.planes-incluye h4{font-size:.85rem;font-weight:800;color:var(--navy);margin-bottom:1.25rem;text-align:center;text-transform:uppercase;letter-spacing:.08em}.planes-incluye-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.planes-incluye-item{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:var(--navy);font-weight:500}.planes-incluye-item svg{color:var(--orange);flex-shrink:0;margin-top:2px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.footer{background:var(--navy);color:var(--white);padding:4rem 2rem 2rem}.footer-content{max-width:800px;margin:0 auto;text-align:center}.footer-cta h3{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;margin-bottom:.75rem}.footer-cta p{opacity:.9;margin-bottom:1.5rem;font-size:1.1rem}.cta-btn{display:inline-block;padding:1rem 2rem;background:var(--orange);color:#fff;border-radius:50px;font-family:inherit;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ec612566}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);font-size:.9rem;opacity:.8}.guia-dominio{min-height:100vh;background:var(--white);padding-bottom:4rem}.guia-hero{background:var(--navy);color:var(--white);padding:120px 1.5rem 4rem;text-align:center}.guia-hero-inner{max-width:700px;margin:0 auto}.guia-back{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffe6;text-decoration:none;font-weight:600;margin-bottom:1.5rem;transition:color .2s}.guia-back:hover{color:var(--orange)}.guia-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem;line-height:1.3}.guia-hero-desc{font-size:1.1rem;opacity:.9;line-height:1.6}.guia-content{max-width:800px;margin:0 auto;padding:0 1.5rem}.guia-que-es{margin:2.5rem 0;padding:2rem;background:var(--navy-light);border-radius:16px;border-left:4px solid var(--orange)}.guia-que-es h2{font-size:1.5rem;color:var(--navy);margin-bottom:1rem}.guia-que-es p{color:var(--navy);line-height:1.7;margin-bottom:.75rem}.guia-que-es p:last-child{margin-bottom:0}.guia-que-es strong{color:var(--orange)}.guia-seccion-titulo{font-size:1.35rem;color:var(--navy);margin:2.5rem 0 1rem}.guia-paso-card{margin:2rem 0;background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #2f528f1f;border:2px solid var(--navy-light)}.paso-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 0}.paso-numero{flex-shrink:0;width:44px;height:44px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.paso-texto{font-size:1.1rem;font-weight:600;color:var(--navy);margin:0;padding-top:.5rem;line-height:1.5}.paso-imagen-wrap{position:relative;min-height:200px;margin:1.5rem;border-radius:12px;overflow:hidden;background:var(--navy-light)}.paso-imagen{width:100%;height:auto;display:block;border-radius:12px}.paso-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--navy);opacity:0;border:2px dashed rgba(47,82,143,.3);border-radius:12px;font-size:.9rem;font-weight:500;transition:opacity .2s}.paso-placeholder.visible{opacity:1}.paso-placeholder svg{opacity:.6}.guia-cta-wrap{text-align:center;margin-top:3rem}.guia-cta{display:inline-block;padding:1rem 2rem;background:var(--orange);color:#fff;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.guia-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ec612566}.guia-hosting{min-height:100vh;background:var(--white);padding-bottom:4rem}.guia-hosting .guia-hero{background:var(--navy);color:var(--white);padding:120px 1.5rem 4rem;text-align:center}.guia-hosting .guia-hero-inner{max-width:700px;margin:0 auto}.guia-hosting .guia-back{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffe6;text-decoration:none;font-weight:600;margin-bottom:1.5rem;transition:color .2s}.guia-hosting .guia-back:hover{color:var(--orange)}.guia-hosting .guia-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem;line-height:1.3}.guia-hosting .guia-hero-desc{font-size:1.1rem;opacity:.9;line-height:1.6}.guia-hosting .guia-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.hosting-que-es{margin:2.5rem 0;padding:2rem;background:var(--navy-light);border-radius:20px;border-left:4px solid var(--orange)}.hosting-que-es h2{font-size:1.5rem;color:var(--navy);margin-bottom:1rem}.hosting-que-es p{color:var(--navy);line-height:1.7;margin-bottom:1rem}.hosting-que-es strong{color:var(--orange)}.diagrama-hosting{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin:2rem 0;padding:2rem;background:var(--white);border-radius:16px;box-shadow:0 4px 24px #2f528f1a}.diagrama-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;min-width:120px}.diagrama-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.diagrama-icon.dominio{background:linear-gradient(135deg,var(--navy) 0%,#4a6ba8 100%)}.diagrama-icon.servidor{background:linear-gradient(135deg,var(--orange) 0%,#f07a4a 100%)}.diagrama-icon.web{background:linear-gradient(135deg,#43a047,#66bb6a)}.diagrama-icon .emoji-web{font-size:2rem}.diagrama-item span{font-weight:700;color:var(--navy);font-size:1rem}.diagrama-item small{font-size:.8rem;color:var(--navy);opacity:.8}.diagrama-flecha{font-size:1.5rem;font-weight:800;color:var(--orange)}.diagrama-item.resultado .diagrama-icon{animation:pulse-icon 2s ease-in-out infinite}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hosting-nota{font-size:.95rem;font-style:italic;opacity:.9;margin-top:.5rem}@media (max-width: 600px){.diagrama-hosting{flex-direction:column;padding:1.5rem}.diagrama-flecha{transform:rotate(90deg)}}.hosting-oferta{margin:3rem 0;padding:2.5rem;background:var(--white);border-radius:20px;box-shadow:0 8px 40px #2f528f1f;border:2px solid var(--navy-light)}.hosting-oferta h2{font-size:1.5rem;color:var(--navy);margin-bottom:.75rem}.oferta-intro{color:var(--navy);line-height:1.6;margin-bottom:1.5rem}.oferta-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.oferta-card{padding:1.5rem;border-radius:16px;text-align:center;transition:box-shadow .3s}.oferta-card.precio{background:linear-gradient(135deg,var(--orange-light) 0%,rgba(236,97,37,.06) 100%);border:2px solid var(--orange)}.oferta-card.mantenimiento{background:linear-gradient(135deg,var(--navy-light) 0%,rgba(47,82,143,.04) 100%);border:2px solid var(--navy)}.oferta-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.oferta-card.precio .oferta-icon{background:var(--orange);color:#fff}.oferta-card.mantenimiento .oferta-icon{background:var(--navy);color:#fff}.oferta-card h3{font-size:1.25rem;color:var(--navy);margin-bottom:.5rem}.oferta-card p{font-size:.95rem;color:var(--navy);opacity:.9;margin:0}.oferta-beneficios{padding-top:1.5rem;border-top:1px solid var(--navy-light)}.oferta-beneficios h4{font-size:1.1rem;color:var(--navy);margin-bottom:1rem}.oferta-beneficios ul{list-style:none;padding:0;margin:0}.oferta-beneficios li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:var(--navy);font-weight:500}.oferta-beneficios li svg{flex-shrink:0;color:#43a047}@media (max-width: 600px){.oferta-cards{grid-template-columns:1fr}}.hosting-alternativas{margin:3rem 0;padding:2rem;background:var(--navy-light);border-radius:20px}.hosting-alternativas h2{font-size:1.5rem;color:var(--navy);margin-bottom:.75rem}.hosting-alternativas>p{color:var(--navy);line-height:1.6;margin-bottom:1.5rem}.proveedores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.proveedor-card{display:flex;flex-direction:column;padding:1.25rem;background:var(--white);border-radius:14px;text-decoration:none;color:var(--navy);border:2px solid transparent;transition:border-color .2s;position:relative}.proveedor-card:hover{border-color:var(--orange)}.proveedor-nombre{font-weight:700;font-size:1.1rem;margin-bottom:.25rem}.proveedor-desc{font-size:.9rem;opacity:.85;flex:1}.proveedor-icon{position:absolute;top:1rem;right:1rem;opacity:.5}.proveedor-card:hover .proveedor-icon{opacity:1;color:var(--orange)}.guia-hosting .guia-cta-wrap{text-align:center;margin-top:3rem}.guia-hosting .guia-cta{display:inline-block;padding:1rem 2rem;background:var(--orange);color:#fff;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.guia-hosting .guia-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ec612566}:root{--navy: #2F528F;--orange: #EC6125;--white: #FFFFFF;--navy-light: rgba(47, 82, 143, .08);--orange-light: rgba(236, 97, 37, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden}
