.producto-layout{display:grid;grid-template-columns:1fr 350px;gap:var(--space-xl);padding:var(--space-xl) 0;align-items:start}@media (max-width: 1024px){.producto-layout{grid-template-columns:1fr;gap:var(--space-2xl)}}.producto-content{display:flex;flex-direction:column;gap:var(--space-lg)}.producto-section{background:var(--color-surface);border-radius:var(--radius-2xl);padding:var(--space-xl);border:1px solid var(--color-border)}.producto-section-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xl);display:flex;align-items:center;gap:var(--space-md)}.producto-section-title span{font-size:1.5rem}.producto-descripcion p{font-size:1rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-lg)}.producto-descripcion p:last-child{margin-bottom:0}.producto-descripcion strong{color:var(--color-text)}.specs-incluye-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}@media (max-width: 768px){.specs-incluye-grid{grid-template-columns:1fr}}.specs-incluye-section{background:linear-gradient(135deg,#ff12cc14,#8b5cf60d);border:none;padding:var(--space-xl)}.specs-incluye-header{text-align:center;margin-bottom:var(--space-xl)}.specs-incluye-header h2{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xs)}.specs-incluye-header p{color:var(--color-text-muted);font-size:.95rem}.specs-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-bottom:var(--space-xl)}@media (max-width: 900px){.specs-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.specs-cards{grid-template-columns:1fr}}.spec-card{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-lg);text-align:center;border:1px solid var(--color-border);position:relative;overflow:hidden}.spec-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--product-gradient)}.spec-card-value{font-family:var(--font-display);font-size:1.8rem;font-weight:700;background:var(--product-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--space-xs)}.spec-card-label{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.incluye-section{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-xl);border:2px solid var(--product-color-border)}.incluye-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.incluye-header h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--color-text)}.incluye-badge{background:var(--product-gradient);color:#fff;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;text-transform:uppercase}.incluye-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}@media (max-width: 600px){.incluye-grid{grid-template-columns:1fr}}.incluye-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#ff12cc0d;border-radius:var(--radius-lg)}.incluye-icon{width:24px;height:24px;background:var(--product-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.incluye-icon svg{width:14px;height:14px;stroke:#fff;stroke-width:3}.incluye-text{font-size:.9rem;color:var(--color-text)}.caracteristicas-section{background:var(--color-surface);border:none;padding:0}.caracteristicas-header{text-align:center;margin-bottom:var(--space-xl)}.caracteristicas-header h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--color-text)}.caracteristicas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media (max-width: 900px){.caracteristicas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.caracteristicas-grid{grid-template-columns:1fr}}.caracteristica-card{background:linear-gradient(145deg,var(--color-surface) 0%,rgba(255,18,204,.03) 100%);border-radius:var(--radius-xl);padding:var(--space-lg);border:1px solid var(--color-border);position:relative;overflow:hidden}.caracteristica-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--product-gradient);opacity:.7}.caracteristica-number{font-family:var(--font-display);font-size:2rem;font-weight:700;background:var(--product-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:var(--space-sm)}.caracteristica-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xs)}.caracteristica-text{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.ideal-para-section{background:linear-gradient(135deg,#ff12cc0d,#8b5cf608);border:none}.ideal-para-header{text-align:center;margin-bottom:var(--space-xl)}.ideal-para-header h2{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:var(--color-text)}.ideal-para-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media (max-width: 900px){.ideal-para-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.ideal-para-grid{grid-template-columns:1fr}}.ideal-para-card{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-lg);border:1px solid var(--color-border);display:flex;align-items:flex-start;gap:var(--space-md)}.ideal-para-indicator{width:40px;height:40px;background:var(--product-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ideal-para-indicator svg{width:20px;height:20px;stroke:#fff;stroke-width:2.5;fill:none}.ideal-para-content{flex:1}.ideal-para-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xs)}.ideal-para-icon{font-size:2rem}.ideal-para-content{display:flex;flex-direction:column;gap:var(--space-xs)}.ideal-para-title{font-size:1.1rem;font-weight:700;color:var(--color-text)}.ideal-para-desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.faq-producto{display:flex;flex-direction:column;gap:var(--space-md)}.faq-item-producto{background:#ffffff08;border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.faq-item-producto summary{padding:var(--space-lg);cursor:pointer;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:var(--space-md);list-style:none;position:relative}.faq-item-producto summary::-webkit-details-marker{display:none}.faq-item-producto summary:after{content:"";position:absolute;right:var(--space-lg);width:12px;height:12px;border-right:3px solid var(--product-color);border-bottom:3px solid var(--product-color);transform:rotate(-45deg)}.faq-item-producto[open] summary:after{transform:rotate(45deg)}.faq-item-producto[open] summary{border-bottom:1px solid var(--color-border);background:var(--product-color-light)}.faq-item-producto .faq-answer{padding:var(--space-lg);color:var(--color-text-muted);line-height:1.7}.producto-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:var(--space-xl)}@media (max-width: 1024px){.producto-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.sidebar-card{background:linear-gradient(145deg,var(--color-surface) 0%,rgba(255,18,204,.02) 100%);border-radius:var(--radius-2xl);padding:var(--space-xl);border:1px solid var(--color-border);position:relative;overflow:hidden}.sidebar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--product-gradient);opacity:0}.sidebar-card-cta{background:linear-gradient(135deg,#1a0a2e,#2d1b4e);border:2px solid rgba(255,18,204,.3)}.sidebar-card-cta:before{opacity:1}.sidebar-card-cta .sidebar-card-title{color:#fff}.sidebar-card-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-sm)}.sidebar-card-title svg{width:24px;height:24px;stroke:var(--product-color)}.sidebar-cta-text{font-size:.9rem;color:#fffc;margin-bottom:var(--space-lg);line-height:1.6}.sidebar-cta-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;background:var(--product-gradient);color:#fff;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-xl);font-family:var(--font-display);font-size:.95rem;font-weight:700;text-decoration:none;box-shadow:0 4px 15px #ff12cc66}.sidebar-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff12cc80}.sidebar-cta-btn svg{width:20px;height:20px}.sidebar-phone{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#fff9}.sidebar-phone a{color:#ff6be6;text-decoration:none;font-weight:700}.sidebar-phone svg{width:16px;height:16px;stroke:#ff6be6}.sidebar-producto{text-align:center;position:relative}.sidebar-producto-badge{position:absolute;top:var(--space-md);right:var(--space-md);background:var(--product-gradient);color:#fff;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.sidebar-producto-badge.green{background:linear-gradient(135deg,#06d6a0,#00d9ff)}.sidebar-producto-badge.blue{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.sidebar-producto-img{width:100%;height:180px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:var(--space-md)}.sidebar-producto-icon{width:70px;height:70px;background:linear-gradient(135deg,#ff12cc1a,#8b5cf61a);border:2px solid rgba(255,18,204,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-md)}.sidebar-producto-icon svg{width:32px;height:32px;stroke:var(--product-color)}.sidebar-producto-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-text);margin-bottom:var(--space-xs)}.sidebar-producto-desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:var(--space-md)}.sidebar-producto-specs{display:flex;justify-content:center;gap:var(--space-lg);margin-bottom:var(--space-lg)}.sidebar-spec{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.sidebar-spec-value{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--product-color)}.sidebar-spec-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.sidebar-producto-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);width:100%;background:transparent;border:2px solid var(--product-color-border);color:var(--color-text);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-xl);font-size:.85rem;font-weight:700;text-decoration:none}.sidebar-producto-btn:hover{background:var(--product-gradient);border-color:transparent;color:#fff}.sidebar-producto-btn svg{width:16px;height:16px}.sidebar-producto-btn:hover svg{transform:translate(3px)}.sidebar-categorias{display:flex;flex-direction:column;gap:var(--space-sm)}.sidebar-categoria-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);background:#ffffff05;border:1px solid var(--color-border);border-radius:var(--radius-xl);text-decoration:none}.sidebar-categoria-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff12cc1a,#8b5cf61a);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-categoria-icon svg{width:20px;height:20px;stroke:var(--product-color)}.sidebar-categoria-info{flex:1;display:flex;flex-direction:column}.sidebar-categoria-name{font-weight:700;color:var(--color-text);font-size:.9rem}.sidebar-categoria-desc{font-size:.75rem;color:var(--color-text-muted)}.sidebar-categoria-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.sidebar-categoria-arrow svg{width:16px;height:16px;stroke:var(--product-color)}.sidebar-cobertura-text{font-size:.9rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-lg)}.sidebar-zonas{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-lg)}.sidebar-zona{background:#ff12cc14;border:1px solid rgba(255,18,204,.2);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);font-size:.75rem;color:var(--color-text);font-weight:500}.sidebar-ver-mas{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--product-color);font-size:.85rem;font-weight:700;text-decoration:none}.sidebar-ver-mas svg{width:16px;height:16px}.otros-productos{background:var(--color-surface);padding:var(--space-4xl) 0}.otros-productos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:var(--space-2xl)}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column}.product-card-image{position:relative;aspect-ratio:4/3;overflow:hidden;display:block}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-badges{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:flex-start}.product-badge{padding:.4rem .9rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-badge.category{background:#000000b3;color:#fff;backdrop-filter:blur(4px)}.product-badge.featured{background:linear-gradient(135deg,#ff12cc,#8b5cf6);color:#fff}.product-badge.popular{background:linear-gradient(135deg,#ff9f43,#ffd93d);color:#1a1a2e}.product-badge.nuevo{background:linear-gradient(135deg,#06d6a0,#00d9ff);color:#1a1a2e}.product-card-content{padding:1.75rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:#1a1a2e;margin-bottom:.75rem}.product-card-title a{color:inherit;text-decoration:none}.product-card-description{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:1.25rem;flex:1}.product-card-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1.25rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;margin-bottom:1.25rem}.product-spec{display:flex;flex-direction:column;gap:.15rem}.product-spec-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af}.product-spec-value{font-size:.9rem;font-weight:600;color:#1a1a2e}.product-card-cta{display:flex;gap:.75rem}.product-btn{flex:1;padding:1rem;border-radius:12px;font-family:var(--font-body);font-size:.95rem;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;border:none}.product-btn.primary{background:linear-gradient(135deg,#ff12cc,#d10fa8);color:#fff}.product-btn.primary:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}@media (max-width: 768px){.otros-productos-grid{grid-template-columns:1fr;gap:1.5rem}.product-card-content{padding:1.25rem}}.cta-producto{background:linear-gradient(135deg,#1a0a2e,#2d1b4e,#1a0a2e);padding:var(--space-4xl) 0;text-align:center;position:relative;overflow:hidden}.cta-producto:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,18,204,.3) 0%,transparent 40%),radial-gradient(circle at 80% 50%,rgba(139,92,246,.25) 0%,transparent 40%);pointer-events:none}.cta-producto:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--product-gradient)}.cta-producto .container{position:relative;z-index:2}.cta-producto-content{max-width:700px;margin:0 auto}.cta-producto-badge{display:inline-flex;align-items:center;gap:var(--space-sm);background:#ff12cc33;border:1px solid rgba(255,18,204,.4);color:#ff6be6;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-xl)}.cta-producto-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:var(--space-lg);line-height:1.2}.cta-producto-title span{background:linear-gradient(135deg,#ff12cc,#ff6be6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-producto-text{font-size:1.15rem;color:#ffffffd9;margin-bottom:var(--space-2xl);line-height:1.7}.cta-producto-buttons{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.cta-producto-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);background:var(--product-gradient);color:#fff;padding:var(--space-lg) var(--space-3xl);border-radius:var(--radius-xl);font-family:var(--font-display);font-size:1.2rem;font-weight:700;text-decoration:none;box-shadow:0 4px 20px #ff12cc66,inset 0 1px #fff3}.cta-producto-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 35px #ff12cc80,inset 0 1px #fff3}.cta-producto-btn svg{width:24px;height:24px}.cta-producto-garantias{display:flex;justify-content:center;gap:var(--space-xl);flex-wrap:wrap}.cta-garantia{display:flex;align-items:center;gap:var(--space-xs);color:#ffffffb3;font-size:.9rem}.cta-garantia svg{width:18px;height:18px;stroke:#ff12cc}@media (max-width: 600px){.cta-producto-garantias{flex-direction:column;align-items:center;gap:var(--space-sm)}}.form-apartado-section{background:linear-gradient(135deg,#1a0a2e,#2d1b4e,#1a0a2e);padding:var(--space-4xl) 0;position:relative;overflow:hidden}.form-apartado-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(255,18,204,.25) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(139,92,246,.2) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,230,109,.08) 0%,transparent 60%);pointer-events:none}.form-apartado-section:after{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--product-gradient)}.form-apartado-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start;position:relative;z-index:2}@media (max-width: 900px){.form-apartado-grid{grid-template-columns:1fr;gap:var(--space-2xl)}}.form-apartado-info{display:flex;flex-direction:column;gap:var(--space-xl)}.form-apartado-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.8rem);font-weight:700;color:#fff;line-height:1.2}.form-apartado-title .text-gradient-pink{background:linear-gradient(135deg,#ff12cc,#ff6be6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-apartado-subtitle{font-size:1.1rem;color:#ffffffd9;line-height:1.7}.form-apartado-beneficios{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}@media (max-width: 600px){.form-apartado-beneficios{grid-template-columns:1fr}}.form-beneficio{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:#ffffff14;border-radius:var(--radius-xl);border:1px solid rgba(255,18,204,.4)}.form-beneficio-icon{width:48px;height:48px;background:var(--product-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px #ff12cc66}.form-beneficio-icon svg{width:24px;height:24px;stroke:#fff;fill:none}.form-beneficio-text{font-size:.95rem;font-weight:600;color:#fff}.form-marketing-content{display:flex;flex-direction:column;gap:var(--space-xl);margin-top:var(--space-lg);padding:var(--space-xl);background:#ffffff0d;border-radius:var(--radius-2xl);border:1px solid rgba(255,255,255,.1)}.form-marketing-title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:#ff12cc}.form-marketing-text{font-size:.95rem;color:#fffc;line-height:1.8}.form-marketing-text strong{color:#fff}.form-testimonial{background:#ff12cc26;border:2px solid rgba(255,18,204,.4);border-radius:var(--radius-2xl);padding:var(--space-xl);position:relative;overflow:hidden}.form-testimonial:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:var(--product-gradient)}.form-testimonial-quote{position:absolute;top:10px;right:20px;font-size:4rem;color:#ff12cc;opacity:.4;font-family:Georgia,serif;line-height:1}.form-testimonial-text{font-size:1rem;color:#fff;line-height:1.8;font-style:italic;margin-bottom:var(--space-md);position:relative;z-index:1}.form-testimonial-author{display:flex;align-items:center;gap:var(--space-sm)}.form-testimonial-author-avatar{width:40px;height:40px;background:var(--product-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1rem}.form-testimonial-author-info{display:flex;flex-direction:column}.form-testimonial-author-name{font-size:.95rem;font-weight:700;color:#fff}.form-testimonial-author-location{font-size:.8rem;color:#ff6be6}.form-garantias{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md);padding:var(--space-lg);background:#ffffff14;border-radius:var(--radius-xl);border:2px solid rgba(255,18,204,.4)}@media (max-width: 500px){.form-garantias{grid-template-columns:1fr}}.form-garantia-item{display:flex;align-items:center;gap:var(--space-sm);font-size:.9rem;color:#fff}.form-garantia-check{width:24px;height:24px;background:var(--product-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-garantia-check svg{width:14px;height:14px;stroke:#fff;stroke-width:3}.form-apartado-card{background:#fff;border:none;border-radius:var(--radius-2xl);padding:var(--space-2xl);position:relative;overflow:hidden;box-shadow:0 25px 60px #0006,0 0 0 1px #ff12cc4d}.form-apartado-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--product-gradient)}.form-apartado-header{text-align:center;margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:2px solid #f0f0f0}.form-apartado-header-badge{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--product-gradient);color:#fff;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-md)}.form-apartado-header h3{font-family:var(--font-display);font-size:1.6rem;font-weight:700;color:#1a1a2e;margin-bottom:var(--space-sm)}.form-apartado-header p{font-size:.9rem;color:#666}.form-apartado{display:flex;flex-direction:column;gap:var(--space-lg)}.form-group{display:flex;flex-direction:column;gap:var(--space-xs)}.form-group label{font-size:.85rem;font-weight:700;color:#1a1a2e;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{padding:var(--space-md) var(--space-lg);background:#f8f9fa;border:2px solid #e0e0e0;border-radius:var(--radius-xl);font-size:1rem;color:#1a1a2e;font-family:var(--font-body)}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff12cc' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group select option{background:#fff;color:#1a1a2e}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}@media (max-width: 500px){.form-row{grid-template-columns:1fr}}.form-submit-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;background:var(--product-gradient);color:#fff;padding:var(--space-lg) var(--space-xl);border:none;border-radius:var(--radius-xl);font-family:var(--font-display);font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #ff12cc66,inset 0 1px #fff3;margin-top:var(--space-md);position:relative;overflow:hidden}.form-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.form-submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff12cc80,inset 0 1px #fff3}.form-submit-btn:hover:before{left:100%}.form-submit-btn svg{width:24px;height:24px}.form-nota{text-align:center;font-size:.8rem;color:#888;margin-top:var(--space-md);padding:var(--space-sm);background:#f8f9fa;border-radius:var(--radius-lg)}.galeria-producto{background:var(--color-surface);border-radius:var(--radius-2xl);padding:var(--space-2xl);border:1px solid var(--color-border)}.galeria-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}@media (max-width: 640px){.galeria-grid{grid-template-columns:1fr;gap:var(--space-md)}}.galeria-item{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 20px #00000026}.galeria-item img{width:100%;height:100%;object-fit:cover}.galeria-item-badge{position:absolute;top:var(--space-md);left:var(--space-md);background:var(--product-gradient);color:#fff;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;box-shadow:0 4px 15px #0000004d}.galeria-item-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:var(--space-xl) var(--space-lg) var(--space-md);color:#fff}.galeria-item-caption h4{font-size:.95rem;font-weight:700;margin-bottom:var(--space-xs)}.galeria-item-caption p{font-size:.8rem;opacity:.85;line-height:1.4}
