/*
Theme Name: Servipilas Developer
Theme URI: http://servipilas.com
Description: Tema personalizado Servipilas
Version: 3.7.0
Author: Servipilas Team
Text Domain: servipilas-developer
*/

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.6;color:#000000;background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:color .2s}
a:hover{color:#B9D800}
ul,ol{list-style:none}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.2;color:#000000}
h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}
p{margin-bottom:1rem;color:#888C8D}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:6px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s;white-space:nowrap}
.btn--primary{background:#B9D800;color:#000000}
.btn--primary:hover{background:#A0A776;color:#000000;transform:translateY(-2px);box-shadow:0 4px 15px rgba(185,216,0,.4)}
.btn--white{background:#fff;color:#000000}
.btn--white:hover{background:#f4f5f0;color:#000000;transform:translateY(-2px)}
.btn--outline-white{background:transparent;color:#fff;border:2px solid #fff}
.btn--outline-white:hover{background:#fff;color:#000000}
.btn--secondary{background:#000000;color:#fff}
.btn--secondary:hover{background:#000000;color:#fff;transform:translateY(-2px)}
.btn--lg{padding:18px 40px;font-size:1.125rem}
.btn--sm{padding:10px 20px;font-size:.85rem}
.top-bar{background:#000000;color:#909C9C;font-size:.85rem;padding:8px 0}
.top-bar .container{display:flex;justify-content:space-between;align-items:center}
.top-bar__left{display:flex;align-items:center;gap:24px}
.top-bar__left a{color:#909C9C;display:flex;align-items:center;gap:6px}
.top-bar__left a:hover{color:#B9D800}
.top-bar__right{display:flex;align-items:center;gap:16px}
.top-bar__social{display:flex;gap:12px}
.top-bar__social a{color:#909C9C;font-size:.9rem}
.top-bar__social a:hover{color:#B9D800}
.header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.08);transition:box-shadow .3s}
.header .container{display:flex;justify-content:space-between;align-items:center;height:80px}
.header__logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.header__logo img{width:auto}
.header__logo-icon{width:auto;object-fit:contain}
.header__logo-text{font-family:'Montserrat',sans-serif;font-weight:800;color:#000000;letter-spacing:-.5px}
.header__logo-text--small{font-size:1.5rem}
.header__logo-text--medium{font-size:2rem}
.header__logo-text--large{font-size:2.5rem}
.header__logo-text span{color:#B9D800}
.main-nav{display:flex;align-items:center}
.main-nav .menu{display:flex;align-items:center;gap:4px}
.main-nav .menu-item{position:relative}
.main-nav .menu-item>a{display:flex;align-items:center;gap:4px;padding:28px 16px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.95rem;color:#000000;transition:color .2s;border-bottom:3px solid transparent}
.main-nav .menu-item>a:hover,.main-nav .menu-item.current-menu-item>a,.main-nav .menu-item.current_page_item>a{color:#B9D800;border-bottom-color:#B9D800}
.main-nav .menu-item>a::after{content:'\f107';font-family:'Font Awesome 6 Free';font-weight:900;font-size:.7rem;transition:transform .2s}
.main-nav .menu-item:not(:has(.sub-menu))>a::after{display:none}
.main-nav .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.12);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s;z-index:1001}
.main-nav .menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.main-nav .sub-menu .menu-item>a{display:block;padding:10px 20px;font-size:.9rem;color:#000000;border-bottom:none}
.main-nav .sub-menu .menu-item>a::after{display:none}
.main-nav .sub-menu .menu-item>a:hover{background:#f4f5f0;color:#B9D800}
.header__actions{display:flex;align-items:center;gap:16px;flex-shrink:0;position:relative}
.header__search-toggle{width:40px;height:40px;border-radius:50%;border:none;background:0 0;color:#000000;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative;z-index:1003}
.header__search-toggle:hover{background:#fafaf8;color:#B9D800}
.header__cart{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000000;font-size:1rem;text-decoration:none;position:relative;transition:all .2s}
.header__cart:hover{background:#fafaf8;color:#B9D800}
.header__cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;border-radius:9px;background:#B9D800;color:#000000;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;font-family:'Montserrat',sans-serif}
.header-search-form{display:none;position:absolute;top:50%;right:100%;transform:translateY(-50%);margin-right:8px;align-items:center;gap:6px;background:#fff;border:2px solid #909C9C;border-radius:10px;padding:4px 4px 4px 14px;z-index:1002;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.header-search-form.active{display:flex}
.header-search-form input[type="search"]{border:none;outline:none;padding:0;font-size:.9rem;font-family:'Montserrat',sans-serif;min-width:220px;color:#000000;background:0 0}
.header-search-form input[type="search"]::placeholder{color:#909C9C}
.header-search-form button[type="submit"]{width:36px;height:36px;border:none;border-radius:8px;background:#B9D800;color:#000000;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all .2s;flex-shrink:0}
.header-search-form button[type="submit"]:hover{background:#A0A776}
.header-search-form__close{width:30px;height:30px;border:none;border-radius:6px;background:0 0;color:#909C9C;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .2s;flex-shrink:0}
.header-search-form__close:hover{background:#f4f5f0;color:#000000}
@media(max-width:768px){
.header-search-form{position:fixed;top:56px;left:0;right:0;transform:none;margin-right:0;border-radius:0;border:none;border-bottom:2px solid #909C9C;padding:10px 16px;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.header-search-form input[type="search"]{min-width:0;width:100%;font-size:1rem}
}
.header__mobile-toggle{display:none;width:44px;height:44px;border:none;background:0 0;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;z-index:1002}
.header__mobile-toggle span{display:block;width:24px;height:2.5px;background:#000000;border-radius:2px;transition:all .3s}
.header__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.header__mobile-toggle.active span:nth-child(2){opacity:0}
.header__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100vh;background:#fff;z-index:10000;transition:right .4s;display:flex;flex-direction:column;box-shadow:-5px 0 30px rgba(0,0,0,.2)}
.mobile-menu.active{right:0}
.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;flex-shrink:0}
.mobile-menu__close{width:36px;height:36px;border:none;background:#fafaf8;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000000}
.mobile-menu__nav{flex:1;overflow-y:auto;padding:16px 0}
.mobile-menu__nav .menu{display:flex;flex-direction:column}
.mobile-menu__nav .menu-item>a{display:block;padding:14px 20px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:1rem;color:#000000;border-bottom:1px solid #f4f5f0}
.mobile-menu__nav .menu-item.current-menu-item>a,.mobile-menu__nav .menu-item.current_page_item>a{color:#B9D800;background:#eef0e6}
.mobile-menu__nav .sub-menu{padding-left:20px}
.mobile-menu__nav .sub-menu .menu-item>a{font-size:.9rem;font-weight:500;color:#888C8D}
.mobile-menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;opacity:0;visibility:hidden;transition:all .3s}
.mobile-menu__overlay.active{opacity:1;visibility:visible}
.hero{color:#fff;padding:100px 0;position:relative;overflow:hidden;min-height:520px}
.hero-slider__slides{position:absolute;top:0;left:0;width:100%;height:100%}
.hero-slider__slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;will-change:opacity}
.hero-slider__slide.active{opacity:1}
.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(80,82,63,.6) 100%);pointer-events:none;z-index:1}
.hero .container{position:relative;z-index:2}
.hero__content{position:relative;z-index:1}
.hero__badge{display:inline-block;padding:8px 20px;background:rgba(185,216,0,.15);border:1px solid rgba(185,216,0,.3);border-radius:50px;font-size:.85rem;font-weight:600;color:#B9D800;margin-bottom:24px;text-transform:uppercase;letter-spacing:1px}
.hero h1{color:#fff;font-size:3.2rem;font-weight:800;margin-bottom:20px;max-width:700px;line-height:1.15}
.hero h1 span{color:#B9D800}
.hero__desc{font-size:1.15rem;color:rgba(255,255,255,.75);max-width:550px;margin-bottom:36px;line-height:1.7}
.hero__buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero__buttons .btn{min-width:200px}
.hero__stats{display:flex;gap:48px;margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}
.hero__stat-number{display:block;font-family:'Montserrat',sans-serif;font-size:2.5rem;font-weight:800;color:#B9D800;line-height:1;margin-bottom:4px}
.hero__stat-label{font-size:.9rem;color:rgba(255,255,255,.6)}
.hero-slider__dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}
.hero-slider__dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:all .3s;border:2px solid transparent}
.hero-slider__dot.active{background:#B9D800;border-color:#fff;transform:scale(1.2)}
.section-header{text-align:center;margin-bottom:50px}
.section-header__badge{display:inline-block;padding:6px 16px;background:rgba(185,216,0,.1);border-radius:50px;font-size:.8rem;font-weight:700;color:#B9D800;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.section-header h2{margin-bottom:12px}
.section-header p{color:#777;max-width:600px;margin:0 auto;font-size:1.05rem}
.categories{padding:80px 0;background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.category-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:32px 24px;text-align:center;transition:all .3s;position:relative;overflow:hidden}
.category-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#B9D800;transform:scaleX(0);transition:transform .3s}
.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:transparent}
.category-card:hover::before{transform:scaleX(1)}
.category-card__icon{width:70px;height:70px;border-radius:16px;background:rgba(185,216,0,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.8rem;color:#B9D800;transition:all .3s}
.category-card:hover .category-card__icon{background:#B9D800;color:#000000}
.category-card h3{font-size:1.15rem;margin-bottom:8px}
.category-card p{font-size:.9rem;color:#888;margin-bottom:16px}
.category-card__link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem;color:#B9D800}
.category-card__link:hover{gap:10px}
.usp-bar{background:#f4f5f0;padding:40px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.usp-bar .container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.usp-item{display:flex;align-items:center;gap:16px;padding:16px 24px;border-radius:10px;transition:all .2s}
.usp-item:hover{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.06)}
.usp-item__icon{width:50px;height:50px;border-radius:12px;background:rgba(185,216,0,.1);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#B9D800;flex-shrink:0}
.usp-item__text h4{font-size:.95rem;margin-bottom:2px}
.usp-item__text p{font-size:.85rem;color:#888;margin:0}
.featured-products{padding:80px 0;background:#fff}
.testimonials{padding:80px 0;background:#f4f5f0;color:#000000}
.testimonials .section-header h2{color:#000000}
.testimonials .section-header p{color:#888C8D}
.testimonials .svc-clients__marquee{margin-top:32px;padding:20px 0}
.testimonials .svc-clients__marquee::before{background:linear-gradient(90deg,#f4f5f0 0%,transparent 100%)}
.testimonials .svc-clients__marquee::after{background:linear-gradient(-90deg,#f4f5f0 0%,transparent 100%)}
.testimonials .svc-client{height:150px;min-width:200px;border-color:#dce5c8;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.testimonials .svc-client:hover{border-color:#B9D800;box-shadow:0 8px 30px rgba(185,216,0,.2);transform:translateY(-4px) scale(1.05)}
.testimonials .svc-client img{max-height:65px;filter:grayscale(0);opacity:.8}
.testimonials .svc-client:hover img{opacity:1;transform:scale(1.1)}
.blog-section{padding:80px 0;background:#f4f5f0}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;transition:all .3s}
.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}
.blog-card__image{position:relative;padding-top:56%;overflow:hidden}
.blog-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.blog-card:hover .blog-card__image img{transform:scale(1.05)}
.blog-card__category{position:absolute;top:12px;left:12px;padding:4px 12px;background:#B9D800;color:#000000;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}
.blog-card__body{padding:24px}
.blog-card__meta{display:flex;gap:16px;font-size:.8rem;color:#909C9C;margin-bottom:12px}
.blog-card__title{font-size:1.1rem;margin-bottom:10px;line-height:1.4}
.blog-card__title a{color:#000000}
.blog-card__title a:hover{color:#B9D800}
.blog-card__excerpt{font-size:.9rem;color:#777;margin-bottom:16px;line-height:1.6}
.blog-card__link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem;color:#B9D800}
.blog-card__link:hover{gap:10px}
.cta-section{padding:80px 0;background:#fff}
.cta-box{background:linear-gradient(135deg,#B9D800 0%,#A0A776 100%);border-radius:16px;padding:60px;text-align:center;position:relative;overflow:hidden}
.cta-box::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.1);pointer-events:none}
.cta-box h2{color:#000000;font-size:2rem;margin-bottom:12px}
.cta-box p{color:rgba(26,26,46,.7);max-width:500px;margin:0 auto 28px;font-size:1.05rem}
.cta-form{display:flex;max-width:540px;margin:0 auto;border-radius:50px;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.cta-form input{flex:1;min-width:0;padding:16px 20px;border:none;font-size:1rem;font-family:'Open Sans',sans-serif;outline:none;border-right:1px solid #eee}
.cta-form input::placeholder{color:#909C9C}
.cta-form input:last-of-type{border-right:none}
.cta-form button{padding:16px 28px;background:#000000;color:#fff;border:none;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .3s;white-space:nowrap}
.cta-form--stacked{display:block;max-width:440px;border-radius:16px;padding:28px 32px 32px}
.cta-form--stacked .cta-form__row{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;text-align:left}
.cta-form--stacked .cta-form__label{font-size:.85rem;font-weight:600;color:rgba(26,26,46,.7);font-family:'Montserrat',sans-serif;letter-spacing:.3px}
.cta-form--stacked .cta-form__label i{width:18px;color:#B9D800}
.cta-form--stacked input{flex:none;border:2px solid #eef0e6;border-radius:10px;padding:14px 16px;background:#fafaf8;transition:border-color .3s}
.cta-form--stacked input:focus{border-color:#B9D800;background:#fff}
.cta-form--stacked button{width:100%;padding:16px;border-radius:10px;font-size:1rem}
.cta-form button:hover{background:#000000}
.site-footer{background:#000000;color:#909C9C;padding-top:60px}
.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer__brand{margin-bottom:8px}
.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.footer__logo img{height:40px}
.footer__logo-text{font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.3rem;color:#fff}
.footer__logo-text span{color:#B9D800}
.footer__desc{font-size:.9rem;color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:20px}
.footer__social{display:flex;gap:10px}
.footer__social a{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#909C9C;transition:all .3s}
.footer__social a:hover{background:#B9D800;color:#000000}
.footer__heading{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.05rem;color:#fff;margin-bottom:20px}
.footer__links ul li{margin-bottom:10px}
.footer__links ul li a{color:rgba(255,255,255,.5);font-size:.9rem;transition:all .2s}
.footer__links ul li a:hover{color:#B9D800;padding-left:4px}
.footer__contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.9rem;color:rgba(255,255,255,.5)}
.footer__contact-item i{color:#B9D800;margin-top:4px;width:16px}
.footer__contact-item a{color:rgba(255,255,255,.5)}
.footer__contact-item a:hover{color:#B9D800}
.footer__bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:rgba(255,255,255,.35)}
.footer__bottom-links{display:flex;gap:24px}
.footer__bottom-links a{color:rgba(255,255,255,.35)}
.footer__bottom-links a:hover{color:#B9D800}
.whatsapp-float{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:999;transition:all .3s}
.whatsapp-float:hover{transform:scale(1.1);color:#fff;box-shadow:0 6px 25px rgba(37,211,102,.5)}
.back-to-top{position:fixed;bottom:24px;right:96px;width:44px;height:44px;background:#000000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;opacity:0;visibility:hidden;transition:all .3s;z-index:998;border:none;cursor:pointer}
.back-to-top.visible{opacity:1;visibility:visible}
.back-to-top:hover{background:#B9D800;color:#000000;transform:translateY(-3px)}
.woocommerce ul.products li.product{margin:0;padding:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px}
.woocommerce nav.woocommerce-pagination ul{border:none;display:flex;justify-content:center;gap:8px}
.woocommerce nav.woocommerce-pagination ul li{border:none}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{padding:10px 16px;border-radius:6px;border:1px solid #ddd;background:#fff;color:#000000;font-weight:600}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#B9D800;border-color:#B9D800;color:#000000}
@media(max-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){h1{font-size:2.2rem}h2{font-size:1.8rem}.top-bar__left{display:none}.header__mobile-toggle{display:flex}.main-nav{display:none}.hero{padding:60px 0}.hero h1{font-size:2.2rem}.hero__stats{gap:24px;flex-wrap:wrap}.hero__stat-number{font-size:2rem}.category-grid{grid-template-columns:1fr}.usp-bar .container{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.cta-box{padding:40px 24px}.cta-form{flex-direction:column;border-radius:12px}.cta-form input{border-right:none;border-radius:0}.cta-form input:first-child{border-radius:12px 12px 0 0}.cta-form button{border-radius:0 0 12px 12px}.cta-form--stacked{padding:24px 20px 28px}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:12px;text-align:center}}
@media(max-width:480px){h1{font-size:1.8rem}h2{font-size:1.5rem}.hero h1{font-size:1.8rem}.hero__buttons{flex-direction:column}.hero__buttons .btn{width:100%}}

/* Page Templates */
.page-section{padding:60px 0;background:#fff}
.page-header{text-align:center;margin-bottom:40px}
.page-header h1{font-family:'Montserrat',sans-serif;font-size:2.2rem;font-weight:700;color:#000000;margin-bottom:12px}
.page-header__divider{width:50px;height:3px;background:#B9D800;margin:0 auto}
.page-content{max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:#888C8D}
.page-content h2{font-size:1.6rem;margin:32px 0 16px;color:#000000}
.page-content h3{font-size:1.3rem;margin:24px 0 12px;color:#000000}
.page-content p{margin-bottom:16px}
.page-content ul,.page-content ol{margin:16px 0;padding-left:24px}
.page-content ul{list-style:disc}
.page-content ol{list-style:decimal}
.page-content li{margin-bottom:8px}
.page-content img{border-radius:8px;margin:20px 0}
.page-content a{color:#B9D800;font-weight:600}
.page-content a:hover{text-decoration:underline}
.page-content blockquote{border-left:4px solid #B9D800;padding:16px 24px;margin:24px 0;background:#f4f5f0;border-radius:0 8px 8px 0;font-style:italic}
.page-content table{width:100%;border-collapse:collapse;margin:24px 0}
.page-content th,.page-content td{padding:12px 16px;border:1px solid #eee;text-align:left}
.page-content th{background:#000000;color:#fff;font-weight:600}
.page-content tr:nth-child(even){background:#f4f5f0}

/* Single Post */
.post-single{max-width:800px;margin:0 auto}
.post-single__header{text-align:center;margin-bottom:32px}
.post-single__cat{display:inline-block;padding:4px 14px;background:rgba(185,216,0,.1);border-radius:50px;font-size:.8rem;font-weight:700;color:#B9D800;text-transform:uppercase;margin-bottom:12px}
.post-single__header h1{font-size:2rem;margin-bottom:12px}
.post-single__meta{display:flex;justify-content:center;gap:20px;font-size:.9rem;color:#888}
.post-single__meta i{margin-right:4px}
.post-single__thumb{margin-bottom:32px;border-radius:12px;overflow:hidden}
.post-single__thumb img{width:100%;height:auto;display:block}
.post-single__content{font-size:1.05rem;line-height:1.8;color:#888C8D}
.post-single__content h2{font-size:1.5rem;margin:28px 0 12px;color:#000000}
.post-single__content p{margin-bottom:16px}
.post-single__content img{border-radius:8px;margin:16px 0;max-width:100%}
.post-single__tags{margin-top:32px;padding-top:20px;border-top:1px solid #eee;font-size:.9rem;color:#888}
.post-single__tags i{margin-right:6px;color:#B9D800}
.post-single__tags a{display:inline-block;padding:4px 12px;background:#fafaf8;border-radius:4px;margin:4px;font-size:.8rem;color:#888C8D;transition:all .2s}
.post-single__tags a:hover{background:#B9D800;color:#000000}
.post-single__nav{display:flex;justify-content:space-between;max-width:800px;margin:40px auto 0;padding-top:24px;border-top:1px solid #eee}
.post-single__nav a{font-weight:600;color:#000000;transition:color .2s}
.post-single__nav a:hover{color:#B9D800}

/* Pagination */
.pagination{margin-top:40px;text-align:center}
.pagination .nav-links{display:flex;justify-content:center;gap:8px}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:6px;border:1px solid #ddd;font-weight:600;font-size:.9rem;color:#000000;transition:all .2s}
.pagination .page-numbers:hover{border-color:#B9D800;color:#B9D800}
.pagination .page-numbers.current{background:#B9D800;border-color:#B9D800;color:#000000}

/* WooCommerce Shop - Base styles only (grid handled by containers) */
.woocommerce ul.products{list-style:none;margin:0;padding:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:24px;font-size:.95rem;color:#888C8D}
.woocommerce nav.woocommerce-pagination ul{border:none;display:flex;justify-content:center;gap:8px;margin-top:40px}
.woocommerce nav.woocommerce-pagination ul li{border:none}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{padding:10px 16px;border-radius:6px;border:1px solid #ddd;background:#fff;color:#000000;font-weight:600;transition:all .2s}
.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:#B9D800;color:#B9D800}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#B9D800;border-color:#B9D800;color:#000000}
.woocommerce .woocommerce-breadcrumb{font-size:.9rem;color:#888;margin-bottom:20px}
.woocommerce .woocommerce-breadcrumb a{color:#B9D800}
.woocommerce .woocommerce-breadcrumb a:hover{text-decoration:underline}

/* WooCommerce Single Product */
.woocommerce div.product{padding:40px 0}
.woocommerce div.product div.images{border-radius:12px;overflow:hidden}
.woocommerce div.product div.images img{border-radius:0}
.woocommerce div.product div.summary{padding-left:20px}
.woocommerce div.product .product_title{font-family:'Montserrat',sans-serif;font-size:1.8rem;font-weight:700;color:#000000;margin-bottom:12px}
.woocommerce div.product p.price{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:700;color:#B9D800;margin-bottom:20px}
.woocommerce div.product div.summary .cart{margin:20px 0}
.woocommerce div.product div.summary .cart button.button{background:#B9D800;color:#000000;padding:14px 32px;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s}
.woocommerce div.product div.summary .cart button.button:hover{background:#000000;color:#fff}
.woocommerce div.product div.summary .quantity{margin-right:12px}
.woocommerce div.product div.summary .quantity input{border:1px solid #ddd;border-radius:6px;padding:8px 12px;font-size:1rem}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:1rem;line-height:1.7;color:#888C8D;margin:20px 0}
.woocommerce div.product .woocommerce-tabs{margin-top:40px}
.woocommerce div.product .woocommerce-tabs ul.tabs{border:none;padding:0;margin:0 0 24px;display:flex;gap:4px}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:#fafaf8;border:none;border-radius:6px 6px 0 0;padding:0;margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 24px;font-weight:600;color:#888C8D}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#B9D800}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#000000}
.woocommerce div.product .woocommerce-tabs .panel{border:1px solid #eee;border-radius:0 0 8px 8px;padding:24px;margin:0}

/* WooCommerce Cart */
.woocommerce table.shop_table{border-collapse:collapse;width:100%}
.woocommerce table.shop_table th{background:#000000;color:#fff;padding:14px 16px;font-weight:600;font-size:.9rem}
.woocommerce table.shop_table td{padding:14px 16px;border-bottom:1px solid #eee}
.woocommerce .cart-collaterals{margin-top:32px}
.woocommerce .cart_totals h2{font-family:'Montserrat',sans-serif;font-size:1.3rem;color:#000000}
.woocommerce .wc-proceed-to-checkout a.checkout-button{background:#B9D800;color:#000000;padding:14px 32px;border-radius:6px;font-weight:700;font-size:1rem;transition:all .3s}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{background:#000000;color:#fff}

/* WooCommerce Messages */
.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top-color:#B9D800;background:rgba(185,216,0,.05);border-radius:8px}
.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a{color:#B9D800;font-weight:600}

/* Responsive WooCommerce - Only apply to generic WooCommerce pages, not our custom containers */
@media(max-width:1024px){
.woocommerce .products:not(.shop-products__grid .products):not(.cat-products__grid .products){grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
.woocommerce .products:not(.shop-products__grid .products):not(.cat-products__grid .products){grid-template-columns:repeat(2,1fr)}
.woocommerce div.product div.summary{padding-left:0;margin-top:20px}
}
@media(max-width:480px){
.woocommerce .products:not(.shop-products__grid .products):not(.cat-products__grid .products){grid-template-columns:1fr}
}

/* ==========================================================================
   WPBakery / Bootstrap Compatibility Classes
   ========================================================================== */

/* Typography */
.font-title{font-family:'Montserrat',sans-serif}
.font-size-xs{font-size:.75rem}
.font-size-sm{font-size:.875rem}
.font-size-md{font-size:1rem}
.font-size-lg{font-size:1.125rem}
.font-size-xl{font-size:1.5rem}
.font-weight-bold{font-weight:700}
.font-weight-black{font-weight:900}
.font-weight-normal{font-weight:400}

/* Text Colors */
.text-primary{color:#B9D800}
.text-secondary{color:#000000}
.text-muted{color:#888}
.text-white{color:#fff}
.text-white-muted{color:rgba(255,255,255,.7)}
.text-dark{color:#000000}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-uppercase{text-transform:uppercase}
.text-decoration-none{text-decoration:none}

/* Spacing: Margin */
.m-0{margin:0}
.mb-0{margin-bottom:0}
.mb-1{margin-bottom:8px}
.mb-2{margin-bottom:16px}
.mb-3{margin-bottom:24px}
.mb-4{margin-bottom:32px}
.mb-5{margin-bottom:48px}
.mt-0{margin-top:0}
.mt-1{margin-top:8px}
.mt-2{margin-top:16px}
.mt-3{margin-top:24px}
.mt-4{margin-top:32px}
.mt-5{margin-top:48px}
.ml-0{margin-left:0}
.ml-1{margin-left:8px}
.ml-2{margin-left:16px}
.mr-0{margin-right:0}
.mr-1{margin-right:8px}
.mr-2{margin-right:16px}
.mx-auto{margin-left:auto;margin-right:auto}
.mx-2{margin-left:16px;margin-right:16px}
.mx-3{margin-left:24px;margin-right:24px}
.my-2{margin-top:16px;margin-bottom:16px}
.my-3{margin-top:24px;margin-bottom:24px}
.my-4{margin-top:32px;margin-bottom:32px}

/* Spacing: Padding */
.p-0{padding:0}
.p-3{padding:24px}
.p-4{padding:32px}
.p-5{padding:48px}
.px-3{padding-left:24px;padding-right:24px}
.px-4{padding-left:32px;padding-right:32px}
.px-5{padding-left:48px;padding-right:48px}
.py-2{padding-top:16px;padding-bottom:16px}
.py-3{padding-top:24px;padding-bottom:24px}
.py-4{padding-top:32px;padding-bottom:32px}
.py-5{padding-top:48px;padding-bottom:48px}
.pt-3{padding-top:24px}
.pt-4{padding-top:32px}
.pb-3{padding-bottom:24px}
.pb-4{padding-bottom:32px}
.pl-3{padding-left:24px}
.pr-3{padding-right:24px}

/* Display */
.d-none{display:none}
.d-block{display:block}
.d-flex{display:flex}
.d-inline-flex{display:inline-flex}
.d-inline-block{display:inline-block}
.d-inline{display:inline}
.flex-column{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-grow-1{flex-grow:1}
.flex-shrink-0{flex-shrink:0}

/* Flexbox */
.justify-content-center{justify-content:center}
.justify-content-between{justify-content:space-between}
.justify-content-around{justify-content:space-around}
.justify-content-end{justify-content:flex-end}
.align-items-center{align-items:center}
.align-items-start{align-items:flex-start}
.align-items-end{align-items:flex-end}
.gap-1{gap:8px}
.gap-2{gap:16px}
.gap-3{gap:24px}
.gap-4{gap:32px}
.gap-5{gap:48px}

/* Grid System */
.row{display:flex;flex-wrap:wrap;margin:0 -12px}
.col-12{flex:0 0 100%;max-width:100%;padding:0 12px}
.col-md{flex:1;padding:0 12px}
.col-md-3{flex:0 0 25%;max-width:25%;padding:0 12px}
.col-md-4{flex:0 0 33.333%;max-width:33.333%;padding:0 12px}
.col-md-5{flex:0 0 41.666%;max-width:41.666%;padding:0 12px}
.col-md-6{flex:0 0 50%;max-width:50%;padding:0 12px}
.col-md-7{flex:0 0 58.333%;max-width:58.333%;padding:0 12px}
.col-md-8{flex:0 0 66.666%;max-width:66.666%;padding:0 12px}
@media(max-width:768px){
.col-md,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8{flex:0 0 100%;max-width:100%}
.row{margin:0}
}
@media(min-width:769px){
.flex-md-row{flex-direction:row}
.align-items-md-center{align-items:center}
.text-md-right{text-align:right}
.p-md-5{padding:48px}
}

/* Backgrounds */
.bg-white{background:#fff}
.bg-light{background:#f4f5f0}
.bg-primary{background:#B9D800}
.bg-secondary{background:#000000}
.bg-dark{background:#000000}
.bg-transparent{background:transparent}

/* Borders */
.border{border:1px solid #eee}
.border-top{border-top:1px solid #eee}
.border-bottom{border-bottom:1px solid #eee}
.border-left{border-left:1px solid #eee}
.border-right{border-right:1px solid #eee}
.border-light{border-color:#f4f5f0}
.border-primary{border-color:#B9D800}
.rounded{border-radius:8px}
.rounded-full{border-radius:50%}
.rounded-sm{border-radius:4px}
.rounded-lg{border-radius:12px}
.shadow-sm{box-shadow:0 2px 10px rgba(0,0,0,.06)}
.shadow{box-shadow:0 4px 20px rgba(0,0,0,.08)}
.shadow-lg{box-shadow:0 10px 40px rgba(0,0,0,.12)}

/* Overflow */
.overflow-hidden{overflow:hidden}
.overflow-auto{overflow:auto}

/* Position */
.position-relative{position:relative}
.position-absolute{position:absolute}
.position-fixed{position:fixed}
.position-sticky{position:sticky}

/* Width/Max-width */
.w-100{width:100%}
.max-width-600{max-width:600px}
.max-width-800{max-width:800px}
.mx-auto{margin-left:auto;margin-right:auto}

/* Line Height */
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-normal{line-height:1.5}
.leading-relaxed{line-height:1.7}
.leading-loose{line-height:2}

/* Vertical Align */
.align-middle{vertical-align:middle}

/* Cursor */
.cursor-pointer{cursor:pointer}

/* Opacity */
.opacity-0{opacity:0}
.opacity-50{opacity:.5}
.opacity-100{opacity:1}

/* Transitions */
.transition{transition:all .3s ease}

/* List Style */
.list-unstyled{list-style:none;padding:0}
.list-inline{display:flex;gap:16px}
.list-inline li{display:inline}

/* Dividers */
.divider{width:50px;height:3px;background:#B9D800;margin:0 auto}
.divider-lg{width:80px;height:4px}

/* Section Spacing */
.section-padding{padding:80px 0}
.section-padding-sm{padding:48px 0}
.section-padding-lg{padding:100px 0}

/* Icon Circle (WPBakery feature boxes) */
.icon-circle{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 20px;transition:all .3s}
.icon-circle.bg-primary{background:rgba(185,216,0,.1);color:#B9D800}
.icon-circle.bg-primary:hover{background:#B9D800;color:#000000}
.icon-circle.bg-secondary{background:rgba(26,26,46,.1);color:#000000}
.icon-circle.bg-secondary:hover{background:#000000;color:#fff}
.icon-circle.bg-white{background:rgba(255,255,255,.1);color:#fff}
.icon-circle.bg-white:hover{background:#fff;color:#000000}

/* Service Icon Box (WPBakery) */
.service-icon-box{text-align:center;padding:32px 24px;border-radius:12px;transition:all .3s}
.service-icon-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}
.service-icon-box .icon-circle{margin-bottom:16px}
.service-icon-box h3{font-family:'Montserrat',sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:8px}
.service-icon-box p{font-size:.9rem;color:#888;margin:0}

/* Timeline (Nosotros history) */
.timeline{position:relative;padding:0;margin:40px 0}
.timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:#eee}
.timeline-item{position:relative;padding-left:56px;margin-bottom:40px}
.timeline-item::before{content:'';position:absolute;left:12px;top:4px;width:18px;height:18px;border-radius:50%;background:#B9D800;border:3px solid #fff;box-shadow:0 0 0 2px #B9D800;z-index:1}
.timeline-year{font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.1rem;color:#B9D800;margin-bottom:4px}
.timeline-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.05rem;color:#000000;margin-bottom:8px}
.timeline-text{font-size:.95rem;color:#888C8D;line-height:1.7}

/* Value Cards (Nosotros) */
.value-card{text-align:center;padding:32px 24px;border:1px solid #eee;border-radius:12px;transition:all .3s}
.value-card:hover{border-color:#B9D800;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.08)}
.value-card .icon-circle{margin-bottom:16px}
.value-card h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.05rem;margin-bottom:8px}
.value-card p{font-size:.9rem;color:#888;margin:0}

/* CTA Banner */
.cta-banner{background:linear-gradient(135deg,#000000 0%,#888C8D 100%);border-radius:16px;padding:60px 48px;text-align:center;color:#fff;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;border-radius:50%;background:rgba(185,216,0,.1);pointer-events:none}
.cta-banner h2{color:#fff;font-size:1.8rem;margin-bottom:12px}
.cta-banner p{color:rgba(255,255,255,.7);margin-bottom:24px;font-size:1.05rem}

/* Service Detail Block */
.service-block{display:flex;gap:32px;margin-bottom:48px;align-items:flex-start}
.service-block__icon{flex-shrink:0;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.service-block__icon.bg-primary{background:rgba(185,216,0,.1);color:#B9D800}
.service-block__icon.bg-secondary{background:rgba(26,26,46,.1);color:#000000}
.service-block__content{flex:1}
.service-block__content h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.2rem;margin-bottom:8px;color:#000000}
.service-block__content p{font-size:1rem;line-height:1.7;color:#888C8D;margin:0}
@media(max-width:768px){
.service-block{flex-direction:column;text-align:center}
.service-block__icon{margin:0 auto}
}

/* Clients Grid */
.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin:40px 0}
.client-logo{background:#fff;border:1px solid #eee;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center;transition:all .3s;min-height:80px}
.client-logo:hover{border-color:#B9D800;box-shadow:0 4px 15px rgba(0,0,0,.06)}
.client-logo img{max-height:40px;width:auto;filter:grayscale(100%);opacity:.6;transition:all .3s}
.client-logo:hover img{filter:grayscale(0);opacity:1}
@media(max-width:768px){
.clients-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
.clients-grid{grid-template-columns:1fr}
}

/* ==========================================================================
   VALORES CORPORATIVOS - Premium Section
   ========================================================================== */

.valores-section{
    background:linear-gradient(160deg,#888C8D 0%,#888C8D 40%,#888C8D 100%);
    padding:80px 0;
    position:relative;
    overflow:hidden;
}
.valores-section::before{
    content:'';
    position:absolute;
    top:-200px;right:-200px;
    width:500px;height:500px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(185,216,0,.08) 0%,transparent 70%);
    pointer-events:none;
}
.valores-section::after{
    content:'';
    position:absolute;
    bottom:-150px;left:-150px;
    width:400px;height:400px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(185,216,0,.05) 0%,transparent 70%);
    pointer-events:none;
}
.valores-section .section-header{position:relative;z-index:1}
.valores-section .section-header h2{
    color:#fff;font-size:2rem;margin-bottom:8px;
    text-shadow:0 2px 20px rgba(0,0,0,.3);
}
.valores-section .section-header p{color:rgba(255,255,255,.6);font-size:1.05rem}

.valores-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:28px;
    position:relative;
    z-index:1;
    margin-top:48px;
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
}

.valor-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:40px 28px 36px;
    text-align:center;
    transition:all .4s cubic-bezier(.25,.46,.45,.94);
    position:relative;
    overflow:hidden;
    backdrop-filter:blur(10px);
}
.valor-card::before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;
    height:3px;
    background:linear-gradient(90deg,transparent,#B9D800,transparent);
    transform:scaleX(0);
    transition:transform .4s ease;
}
.valor-card:hover{
    background:rgba(255,255,255,.08);
    border-color:rgba(185,216,0,.3);
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.3),0 0 40px rgba(185,216,0,.05);
}
.valor-card:hover::before{transform:scaleX(1)}

.valor-card__icon{
    width:80px;height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(185,216,0,.15) 0%,rgba(185,216,0,.05) 100%);
    border:2px solid rgba(185,216,0,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 24px;
    font-size:1.8rem;
    color:#B9D800;
    transition:all .4s ease;
    position:relative;
}
.valor-card__icon::after{
    content:'';
    position:absolute;
    inset:-6px;
    border-radius:50%;
    border:1px solid rgba(185,216,0,.1);
    transition:all .4s ease;
}
.valor-card:hover .valor-card__icon{
    background:linear-gradient(135deg,#B9D800 0%,#A0A776 100%);
    color:#000000;
    border-color:#B9D800;
    transform:scale(1.1);
    box-shadow:0 8px 30px rgba(185,216,0,.3);
}
.valor-card:hover .valor-card__icon::after{
    border-color:rgba(185,216,0,.3);
    inset:-10px;
}

.valor-card__title{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    font-size:1.2rem;
    color:#fff;
    margin-bottom:12px;
    letter-spacing:.3px;
}

.valor-card__text{
    font-size:.92rem;
    color:rgba(255,255,255,.55);
    line-height:1.7;
    margin:0;
}

.valor-card__line{
    width:40px;
    height:2px;
    background:rgba(185,216,0,.3);
    margin:20px auto 0;
    transition:all .4s ease;
}
.valor-card:hover .valor-card__line{
    width:60px;
    background:#B9D800;
}

@media(max-width:768px){
    .valores-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}
    .valor-card{padding:32px 24px}
}

/* ==========================================================================
   NOSOTROS PAGE - Reconocimientos, Reglas de Oro, Equipo
   ========================================================================== */

/* Reconocimientos */
.about-awards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:900px;margin:0 auto}
.about-awards__card{background:#fff;border:2px solid #eee;border-radius:16px;padding:36px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;transition:all .4s;position:relative;overflow:hidden}
.about-awards__card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#B9D800,transparent);transform:scaleX(0);transition:transform .4s ease}
.about-awards__card:hover{border-color:#B9D800;transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}
.about-awards__card:hover::before{transform:scaleX(1)}
.about-awards__icon{width:80px;height:80px;border-radius:50%;background:rgba(185,216,0,.1);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#B9D800;transition:all .4s}
.about-awards__card:hover .about-awards__icon{background:#B9D800;color:#000000;transform:scale(1.1);box-shadow:0 8px 25px rgba(185,216,0,.3)}
.about-awards__content h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.2rem;color:#000000;margin-bottom:8px}
.about-awards__content p{color:#888C8D;line-height:1.6;margin:0;font-size:.95rem}
.about-awards__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(185,216,0,.1);border-radius:50px;font-size:.85rem;font-weight:700;color:#B9D800;text-transform:uppercase;letter-spacing:.5px}
@media(max-width:768px){.about-awards__grid{grid-template-columns:1fr}}

/* Reglas de Oro */
.about-rules__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.about-rules__card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:36px 24px;text-align:center;transition:all .4s;position:relative;overflow:hidden;backdrop-filter:blur(10px)}
.about-rules__card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#B9D800,transparent);transform:scaleX(0);transition:transform .4s ease}
.about-rules__card:hover{background:rgba(255,255,255,.08);border-color:rgba(185,216,0,.3);transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.3)}
.about-rules__card:hover::before{transform:scaleX(1)}
.about-rules__icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,rgba(185,216,0,.15),rgba(185,216,0,.05));border:2px solid rgba(185,216,0,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.6rem;color:#B9D800;transition:all .4s}
.about-rules__card:hover .about-rules__icon{background:linear-gradient(135deg,#B9D800,#A0A776);color:#000000;border-color:#B9D800;transform:scale(1.1);box-shadow:0 8px 30px rgba(185,216,0,.3)}
.about-rules__card h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.1rem;color:#fff;margin-bottom:12px}
.about-rules__card p{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.7;margin:0}
@media(max-width:1024px){.about-rules__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.about-rules__grid{grid-template-columns:1fr}}

/* Valores */
.about-values__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto}
.about-values__card{background:#fff;border:2px solid #e8ead2;border-radius:16px;padding:36px 28px;text-align:center;transition:all .4s;position:relative;overflow:hidden}
.about-values__card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:#B9D800;transform:scaleX(0);transition:transform .4s}
.about-values__card:hover{border-color:#B9D800;transform:translateY(-6px);box-shadow:0 16px 40px rgba(185,216,0,.1)}
.about-values__card:hover::before{transform:scaleX(1)}
.about-values__icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.5rem;transition:all .4s}
.about-values__card:hover .about-values__icon{background:#B9D800!important;color:#fff!important;transform:scale(1.1) rotate(-5deg)}
.about-values__card h3{font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.05rem;color:#888C8D;margin-bottom:10px;letter-spacing:1px}
.about-values__card p{font-size:.9rem;color:#888C8D;line-height:1.75;margin:0}
@media(max-width:960px){.about-values__grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.about-values__grid{grid-template-columns:1fr}}

/* Equipo */
.about-team__marquee{position:relative;overflow:hidden;margin-top:40px;padding:20px 0}
.about-team__marquee::before,.about-team__marquee::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}
.about-team__marquee::before{left:0;background:linear-gradient(90deg,#f4f5f0 0%,transparent 100%)}
.about-team__marquee::after{right:0;background:linear-gradient(-90deg,#f4f5f0 0%,transparent 100%)}
.about-team__track{display:flex;gap:24px;width:max-content;animation:marqueeTeam 45s linear infinite}
.about-team__track:hover{animation-play-state:paused}
.about-team__card{background:#fff;border:2px solid #eee;border-radius:16px;padding:28px 20px;text-align:center;transition:all .4s;width:200px;flex-shrink:0}
.about-team__card:hover{border-color:#B9D800;transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.1)}
.about-team__avatar{width:110px;height:110px;border-radius:50%;overflow:hidden;margin:0 auto 16px;border:3px solid #eee;transition:all .4s;background:#fafaf8}
.about-team__card:hover .about-team__avatar{border-color:#B9D800;transform:scale(1.08);box-shadow:0 8px 25px rgba(185,216,0,.2)}
.about-team__avatar img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%);transition:all .4s}
.about-team__card:hover .about-team__avatar img{filter:grayscale(0)}
.about-team__card h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1rem;color:#000000;margin-bottom:4px}
.about-team__card span{font-size:.85rem;color:#888;font-weight:500}
@keyframes marqueeTeam{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ==========================================================================
   SERVICIOS PAGE - Premium Design
   ========================================================================== */

/* Service Hero */
.svc-hero{
    background:linear-gradient(135deg,#000000 0%,#888C8D 50%,#888C8D 100%);
    padding:100px 0 80px;
    position:relative;
    overflow:hidden;
}
.svc-hero__shapes{position:absolute;inset:0;pointer-events:none}
.svc-hero__circle{position:absolute;border-radius:50%;border:1px solid rgba(185,216,0,.1)}
.svc-hero__circle--1{width:400px;height:400px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(185,216,0,.08) 0%,transparent 70%)}
.svc-hero__circle--2{width:300px;height:300px;bottom:-80px;left:-80px;background:radial-gradient(circle,rgba(185,216,0,.05) 0%,transparent 70%)}
.svc-hero__content{position:relative;z-index:1;max-width:700px}
.svc-hero__badge{display:inline-block;padding:8px 20px;background:rgba(185,216,0,.15);border:1px solid rgba(185,216,0,.3);border-radius:50px;font-size:.85rem;font-weight:600;color:#B9D800;margin-bottom:24px;text-transform:uppercase;letter-spacing:1px}
.svc-hero h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:20px;line-height:1.15}
.svc-hero h1 span{color:#B9D800}
.svc-hero p{color:rgba(255,255,255,.7);font-size:1.15rem;line-height:1.7;margin-bottom:32px}
.svc-hero__btns{display:flex;gap:16px;flex-wrap:wrap}

/* Service Block */
.svc-block{padding:80px 0;background:#fff}
.svc-block--alt{background:#f4f5f0}
.svc-block__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.svc-block__grid--reverse{direction:rtl}
.svc-block__grid--reverse > *{direction:ltr}
.svc-block__number{font-family:'Montserrat',sans-serif;font-size:4rem;font-weight:900;color:rgba(185,216,0,.15);line-height:1;margin-bottom:-10px}
.svc-block__tag{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(185,216,0,.1);border-radius:50px;font-size:.8rem;font-weight:700;color:#B9D800;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}
.svc-block__info h2{font-family:'Montserrat',sans-serif;font-size:1.8rem;font-weight:700;color:#000000;margin-bottom:16px;line-height:1.25}
.svc-block__info p{color:#888C8D;line-height:1.7;margin-bottom:20px;font-size:1rem}
.svc-block__list{margin:0 0 28px;padding:0}
.svc-block__list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.95rem;color:#444;line-height:1.5}
.svc-block__list li i{color:#B9D800;margin-top:3px;flex-shrink:0}
.svc-block__visual{position:relative;overflow:hidden}
.svc-block__img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1);position:relative}
.svc-block__img-wrap img{width:100%;height:auto;display:block;transition:transform .6s ease}
.svc-block__img-wrap:hover img{transform:scale(1.03)}
.svc-block__floating-card{position:absolute;bottom:-20px;right:-20px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 8px 30px rgba(0,0,0,.12);display:flex;align-items:center;gap:12px;z-index:2;animation:float 3s ease-in-out infinite}
.svc-block__floating-card i{font-size:1.5rem;color:#B9D800}
.svc-block__floating-card strong{display:block;font-family:'Montserrat',sans-serif;font-size:.9rem;color:#000000}
.svc-block__floating-card span{font-size:.8rem;color:#888}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Gallery */
.svc-block__gallery{position:relative;min-height:400px}
.svc-block__gallery-main{width:80%;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1);position:relative;z-index:1}
.svc-block__gallery-thumb{position:absolute;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:2}
.svc-block__gallery-thumb--1{width:45%;top:10%;right:-5%}
.svc-block__gallery-thumb--2{width:35%;bottom:-5%;left:5%}

.svc-block--brands{padding:60px 0;text-align:center}
.svc-block--brands .svc-block__brands-header{margin-bottom:40px}
.svc-block--brands .svc-block__brands-header .svc-block__tag{display:inline-block;margin-bottom:8px}
.svc-block--brands .svc-block__brands-header h2{margin:0}
.svc-block--brands .svc-block__visual{margin:0 auto}

/* Brands Marquee */
.svc-block__brands{position:relative;overflow:hidden;padding:20px 0}
.svc-block__brands::before,.svc-block__brands::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}
.svc-block__brands::before{left:0;background:linear-gradient(90deg,#f4f5f0 0%,transparent 100%)}
.svc-block__brands::after{right:0;background:linear-gradient(-90deg,#f4f5f0 0%,transparent 100%)}
.svc-brand-track{display:flex;gap:28px;width:max-content;animation:marqueeBrands 35s linear infinite}
.svc-brand-track:hover{animation-play-state:paused}
.svc-brand{background:#fff;border:2px solid #eee;border-radius:14px;padding:20px 28px;display:flex;align-items:center;justify-content:center;height:100px;min-width:160px;flex-shrink:0;transition:all .3s;cursor:default}
.svc-brand:hover{border-color:#B9D800;box-shadow:0 8px 30px rgba(185,216,0,.12);transform:translateY(-4px) scale(1.05)}
.svc-brand img{max-height:70px;width:100%;object-fit:contain;filter:grayscale(0%);opacity:.6;transition:all .4s}
.svc-brand:hover img{filter:grayscale(0);opacity:1;transform:scale(1.1)}
@keyframes marqueeBrands{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Reciclaje */
.svc-recycle{padding:80px 0;background:#888C8D;color:#fff}
.svc-recycle__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}
.svc-recycle h2{color:#fff;font-size:1.8rem;margin-bottom:16px}
.svc-recycle p{color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:24px}
.svc-recycle__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.svc-step{text-align:center;padding:28px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s}
.svc-step:hover{background:rgba(255,255,255,.08);transform:translateY(-3px)}
.svc-step__icon{width:60px;height:60px;border-radius:50%;background:rgba(185,216,0,.15);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.3rem;color:#B9D800}
.svc-step h4{font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px}
.svc-step p{font-size:.85rem;color:rgba(255,255,255,.5);margin:0;line-height:1.5}

/* Clients Marquee */
.svc-clients{padding:80px 0;background:#fff}
.svc-clients__marquee{position:relative;overflow:hidden;margin-top:40px;padding:20px 0}
.svc-clients__marquee::before,.svc-clients__marquee::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}
.svc-clients__marquee::before{left:0;background:linear-gradient(90deg,#fff 0%,transparent 100%)}
.svc-clients__marquee::after{right:0;background:linear-gradient(-90deg,#fff 0%,transparent 100%)}
.svc-client-track{display:flex;gap:28px;width:max-content;animation:marqueeClients 35s linear infinite}
.svc-client-track:hover{animation-play-state:paused}
.svc-client-track--reverse{animation-direction:reverse;animation-duration:40s}
.svc-client{background:#fff;border:2px solid #eee;border-radius:14px;padding:20px 28px;display:flex;align-items:center;justify-content:center;height:100px;min-width:160px;flex-shrink:0;transition:all .3s;cursor:default}
.svc-client:hover{border-color:#B9D800;box-shadow:0 8px 30px rgba(185,216,0,.12);transform:translateY(-4px) scale(1.05)}
.svc-client img{max-height:55px;width:auto;filter:grayscale(30%);opacity:.65;transition:all .4s}
.svc-client:hover img{filter:grayscale(0);opacity:1;transform:scale(1.1)}
@keyframes marqueeClients{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* CTA */
.svc-cta{padding:80px 0;background:#f4f5f0}
.svc-cta__inner{background:linear-gradient(135deg,#B9D800 0%,#A0A776 100%);border-radius:16px;padding:60px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}
.svc-cta__inner::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.1)}
.svc-cta__content{position:relative;z-index:1}
.svc-cta__content h2{color:#000000;font-size:1.8rem;margin-bottom:8px}
.svc-cta__content p{color:rgba(26,26,46,.7);font-size:1rem;margin:0}
.svc-cta__btns{display:flex;gap:16px;flex-shrink:0;position:relative;z-index:1}

/* Responsabilidad Ambiental */
.svc-eco{padding:80px 0;color:#fff;position:relative;overflow:hidden}
.svc-eco::before{content:'';position:absolute;inset:0;background:url('https://www.servipilas.com/wp-content/uploads/2026/03/comprometidos-con-el-cuidado-del-medio-ambiente-400x400.webp') center/cover no-repeat;filter:brightness(.3);z-index:0;pointer-events:none}
.svc-eco::after{content:'';position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(185,216,0,.08) 0%,transparent 70%);pointer-events:none;z-index:0}
.svc-eco__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center;position:relative;z-index:1}
.svc-eco h2{color:#fff;font-size:1.8rem;margin-bottom:16px}
.svc-eco p{color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:24px}
.svc-eco__certs{display:flex;gap:24px;margin-top:16px}
.svc-eco__cert{display:flex;align-items:center;gap:12px;padding:12px 20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s}
.svc-eco__cert:hover{background:rgba(255,255,255,.1);border-color:rgba(185,216,0,.3);transform:translateY(-2px)}
.svc-eco__cert i{font-size:1.5rem;color:#B9D800}
.svc-eco__cert-text strong{display:block;font-size:.9rem;color:#fff}
.svc-eco__cert-text span{font-size:.8rem;color:rgba(255,255,255,.5)}
.svc-eco__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.svc-eco-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;transition:all .4s;position:relative;overflow:hidden}
.svc-eco-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#B9D800,transparent);transform:scaleX(0);transition:transform .4s ease}
.svc-eco-card:hover{background:rgba(255,255,255,.08);border-color:rgba(185,216,0,.3);transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}
.svc-eco-card:hover::before{transform:scaleX(1)}
.svc-eco-card__icon{width:56px;height:56px;border-radius:12px;background:rgba(185,216,0,.12);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#B9D800;margin-bottom:16px;transition:all .4s}
.svc-eco-card:hover .svc-eco-card__icon{background:#B9D800;color:#000000;transform:scale(1.1)}
.svc-eco-card h4{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.05rem;color:#fff;margin-bottom:8px}
.svc-eco-card p{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.6;margin:0}

/* Responsive Servicios */
@media(max-width:1024px){
.svc-block__grid{grid-template-columns:1fr;gap:40px}
.svc-block__grid--reverse{direction:ltr}
.svc-recycle__grid{grid-template-columns:1fr}
.svc-eco__grid{grid-template-columns:1fr}
.svc-cta__inner{flex-direction:column;text-align:center}
}
@media(max-width:768px){
.svc-hero h1{font-size:2.2rem}
.svc-block__number{font-size:3rem}
.svc-block__gallery{min-height:250px}
.svc-block__brands::before,.svc-block__brands::after,.svc-clients__marquee::before,.svc-clients__marquee::after{width:40px}
.svc-recycle__steps{grid-template-columns:1fr}
.svc-eco__certs{flex-direction:column}
.svc-eco__cards{grid-template-columns:1fr}
.svc-cta__btns{flex-direction:column;width:100%}
.svc-cta__btns .btn{width:100%}
}
@media(max-width:480px){
.btn{white-space:normal;word-break:break-word;padding:12px 20px}
.svc-hero__btns{flex-direction:column}
.svc-hero__btns .btn{width:100%}
}

/* ==========================================================================
   SHOP PAGE - Premium WooCommerce (from scratch)
   ========================================================================== */

/* Shop Hero */
.shop-hero{background:linear-gradient(135deg,#000000 0%,#888C8D 50%,#888C8D 100%);padding:80px 0 60px;position:relative;overflow:hidden}
.shop-hero__shapes{position:absolute;inset:0;pointer-events:none}
.shop-hero__circle{position:absolute;border-radius:50%}
.shop-hero__circle--1{width:400px;height:400px;top:-120px;right:-80px;background:radial-gradient(circle,rgba(185,216,0,.1) 0%,transparent 70%)}
.shop-hero__circle--2{width:300px;height:300px;bottom:-100px;left:-60px;background:radial-gradient(circle,rgba(185,216,0,.06) 0%,transparent 70%)}
.shop-hero__content{position:relative;z-index:1;max-width:700px}
.shop-hero__badge{display:inline-block;padding:8px 20px;background:rgba(185,216,0,.15);border:1px solid rgba(185,216,0,.3);border-radius:50px;font-size:.85rem;font-weight:600;color:#B9D800;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}
.shop-hero h1{color:#fff;font-size:2.8rem;font-weight:800;margin-bottom:16px;line-height:1.15}
.shop-hero h1 span{color:#B9D800}
.shop-hero p{color:rgba(255,255,255,.7);font-size:1.1rem;line-height:1.7;margin-bottom:28px}
.shop-hero__search{max-width:500px}
.shop-hero__search form{display:flex;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.2)}
.shop-hero__search input[type="search"]{flex:1;padding:16px 24px;border:none;font-size:1rem;font-family:'Open Sans',sans-serif;outline:none;background:#fff}
.shop-hero__search input[type="search"]::placeholder{color:#909C9C}
.shop-hero__search button{padding:16px 28px;background:#B9D800;border:none;color:#000000;font-size:1.1rem;cursor:pointer;transition:background .3s}
.shop-hero__search button:hover{background:#A0A776}

/* Categories */
.shop-cats{padding:60px 0;background:#fff}
.section-header{text-align:center;margin-bottom:40px}
.section-header__badge{display:inline-block;padding:6px 16px;background:rgba(185,216,0,.1);border-radius:50px;font-size:.8rem;font-weight:700;color:#B9D800;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.section-header h2{font-family:'Montserrat',sans-serif;font-size:2rem;font-weight:800;color:#000000;margin-bottom:8px}
.section-header p{color:#777;max-width:500px;margin:0 auto;font-size:1rem}
.shop-cats__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.shop-cat-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;border:2px solid #eee;border-radius:14px;padding:20px 12px 16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:#fff}
.shop-cat-card:hover{border-color:#B9D800;transform:translateY(-6px);box-shadow:0 12px 35px rgba(185,216,0,.12)}
.shop-cat-card__img{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.shop-cat-card__img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s}
.shop-cat-card:hover .shop-cat-card__img img{transform:scale(1.1)}
.shop-cat-card__label{font-family:'Montserrat',sans-serif;font-weight:700;font-size:.85rem;color:#000000;text-align:center;transition:color .3s}
.shop-cat-card:hover .shop-cat-card__label{color:#B9D800}

/* Watches */
.shop-watches{padding:60px 0;background:#f4f5f0}
.shop-watches__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.shop-watch-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;background:#fff;border:2px solid #eee;border-radius:14px;text-decoration:none;transition:all .4s}
.shop-watch-card:hover{border-color:#B9D800;transform:translateY(-6px);box-shadow:0 12px 35px rgba(0,0,0,.08)}
.shop-watch-card img{max-height:50px;width:auto;object-fit:contain;transition:transform .4s}
.shop-watch-card:hover img{transform:scale(1.1)}
.shop-watch-card span{font-family:'Montserrat',sans-serif;font-weight:700;font-size:.95rem;color:#000000;transition:color .3s}
.shop-watch-card:hover span{color:#B9D800}

/* Shop CTA */
.shop-cta{padding:40px 0;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}
.shop-cta__inner{display:flex;align-items:center;justify-content:center;gap:0;background:linear-gradient(135deg,#000000 0%,#888C8D 100%);border-radius:14px;padding:32px 40px}
.shop-cta__item{display:flex;align-items:center;gap:14px;flex:1;justify-content:center}
.shop-cta__item i{font-size:1.5rem;color:#B9D800;width:50px;height:50px;border-radius:50%;background:rgba(185,216,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.shop-cta__item strong{display:block;font-family:'Montserrat',sans-serif;font-size:.95rem;color:#fff;margin-bottom:2px}
.shop-cta__item span{font-size:.85rem;color:rgba(255,255,255,.55)}
.shop-cta__divider{width:1px;height:50px;background:rgba(255,255,255,.1);flex-shrink:0}

/* Products Section */
.shop-products{padding:60px 0;background:#f4f5f0}
.shop-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:24px;border-bottom:2px solid #f4f5f0;position:relative}
.shop-products__header h2{font-family:'Montserrat',sans-serif;font-size:1.8rem;font-weight:800;color:#000000;margin:0;position:relative;display:inline-flex;align-items:center;gap:12px}
.shop-products__header h2::before{content:"";display:inline-block;width:8px;height:28px;background:linear-gradient(135deg,#B9D800,#A0A776);border-radius:4px}
.shop-products__count{font-family:'Montserrat',sans-serif;font-weight:600;color:#888;font-size:.95rem}

/* Product Grid */
.shop-products__grid .products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0;padding:0}
.shop-products__grid .products li.product{float:none;width:auto;margin:0;clear:none}
.cat-products__grid .products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0;padding:0}
.cat-products__grid .products li.product{float:none;width:auto;margin:0;clear:none}

/* Kill WooCommerce column-count and float on custom grids */
.shop-products__grid .products.columns-4,.cat-products__grid .products.columns-4{column-count:unset;column-gap:unset}
.shop-products__grid .products.columns-4 li.product,.cat-products__grid .products.columns-4 li.product{float:none;width:auto;clear:none;margin:0}

/* CRITICAL: Hide WooCommerce ::before/::after pseudo-elements that become grid items */
.shop-products__grid .products::before,.shop-products__grid .products::after,
.cat-products__grid .products::before,.cat-products__grid .products::after{display:none;content:none}

/* No strikethrough on prices */
.woocommerce del,.woocommerce .price del,.woocommerce ins,.woocommerce .price ins{text-decoration:none!important}
.woocommerce .price,.woocommerce .price *{text-decoration:none!important;-webkit-text-decoration:none!important;text-decoration-line:none!important}

/* Kill WooCommerce .first/.last clear */
.shop-products__grid .products li.product.first,.shop-products__grid .products li.product.last,
.cat-products__grid .products li.product.first,.cat-products__grid .products li.product.last{clear:none;float:none;width:auto;margin:0}

/* WooCommerce Product Card Override */
.shop-products__grid .product{background:#fff;border:2px solid #eee;border-radius:14px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;display:flex;flex-direction:column}
.shop-products__grid .product:hover{transform:translateY(-6px);box-shadow:0 15px 40px rgba(0,0,0,.1);border-color:transparent}
.shop-products__grid .product a:first-child{overflow:hidden;border-radius:12px 12px 0 0;background:#fafaf8;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}
.shop-products__grid .product a img{transition:transform .5s;border-radius:0;width:100%;height:auto;max-height:250px;object-fit:contain;display:block}
.shop-products__grid .product:hover a img{transform:scale(1.05)}
.shop-products__grid .product .woocommerce-loop-product__title{padding:14px 16px 6px;font-family:'Montserrat',sans-serif;font-size:.88rem;font-weight:700;color:#000000;line-height:1.3;width:100%;box-sizing:border-box;text-align:center;min-height:2.6em}
.shop-products__grid .product .price{padding:0 16px 14px;display:block;font-family:'Montserrat',sans-serif;font-weight:800;color:#B9D800;font-size:1.1rem;width:100%;box-sizing:border-box;text-align:center}
.shop-products__grid .product .price del{color:#bbb;font-weight:400;font-size:.8rem}
.shop-products__grid .product .button,.shop-products__grid .product .added_to_cart{margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:16px;padding:10px 20px;border-radius:8px;background:#000000;color:#fff;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.85rem;transition:all .3s;display:block;text-align:center;border:none;width:calc(100% - 32px);box-sizing:border-box}
.shop-products__grid .product .button:hover,.shop-products__grid .product .added_to_cart:hover{background:#B9D800;color:#000000;transform:translateY(-2px);box-shadow:0 4px 15px rgba(185,216,0,.3)}
.shop-products__grid .product .button.added{background:#B9D800;color:#000000}

/* Sale badge */
.shop-products__grid .product span.onsale{background:#B9D800;border-radius:8px;min-width:auto;min-height:auto;padding:6px 12px;font-size:.75rem;font-weight:700;line-height:1.2;left:auto;top:10px;right:10px}

/* Empty state */
.shop-products__empty{text-align:center;padding:80px 20px}
.shop-products__empty i{font-size:3rem;color:#ddd;margin-bottom:16px}
.shop-products__empty h3{font-family:'Montserrat',sans-serif;font-size:1.3rem;color:#000000;margin-bottom:8px}
.shop-products__empty p{color:#888}

/* WooCommerce Pagination Override */
.shop-products .woocommerce-pagination{margin-top:48px;padding-top:24px;border-top:2px solid #eee}
.shop-products .woocommerce-pagination ul{border:none;display:flex;justify-content:center;gap:8px}
.shop-products .woocommerce-pagination ul li{border:none}
.shop-products .woocommerce-pagination ul li a,.shop-products .woocommerce-pagination ul li span{padding:12px 18px;border-radius:8px;border:2px solid #eee;background:#fff;color:#888C8D;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.9rem;transition:all .3s}
.shop-products .woocommerce-pagination ul li a:hover{border-color:#B9D800;color:#B9D800;background:#eef0e6}
.shop-products .woocommerce-pagination ul li span.current{background:#B9D800;border-color:#B9D800;color:#000000;font-weight:700}

/* WooCommerce Result Count */
.shop-products .woocommerce-result-count,.woocommerce .woocommerce-result-count:not(.shop-products__header ~ *),.woocommerce .woocommerce-ordering:not(.shop-products__header ~ *){display:none}

/* Responsive Shop */
@media(max-width:1200px){
.shop-cats__grid{grid-template-columns:repeat(4,1fr)}
.shop-products__grid .products{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1024px){
.shop-cats__grid{grid-template-columns:repeat(4,1fr)}
.shop-products__grid .products{grid-template-columns:repeat(3,1fr)}
.shop-cta__inner{flex-direction:column;gap:20px;padding:28px 24px}
.shop-cta__divider{width:80%;height:1px}
}

/* ==============================
   SEARCH RESULTS PAGE
   ============================== */
.page-search-results{padding-top:24px}
/* page-search-results uses default .container width */
.search-top{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:4px}
.search-top__title{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:700;color:#000000;margin:0}
.search-top__title i{color:#B9D800;margin-right:6px}
.search-top__title span{color:#B9D800;font-weight:800}
.search-top__count{font-family:'Montserrat',sans-serif;font-size:.9rem;color:#888;margin:0}
.search-top-form{margin-bottom:24px}
.search-top-form form{display:flex;gap:8px}
.search-top-form input[type="search"]{flex:1;padding:12px 16px;border:2px solid #909C9C;border-radius:8px;font-size:.95rem;font-family:'Montserrat',sans-serif;outline:none;transition:border-color .3s}
.search-top-form input[type="search"]:focus{border-color:#B9D800}
.search-top-form button{width:44px;height:44px;border-radius:8px;border:none;background:#B9D800;color:#000000;font-size:1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.search-top-form button:hover{background:#A0A776;transform:scale(1.04)}
.search-results-empty{text-align:center;padding:60px 20px}
.search-results-empty i{font-size:2.8rem;color:#ddd;margin-bottom:14px}
.search-results-empty h3{font-family:'Montserrat',sans-serif;font-size:1.2rem;color:#000000;margin-bottom:6px}
.search-results-empty p{color:#888;margin-bottom:20px}
.search-pagination{margin-top:36px;display:flex;justify-content:center}
.search-pagination .pagination,.search-pagination .page-numbers{display:flex;gap:8px;list-style:none;margin:0;padding:0}
.search-pagination a,.search-pagination span{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:2px solid #eee;background:#fff;color:#888C8D;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.82rem;text-decoration:none;transition:all .2s}
.search-pagination a:hover{border-color:#B9D800;color:#B9D800}
.search-pagination span.current{background:#B9D800;border-color:#B9D800;color:#000000}
@media(max-width:768px){
.page-search-results{padding-top:16px}
.search-top__title{font-size:1.2rem}
}

/* ==============================
   BREADCRUMB BAR
   ============================== */
.cat-breadcrumb-bar{background:#000000;padding:14px 0;border-bottom:1px solid rgba(185,216,0,.1)}
.cat-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.82rem}
.cat-breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .3s;font-weight:500}
.cat-breadcrumb a:hover{color:#B9D800}
.cat-breadcrumb .sep{color:rgba(255,255,255,.2);font-size:.6rem}
.cat-breadcrumb .current{color:#B9D800;font-weight:700}

/* ==============================
   CATEGORY HERO
   ============================== */
.cat-hero-new{background:linear-gradient(135deg,#000000 0%,#888C8D 50%,#888C8D 100%);padding:64px 0 72px;position:relative;overflow:hidden}
.cat-hero-new__bg{position:absolute;inset:0;pointer-events:none}
.cat-hero-new__circle{position:absolute;border-radius:50%}
.cat-hero-new__circle--1{width:500px;height:500px;top:-200px;right:-100px;background:radial-gradient(circle,rgba(185,216,0,.08) 0%,transparent 70%)}
.cat-hero-new__circle--2{width:350px;height:350px;bottom:-150px;left:-80px;background:radial-gradient(circle,rgba(185,216,0,.05) 0%,transparent 70%)}
.cat-hero-new__circle--3{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(185,216,0,.03) 0%,transparent 70%)}
.cat-hero-new__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.cat-hero-new__text{display:flex;align-items:center;gap:24px}
.cat-hero-new__icon{width:72px;height:72px;border-radius:18px;background:rgba(185,216,0,.15);border:2px solid rgba(185,216,0,.25);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#B9D800;flex-shrink:0;transition:all .4s;overflow:hidden}
.cat-hero-new__icon img{width:36px;height:36px;object-fit:contain;display:block}
.cat-hero-new__icon:hover{transform:rotate(-5deg) scale(1.05);background:rgba(185,216,0,.25);border-color:#B9D800}
.cat-hero-new__text h1{color:#fff;font-size:2.8rem;font-weight:800;line-height:1.1;margin:0}
.cat-hero-new__visual{display:none}
.cat-hero-new__stat-card{display:none}

/* ==============================
   SUBCATEGORIES NEW
   ============================== */
.cat-subs-new{padding:64px 0;background:#f4f5f0}
.cat-subs-new__header{text-align:center;margin-bottom:40px}
.cat-subs-new__header h2{font-family:'Montserrat',sans-serif;font-size:1.8rem;font-weight:800;color:#000000;margin-bottom:8px}
.cat-subs-new__header p{color:#888;font-size:1rem}
.cat-subs-new__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.cat-sub-card-new{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:2px solid #eee;border-radius:16px;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;position:relative}
.cat-sub-card-new::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#B9D800;transform:scaleY(0);transition:transform .3s;border-radius:0 4px 4px 0}
.cat-sub-card-new:hover{border-color:#B9D800;transform:translateY(-4px);box-shadow:0 12px 40px rgba(185,216,0,.12)}
.cat-sub-card-new:hover::before{transform:scaleY(1)}
.cat-sub-card-new__icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#eef0e6,#e8ead2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#A0A776;flex-shrink:0;transition:all .3s}
.cat-sub-card-new:hover .cat-sub-card-new__icon{background:linear-gradient(135deg,#B9D800,#A0A776);color:#000000;transform:scale(1.05)}
.cat-sub-card-new__icon img{width:38px;height:38px;object-fit:contain}
.cat-sub-card-new__body{flex:1}
.cat-sub-card-new__body h3{font-family:'Montserrat',sans-serif;font-size:.95rem;font-weight:700;color:#000000;margin-bottom:3px;transition:color .3s}
.cat-sub-card-new:hover .cat-sub-card-new__body h3{color:#A0A776}
.cat-sub-card-new__count{font-size:.82rem;color:#909C9C;font-weight:500}
.cat-sub-card-new__arrow{width:36px;height:36px;border-radius:50%;background:#fafaf8;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}
.cat-sub-card-new__arrow i{font-size:.75rem;color:#909C9C;transition:all .3s}
.cat-sub-card-new:hover .cat-sub-card-new__arrow{background:#B9D800;transform:translateX(4px)}
.cat-sub-card-new:hover .cat-sub-card-new__arrow i{color:#000000}

/* ==============================
   PRODUCTS SECTION
   ============================== */
.cat-products{padding:64px 0;background:#fff}
.cat-products__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;padding-bottom:20px;border-bottom:2px solid #f4f5f0}
.cat-products__header h2{font-family:'Montserrat',sans-serif;font-size:1.6rem;font-weight:800;color:#000000;margin:0 0 4px}
.cat-products__count{font-size:.9rem;color:#909C9C;font-weight:500}
.cat-products__view-toggle{display:flex;gap:6px;background:#fafaf8;border-radius:10px;padding:4px}
.view-btn{width:38px;height:38px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#909C9C}
.view-btn.active{background:#fff;color:#000000;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.view-btn:hover:not(.active){color:#888C8D}

/* Product Grid Override */
.cat-products__grid .products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0;padding:0}
.cat-products__grid .products li.product{float:none;width:auto;margin:0}
@media(max-width:1024px){
  .cat-products__grid .products{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .cat-products__grid .products{grid-template-columns:repeat(2,1fr);gap:14px}
}
/* WooCommerce Product Card Override - Category */
.cat-products__grid .product,.woocommerce .cat-products__grid li.product{background:#fff;border:2px solid #f4f5f0;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;display:flex;flex-direction:column}
.cat-products__grid .product:hover,.woocommerce .cat-products__grid li.product:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.1);border-color:transparent}
.cat-products__grid .product a.woocommerce-LoopProduct-link,.cat-products__grid .product > a:first-child{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:#fafaf8;min-height:220px;flex:1}
.cat-products__grid .product a img,.cat-products__grid .product > a > img{transition:transform .5s;border-radius:0;width:100%;height:auto;max-height:250px;object-fit:contain;display:block}
.cat-products__grid .product:hover a img,.cat-products__grid .product:hover > a > img{transform:scale(1.06)}
.cat-products__grid .product .woocommerce-loop-product__title,.cat-products__grid .product h2{padding:14px 18px 6px;font-family:'Montserrat',sans-serif;font-size:.88rem;font-weight:700;color:#000000;line-height:1.35;width:100%;box-sizing:border-box;text-align:center;min-height:2.6em;margin-top:auto}
.cat-products__grid .product .price,.cat-products__grid .product > a > .price{padding:0 18px 14px;display:block;font-family:'Montserrat',sans-serif;font-weight:800;color:#B9D800;font-size:1.15rem;width:100%;box-sizing:border-box;text-align:center}
.cat-products__grid .product .price del{color:#bbb;font-weight:400;font-size:.8rem}
.cat-products__grid .product .button,.cat-products__grid .product .added_to_cart,.cat-products__grid .product > a.ajax_add_to_cart,.cat-products__grid .product > a.product_type_simple{margin-top:auto;margin-left:18px;margin-right:18px;margin-bottom:18px;padding:11px 20px;border-radius:10px;background:#000000;color:#fff;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.85rem;transition:all .3s;display:block;text-align:center;border:none;width:calc(100% - 36px);box-sizing:border-box}
.cat-products__grid .product .button:hover,.cat-products__grid .product .added_to_cart:hover{background:#B9D800;color:#000000;transform:translateY(-2px);box-shadow:0 6px 20px rgba(185,216,0,.3)}
.cat-products__grid .product .button.added{background:#B9D800;color:#000000}
.cat-products__grid .product span.onsale{background:#B9D800;border-radius:10px;min-width:auto;min-height:auto;padding:6px 14px;font-size:.78rem;font-weight:700;line-height:1.2;left:auto;top:12px;right:12px}

/* Empty state */
.cat-products__empty{text-align:center;padding:80px 20px}
.cat-products__empty-icon{width:100px;height:100px;border-radius:50%;background:#fafaf8;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.cat-products__empty-icon i{font-size:2.5rem;color:#ddd}
.cat-products__empty h3{font-family:'Montserrat',sans-serif;font-size:1.4rem;color:#000000;margin-bottom:8px}
.cat-products__empty p{color:#888;margin-bottom:28px;font-size:1rem}

/* WooCommerce Pagination */
.cat-products .woocommerce-pagination{margin-top:48px;padding-top:24px;border-top:2px solid #f4f5f0}
.cat-products .woocommerce-pagination ul{border:none;display:flex;justify-content:center;gap:8px}
.cat-products .woocommerce-pagination ul li{border:none}
.cat-products .woocommerce-pagination ul li a,.cat-products .woocommerce-pagination ul li span{padding:12px 18px;border-radius:10px;border:2px solid #eee;background:#fff;color:#888C8D;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.9rem;transition:all .3s}
.cat-products .woocommerce-pagination ul li a:hover{border-color:#B9D800;color:#B9D800;background:#eef0e6}
.cat-products .woocommerce-pagination ul li span.current{background:#B9D800;border-color:#B9D800;color:#000000;font-weight:700}
.cat-products .woocommerce-result-count{display:none}

/* ==============================
   CTA SECTION
   ============================== */
.cat-cta{padding:48px 0;background:#f4f5f0}
.cat-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#000000 0%,#888C8D 100%);border-radius:20px;padding:40px 48px}
.cat-cta__text h3{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:6px}
.cat-cta__text p{color:rgba(255,255,255,.6);font-size:1rem;margin:0}

/* ==============================
   RESPONSIVE
   ============================== */
@media(max-width:1024px){
.cat-hero-new__grid{grid-template-columns:1fr;gap:40px}
.cat-hero-new__text{justify-content:center}
.cat-hero-new__subs-grid{grid-template-columns:1fr;gap:16px}
.cat-subs-new__grid{grid-template-columns:1fr}
}
@media(max-width:768px){
.cat-hero-new{padding:48px 0 56px}
.cat-hero-new__text{flex-direction:column;text-align:center}
.cat-hero-new__text h1{font-size:2rem}
.cat-products .products{grid-template-columns:repeat(2,1fr);gap:14px}
.cat-products__header{flex-direction:column;gap:12px;align-items:flex-start}
.cat-cta__inner{flex-direction:column;text-align:center;padding:32px 24px}
}
@media(max-width:480px){
.cat-hero-new__text h1{font-size:1.6rem}
.cat-subs-new__grid{grid-template-columns:1fr}
.cat-products__grid{display:block}
.cat-products .products{grid-template-columns:1fr;gap:12px}
.cat-products .products li.product{justify-self:center;width:100%;max-width:420px}
.cat-products__grid .product a.woocommerce-LoopProduct-link,.cat-products .products li.product a:first-child{min-height:180px}
.cat-products__grid .product .woocommerce-loop-product__title,.cat-products .products li.product .woocommerce-loop-product__title{font-size:.88rem;padding:14px 18px 6px}
.cat-products__grid .product .price,.cat-products .products li.product .price{font-size:1.05rem;padding:0 18px 14px}
.cat-products__grid .product .button,.cat-products .products li.product .button{margin-top:auto;margin-left:18px;margin-right:18px;margin-bottom:18px;padding:11px 20px;font-size:.85rem;width:calc(100% - 36px);box-sizing:border-box}
}
@media(max-width:768px){
.shop-hero h1{font-size:2rem}
.shop-cats__grid{grid-template-columns:repeat(3,1fr);gap:12px}
.shop-watches__grid{grid-template-columns:repeat(2,1fr)}
.shop-products__grid .products{grid-template-columns:repeat(2,1fr);gap:14px}
.shop-products__header{flex-direction:column;gap:8px;text-align:center}
}
@media(max-width:480px){
.shop-hero h1{font-size:1.7rem}
.shop-hero__search input[type="search"]{padding:14px 16px;font-size:.9rem}
.shop-hero__search button{padding:14px 20px}
.shop-cats__grid{grid-template-columns:repeat(3,1fr);gap:8px}
.shop-cat-card{padding:14px 8px 12px}
.shop-cat-card__img{width:60px;height:60px}
.shop-cat-card__label{font-size:.75rem}
.shop-watches__grid{grid-template-columns:repeat(2,1fr);gap:12px}
.shop-products__grid .products{grid-template-columns:1fr;gap:12px}
.shop-products__grid .products li.product{justify-self:center;width:100%;max-width:420px}
.shop-products__grid .product a:first-child{min-height:180px}
.shop-products__grid .product .woocommerce-loop-product__title{font-size:.88rem;padding:14px 18px 6px}
.shop-products__grid .product .price{font-size:1.05rem;padding:0 18px 14px}
.shop-products__grid .product .button{margin-top:auto;margin-left:18px;margin-right:18px;margin-bottom:18px;padding:11px 20px;font-size:.85rem;width:calc(100% - 36px);box-sizing:border-box}
}
@media(max-width:768px){
.woocommerce ul.products:not(.shop-products__grid .products):not(.cat-products__grid .products){grid-template-columns:repeat(2,1fr);gap:14px}
.woocommerce-products-header__title{font-size:2rem}
.woocommerce-shop .page-title{font-size:2rem}
.vc_custom_1738777700338 .wpb_wrapper{grid-template-columns:repeat(2,1fr)}
.woocommerce-ordering{margin-bottom:16px}
}
@media(max-width:480px){
.woocommerce ul.products:not(.shop-products__grid .products):not(.cat-products__grid .products){grid-template-columns:1fr;gap:12px}
.woocommerce ul.products:not(.shop-products__grid .products):not(.cat-products__grid .products) li.product{justify-self:center;width:100%;max-width:420px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.8rem;padding:10px 10px 4px}
.woocommerce ul.products li.product .price{font-size:1rem;padding:0 10px 8px}
.woocommerce ul.products li.product .button{margin:0 10px 10px;padding:8px 14px;font-size:.8rem}
.vc_custom_1738777700338 .wpb_wrapper{grid-template-columns:repeat(2,1fr);gap:12px}
}

/* ================================================================
   SINGLE PRODUCT PAGE — Última Generación
   ================================================================ */

/* --- Gallery --- */
.woocommerce div.product div.images{position:relative}
.woocommerce-product-gallery{opacity:1!important;position:relative}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{display:flex;align-items:stretch;gap:0}
.woocommerce-product-gallery__image{position:relative;overflow:hidden;border-radius:16px;background:#f4f5f0;max-height:520px;display:flex;align-items:center;justify-content:center}
.woocommerce-product-gallery__image img{width:100%;height:auto;max-height:480px;object-fit:contain;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94);padding:24px;min-height:320px;aspect-ratio:auto}
.woocommerce-product-gallery__image:hover img{transform:scale(1.08)}
.woocommerce-product-gallery__image::after{content:'';position:absolute;inset:0;border-radius:16px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}
.woocommerce-product-gallery .flex-viewport{border-radius:16px;background:#f4f5f0;overflow:hidden}
.flex-control-thumbs{display:flex;gap:10px;margin-top:12px;padding:0;list-style:none;flex-wrap:wrap}
.flex-control-thumbs li{width:72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid #eee;cursor:pointer;transition:border-color .3s;flex-shrink:0;background:#f4f5f0}
.flex-control-thumbs li.flex-active{border-color:#B9D800}
.flex-control-thumbs li:hover{border-color:#B9D800}
.flex-control-thumbs li img{width:100%;height:100%;object-fit:cover;display:block}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:72px}

/* --- Product Layout --- */
.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:48px 0}
.woocommerce div.product div.images{margin:0}
.woocommerce div.product div.summary{padding:0}

/* --- Title --- */
.woocommerce div.product .product_title{font-family:'Montserrat',sans-serif;font-size:2.2rem;font-weight:800;color:#000000;margin-bottom:8px;line-height:1.15;letter-spacing:-.5px}

/* --- Price --- */
.woocommerce div.product p.price{font-family:'Montserrat',sans-serif;font-size:2rem;font-weight:800;color:#B9D800;margin-bottom:24px;position:relative;display:inline-flex;align-items:center;gap:8px}
.woocommerce div.product p.price::before{content:'';display:inline-block;width:6px;height:28px;background:linear-gradient(135deg,#B9D800,#A0A776);border-radius:3px;vertical-align:middle}

/* --- Short Description --- */
.woocommerce div.product .woocommerce-product-details__short-description{font-size:1rem;line-height:1.75;color:#888C8D;margin-bottom:28px;padding-bottom:28px;border-bottom:2px solid #f4f5f0}
.woocommerce div.product .woocommerce-product-details__short-description p{margin-bottom:12px;color:#888C8D}
.woocommerce div.product .woocommerce-product-details__short-description strong{color:#000000}
.woocommerce div.product .woocommerce-product-details__short-description table{width:100%;border-collapse:separate;border-spacing:0;margin:16px 0;border-radius:12px;overflow:hidden;border:1px solid #eee}
.woocommerce div.product .woocommerce-product-details__short-description table thead{background:#000000}
.woocommerce div.product .woocommerce-product-details__short-description table thead th{padding:14px 18px;color:#fff;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;border:none}
.woocommerce div.product .woocommerce-product-details__short-description table td,.woocommerce div.product .woocommerce-product-details__short-description table th{padding:12px 18px;border-bottom:1px solid #f4f5f0;font-size:.92rem}
.woocommerce div.product .woocommerce-product-details__short-description table tr:last-child td,.woocommerce div.product .woocommerce-product-details__short-description table tr:last-child th{border-bottom:none}
.woocommerce div.product .woocommerce-product-details__short-description table tr:nth-child(even){background:#fafaf8}
.woocommerce div.product .woocommerce-product-details__short-description table th{font-weight:600;color:#000000;text-align:left;width:40%}
.woocommerce div.product .woocommerce-product-details__short-description table td{color:#888C8D}

/* --- Stock Badge --- */
.woocommerce div.product .stock{font-size:.82rem;font-weight:700;margin-bottom:20px;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:50px;font-family:'Montserrat',sans-serif}
.woocommerce div.product .stock.in-stock{background:rgba(185,216,0,.12);color:#A0A776;border:1px solid rgba(185,216,0,.25)}
.woocommerce div.product .stock.in-stock::before{content:'';display:inline-block;width:8px;height:8px;background:#A0A776;border-radius:50%;animation:pulse-stock 2s infinite}
@keyframes pulse-stock{0%,100%{opacity:1}50%{opacity:.4}}
.woocommerce div.product .stock.out-of-stock{background:rgba(233,69,96,.1);color:#B9D800;border:1px solid rgba(233,69,96,.25)}
.woocommerce div.product .stock.out-of-stock::before{content:'';display:inline-block;width:8px;height:8px;background:#B9D800;border-radius:50%}

/* --- Cart Form --- */
.woocommerce div.product form.cart{margin:0;margin-bottom:28px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.woocommerce div.product form.cart .quantity{display:flex;align-items:center}
.woocommerce div.product form.cart .quantity label{font-family:'Montserrat',sans-serif;font-weight:600;font-size:.85rem;color:#888;margin-right:8px}
.woocommerce div.product form.cart .quantity .qty{width:72px;height:52px;border:2px solid #eee;border-radius:12px;text-align:center;font-size:1.15rem;font-weight:700;font-family:'Montserrat',sans-serif;color:#000000;background:#fafaf8;transition:border-color .3s;appearance:textfield;-moz-appearance:textfield}
.woocommerce div.product form.cart .quantity .qty:focus{outline:none;border-color:#B9D800;background:#fff}
.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button{opacity:1}
.woocommerce div.product form.cart .single_add_to_cart_button{padding:16px 40px;border-radius:12px;background:linear-gradient(135deg,#B9D800 0%,#A0A776 100%);color:#000000;font-family:'Montserrat',sans-serif;font-weight:800;font-size:1rem;border:none;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;letter-spacing:.3px;text-transform:uppercase}
.woocommerce div.product form.cart .single_add_to_cart_button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(185,216,0,.35)}
.woocommerce div.product form.cart .single_add_to_cart_button:hover::before{left:100%}
.woocommerce div.product form.cart .single_add_to_cart_button:active{transform:translateY(-1px)}

/* --- Product Meta --- */
.woocommerce div.product .product_meta{padding-top:24px;border-top:2px solid #f4f5f0;font-size:.88rem;color:#909C9C}
.woocommerce div.product .product_meta>span{display:block;margin-bottom:8px}
.woocommerce div.product .product_meta a{color:#000000;font-weight:600;transition:color .2s}
.woocommerce div.product .product_meta a:hover{color:#B9D800}
.woocommerce div.product .product_meta .posted_in a::after,.woocommerce div.product .product_meta .tagged_as a::after{content:', ';color:#909C9C;font-weight:400}
.woocommerce div.product .product_meta .posted_in a:last-child::after,.woocommerce div.product .product_meta .tagged_as a:last-child::after{content:''}

/* --- Tabs --- */
.woocommerce div.product .woocommerce-tabs{margin-top:64px;padding-top:48px;border-top:2px solid #f4f5f0}
.woocommerce div.product .woocommerce-tabs ul.tabs{background:#f4f5f0;border:none;border-radius:12px;padding:5px;margin-bottom:0;display:flex;gap:4px}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:transparent;border:none;border-radius:10px;;float:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:14px 32px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.88rem;color:#909C9C;border-radius:10px;transition:all .3s;display:block}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#000000}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:#000000}
.woocommerce div.product .woocommerce-tabs .panel{border:none;border-radius:16px;padding:36px;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.04);margin:0;margin-top:20px}
.woocommerce div.product .woocommerce-tabs .panel h2{font-family:'Montserrat',sans-serif;font-size:1.3rem;font-weight:800;color:#000000;margin-bottom:16px}

/* --- Reviews --- */
.woocommerce #reviews #comments{margin-bottom:32px}
.woocommerce #reviews .commentlist{padding:0;margin:0}
.woocommerce #reviews .commentlist li{padding:20px 0;border-bottom:1px solid #f4f5f0}
.woocommerce #reviews .commentlist li .comment-text{border:none;padding:0;margin:0 0 0 56px;background:none;border-radius:0}
.woocommerce #reviews .commentlist li .star-rating{color:#B9D800;font-size:.85rem}
.woocommerce #reviews #review_form #respond{padding:0;border:none;background:none}
.woocommerce #reviews #review_form label{font-family:'Montserrat',sans-serif;font-weight:600;color:#000000;font-size:.9rem}
.woocommerce #reviews #review_form textarea,.woocommerce #reviews #review_form input[type="text"]{border:2px solid #eee;border-radius:12px;padding:14px 18px;font-size:.95rem;transition:border-color .3s;width:100%}
.woocommerce #reviews #review_form textarea:focus,.woocommerce #reviews #review_form input[type="text"]:focus{outline:none;border-color:#B9D800}
.woocommerce #reviews #review_form .form-submit input{background:linear-gradient(135deg,#000000 0%,#888C8D 100%);color:#fff;padding:14px 36px;border-radius:10px;font-family:'Montserrat',sans-serif;font-weight:700;border:none;cursor:pointer;transition:all .3s}
.woocommerce #reviews #review_form .form-submit input:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(26,26,46,.3)}

/* --- Up-sells & Related --- */
.woocommerce section.up-sells,.woocommerce section.related{margin-top:80px;padding-top:48px;border-top:none;background:#f4f5f0;padding:48px 32px 40px;border-radius:20px;margin-left:-24px;margin-right:-24px}
.woocommerce section.up-sells h2,.woocommerce section.related h2{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:800;color:#000000;margin-bottom:28px;position:relative;padding-left:20px;text-align:center}
.woocommerce section.up-sells h2::before,.woocommerce section.related h2::before{content:'';position:absolute;left:calc(50% - 40px);bottom:-12px;width:40px;height:4px;background:linear-gradient(135deg,#B9D800,#A0A776);border-radius:2px}

/* --- Breadcrumb --- */
.woocommerce .woocommerce-breadcrumb{font-size:.85rem;color:#909C9C;margin-bottom:24px;font-weight:500}
.woocommerce .woocommerce-breadcrumb a{color:#888;transition:color .2s}
.woocommerce .woocommerce-breadcrumb a:hover{color:#B9D800}
.woocommerce .woocommerce-breadcrumb .separator{color:#909C9C;margin:0 8px}

/* --- Page Wrapper Fix --- */
.woocommerce .page-section{padding-top:0}
#primary.content-area{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}

/* ================================================================
   RESPONSIVE - Single Product
   ================================================================ */
@media(max-width:1024px){
.woocommerce div.product{grid-template-columns:1fr;gap:32px;padding:32px 0}
.woocommerce div.product .product_title{font-size:1.8rem}
.woocommerce div.product p.price{font-size:1.7rem}
.woocommerce section.up-sells,.woocommerce section.related{margin-left:0;margin-right:0}
}
@media(max-width:768px){
.woocommerce div.product{padding:24px 0;gap:24px}
.woocommerce div.product .product_title{font-size:1.5rem}
.woocommerce div.product p.price{font-size:1.4rem}
.woocommerce-product-gallery__image{max-height:400px}
.woocommerce-product-gallery__image img{max-height:360px;min-height:240px;padding:16px}
.flex-control-thumbs li{width:60px;height:60px}
.woocommerce div.product form.cart{flex-direction:column;align-items:stretch}
.woocommerce div.product form.cart .quantity{justify-content:center}
.woocommerce div.product form.cart .single_add_to_cart_button{width:100%;text-align:center}
.woocommerce div.product .woocommerce-tabs ul.tabs{flex-direction:column}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{text-align:center}
.woocommerce div.product .woocommerce-tabs .panel{padding:24px 18px}
.woocommerce section.up-sells,.woocommerce section.related{padding:24px 16px}
}
@media(max-width:480px){
.woocommerce div.product .product_title{font-size:1.3rem}
.woocommerce div.product p.price{font-size:1.2rem}
.woocommerce div.product .woocommerce-product-details__short-description table th,.woocommerce div.product .woocommerce-product-details__short-description table td{padding:10px 12px;font-size:.85rem}
}

/* SIDEBAR FIX - WooCommerce full width */
.woocommerce #sidebar,.woocommerce-page #sidebar{display:none}
.woocommerce #primary,.woocommerce-page #primary{width:100%;max-width:100%;float:none}
.woocommerce div.product{display:grid;grid-template-columns:45% 1fr;gap:48px;align-items:start;padding:48px 0}
.woocommerce div.product div.images{width:100%}
.woocommerce div.product div.summary{width:100%;padding:0}
.woocommerce-tax-product_cat #primary,.woocommerce-archive #primary,.woocommerce-shop #primary{width:100%;max-width:100%}
.woocommerce section.up-sells,.woocommerce section.related{grid-column:1/-1;margin-left:0;margin-right:0}

/* Hide sidebar globally on all WooCommerce product/taxonomy pages */
body.single-product #sidebar,body.tax-product_cat #sidebar,body.archive.woocommerce #sidebar,body.shop #sidebar{display:none}
body.single-product #primary,body.tax-product_cat #primary,body.archive.woocommerce #primary,body.shop #primary{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}

/* Related products: force 3 columns, equal size */
.woocommerce section.related .products,
.woocommerce section.related ul.products{grid-template-columns:repeat(3,1fr);gap:24px}
.woocommerce section.related ul.products li.product{width:100%;float:none;margin:0}

/* Upsells: also 3 columns */
.woocommerce section.up-sells .products,
.woocommerce section.up-sells ul.products{grid-template-columns:repeat(3,1fr);gap:24px}
.woocommerce section.up-sells ul.products li.product{width:100%;float:none;margin:0}

/* Tab content styling */
.woocommerce div.product .woocommerce-tabs .panel p{font-size:1rem;line-height:1.75;color:#888C8D;margin-bottom:16px}
.woocommerce div.product .woocommerce-tabs .panel table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;border:1px solid #eee;margin:16px 0}
.woocommerce div.product .woocommerce-tabs .panel table thead{background:#000000}
.woocommerce div.product .woocommerce-tabs .panel table thead th{padding:14px 18px;color:#fff;font-family:"Montserrat",sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;border:none}
.woocommerce div.product .woocommerce-tabs .panel table td,.woocommerce div.product .woocommerce-tabs .panel table th{padding:12px 18px;border-bottom:1px solid #f4f5f0;font-size:.92rem}
.woocommerce div.product .woocommerce-tabs .panel table tr:last-child td{border-bottom:none}
.woocommerce div.product .woocommerce-tabs .panel table tr:nth-child(even){background:#fafaf8}
.woocommerce div.product .woocommerce-tabs .panel table th{font-weight:600;color:#000000;text-align:left;width:40%}
.woocommerce div.product .woocommerce-tabs .panel table td{color:#888C8D}
.woocommerce div.product .woocommerce-tabs .panel strong{color:#000000;font-weight:700}
.woocommerce div.product .woocommerce-tabs .panel a{color:#B9D800;font-weight:600;transition:color .2s}
.woocommerce div.product .woocommerce-tabs .panel a:hover{color:#A0A776}

/* Carousel: related & upsells track */
.woocommerce section.related ul.products,
.woocommerce section.up-sells ul.products{display:flex;flex-wrap:nowrap;gap:24px;margin:0;padding:0;list-style:none;transition:transform .45s cubic-bezier(.25,.46,.45,.94);min-width:0}
.woocommerce section.related ul.products li.product,
.woocommerce section.up-sells ul.products li.product{flex:0 0 calc(33.333% - 16px);min-width:0;width:auto;float:none;margin:0}
.woocommerce section.related .carousel-wrapper,
.woocommerce section.up-sells .carousel-wrapper{overflow:hidden;margin:0 -2px;padding:2px 0}

/* Upsells section styling */
.woocommerce section.up-sells{margin-top:80px;padding-top:48px;border-top:none;background:#f4f5f0;padding:48px 32px 40px;border-radius:20px}
.woocommerce section.up-sells h2{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:800;color:#000000;margin-bottom:28px;text-align:center}

/* Carousel nav */
.related-carousel-nav{display:flex;justify-content:center;gap:12px;margin-top:24px}
.related-carousel-nav button{width:44px;height:44px;border-radius:50%;border:2px solid #dce5c8;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#000000;transition:all .25s}
.related-carousel-nav button:hover{border-color:#B9D800;background:#B9D800;color:#000000}
.related-carousel-nav button:disabled{opacity:.25;cursor:default;pointer-events:none}
.related-carousel-nav .carousel-dots{display:flex;align-items:center;gap:6px}
.related-carousel-nav .carousel-dots span{width:8px;height:8px;border-radius:50%;background:#dce5c8;transition:all .3s;cursor:pointer}
.related-carousel-nav .carousel-dots span.active{background:#B9D800;width:24px;border-radius:4px}

/* Product card for Related & Upsells - match shop/category */
.woocommerce section.related ul.products li.product,
.woocommerce section.up-sells ul.products li.product{background:#fff;border:2px solid #eee;border-radius:14px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;display:flex;flex-direction:column}
.woocommerce section.related ul.products li.product:hover,
.woocommerce section.up-sells ul.products li.product:hover{transform:translateY(-6px);box-shadow:0 15px 40px rgba(0,0,0,.1);border-color:transparent}
.woocommerce section.related ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce section.up-sells ul.products li.product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;border-radius:12px 12px 0 0;overflow:hidden;background:#fafaf8;min-height:220px;flex:1}
.woocommerce section.related ul.products li.product .woocommerce-LoopProduct-link img,
.woocommerce section.up-sells ul.products li.product .woocommerce-LoopProduct-link img{transition:transform .5s;width:100%;height:auto;max-height:250px;object-fit:contain;display:block;border-radius:0}
.woocommerce section.related ul.products li.product:hover .woocommerce-LoopProduct-link img,
.woocommerce section.up-sells ul.products li.product:hover .woocommerce-LoopProduct-link img{transform:scale(1.05)}
.woocommerce section.related ul.products li.product .woocommerce-loop-product__title,
.woocommerce section.up-sells ul.products li.product .woocommerce-loop-product__title{padding:14px 16px 6px;font-family:'Montserrat',sans-serif;font-size:.88rem;font-weight:700;color:#000000;line-height:1.3;margin:0;background:#fff;width:100%;box-sizing:border-box;text-align:center;min-height:2.6em}
.woocommerce section.related ul.products li.product .price,
.woocommerce section.up-sells ul.products li.product .price{padding:0 16px 14px;display:block;font-family:'Montserrat',sans-serif;font-weight:800;color:#B9D800;font-size:1.1rem;background:#fff;border:none;width:100%;box-sizing:border-box;text-align:center;text-decoration:none!important}
.woocommerce section.related ul.products li.product .price *,
.woocommerce section.up-sells ul.products li.product .price *{text-decoration:none!important}
.woocommerce section.related ul.products li.product .price del,
.woocommerce section.up-sells ul.products li.product .price del{color:#bbb;font-weight:400;font-size:.8rem;text-decoration:none!important}
/* Force-full kill: ensure no green line through prices in related/upsell */
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount{text-decoration:none!important}
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount{text-decoration:none!important}
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount bdi{text-decoration:none!important}
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount bdi{text-decoration:none!important}
.woocommerce section.related ul.products li.product .button,
.woocommerce section.up-sells ul.products li.product .button{margin-top:auto;margin-left:16px;margin-right:16px;margin-bottom:16px;padding:10px 20px;border-radius:8px;background:#000000;color:#fff;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.85rem;transition:all .3s;display:block;text-align:center;border:none;width:calc(100% - 32px);box-sizing:border-box}
.woocommerce section.related ul.products li.product .button:hover,
.woocommerce section.up-sells ul.products li.product .button:hover{background:#B9D800;color:#000000;transform:translateY(-2px);box-shadow:0 4px 15px rgba(185,216,0,.3)}
.woocommerce section.related ul.products li.product .button.added,
.woocommerce section.up-sells ul.products li.product .button.added{background:#B9D800;color:#000000}
.woocommerce section.related ul.products li.product .added_to_cart,
.woocommerce section.up-sells ul.products li.product .added_to_cart{display:none}

/* Force description tab content to show short description styled */
.woocommerce div.product .woocommerce-tabs .panel.entry-content{padding:32px}

/* KILL sidebar everywhere on product pages - final nuclear */
#sidebar{display:none;width:0;height:0;overflow:hidden;;border:none}
#primary,#content{width:100%;max-width:100%;float:none;}

/* === CONTACTO PAGE ── servipilas.com/contactenos/ === */

/* --- Hero centrado --- */
.contact-hero{background:linear-gradient(135deg,var(--c-brand-dark,#000000) 0%,var(--c-dark,#888C8D) 100%);padding:64px 0 80px;text-align:center}
.contact-hero__label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--c-primary,#B9D800);margin-bottom:12px}
.contact-hero__title{font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:clamp(28px,4vw,48px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.15}
.contact-hero__sub{font-size:18px;color:rgba(255,255,255,.75);max-width:560px;margin:0 auto}

/* --- Layout principal --- */
.contact-body{padding:72px 0;background:#f4f5f0}
.contact-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:48px;align-items:start}

/* --- Panel izquierdo — info --- */
.contact-info{background:var(--c-dark,#888C8D);border-radius:16px;padding:40px 36px;color:#fff}
.contact-info__title{font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:22px;font-weight:700;color:var(--c-primary,#B9D800);margin-bottom:8px}
.contact-info__sub{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:36px}

.contact-card{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.contact-card:last-of-type{border-bottom:none}
.contact-card--static{cursor:default}
.contact-card--static:hover{background:transparent}
.contact-card__icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:rgba(185,216,0,.12);display:flex;align-items:center;justify-content:center;color:var(--c-primary,#B9D800)}
.contact-card__icon svg{width:22px;height:22px}
.contact-card__label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.4);margin-bottom:4px}
.contact-card__value{font-size:16px;font-weight:600;color:#fff}
.contact-card__value a{color:#fff;text-decoration:none}
.contact-card__value a:hover{color:var(--c-primary,#B9D800)}

.contact-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:28px;padding:14px 20px;background:#25D366;color:#fff;font-family:var(--ff-heading,"Montserrat",sans-serif);font-weight:700;font-size:15px;border-radius:10px;text-decoration:none;transition:background .2s,transform .2s}
.contact-wa-btn:hover{background:#25D366;color:#fff;transform:translateY(-2px)}
.contact-wa-btn svg{width:22px;height:22px;flex-shrink:0}

/* --- Panel derecho — formulario --- */
.contact-form-card{background:#fff;border-radius:16px;padding:40px 40px 44px;box-shadow:0 4px 32px rgba(0,0,0,.07)}
.contact-form-card__title{font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:22px;font-weight:700;color:var(--c-brand-dark,#000000);margin-bottom:6px}
.contact-form-card__sub{font-size:14px;color:#888;margin-bottom:32px}

.cf-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cf-field{margin-bottom:18px}
.cf-field label{display:block;font-size:13px;font-weight:700;letter-spacing:.3px;color:var(--c-brand-dark,#000000);margin-bottom:6px}
.cf-field label span{color:#e74c3c}
.cf-field input,
.cf-field textarea,
.cf-field select{width:100%;padding:12px 16px;border:1.5px solid #dce5c8;border-radius:10px;background:#fafaf8;color:var(--c-dark,#888C8D);font-size:15px;font-family:inherit;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box}
.cf-field input:focus,
.cf-field textarea:focus,
.cf-field select:focus{border-color:var(--c-primary,#B9D800);box-shadow:0 0 0 3px rgba(185,216,0,.18);background:#fff}
.cf-field textarea{min-height:130px;resize:vertical}
.cf-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}

.cf-submit{width:100%;padding:15px;background:var(--c-primary,#B9D800);color:var(--c-dark,#000000);font-family:var(--ff-heading,"Montserrat",sans-serif);font-weight:700;font-size:16px;letter-spacing:.5px;text-transform:uppercase;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .15s;margin-top:8px}
.cf-submit:hover{background:var(--c-primary-dark,#A0A776);transform:translateY(-2px)}
.cf-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}

.cf-response{display:none;padding:14px 18px;border-radius:10px;font-size:15px;font-weight:500;margin-top:16px}
.cf-response.success{background:#eef0e6;color:#A0A776;border:1px solid #dce5c8;display:block}
.cf-response.error{background:#fef0f0;color:#c0392b;border:1px solid #f5b7b1;display:block}

/* --- Sección de confianza --- */
/* Contact Maps */
.contact-maps{background:#f4f5f0;padding:64px 0}
.contact-maps .section-header{text-align:center;margin-bottom:48px}
.contact-maps .section-header__badge{display:inline-block;padding:8px 20px;background:rgba(185,216,0,.15);border:1px solid rgba(185,216,0,.3);border-radius:50px;font-size:.85rem;font-weight:600;color:#B9D800;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}
.contact-maps__title{font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:28px;font-weight:700;color:var(--c-brand-dark,#000000);margin-bottom:8px}
.contact-maps__sub{font-size:15px;color:#888;max-width:640px;margin:0 auto;line-height:1.6}
.contact-maps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contact-map-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06);transition:box-shadow .3s,transform .3s}
.contact-map-card:hover{box-shadow:0 8px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.contact-map-card__image{position:relative;width:100%;height:180px;overflow:hidden;background:#eef0e6;cursor:pointer}
.contact-map-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.contact-map-card:hover .contact-map-card__image img{transform:scale(1.05)}
.contact-map-card__image::after{content:'\f00e';font-family:'Font Awesome 6 Free','Font Awesome 5 Free','FontAwesome';font-weight:900;position:absolute;top:10px;right:10px;width:36px;height:36px;background:rgba(0,0,0,.45);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;opacity:0;transition:opacity .3s;pointer-events:none;backdrop-filter:blur(4px);z-index:2}
.contact-map-card:hover .contact-map-card__image::after{opacity:1}
.contact-map-card__map{position:relative;width:100%;height:200px;overflow:hidden}
.contact-map-card__map iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.contact-map-card__body{padding:20px 22px 24px}
.contact-map-card__body h3{font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:15px;font-weight:700;color:var(--c-brand-dark,#000000);margin:0 0 10px}
.contact-map-card__body p{font-size:13px;color:#888;margin:0 0 6px;display:flex;align-items:flex-start;gap:8px;line-height:1.5}
.contact-map-card__body p i{color:#B9D800;width:14px;margin-top:2px;flex-shrink:0}

.contact-trust{background:#fff;padding:64px 0}
.contact-trust__title{text-align:center;font-family:var(--ff-heading,"Montserrat",sans-serif);font-size:28px;font-weight:700;color:var(--c-brand-dark,#000000);margin-bottom:48px}
.contact-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.contact-trust__item{text-align:center;padding:32px 24px;border-radius:12px;border:1.5px solid #e8ead2;transition:border-color .2s,box-shadow .2s}
.contact-trust__item:hover{border-color:var(--c-primary,#B9D800);box-shadow:0 4px 20px rgba(185,216,0,.15)}
.contact-trust__icon{width:56px;height:56px;border-radius:14px;background:rgba(185,216,0,.12);display:flex;align-items:center;justify-content:center;color:var(--c-primary,#B9D800);margin:0 auto 16px}
.contact-trust__icon svg{width:28px;height:28px}
.contact-trust__item h4{font-family:var(--ff-heading,"Montserrat",sans-serif);font-weight:700;font-size:17px;color:var(--c-brand-dark,#000000);margin-bottom:8px}
.contact-trust__item p{font-size:14px;color:#777;line-height:1.7;margin:0}

/* --- Responsive contacto --- */
@media(max-width:960px){
  .contact-grid{grid-template-columns:1fr}
  .contact-info{order:2}
  .contact-form-card{order:1}
  .contact-trust__grid{grid-template-columns:1fr 1fr}
  .contact-maps__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .contact-form-card{padding:28px 22px}
  .cf-grid-2{grid-template-columns:1fr}
  .contact-trust__grid{grid-template-columns:1fr}
  .contact-hero{padding:48px 0 64px}
  .contact-maps__grid{grid-template-columns:1fr}
}
/* ABSOLUTE KILL: Remove any strikethrough/line from related/upsell prices */
.woocommerce section.related ul.products li.product .price,
.woocommerce section.related ul.products li.product .price *,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount *,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount bdi,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount bdi *,
.woocommerce section.up-sells ul.products li.product .price,
.woocommerce section.up-sells ul.products li.product .price *,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount *,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount bdi,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount bdi *{
  text-decoration:none!important;
  -webkit-text-decoration:none!important;
  text-decoration-line:none!important;
  -webkit-text-decoration-line:none!important;
  text-decoration-color:transparent!important;
  border:none!important;
  outline:none!important;
  box-shadow:none!important;
}
/* Also remove any background-image or pseudo-element lines */
.woocommerce section.related ul.products li.product .price::before,
.woocommerce section.related ul.products li.product .price::after,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount::before,
.woocommerce section.related ul.products li.product .price .woocommerce-Price-amount::after,
.woocommerce section.up-sells ul.products li.product .price::before,
.woocommerce section.up-sells ul.products li.product .price::after,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount::before,
.woocommerce section.up-sells ul.products li.product .price .woocommerce-Price-amount::after{
  display:none!important;
  content:none!important;
}
.woocommerce section.related .woocommerce-loop-product__title::before,
.woocommerce section.up-sells .woocommerce-loop-product__title::before{display:none!important;content:none!important}

/* ==============================
   LIGHTBOX
   ============================== */
.lightbox-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.lightbox-overlay.active{opacity:1;visibility:visible}
.lightbox-overlay__close{position:absolute;top:20px;right:20px;width:48px;height:48px;border:none;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2;backdrop-filter:blur(4px)}
.lightbox-overlay__close:hover{background:rgba(255,255,255,.25)}
.lightbox-overlay__content{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center;padding:20px}
.lightbox-overlay__img{max-width:100%;max-height:85vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:block;opacity:0;transform:scale(.9);transition:opacity .4s,transform .4s}
.lightbox-overlay.active .lightbox-overlay__img{opacity:1;transform:scale(1)}
