		:root{
			--primary:#3157ff;
			--primary-dark:#1d2fbf;
			--secondary:#0b1020;
			--accent:#22c55e;
			--accent-dark:#16a34a;
			--bg:#edf2fb;
			--card:#ffffff;
			--text:#172033;
			--muted:#667085;
			--border:#e4e9f5;
			--danger:#dc2626;
			--warning:#f59e0b;
		}

		*{box-sizing:border-box}

		body{
			margin:0;
			font-family:Inter,Arial,Helvetica,sans-serif;
			background:var(--bg);
			color:var(--text);
		}

		button,input,textarea,select{font-family:inherit}

		
		body.user-view .hidden-section{display:none!important}
		body.user-view .section-tools,
		body.user-view .add-section-bar,
		body.user-view .admin-tools{
			display:none!important;
		}

		body.user-view{
			-webkit-user-select:none;
			user-select:none;
		}

		body.user-view img,
		body.user-view canvas,
		body.user-view .store-product-cover,
		body.user-view .detail-cover{
			-webkit-user-drag:none;
			user-drag:none;
		}

		.brand{display:flex;align-items:center;justify-content:flex-start;min-height:72px;flex:0 0 auto}
		.brand-logo{display:block;height:72px;max-width:280px;object-fit:contain}
		.top-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}

		.btn{border:0;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:800;transition:.18s ease;font-size:14px}
		.btn:hover{transform:translateY(-1px)}
		.btn-primary{background:linear-gradient(135deg,var(--primary),#6d5dfc);color:#fff;box-shadow:0 12px 26px rgba(49,87,255,.24)}
		.btn-dark{background:var(--secondary);color:#fff}
		.btn-soft{background:#eef7ff;color:var(--primary-dark)}
		.btn-danger{background:#fee2e2;color:var(--danger)}
		.btn-outline{background:#fff;border:1px solid var(--border);color:var(--text)}

		.builder-wrap{padding:0;max-width:none;margin:0;width:100%}
		.preview{background:#fff;border:0;border-radius:0;overflow:hidden;min-height:100vh;box-shadow:none;width:100%}
		.home-page{display:block}

		.public-header{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 46px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:80;color:var(--text)}
		.public-nav{display:flex;gap:22px;align-items:center;font-weight:700;color:#475569}
		.nav-link{cursor:pointer}
		.nav-link:hover{color:var(--primary)}
		.nav-item{position:relative}
		.nav-item::after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}
		.nav-trigger{display:flex;align-items:center;gap:8px;cursor:pointer}
		.nav-caret{font-size:11px;color:#94a3b8}
		.nav-item:hover .nav-trigger,.nav-item.open .nav-trigger{color:var(--primary)}
		.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 24px 54px rgba(15,23,42,.14);padding:10px;display:none;z-index:120}
		.nav-item:hover .nav-dropdown,.nav-item.open .nav-dropdown{display:grid;gap:6px}
		.nav-dropdown-link{padding:12px 14px;border-radius:14px;cursor:pointer;background:#fff;transition:.18s ease}
		.nav-dropdown-link:hover{background:#f8fafc}
		.nav-dropdown-link strong{display:block;color:#0f172a;font-size:14px}
		.nav-dropdown-link span{display:block;color:#64748b;font-size:12px;line-height:1.4;margin-top:3px}
		.header-right{display:flex;align-items:center;gap:18px}.header-user-tools,.admin-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-mode-select{border:1px solid var(--border);border-radius:12px;padding:9px 10px;font-weight:800;background:#fff;color:#334155}

		.builder-section{position:relative;outline:0 solid transparent;transition:.18s ease}
		.builder-section:hover{outline:3px solid rgba(49,87,255,.28);outline-offset:-3px}
		.builder-section.hidden-section{height:44px!important;min-height:0!important;overflow:hidden!important;opacity:0.5;padding:0!important;margin:0!important;border:2px dashed #94a3b8!important;background:#f1f5f9!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}
		.hidden-section>*:not(.section-tools){display:none!important}
		.hidden-section .section-tools{position:static!important;opacity:1!important;transform:none!important;padding:0 10px!important}

		.section-tools{
			position:absolute;
			top:12px;
			right:12px;
			display:flex;
			gap:6px;
			z-index:30;
			opacity:0;
			transform:translateY(-4px);
			transition:.18s ease;
			background:rgba(15,23,42,.88);
			padding:7px;
			border-radius:999px;
			box-shadow:0 12px 30px rgba(15,23,42,.25);
		}
		.builder-section:hover .section-tools{opacity:1;transform:translateY(0)}
		.tool-btn{width:34px;height:34px;border-radius:999px;border:0;background:#fff;color:#0f172a;font-weight:900;cursor:pointer;display:grid;place-items:center;font-size:14px}
		.tool-btn:hover{background:#eef7ff;color:var(--primary)}
		.tool-btn.delete:hover{background:#fee2e2;color:var(--danger)}

		.hero{min-height:500px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b)}
		.hero-slide{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;padding:68px 56px 78px;min-height:500px;position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.35s ease,visibility 1.35s ease}
		.hero-slide.active{opacity:1;visibility:visible;z-index:1}
		.hero .hero-slide > div:first-child{transition:transform .85s ease,opacity .7s ease;transform:translateY(4px);opacity:0}
		.hero .hero-slide.active > div:first-child{transform:translateY(0);opacity:1}
		.hero .hero-slide .hero-img{transition:opacity .85s ease,transform .95s ease;transform:translateY(4px);opacity:0}
		.hero .hero-slide.active .hero-img{transform:translateY(0);opacity:1}
		.hero h1{font-size:54px;line-height:1.02;margin:0 0 18px;letter-spacing:-2px;color:#f8fafc;max-width:720px}
		.hero p{font-size:19px;line-height:1.65;color:#cbd5f5;margin:0 0 26px;max-width:660px}
		.hero-img{min-height:0;aspect-ratio:16/9;border-radius:34px;background:#dbeafe;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 30px 80px rgba(15,23,42,.18);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.75)}
		.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(37,99,235,.2),rgba(124,58,237,.18))}
		.hero-controls{position:absolute;left:46px;bottom:22px;display:flex;align-items:center;gap:10px;z-index:3}
		.hero-arrow,.hero-dot{border:0;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.16)}
		.hero-arrow{width:36px;height:36px;border-radius:999px;background:#fff;font-size:20px;font-weight:900;color:#0f172a}
		.hero-dot{width:11px;height:11px;border-radius:999px;background:#cbd5e1;padding:0}
		.hero-dot.active{background:var(--primary);width:26px}

		.section{padding:58px 56px;background:#fff;color:var(--text)}
		.section.alt-soft{background:#f3f6fb}
		.section.alt-dark{background:linear-gradient(135deg,#172033,#1e2f52);color:#f8fafc}
		.section.alt-dark .section-head h2,.section.alt-dark h2,.section.alt-dark h3{color:#f8fafc}
		.section.alt-dark .section-head p,.section.alt-dark p{color:#cbd5e1}
		.section.alt-dark .card,.section.alt-dark .step,.section.alt-dark .faq-item,.section.alt-dark .divi-column-card,.section.alt-dark .contact-card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.10)}
		.section.alt-dark .card h3,.section.alt-dark .step h3,.section.alt-dark .faq-item h3,.section.alt-dark .divi-column-card h3{color:#f1f5f9}
		.section.alt-dark .card p,.section.alt-dark .step p,.section.alt-dark .faq-item p,.section.alt-dark .divi-column-card p{color:#cbd5e1}
		.section.alt-dark .step-number{background:rgba(49,87,255,.3);color:#93c5fd;border:none}
		.section.alt-dark .card-icon{background:rgba(49,87,255,.25);color:#93c5fd}
		.section-head{max-width:760px;margin-bottom:28px}
		.section-head h2{font-size:38px;line-height:1.08;margin:0 0 12px;color:#0b1020;letter-spacing:-1px}
		.section-head p{margin:0;font-size:16px;line-height:1.6;color:#64748b}

		.cards,.steps,.testimonials{display:grid;grid-template-columns:repeat(var(--info-cols,auto-fit),minmax(240px,1fr));gap:18px}
		.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.products-carousel .product{min-width:calc((100% - 54px) / 4);max-width:calc((100% - 54px) / 4);flex-shrink:0;align-self:flex-start;scroll-snap-align:start}.section-more-btn{display:flex;justify-content:center;margin-top:28px}
		.card,.step,.testimonial,.faq-item,.contact-card,.generic-card,.detail-box,.divi-column-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.07);transition:.2s ease;display:flex;flex-direction:column;gap:10px;height:100%}
		.card:hover,.product:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(15,23,42,.11)}
		.card-icon{width:54px;height:54px;border-radius:8px;background:#eff6ff;display:grid;place-items:center;font-size:24px;margin-bottom:16px;overflow:hidden}
		.card-icon img{width:100%;height:100%;object-fit:cover}
		.card h3,.product-body h3,.step h3,.faq-item h3{margin:0 0 8px;font-size:20px;color:#0f172a}
		.card p,.product-body p,.step p,.faq-item p{margin:0;line-height:1.55;color:#64748b}

		.product,.store-product,.carousel-card{border:1px solid var(--border);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.08);transition:.2s ease;display:grid;grid-template-rows:minmax(0,1fr) minmax(0,.5fr);aspect-ratio:2/3}.product,.store-product{position:relative}
		.store-page{display:none;background:#f8fafc;color:var(--text)}
		body.page-store .home-page{display:none!important}
		body.page-store .store-page{display:block}
		body.page-detail .home-page,
		body.page-detail .store-page,
		body.page-generic .home-page,
		body.page-generic .store-page,
		body.page-generic .detail-page{display:none!important}
		body.page-detail .detail-page{display:block}
		body.page-generic .generic-page{display:block}
		body.page-store .add-section-bar,
		body.page-detail .add-section-bar{display:none!important}
		.upload-hint{display:block;font-size:12px;color:#3157ff;font-weight:500;margin-top:4px}
		/* ── Hero compacto compartido (subpáginas genéricas y tienda/vitrinas) ── */
		.hero.hero-compact{padding:48px 56px;background:linear-gradient(135deg,#0b1020,#1e2f52);color:#fff;display:flex;align-items:center;min-height:200px;background-size:cover;background-position:center;position:relative}
		.hero.hero-compact::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,16,32,.85),rgba(30,47,82,.75));pointer-events:none}
		.hero-compact-content{position:relative;z-index:1;max-width:720px}
		.hero.hero-compact h1{font-size:38px;line-height:1.1;margin:0 0 12px;letter-spacing:-1px;color:#fff}
		.hero.hero-compact p{font-size:16px;line-height:1.6;color:#cbd5e1;margin:0 0 20px;max-width:640px}
		.hero.hero-compact:hover .section-tools{opacity:1;transform:translateY(0)}
		/* ── Store hero (compacto con tarjeta contador) ── */
		.store-hero{padding:48px 56px;background:linear-gradient(135deg,#0b1020,#1e2f52);color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;position:relative;background-size:cover;background-position:center}
		.store-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,16,32,.85),rgba(30,47,82,.75));pointer-events:none}
		.store-hero>div:not(.section-tools){position:relative;z-index:1}
		.store-hero:hover .section-tools{opacity:1;transform:translateY(0)}
		.store-hero .btn-outline{margin-bottom:18px}
		.store-hero h1{font-size:38px;line-height:1.1;margin:0 0 12px;letter-spacing:-1px}
		.store-hero p{font-size:16px;line-height:1.6;color:#cbd5e1;margin:0 0 20px;max-width:640px}
		.store-hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:26px;box-shadow:0 24px 70px rgba(0,0,0,.22);position:relative;z-index:1}
		.store-hero-card strong{display:block;font-size:38px;margin-bottom:8px}
		/* hero grande reutilizado en store */
		.store-hero-full{margin-bottom:0}
		.store-shell{padding:34px 56px 58px}
		.store-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px;flex-wrap:wrap}
		.store-tabs{display:flex;gap:10px;flex-wrap:wrap}.store-tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer;color:#334155}.store-tab.active{background:#0f172a;color:#fff;border-color:#0f172a}
		.store-search{min-width:260px;border:1px solid var(--border);border-radius:14px;padding:12px 14px;font-weight:700;background:#fff}
		.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
		.store-product-cover{aspect-ratio:1/1;background:radial-gradient(circle at 80% 20%,rgba(49,87,255,.24),transparent 32%),linear-gradient(135deg,#dbeafe,#ede9fe);display:grid;place-items:center;font-size:54px;overflow:hidden;border-radius:26px 26px 0 0;position:relative}
		.store-product-cover img,.product-cover img,.carousel-cover img{width:100%;height:100%;object-fit:cover}.store-product-body,.product-body,.carousel-body{padding:20px 12px 8px;display:flex;flex-direction:column;gap:2px;min-height:0;position:relative;background:#fff;border-radius:0 0 26px 26px}.store-price-info{display:flex;flex-direction:column;gap:0}.store-price-label{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.store-doc-count{position:absolute;top:8px;right:8px;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:800;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.3)}.store-badge{width:max-content;background:#eef7ff;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;position:absolute;top:67%;left:12px;transform:translateY(-50%);z-index:2;box-shadow:0 10px 24px rgba(15,23,42,.12);border:1px solid rgba(255,255,255,.95)}.store-product h3,.product-body h3,.carousel-body h3{margin:0;color:#0f172a;min-height:2.12em;font-size:17px;line-height:1.14}.store-product p,.product-body p,.carousel-body p{margin:0;color:#64748b;font-size:12px;line-height:1.24;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.5em}.store-actions,.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.store-actions{margin-top:20px;padding-top:0}.store-price,.price{font-weight:950;font-size:21px;color:var(--accent-dark);white-space:nowrap}
		.file-type-badge{position:absolute;bottom:8px;right:8px;background:rgba(15,23,42,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:800;line-height:1.4;border:1px solid rgba(255,255,255,.18);pointer-events:none}
		.file-type-badge.file-type-pdf{background:rgba(239,68,68,.82)}
		.file-type-badge.file-type-word{background:rgba(37,99,235,.82)}
		.file-type-badge.file-type-ppt{background:rgba(249,115,22,.82)}
		.file-type-badge.file-type-excel{background:rgba(22,163,74,.82)}
		.file-type-badge.file-type-zip{background:rgba(124,58,237,.82)}
		.store-empty{display:none;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:30px;text-align:center;color:#64748b;font-weight:800}
		.cart-btn{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;border-radius:999px;background:var(--danger);color:#fff;font-size:12px;display:grid;place-items:center;font-weight:950;border:2px solid #fff}
		.cart-item{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;border:1px solid var(--border);background:#fff;border-radius:16px;padding:12px}.cart-thumb{width:54px;height:54px;border-radius:14px;background:#eef7ff;display:grid;place-items:center;font-size:25px;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:cover}.cart-item h3{margin:0 0 4px;font-size:15px;color:#0f172a}.cart-item p{margin:0;color:#64748b;font-size:13px}.cart-price{font-weight:950;color:var(--accent-dark)}.cart-total{display:flex;justify-content:space-between;align-items:center;background:#0f172a;color:#fff;border-radius:18px;padding:16px 18px;margin-top:14px;font-weight:950}.checkout-summary{background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:16px;margin-bottom:16px}.checkout-summary-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.checkout-summary-row:last-child{border-bottom:0}.payment-box{border:1px solid var(--border);border-radius:18px;padding:14px;background:#fff;margin-top:10px}.payment-options{display:grid;gap:8px}.payment-options label{display:flex;align-items:center;gap:8px;font-weight:800;color:#334155}
		.pdf-viewer-shell{height:72vh;background:#0f172a;border-radius:22px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.12)}
		.protected-pdf-frame{width:100%;height:100%;border:0;background:#111827;user-select:none}.protected-pdf-object{width:100%;height:100%;border:0;background:#111827}
		.pdf-canvas-scroll{height:100%;overflow:auto;padding:24px 16px 86px;background:#111827;display:grid;gap:18px;justify-items:center;position:relative;z-index:1}
		.pdf-canvas-page{max-width:100%;background:#fff;border-radius:8px;box-shadow:0 18px 48px rgba(0,0,0,.35);display:block;user-select:none;pointer-events:none}.pdf-loading{height:100%;display:grid;place-items:center;color:#e2e8f0;font-weight:900;text-align:center;padding:30px}
		.pdf-watermark{display:none} /* 🔥 eliminamos watermark HTML duplicado */
		.pdf-watermark-grid{position:absolute;inset:-120px;pointer-events:none;z-index:3;background-image:repeating-linear-gradient(-28deg,transparent 0 140px,rgba(255,255,255,.08) 140px 142px,transparent 142px 260px)}
		.pdf-protected-note{position:absolute;left:14px;right:14px;bottom:14px;z-index:5;background:rgba(15,23,42,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px 14px;color:#e2e8f0;font-size:13px;font-weight:800;display:flex;justify-content:space-between;gap:10px;align-items:center}.pdf-empty{height:100%;display:grid;place-items:center;color:#cbd5e1;text-align:center;padding:30px}.pdf-empty strong{display:block;font-size:26px;margin-bottom:8px;color:#fff}.pdf-file-badge{font-size:12px;background:#eef7ff;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-weight:950;display:inline-block;margin-top:8px}
		.generic-page{display:none;background:#fff;color:var(--text)}
		.page-builder-empty{padding:44px 56px;background:#f8fafc;border-top:1px dashed #cbd5e1;text-align:center;color:#64748b;font-weight:800}.page-builder-empty h2{color:#0f172a;margin:0 0 10px}.page-builder-add{padding:24px 56px;background:#f8fafc;border-top:1px dashed #cbd5e1;display:flex;justify-content:center}.page-block-note{background:#f8fafc;border:1px solid var(--border);border-radius:18px;padding:16px;color:#475569;line-height:1.55}
		.generic-hero{padding:58px 56px;background:linear-gradient(135deg,#0f172a,#1e2f52);color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.generic-hero h1{font-size:46px;line-height:1.05;margin:12px 0 14px;letter-spacing:-1.5px}.generic-hero p{font-size:17px;line-height:1.6;color:#cbd5e1;margin:0}.generic-visual{min-height:260px;border-radius:30px;background:radial-gradient(circle at 80% 20%,rgba(34,197,94,.22),transparent 30%),linear-gradient(135deg,#dbeafe,#ede9fe);display:grid;place-items:center;font-size:74px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.2)}.generic-visual img{width:100%;height:100%;object-fit:cover}.generic-content{padding:46px 56px;background:#fff}.generic-layout{display:grid;grid-template-columns:1fr .85fr;gap:28px;align-items:start}.generic-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.07)}.generic-card h2{margin:0 0 12px;color:#0f172a}.generic-card p{color:#64748b;line-height:1.65}.generic-contact-form{display:grid;gap:12px}.generic-contact-form input,.generic-contact-form textarea,.generic-contact-form select{border:1px solid var(--border);border-radius:14px;padding:12px 14px;font-size:14px}.generic-contact-form textarea{min-height:130px;resize:vertical}.generic-info-list{display:grid;gap:12px;margin-top:16px}.generic-info-item{background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:14px;color:#334155;font-weight:800}.page-file-badge{font-size:12px;background:#eef7ff;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-weight:950;display:inline-block;margin-top:8px}
		.detail-page{display:none;background:#fff;color:var(--text)}
		.detail-hero{padding:56px;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:30px;align-items:center;background:linear-gradient(180deg,#f8fafc,#fff)}
		.detail-cover{aspect-ratio:1/1;max-width:440px;width:100%;justify-self:center;border-radius:32px;background:radial-gradient(circle at 80% 20%,rgba(49,87,255,.22),transparent 32%),linear-gradient(135deg,#dbeafe,#ede9fe);display:grid;place-items:center;font-size:86px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.12)}
		.detail-cover img{width:100%;height:100%;object-fit:cover}
		.detail-info{background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);display:flex;flex-direction:column;gap:12px}
		.detail-info h1{font-size:36px;line-height:1.08;margin:10px 0 14px;letter-spacing:-1px;color:#0f172a}
		.detail-info p{font-size:17px;line-height:1.65;color:#64748b;margin:0}
		.detail-price-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0;flex-wrap:wrap}.detail-price{font-size:34px;font-weight:950;color:var(--accent-dark)}.detail-price-row .store-badge{position:static;transform:none}
		.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.detail-section{padding:46px 56px}.detail-description{padding-top:0}.detail-grid{display:grid;grid-template-columns:repeat(var(--detail-cols,4),minmax(240px,1fr));gap:16px}.detail-box{background:#f8fafc;border:1px solid var(--border);border-radius:22px;padding:20px}.detail-box h3{margin:0 0 8px;color:#0f172a}.detail-box p{margin:0;color:#64748b;line-height:1.5}.detail-description-text{white-space:pre-line}.detail-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.detail-list li{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;font-weight:800;color:#334155}
		.product-cover{aspect-ratio:1/1;background:radial-gradient(circle at 80% 20%,rgba(34,197,94,.22),transparent 30%),linear-gradient(135deg,#dbeafe,#ede9fe);display:grid;place-items:center;font-size:48px;overflow:hidden;flex:0 0 auto;border-radius:26px 26px 0 0;position:relative}
		.product-body .store-badge,.store-product-body .store-badge,.carousel-body .store-badge{margin-bottom:0}
		.product-rating{display:flex;flex-wrap:nowrap;align-items:center;gap:5px;font-size:12px;line-height:1.2;color:#f59e0b;font-weight:900;margin:-3px 0 0;white-space:nowrap}
		.product-rating-meta{color:#64748b;overflow:hidden;text-overflow:ellipsis}
		.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:20px;padding-top:0}
		.product-body .btn,.store-product .btn,.carousel-body .btn{padding:8px 12px;font-size:13px;border-radius:10px}
		.store-product .btn{box-shadow:none}.store-actions .btn,.price-row .btn{background:#0f172a;color:#fff;border-radius:10px}

		.carousel-wrap{position:relative}
		.carousel{display:flex;gap:18px;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 14px;-ms-overflow-style:none;scrollbar-width:none}
		.carousel::-webkit-scrollbar{display:none}
		.carousel-card{min-width:272px;max-width:272px;scroll-snap-align:start;border-color:rgba(255,255,255,.12);box-shadow:0 18px 44px rgba(0,0,0,.22)}
		.carousel-card.service-card{min-width:calc((100% - 54px)/4);max-width:calc((100% - 54px)/4);display:flex;flex-direction:column;aspect-ratio:auto;border-radius:32px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 28px 60px rgba(15,23,42,.24);border:1px solid rgba(255,255,255,.18);overflow:hidden}
		.product.service-offer-card,.store-product.service-offer-card{display:flex;flex-direction:column;grid-template-rows:none;aspect-ratio:auto;border-radius:30px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 22px 50px rgba(15,23,42,.12);overflow:hidden;min-height:420px}
		.product.service-offer-card .service-card-head,.store-product.service-offer-card .service-card-head{min-height:116px;padding:16px 18px 14px}
		.product.service-offer-card .service-card-content,.store-product.service-offer-card .service-card-content{padding:18px 18px 22px;gap:12px}
		.product.service-offer-card .service-card-summary,.store-product.service-offer-card .service-card-summary{-webkit-line-clamp:4;min-height:6.8em}
		.product.service-offer-card .service-card-footer,.store-product.service-offer-card .service-card-footer{margin-top:auto}
		.carousel-cover{aspect-ratio:1/1;background:linear-gradient(135deg,#dbeafe,#dcfce7);display:grid;place-items:center;font-size:40px;overflow:hidden;border-radius:26px 26px 0 0}
		.carousel-body{padding:14px;gap:8px}
		.carousel-body .store-badge{margin-bottom:0}
		.service-card-head{min-height:108px;padding:16px 18px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:radial-gradient(circle at 80% 20%,rgba(34,197,94,.18),transparent 28%),radial-gradient(circle at 18% 18%,rgba(49,87,255,.24),transparent 32%),linear-gradient(135deg,#0f172a,#1d3557);color:#fff;position:relative}
		.service-card-head::after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.34),rgba(255,255,255,0))}
		.service-card-kicker{font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:#bfdbfe;display:block;margin-bottom:10px}
		.service-card-head strong{display:block;font-size:17px;line-height:1.18;max-width:170px}
		.service-card-icon{width:64px;height:64px;border-radius:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;font-size:28px;overflow:hidden;flex:0 0 auto;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
		.service-card-icon img{width:100%;height:100%;object-fit:cover}
		.service-card-content{padding:16px 18px 22px;display:flex;flex-direction:column;gap:12px;flex:1}
		.service-card-summary{color:#0f172a!important;font-size:13px;line-height:1.5;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;min-height:7.2em}
		.service-card-points{display:grid;gap:8px;margin-top:auto}
		.service-card-point{font-size:12px;font-weight:900;color:#1e3a8a;background:#eef4ff;border:1px solid #dbeafe;border-radius:999px;padding:8px 12px;width:max-content;max-width:100%}
		.service-card-footer{padding-top:4px;display:flex;align-items:center;justify-content:flex-end;gap:12px}
		.service-card-btn{background:#0f172a;color:#fff;box-shadow:none}
		.service-card-btn:hover{background:#1e293b}
		.price-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
		.price-plan{position:relative;border:1px solid #dbe4f0;border-radius:30px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 20px 46px rgba(15,23,42,.08);overflow:hidden;display:flex;flex-direction:column;min-height:100%}
		.price-plan.featured{border-color:#3157ff;box-shadow:0 28px 60px rgba(49,87,255,.18);transform:translateY(-6px)}
		.price-plan-badge{position:absolute;top:16px;right:18px;background:#0f172a;color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
		.price-plan.featured .price-plan-badge{background:linear-gradient(135deg,#3157ff,#6d5dfc)}
		.price-plan-head{padding:26px 24px 18px;background:radial-gradient(circle at top right,rgba(49,87,255,.12),transparent 30%),linear-gradient(180deg,#f8fbff,#ffffff)}
		.price-plan-kicker{display:block;font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:#64748b;margin-bottom:10px}
		.price-plan-title{margin:0;font-size:28px;line-height:1.05;color:#0f172a;letter-spacing:-1px}
		.price-plan-price{display:flex;align-items:flex-end;gap:10px;margin-top:18px}
		.price-plan-price strong{font-size:38px;line-height:1;color:#0f172a;letter-spacing:-1.4px}
		.price-plan-price span{font-size:13px;font-weight:900;color:#64748b;padding-bottom:4px}
		.price-plan-body{padding:0 24px 24px;display:flex;flex-direction:column;gap:16px;flex:1}
		.price-plan-description{margin:0;color:#475569;line-height:1.65;font-size:14px}
		.price-plan-includes{margin:0;padding:0;list-style:none;display:grid;gap:10px}
		.price-plan-includes li{position:relative;padding:12px 14px 12px 40px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-weight:800;line-height:1.45}
		.price-plan-includes li::before{content:"";position:absolute;left:14px;top:12px;width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 10px rgba(34,197,94,.24)}
		.price-plan-includes li::after{content:"";position:absolute;left:20px;top:16px;width:5px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(40deg)}
		.price-plan-footer{margin-top:auto;padding-top:4px;display:flex;justify-content:flex-start}
		.price-plan-btn{background:#0f172a;color:#fff;box-shadow:none}
		.price-plan.featured .price-plan-btn{background:linear-gradient(135deg,#3157ff,#6d5dfc)}
		.price-plan-btn:hover{filter:brightness(1.04)}
		.carousel-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
		.carousel-btn{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:900;box-shadow:0 6px 18px rgba(15,23,42,.08)}

		.cta-band{background:radial-gradient(circle at 90% 20%,rgba(34,197,94,.22),transparent 28%),linear-gradient(135deg,#0b1020,#152448);color:#fff;padding:58px 56px;display:flex;align-items:center;justify-content:space-between;gap:28px}
		.cta-band h2{margin:0 0 8px;font-size:30px}
		.cta-band p{margin:0;color:#cbd5e1;line-height:1.5}
		.cta-text-box{background:#fff;border-radius:16px;padding:24px 28px;border:2px solid var(--border)}
		.cta-text-box h2{color:#0f172a}
		.cta-text-box p{color:#475569}
		.section-bg-warm .cta-band,.section-bg-soft .cta-band,.section-bg-light-blue .cta-band,.section-bg-dark .cta-band{background:none}
		.step-number{width:38px;height:38px;border-radius:14px;background:#0f172a;color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:14px}
		.testimonial p{font-size:16px;line-height:1.6;color:#475569;margin:0 0 14px}.testimonial strong{color:#0f172a}
		.faq-list{display:grid;gap:12px}
		.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
		.contact-card p{margin:0 0 12px;line-height:1.6;color:#475569}
		.contact-info-card{justify-content:flex-start;gap:20px}
		.contact-info-title{font-size:18px;font-weight:900;color:#0f172a;margin:0}
		.contact-info-list{display:flex;flex-direction:column;gap:16px}
		.contact-info-row{display:flex;align-items:flex-start;gap:14px}
		.contact-info-icon{width:40px;height:40px;min-width:40px;background:#eef7ff;border-radius:10px;display:grid;place-items:center;color:var(--primary)}
		.contact-info-label{display:block;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}
		.contact-info-value{display:block;font-size:15px;font-weight:700;color:#1e293b;text-decoration:none}
		a.contact-info-value:hover{color:var(--primary)}
		.contact-form{display:grid;gap:10px}.contact-form input,.contact-form textarea{border:1px solid var(--border);border-radius:12px;padding:12px;font-size:14px}.contact-form textarea{min-height:110px;resize:vertical}
		.footer{border-top:3px solid var(--primary);background-color:#0d1f3c;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'1400'%20height%3D'420'%3E%3Cdefs%3E%3CclipPath%20id%3D%22fc%22%3E%3Crect%20width%3D%221400%22%20height%3D%22365%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23fc)%22%3E%0A%20%20%3Cpolygon%20points%3D'-300%2C-60%20-190%2C-251%2030%2C-251%20140%2C-60%2030%2C131%20-190%2C131'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.18)'%20stroke-width%3D'1.5'%2F%3E%0A%20%20%3Cpolygon%20points%3D'345%2C-185%20468%2C-397%20713%2C-397%20835%2C-185%20713%2C27%20468%2C27'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.18)'%20stroke-width%3D'1.5'%2F%3E%0A%20%20%3Cpolygon%20points%3D'680%2C380%20745%2C267%20875%2C267%20940%2C380%20875%2C493%20745%2C493'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.12)'%20stroke-width%3D'1'%2F%3E%0A%20%20%3Cpolygon%20points%3D'945%2C-115%201038%2C-275%201223%2C-275%201315%2C-115%201223%2C45%201038%2C45'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.18)'%20stroke-width%3D'1.5'%2F%3E%0A%20%20%3Cpolygon%20points%3D'1165%2C280%201268%2C102%201473%2C102%201575%2C280%201473%2C458%201268%2C458'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.14)'%20stroke-width%3D'1.5'%2F%3E%0A%20%20%3Cpolygon%20points%3D'30%2C560%20190%2C283%20510%2C283%20670%2C560%20510%2C837%20190%2C837'%20fill%3D'none'%20stroke%3D'rgba(49%2C87%2C255%2C0.14)'%20stroke-width%3D'1.5'%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");background-size:cover;background-repeat:no-repeat;background-position:top center;border-top:1px solid rgba(255,255,255,.08);color:#cbd5e1;padding:48px 40px 0}
		.footer-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:32px;padding-bottom:40px;align-items:start;max-width:1200px;margin:0 auto}
		.footer-brand{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
		.footer-logo{height:70px;width:auto;object-fit:contain;object-position:left;filter:brightness(0) invert(1);opacity:.9;display:block}
		.footer-brand-name{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.3px}
		.footer-desc{font-size:14px;color:#94a3b8;line-height:1.6;margin:0;max-width:280px}
		.footer-social-row{display:flex;gap:10px;margin-top:4px}
		.footer-col{display:flex;flex-direction:column;gap:12px}
		.footer-col-title{font-size:13px;font-weight:700;color:#f1f5f9;text-transform:uppercase;letter-spacing:.1em;padding-bottom:10px;margin-bottom:6px;position:relative;display:inline-block}
		.footer-col-title::after{content:'';position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--primary);border-radius:2px}
		.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
		.footer-links a{color:#94a3b8;text-decoration:none;font-size:16px;transition:color .2s;display:inline-flex;align-items:center;gap:6px}
		.footer-links a:hover{color:#fff;padding-left:4px}
		.footer-contact-item{display:flex;align-items:center;gap:10px;color:#94a3b8;text-decoration:none;font-size:15px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}
		.footer-contact-item:last-child{border-bottom:none}
		.footer-contact-item:hover{color:#f1f5f9}
		.footer-wa-text{color:#4ade80!important}
		.fci-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(49,87,255,.2);border-radius:7px;font-size:13px;flex-shrink:0}
		.footer-form{display:flex;flex-direction:column;gap:10px}
		.footer-input{background:#cbd5e1!important;border:1px solid #94a3b8;border-radius:8px;padding:10px 14px;color:#1e293b!important;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit}
		.footer-input::placeholder{color:#64748b}
		.footer-input:focus{border-color:var(--primary)}
		.footer-textarea{min-height:90px;resize:vertical;color:#1e293b!important;background:#cbd5e1!important}
		.footer-send-btn{background:var(--danger);color:#fff;border:none;border-radius:8px;padding:11px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit}
		.footer-send-btn:hover{background:#b91c1c}
		.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;font-size:13px;color:#64748b;text-align:center;letter-spacing:.02em;background:#0d1f3c;position:relative;z-index:1}
		.social-btn{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:18px;text-decoration:none;color:#fff;font-weight:800;box-shadow:0 6px 16px rgba(0,0,0,.2)}
		.whatsapp{background:#25D366}.facebook{background:#1877F2}.instagram{background:#E1306C}
		@media(max-width:760px){.footer{padding:36px 20px 0}.footer-inner{grid-template-columns:1fr;gap:28px}}

		.add-section-bar{padding:24px 56px;background:#f8fafc;border-top:1px dashed #cbd5e1;display:flex;justify-content:center}
		.add-section-btn{border:2px dashed #94a3b8;background:#fff;border-radius:18px;padding:18px 28px;font-weight:900;color:#334155;cursor:pointer}
		.add-section-btn:hover{border-color:var(--primary);color:var(--primary);background:#eef7ff}

		.modal-backdrop{position:fixed;inset:0;background:radial-gradient(circle at top,rgba(49,87,255,.16),transparent 24%),rgba(2,6,23,.66);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;z-index:200;padding:18px}
		.modal-backdrop.active{display:flex}
		.modal{width:min(980px,96vw);max-height:90vh;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(255,255,255,.7);border-radius:30px;box-shadow:0 40px 120px rgba(0,0,0,.34);overflow:hidden;display:flex;flex-direction:column}
		.loading-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.56);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:260;padding:18px}
		.loading-backdrop.active{display:flex}
		.loading-card{width:min(420px,92vw);background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(255,255,255,.72);border-radius:28px;box-shadow:0 36px 100px rgba(0,0,0,.3);padding:28px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}
		.loading-spinner{width:54px;height:54px;border-radius:50%;border:4px solid #dbe4ff;border-top-color:var(--primary);animation:loading-spin .9s linear infinite}
		.loading-title{font-size:22px;font-weight:950;color:#0f172a;letter-spacing:-.02em}
		.loading-text{font-size:14px;line-height:1.55;color:#64748b;font-weight:700;max-width:32ch}
		@keyframes loading-spin{to{transform:rotate(360deg)}}
		.modal-header{padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.9);display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#f8fbff,#ffffff)}
		.modal-title{font-size:22px;font-weight:950;margin:0;letter-spacing:-.4px}.modal-body{padding:22px;overflow:auto;background:linear-gradient(180deg,rgba(248,250,252,.72),rgba(255,255,255,.96))}

		/* 🔥 FIX: evitar doble scroll en visor PDF */
		.modal-body:has(.pdf-viewer-shell){
			overflow:hidden;
			padding:0;
		}.modal-footer{padding:18px 22px;border-top:1px solid rgba(226,232,240,.92);display:flex;justify-content:flex-end;gap:10px;background:linear-gradient(180deg,#ffffff,#f8fafc)}
		.close-btn{width:42px;height:42px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;cursor:pointer;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.08)}
		.close-btn:hover{background:#eef4ff;color:var(--primary)}
		.field{margin-bottom:16px}
		.field label{display:block;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;color:#475569}
		.field input,.field textarea,.field select,.product-editor-grid input,.product-editor-grid textarea,.product-editor-grid select,.slider-editor-grid input,.slider-editor-grid textarea,.slider-editor-grid select,.item-editor-grid input,.item-editor-grid textarea,.item-editor-grid select,.generic-contact-form input,.generic-contact-form textarea,.generic-contact-form select,.contact-form input,.contact-form textarea{
			width:100%;
			border:1px solid #d8e2f0;
			border-radius:16px;
			padding:13px 14px;
			outline:none;
			font-size:14px;
			background:linear-gradient(180deg,#ffffff,#fbfdff);
			color:#172033;
			box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 16px rgba(15,23,42,.04);
			transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
		}
		.field input:focus,.field textarea:focus,.field select:focus,.product-editor-grid input:focus,.product-editor-grid textarea:focus,.product-editor-grid select:focus,.slider-editor-grid input:focus,.slider-editor-grid textarea:focus,.slider-editor-grid select:focus,.item-editor-grid input:focus,.item-editor-grid textarea:focus,.item-editor-grid select:focus,.generic-contact-form input:focus,.generic-contact-form textarea:focus,.generic-contact-form select:focus,.contact-form input:focus,.contact-form textarea:focus{
			border-color:#7c9bff;
			box-shadow:0 0 0 4px rgba(49,87,255,.12),0 12px 28px rgba(49,87,255,.08);
			transform:translateY(-1px);
		}
		.field textarea,.product-editor-grid textarea,.slider-editor-grid textarea,.item-editor-grid textarea,.generic-contact-form textarea,.contact-form textarea{min-height:110px;resize:vertical}
		.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.item-editor-list{display:grid;gap:12px}.item-editor{border:1px solid var(--border);background:#f8fafc;border-radius:16px;padding:12px}.item-editor-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-weight:900;font-size:13px}.item-editor-grid{display:grid;gap:8px}.item-image-preview{width:64px;height:64px;border-radius:14px;background:#e2e8f0;object-fit:cover;display:block;margin-bottom:8px}.mini-btn{border:1px solid var(--border);background:#fff;border-radius:10px;padding:7px 9px;cursor:pointer;font-size:12px;font-weight:800}.section-list-modal{display:grid;gap:10px}.section-row-modal{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border:1px solid var(--border);background:#f8fafc;border-radius:14px;padding:12px}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.page-builder-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.page-builder-tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 13px;font-weight:900;cursor:pointer}.page-builder-tab.active{background:#0f172a;color:#fff;border-color:#0f172a}.page-manager-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.page-manager-box{border:1px solid var(--border);border-radius:18px;background:#f8fafc;padding:14px}.menu-check-row{display:flex;align-items:center;gap:10px;font-weight:900;color:#334155}.menu-check-row input{width:auto}.page-design-select{width:100%;border:1px solid var(--border);border-radius:12px;padding:10px;background:#fff;font-weight:800}.page-status-pill{font-size:12px;border-radius:999px;padding:5px 9px;font-weight:950;background:#e0f2fe;color:#0369a1}
		.media-library-overlay{position:fixed;inset:0;background:rgba(15,23,42,.54);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:420;padding:22px}
		.media-library-overlay.active{display:flex}
		.media-library-dialog{width:min(1120px,96vw);max-height:88vh;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(255,255,255,.8);box-shadow:0 34px 100px rgba(15,23,42,.28)}
		.media-library-shell{max-height:88vh;overflow:auto;padding:22px}
		.media-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px;flex-wrap:wrap}
		.media-library-stats{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
		.media-library-stat{min-width:120px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px 14px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
		.media-library-stat strong{display:block;font-size:22px;color:#0f172a}
		.media-library-stat span{display:block;font-size:12px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.06em}
		.media-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}
		.media-library-card{border:1px solid var(--border);background:#fff;border-radius:22px;padding:14px;box-shadow:0 12px 28px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:12px}
		.media-library-preview{display:flex;align-items:center;justify-content:center;min-height:150px;border-radius:18px;background:#f8fafc;overflow:hidden}
		.media-library-thumb{width:100%;height:150px;object-fit:cover;display:block}
		.media-library-doc-thumb{width:100%;min-height:150px;border-radius:18px;background:linear-gradient(180deg,#fff6f6,#fee2e2);border:1px solid rgba(185,28,28,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;color:#991b1b}
		.media-library-doc-thumb strong{font-size:28px;letter-spacing:.08em}
		.media-library-doc-thumb span{font-size:12px;font-weight:800;line-height:1.4;color:#7f1d1d;word-break:break-word}
		.media-library-meta{display:grid;gap:4px}
		.media-library-meta strong{font-size:14px;color:#0f172a;word-break:break-word}
		.media-library-meta span{font-size:12px;color:#64748b;font-weight:700;word-break:break-word}
		.media-library-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
		.item-editor-list{display:grid;gap:14px}
		.item-editor{border:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fafc);border-radius:22px;padding:14px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
		.item-editor-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-weight:950;font-size:13px;color:#0f172a}
		.mini-btn{border:1px solid #dbe4f0;background:#fff;border-radius:12px;padding:8px 10px;cursor:pointer;font-size:12px;font-weight:900;box-shadow:0 6px 14px rgba(15,23,42,.05)}
		.mini-btn:hover{background:#eef4ff;color:var(--primary)}
		.section-row-modal,.page-manager-box,.checkout-summary,.payment-box{border-radius:20px}
		.price-list-editor-card{border:1px solid #dbe4f0;background:linear-gradient(180deg,#ffffff,#f8fbff);border-radius:24px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
		.price-list-editor-card strong{display:block;font-size:18px;color:#0f172a}
		.price-list-editor-card p{margin:8px 0 0;color:#64748b;line-height:1.55}
		.price-list-editor-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}
		.price-list-editor-price{font-size:24px;font-weight:950;color:#0f172a}
		.price-list-modal-shell{display:none;position:fixed;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(8px);z-index:260;align-items:center;justify-content:center;padding:20px}
		.price-list-modal-shell.active{display:flex}
		.price-list-modal-card{width:min(680px,94vw);max-height:84vh;overflow:auto;border-radius:28px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid rgba(255,255,255,.8);box-shadow:0 34px 100px rgba(15,23,42,.28);padding:24px}
		.product-editor-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.06)}
		.product-editor-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-weight:950;color:#0f172a}
		.product-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
		.product-editor-grid .full{grid-column:1/-1}
		.product-editor-grid input,.product-editor-grid textarea,.product-editor-grid select{width:100%;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:14px;background:#fff}
		.product-editor-grid textarea{min-height:72px;resize:vertical}
		.product-editor-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:10px}
		.product-editor-preview{width:58px;height:58px;border-radius:14px;background:#eef7ff;display:grid;place-items:center;font-size:28px;overflow:hidden;flex:0 0 auto}
		.product-editor-preview img{width:100%;height:100%;object-fit:cover}
		.product-pdf-list{display:grid;gap:10px;margin-top:10px}
		.product-pdf-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid var(--border);background:#f8fafc;border-radius:16px;padding:12px}
		.product-pdf-thumb{width:62px;height:82px;border-radius:14px;background:linear-gradient(180deg,#fff6f6 0%,#fee2e2 100%);color:#b91c1c;display:grid;place-items:center;font-weight:900;font-size:12px;flex:0 0 auto;overflow:hidden;position:relative;border:1px solid rgba(185,28,28,.14);box-shadow:0 8px 18px rgba(15,23,42,.08)}
		.product-pdf-thumb img,.product-pdf-thumb canvas{width:100%;height:100%;display:block;object-fit:cover}
		.product-pdf-thumb span{letter-spacing:.08em}
		.product-pdf-meta strong{display:block;color:#0f172a;font-size:13px}
		.product-pdf-meta span{display:block;color:#64748b;font-size:12px;margin-top:2px}
		.product-pdf-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
		.slider-editor-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.06)}
		.slider-editor-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;font-weight:950;color:#0f172a}
		.slider-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
		.slider-editor-grid .full{grid-column:1/-1}
		.slider-editor-grid input,.slider-editor-grid textarea,.slider-editor-grid select{width:100%;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:14px;background:#fff}
		.slider-editor-grid textarea{min-height:72px;resize:vertical}
		.slider-editor-preview{height:110px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#ede9fe);background-size:contain;background-position:center;background-repeat:no-repeat;display:grid;place-items:center;color:#334155;font-weight:950;overflow:hidden;margin-bottom:10px}
		.slider-editor-tools{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
		.upload-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:6px}
		.upload-btn{border:1px solid var(--border);background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer;font-size:12px;font-weight:900;color:#334155}
		.upload-btn:hover{background:#eef7ff;color:var(--primary)}
		.upload-note{font-size:12px;color:#64748b;font-weight:800}

		.toast{position:fixed;bottom:18px;right:18px;background:#0f172a;color:#fff;padding:12px 16px;border-radius:14px;box-shadow:0 12px 30px rgba(15,23,42,.25);display:none;z-index:300}
		.whatsapp-float{position:fixed;right:22px;bottom:92px;width:64px;height:64px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;font-size:30px;color:#fff;text-decoration:none;box-shadow:0 16px 32px rgba(0,0,0,.28);z-index:60;transition:.2s;border:4px solid #fff}.whatsapp-float:hover{transform:scale(1.08)}


		/* Columnas tipo Divi */
		.divi-columns-wrap{display:grid;gap:22px;align-items:stretch}
		.divi-layout-1{grid-template-columns:1fr}
		.divi-layout-2{grid-template-columns:1fr 1fr}
		.divi-layout-3{grid-template-columns:repeat(3,1fr)}
		.divi-layout-4{grid-template-columns:repeat(4,1fr)}
		.divi-layout-70-30{grid-template-columns:7fr 3fr}
		.divi-layout-30-70{grid-template-columns:3fr 7fr}
		.divi-column-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.07);min-height:150px}
		.divi-column-card h3{margin:0 0 8px;color:#0f172a;font-size:20px}
		.divi-column-card p{margin:0;color:#64748b;line-height:1.55}
		.divi-col-icon{font-size:34px;display:block;margin-bottom:12px;line-height:1}
		.divi-col-media{display:block;margin-bottom:16px;width:72px;height:72px;border-radius:10px;overflow:hidden;background:#eef7ff;box-shadow:0 10px 24px rgba(15,23,42,.08)}
		.divi-col-media img{width:100%;height:100%;object-fit:cover;display:block}
		.divi-col-format-icon{display:block;margin-bottom:16px;width:72px;height:72px}
		.divi-col-format-icon svg{width:72px;height:72px;display:block}
		.divi-col-has-format-icon{align-items:flex-start}
		.divi-col-clickable{transition:.18s ease;cursor:pointer}.divi-col-clickable:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.13);border-color:#93c5fd}
		.divi-col-cta-hint{margin-top:auto;padding-top:12px;font-size:.8rem;font-weight:800;color:var(--primary);display:block}
		/* ── SOFT ── */
		.section.section-bg-soft{background:#f8fafc}
		.section-bg-soft .card,.section-bg-soft .step,.section-bg-soft .faq-item,.section-bg-soft .divi-column-card,.section-bg-soft .contact-card,.section-bg-soft .price-plan{background:#fff}

		/* ── AZUL PÁLIDO ── */
		.section.section-bg-light-blue{background:#eff6ff;color:#1e3a8a}
		.section-bg-light-blue .section-head h2,.section-bg-light-blue h2,.section-bg-light-blue h3{color:#1e3a8a}
		.section-bg-light-blue .section-head p,.section-bg-light-blue p{color:#334155}
		.section-bg-light-blue .card,.section-bg-light-blue .step,.section-bg-light-blue .faq-item,.section-bg-light-blue .divi-column-card,.section-bg-light-blue .contact-card,.section-bg-light-blue .price-plan{background:#fff;border-color:#bfdbfe}
		.section-bg-light-blue .card h3,.section-bg-light-blue .step h3,.section-bg-light-blue .faq-item h3,.section-bg-light-blue .divi-column-card h3{color:#1e3a8a}
		.section-bg-light-blue .card p,.section-bg-light-blue .step p,.section-bg-light-blue .faq-item p,.section-bg-light-blue .divi-column-card p{color:#334155}
		.section-bg-light-blue .step-number{background:#dbeafe;color:#1d4ed8;border:none}
		.section-bg-light-blue .card-icon{background:#dbeafe;color:#1d4ed8}
		.section-bg-light-blue .service-card-content p{color:#1e3a8a}
		.section-bg-light-blue .contact-info-icon{background:#dbeafe;color:#1d4ed8}

		/* ── CREMA ── */
		.section.section-bg-warm{background:#fefce8;color:#1c1917}
		.section-bg-warm .section-head h2,.section-bg-warm h2,.section-bg-warm h3{color:#1c1917}
		.section-bg-warm .section-head p,.section-bg-warm p{color:#44403c}
		.section-bg-warm .card,.section-bg-warm .faq-item,.section-bg-warm .divi-column-card,.section-bg-warm .contact-card,.section-bg-warm .price-plan{background:#fffbeb;border-color:#fde68a}
		.section-bg-warm .step{background:#fff;border:2px solid #fb923c}
		.section-bg-warm .cta-text-box{background:#fff;border-color:#fb923c}
		.section-bg-warm .card h3,.section-bg-warm .step h3,.section-bg-warm .faq-item h3,.section-bg-warm .divi-column-card h3{color:#1c1917}
		.section-bg-warm .card p,.section-bg-warm .step p,.section-bg-warm .faq-item p,.section-bg-warm .divi-column-card p{color:#57534e}
		.section-bg-warm .step-number{background:#fef3c7;color:#92400e;border:none}
		.section-bg-warm .card-icon{background:#fef3c7;color:#92400e}
		.section-bg-warm .contact-info-icon{background:#fef3c7;color:#92400e}
		.section-bg-warm .contact-info-value{color:#1c1917}
		.section-bg-warm .contact-form input,.section-bg-warm .contact-form textarea{background:#fffbeb;border-color:#fde68a;color:#1c1917}
		.section-bg-warm .price-amount{color:#92400e}
		.section-bg-warm .btn-outline{border-color:#92400e;color:#92400e}

		/* ── OSCURO ── */
		.section.section-bg-dark{background:#0f172a;color:#e2e8f0}
		.section-bg-dark .section-head h2,.section-bg-dark h2,.section-bg-dark h3{color:#f1f5f9}
		.section-bg-dark .section-head p,.section-bg-dark p{color:#94a3b8}
		.section-bg-dark .card,.section-bg-dark .step,.section-bg-dark .faq-item,.section-bg-dark .divi-column-card,.section-bg-dark .contact-card,.section-bg-dark .price-plan{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10)}
		.section-bg-dark .card h3,.section-bg-dark .step h3,.section-bg-dark .faq-item h3,.section-bg-dark .divi-column-card h3{color:#f1f5f9}
		.section-bg-dark .card p,.section-bg-dark .step p,.section-bg-dark .faq-item p,.section-bg-dark .divi-column-card p{color:#94a3b8}
		.section-bg-dark .step-number{background:rgba(49,87,255,.3);color:#93c5fd;border:none}
		.section-bg-dark .card-icon{background:rgba(49,87,255,.22);color:#93c5fd}
		.section-bg-dark .contact-info-icon{background:rgba(49,87,255,.22);color:#93c5fd}
		.section-bg-dark .contact-info-title{color:#f1f5f9}
		.section-bg-dark .contact-info-label{color:#64748b}
		.section-bg-dark .contact-info-value{color:#e2e8f0}
		.section-bg-dark a.contact-info-value{color:#93c5fd}
		.section-bg-dark .contact-form input,.section-bg-dark .contact-form textarea{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#f1f5f9}
		.section-bg-dark .contact-form input::placeholder,.section-bg-dark .contact-form textarea::placeholder{color:rgba(255,255,255,.35)}
		.section-bg-dark .price-amount{color:#93c5fd}
		.section-bg-dark .price-plan-head{background:rgba(255,255,255,.04)}
		.section-bg-dark .price-plan-kicker{color:#64748b}
		.section-bg-dark .price-plan-title{color:#f1f5f9}
		.section-bg-dark .price-plan-price strong{color:#93c5fd}
		.section-bg-dark .price-plan-price span{color:#64748b}
		.section-bg-dark .price-plan-description{color:#94a3b8}
		.section-bg-dark .price-plan-includes li{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);color:#e2e8f0}
		.section-bg-dark .price-plan-badge{background:rgba(49,87,255,.5)}
		.section-bg-dark .price-plan-btn{background:rgba(255,255,255,.12);color:#f1f5f9}
		.section-bg-dark .price-plan.featured .price-plan-btn{background:linear-gradient(135deg,#3157ff,#6d5dfc)}
		.section-bg-dark .store-badge{background:rgba(49,87,255,.25);color:#93c5fd}
		.section-bg-dark .btn-outline{border-color:rgba(255,255,255,.25);color:#e2e8f0}
		.section-bg-dark .btn-outline:hover{background:rgba(255,255,255,.08)}
		.hamburger-btn{display:none;background:none;border:1px solid var(--border);border-radius:10px;padding:8px 10px;cursor:pointer;font-size:18px;color:#0f172a}
		.mobile-nav{display:none;width:100%;padding:10px 0 4px;flex-direction:column;gap:4px}
		.mobile-nav .nav-link,.mobile-nav .nav-trigger{display:block;padding:10px 14px;border-radius:12px;font-weight:700;color:#334155;cursor:pointer;background:none;border:none;text-align:left;width:100%;font-family:inherit;font-size:14px}
		.mobile-nav .nav-link:hover,.mobile-nav .nav-trigger:hover{background:#f1f5f9;color:var(--primary)}
		.mobile-nav .nav-group-children{padding-left:14px;display:none;flex-direction:column;gap:2px}
		.mobile-nav .nav-group-children.open{display:flex}
		.bg-swatches{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
		.bg-swatch{width:28px;height:28px;border-radius:50%;border:2px solid #d8e2f0;cursor:pointer;transition:transform .15s,border-color .15s;display:block}
		.bg-swatch:hover{transform:scale(1.15)}
		.bg-swatch.active{border-color:#3157ff;box-shadow:0 0 0 3px rgba(49,87,255,.25)}
		.divi-column-card img{width:100%;border-radius:14px;margin-bottom:12px;display:block}
		.divi-layout-badge{display:inline-flex;align-items:center;width:max-content;margin-bottom:18px;background:#eef7ff;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}

		@media(max-width:980px){
			.cards,.products,.steps,.testimonials,.store-grid,.detail-grid,.price-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-hero,.detail-hero,.generic-hero,.hero.hero-compact{grid-template-columns:1fr;padding:34px 24px}.generic-content{padding:34px 24px}.generic-layout{grid-template-columns:1fr}.detail-section{padding:34px 24px}.detail-info h1{font-size:32px}.store-hero h1{font-size:34px}.store-shell{padding:24px}.store-toolbar{align-items:stretch}.store-search{width:100%}
			.builder-wrap{padding:0}.public-header{top:0;padding:10px 16px;align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}.header-right{gap:8px;flex-wrap:wrap}.header-user-tools,.admin-tools{flex-wrap:wrap}.public-nav{display:none}.hamburger-btn{display:flex;align-items:center}.mobile-nav.open{display:flex}.hero-slide,.contact-box,.modal-grid{grid-template-columns:1fr}.section,.hero-slide,.cta-band,.footer{padding-left:24px;padding-right:24px}.section-tools{opacity:1;transform:none}.section-head h2{font-size:28px}.hero-slide{padding:44px 24px 88px;gap:22px;align-items:start}.hero .hero-slide>div:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-bottom:0}.hero h1{font-size:34px;letter-spacing:-1px;margin:0}.hero p{font-size:15px;line-height:1.55;max-width:48ch;margin:0;color:#dbe5ff}.hero .hero-slide>div:first-child .btn{margin-top:2px}.hero-img{min-height:0;aspect-ratio:16/9;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-controls{left:24px;right:24px;bottom:20px;justify-content:center}.price-row{flex-wrap:wrap;margin-top:8px;gap:4px}.store-price,.price{font-size:17px}.product-body,.store-product-body,.carousel-body{overflow:hidden;padding-bottom:12px}.product-body .btn,.store-product .btn,.carousel-body .btn{padding:6px 10px;font-size:12px}.carousel-card.service-card{min-width:calc((100% - 18px)/2);max-width:calc((100% - 18px)/2)}.products-carousel .product{min-width:calc((100% - 18px)/2);max-width:calc((100% - 18px)/2);aspect-ratio:auto;height:372px;grid-template-rows:minmax(218px,1fr) auto}.products-carousel .product .product-cover{min-height:218px}.products-carousel .product .product-body{padding-top:20px}.products-carousel .product .product-body h3{transform:translateY(-6px)}.products-carousel .product .product-body p{margin-top:-2px}.products-carousel .product .product-rating{margin:-6px 0 0}.divi-columns-wrap{grid-template-columns:repeat(2,1fr)!important}.price-plan.featured{transform:none}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products{grid-template-columns:repeat(2,minmax(0,1fr))}
		}
		@media(max-width:760px){
			.cards,.products,.steps,.testimonials,.store-grid,.detail-grid,.price-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.carousel-card.service-card{min-width:80%;max-width:80%}.section-head h2{font-size:24px}.price-list-grid{grid-template-columns:1fr}
		}
		@media(max-width:520px){
			.cards,.products,.steps,.testimonials,.store-grid,.detail-grid,.price-list-grid{grid-template-columns:1fr}.carousel-card.service-card{min-width:92%;max-width:92%}.price-row{flex-wrap:wrap}.store-price,.price{font-size:16px}.product-body,.store-product-body{padding:12px 10px 10px}.products-carousel .product .store-badge{top:64%}.products-carousel .product .product-body{padding-top:22px}.products-carousel .product .product-body h3{min-height:2.28em;transform:translateY(-11px)}.products-carousel .product .product-body p{margin-top:-4px}.products-carousel .product .product-rating{margin:-8px 0 0}.products-carousel .product{min-width:72%;max-width:72%;aspect-ratio:auto;height:384px;grid-template-rows:minmax(236px,1fr) auto}.products-carousel .product .product-cover{min-height:236px}.divi-columns-wrap{grid-template-columns:1fr!important}.hero-slide{padding:34px 20px 78px;gap:16px}.hero .hero-slide>div:first-child{gap:12px;padding-bottom:0}.hero h1{font-size:30px;line-height:1.05;letter-spacing:-.8px}.hero p{font-size:14px;line-height:1.5;max-width:40ch}.hero-img{aspect-ratio:16/9;border-radius:26px;background-size:cover}.hero-controls{left:20px;right:20px;bottom:16px;justify-content:center}.section-head h2{font-size:22px}.section,.cta-band{padding-top:38px;padding-bottom:38px}.modal{width:100vw;max-height:100vh;border-radius:0}.store-hero h1,.generic-hero h1,.hero.hero-compact h1{font-size:28px}.detail-info h1{font-size:24px}
		}
