/*=========================================================
  XTPLC Theme - Blue Color Scheme
  All-in-one stylesheet
=========================================================*/

/* --- Reset & Base --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#333;background:#f8f9fa;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#1a73e8;text-decoration:none;transition:color .2s}
a:hover{color:#0d47a1}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600}
h1{font-size:2rem}
h2{font-size:1.5rem}
h3{font-size:1.25rem}
p{margin-bottom:1rem}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}

/* --- Container --- */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}

/* --- Buttons --- */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 28px;border-radius:6px;font-weight:600;font-size:.9375rem;border:2px solid transparent;cursor:pointer;transition:all .25s;text-align:center}
.btn--primary{background:#1a73e8;color:#fff;border-color:#1a73e8}
.btn--primary:hover{background:#0d47a1;border-color:#0d47a1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,71,161,.3)}
.btn--outline{background:transparent;color:#1a73e8;border-color:#1a73e8}
.btn--outline:hover{background:#1a73e8;color:#fff;transform:translateY(-2px)}

/* --- Animations --- */
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes countUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}
.animate-in{opacity:0;transform:translateY(30px)}
.animate-in.animated{animation:fadeInUp .6s ease forwards}
.animate-in.animated[data-delay="200"]{animation-delay:.2s}
.animate-in.animated[data-delay="400"]{animation-delay:.4s}
.animate-in.animated[data-delay="600"]{animation-delay:.6s}

/* --- Section backgrounds - explicit per-section, no nth-child --- */
.section{padding:64px 0;transition:background .3s}
.section--featured-products,.section--hot-products,.section--brands{background:#f8f9fa !important}
.section--features,.section--about,.section--news{background:#fff !important}
.section--cta{background:#fff !important;padding:0}
.section__header{text-align:center;margin-bottom:40px}
.section__title{font-size:1.75rem;color:#0d47a1 !important;margin-bottom:8px;position:relative;display:inline-block;text-decoration:none !important}
.section__title--left{display:block;text-align:left}
.section__title::after{content:'';display:block;width:50px;height:3px;background:linear-gradient(90deg,#1a73e8,#2196f3);margin:12px auto 0;border-radius:2px}
.section__title--left::after{margin:12px 0 0}
.section__subtitle{color:#666 !important;font-size:.9375rem;max-width:700px;margin:0 auto;line-height:1.6;text-decoration:none !important}
.section__footer{text-align:center;margin-top:36px}
.section__view-all{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;background:transparent;color:#1a73e8;border:2px solid #1a73e8;border-radius:6px;font-weight:600;transition:all .25s;text-decoration:none !important}
.section__view-all:hover{background:#1a73e8;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,115,232,.3);text-decoration:none !important}

/* --- Header Top Bar --- */
.header-top{background:#0d47a1;color:rgba(255,255,255,.9);font-size:.8125rem;padding:6px 0}
.header-top__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.header-top__tagline{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;letter-spacing:.3px}
.header-top__contact{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.header-top__contact a{color:rgba(255,255,255,.9);text-decoration:none}
.header-top__contact a:hover{color:#fff}
.header-top__phone,.header-top__email{display:inline-flex;align-items:center;gap:4px}
.header-top__phone svg,.header-top__email svg{flex-shrink:0;opacity:.7}

/* --- Header Nav --- */
.header-nav{background:#fff;border-bottom:1px solid #e8eaed;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.header-nav__inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:20px}

/* --- Brand Navigation --- */
.brand-nav{background:#0d47a1;padding:0;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:99}
.brand-nav .container{overflow:visible}
/* Brand navigation: support both wp_nav_menu output and fallback markup */
.brand-nav .brand-nav__items,
.brand-nav ul.menu,
.brand-nav ul{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none;flex-shrink:0}
.brand-nav .brand-nav__items li,
.brand-nav ul.menu li,
.brand-nav ul li{flex-shrink:0;margin:0}
.brand-nav .brand-nav__items a,
.brand-nav ul.menu a,
.brand-nav ul li a{display:block;padding:8px 16px;color:rgba(255,255,255,.9);font-size:.875rem;font-weight:500;text-decoration:none}
.brand-nav .brand-nav__items a:hover,
.brand-nav ul.menu a:hover,
.brand-nav ul li a:hover{background:rgba(255,255,255,.15);color:#fff}
.site-branding{flex-shrink:0}
.site-branding__link{display:flex;align-items:center;gap:8px}
.site-branding__name{font-size:1.25rem;font-weight:700;color:#0d47a1}
.site-branding img{max-height:50px;width:auto;transition:all .2s}
.site-branding img:hover{opacity:.9}

/* --- Main Navigation --- */
.main-navigation{flex:1;display:flex;justify-content:center}
.main-menu{display:flex;align-items:center;gap:0}
.main-menu > li{position:relative}
.main-menu > li > a{display:flex;align-items:center;padding:0 16px;height:68px;color:#333;font-weight:500;font-size:.9375rem;transition:color .2s;position:relative}
.main-menu > li > a::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:#1a73e8;border-radius:3px 3px 0 0;transition:width .25s}
.main-menu > li > a:hover::after,.main-menu > li.current-menu-item > a::after,.main-menu > li.current_page_parent > a::after{width:60%}
.main-menu > li > a:hover,.main-menu > li.current-menu-item > a,.main-menu > li.current_page_parent > a{color:#1a73e8}
.main-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #e8eaed;border-radius:0 0 10px 10px;box-shadow:0 12px 32px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:200}
.main-menu > li:hover > .sub-menu,.main-menu > li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.main-menu .sub-menu li{position:relative}
.main-menu .sub-menu li:hover > .sub-menu,.main-menu .sub-menu li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.main-menu .sub-menu .sub-menu{top:0;left:100%;border-radius:10px;margin-left:4px}
.main-menu .sub-menu li{border-bottom:1px solid #f1f3f4}
.main-menu .sub-menu li:last-child{border-bottom:none}
.main-menu .sub-menu a{display:block;padding:12px 18px;color:#555;font-size:.875rem;transition:all .15s}
.main-menu .sub-menu a:hover{background:#f1f9ff;color:#1a73e8;padding-left:22px}

/* --- Hamburger Toggle --- */
.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:24px;height:2.5px;background:#333;border-radius:2px;transition:all .3s}
.search-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#555;padding:8px;transition:color .2s;flex-shrink:0}
.search-toggle:hover{color:#1a73e8}

/* --- Header Search --- */
.header-search{display:none;background:#f8f9fa;padding:16px 0;border-bottom:1px solid #e8eaed}
.header-search.open{display:block}
.search-form{display:flex;align-items:center;gap:0;max-width:600px;margin:0 auto}
.search-field{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-right:none;border-radius:6px 0 0 6px;font-size:.9375rem;outline:none;transition:border-color .2s}
.search-field:focus{border-color:#1a73e8}
.search-submit{padding:12px 20px;background:#1a73e8;color:#fff;border:2px solid #1a73e8;border-radius:0 6px 6px 0;cursor:pointer;display:flex;align-items:center;transition:background .2s}
.search-submit:hover{background:#0d47a1}

/* --- Breadcrumb --- */
.breadcrumb-wrapper{background:#f1f3f4;padding:10px 0;border-bottom:1px solid #e8eaed}
.breadcrumb{display:flex;align-items:center;gap:4px;font-size:.8125rem;color:#666}
.breadcrumb__item a{color:#1a73e8}
.breadcrumb__item a:hover{color:#0d47a1;text-decoration:underline}
.breadcrumb__item span[aria-current="page"]{color:#999}
.breadcrumb__sep{color:#ccc;margin:0 4px}

/* --- Hero Slider --- */
.hero-slider{position:relative;overflow:hidden;height:520px;background:#0d47a1}
.hero-slider__track{position:relative;height:100%}
.hero-slider__slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;display:flex;align-items:center}
.hero-slider__slide.active{opacity:1;z-index:1}
.hero-slider__slide.active .animate-in{animation:fadeInUp .7s ease forwards}
.hero-slider__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);transition:transform 6s ease}
.hero-slider__slide.active .hero-slider__bg{transform:scale(1)}
.hero-slider__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,71,161,.88) 0%,rgba(26,115,232,.65) 50%,rgba(33,150,243,.4) 100%)}
.hero-slider__content{position:relative;z-index:2;width:100%;padding:40px 0 120px}
.hero-slider__inner{max-width:720px}
.hero-slider__title{color:#fff;font-size:2.75rem;font-weight:700;margin-bottom:16px;text-shadow:0 2px 12px rgba(0,0,0,.25);line-height:1.15}
.hero-slider__text{color:rgba(255,255,255,.92);font-size:1.125rem;margin-bottom:28px;max-width:600px;line-height:1.6}
.hero-slider__actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-slider__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#fff;color:#1a73e8;font-weight:600;border-radius:6px;font-size:1rem;transition:all .3s}
.hero-slider__btn:hover{background:#f1f9ff;color:#0d47a1;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}
.hero-slider__btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}
.hero-slider__btn--outline:hover{background:rgba(255,255,255,.15);border-color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.hero-slider__controls{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.hero-slider__dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.35);border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:all .25s;padding:0}
.hero-slider__dot.active,.hero-slider__dot:hover{background:#fff;border-color:#fff;transform:scale(1.2)}
.hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(255,255,255,.12);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.75rem;cursor:pointer;transition:all .25s;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.hero-slider__arrow:hover{background:rgba(255,255,255,.25);transform:translateY(-50%) scale(1.1)}
.hero-slider__arrow--prev{left:20px}
.hero-slider__arrow--next{right:20px}
.hero-slider__img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;z-index:-1}
.hero-slider__media{position:absolute;inset:0}

/* --- Hero Search Bar --- */
.hero-search-bar{position:absolute;bottom:24px;left:0;right:0;z-index:5;padding:0 20px}
.hero-search-form{display:flex;align-items:center;max-width:720px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.2);overflow:hidden}
.hero-search-form:focus-within{box-shadow:0 8px 32px rgba(0,0,0,.25)}
.hero-search-form__icon{flex-shrink:0;color:#999;padding-left:16px;display:flex;align-items:center}
.hero-search-form__input{flex:1;border:none;padding:16px 12px;font-size:.9375rem;outline:none;background:transparent;min-width:0;color:#333}
.hero-search-form__input::placeholder{color:#999}
.hero-search-form__btn{padding:14px 32px;background:#1a73e8;color:#fff !important;border:none;font-weight:600;font-size:.9375rem;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0;margin:0;text-decoration:none !important;box-sizing:border-box}
.hero-search-form__btn:hover{background:#0d47a1}

/* --- Stats Counter Section --- */
.section--stats{background:linear-gradient(135deg,#0a2e6e,#0d47a1,#1a73e8) !important;padding:80px 0 !important;position:relative}
.section--stats::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.section--stats .container{position:relative;z-index:1}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat-item{text-align:center;color:#fff;padding:32px 20px;position:relative;background:rgba(255,255,255,.06);border-radius:16px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease}
.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.15);background:rgba(255,255,255,.09)}
.stat-item:not(:last-child)::after{display:none}
.stat-item__icon{width:44px;height:44px;margin:0 auto 16px;color:rgba(255,255,255,.85)}
.stat-item__icon svg{width:100%;height:100%;stroke:currentColor;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}
.stat-item__number{font-size:2.75rem;font-weight:800;display:inline-block;line-height:1;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}
.stat-item__number.animated{animation:statPop .5s ease-out}
.stat-item__suffix{font-size:2rem;font-weight:600;margin-left:2px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.15)}
.stat-item__label{font-size:.9375rem;margin-top:10px;color:#f59e0b;font-weight:500;letter-spacing:.5px;text-transform:uppercase}
@keyframes statPop{0%{transform:scale(1)}40%{transform:scale(1.12)}100%{transform:scale(1)}}
@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-item{padding:24px 16px}.stat-item__number{font-size:2rem}.stat-item__suffix{font-size:1.5rem}.stat-item__label{font-size:.875rem;margin-top:8px}.stat-item__icon{width:36px;height:36px;margin:0 auto 12px}}
@media(max-width:480px){.stat-item__number{font-size:1.625rem}.stat-item__suffix{font-size:1.25rem}.stat-item__label{font-size:.8125rem;letter-spacing:.3px}.stat-item__icon{width:32px;height:32px;margin:0 auto 10px}}
/* --- Product Grid --- */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-grid--archive{grid-template-columns:repeat(3,1fr)}
.product-grid--related{grid-template-columns:repeat(4,1fr)}
/* Product Card Enhanced */
.product-card{background:#fff;border:1px solid #e8eaed;border-radius:10px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}
.product-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-6px);border-color:#c4d7f5}
.product-card__link{display:flex;flex-direction:column;width:100%;color:#333;text-decoration:none}
.product-card__link:hover{color:#333}
.product-card__image{position:relative;overflow:hidden;aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}
.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.product-card:hover .product-card__image img{transform:scale(1.05)}
/* Badge - In Stock / On Request */
.product-card__badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}
.product-card__badge--instock{background:#1e7e34;color:#fff;box-shadow:0 2px 8px rgba(30,126,52,.3)}
.product-card__badge--outofstock{background:#c5221f;color:#fff;box-shadow:0 2px 8px rgba(197,34,31,.3)}
/* Product Card Body */
.product-card__body{padding:14px 16px 6px;flex:1;display:flex;flex-direction:column}
.product-card__brand{font-size:.6875rem;text-transform:uppercase;letter-spacing:.8px;color:#1a73e8;font-weight:600;margin-bottom:4px}
.product-card__title{font-size:.9375rem;font-weight:600;color:#222;line-height:1.35;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card__model{font-size:.75rem;color:#888;font-family:monospace;margin-bottom:4px}
.product-card__excerpt{font-size:.8125rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;margin-top:4px}
.product-card__btn{display:block;padding:10px 16px;margin:10px 16px 14px;background:#f1f9ff;color:#1a73e8;text-align:center;border-radius:6px;font-size:.8125rem;font-weight:600;transition:all .25s;flex:0 0 auto}
.product-card:hover .product-card__btn{background:#1a73e8;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,115,232,.25)}

/* --- Features Section --- */
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.feature-card{text-align:center;padding:36px 24px 32px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f0f0f0;background:#fff}
.feature-card:hover{background:#f1f9ff;transform:translateY(-6px);box-shadow:0 12px 28px rgba(13,71,161,.08);border-color:#c4d7f5}
.feature-card__icon{width:68px;height:68px;margin:0 auto 20px;background:#e8f0fe !important;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:16px;color:#1a73e8 !important;transition:all .3s}
.feature-card:hover .feature-card__icon{background:#1a73e8 !important;color:#fff !important;border-radius:12px;transform:scale(1.05) rotate(-3deg)}
.feature-card__icon svg{width:100%;height:100%;stroke:currentColor !important;fill:none !important}
.feature-card__title{font-size:1rem;color:#222 !important;font-weight:600;margin-bottom:8px;text-decoration:none !important}
.feature-card__desc{font-size:.8125rem;color:#666 !important;line-height:1.6;max-width:260px;margin:0 auto;text-decoration:none !important}

/* --- About Section --- */
.section--about{background:#f8f9fa}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-grid__image{position:relative}
.about-grid__image::before{content:'';position:absolute;inset:-8px;border:3px solid #1a73e8;border-radius:12px;opacity:.15}
.about-grid__image img{border-radius:10px;width:100%;position:relative;z-index:1;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.about-grid__text{color:#555;font-size:.9375rem;line-height:1.9}
.about-grid__content{display:flex;flex-direction:column;gap:16px}
.about-grid__actions{margin-top:12px}
.about-grid__actions .btn{align-self:flex-start}

/* --- CTA Banner Section --- */
.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:56px 48px;border-radius:12px;position:relative;overflow:hidden;background:linear-gradient(135deg,#1565c0 0%,#1a73e8 50%,#42a5f5 100%) !important;box-shadow:0 8px 32px rgba(26,115,232,.25)}
.cta-banner::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6;z-index:0}
.cta-banner__content{position:relative;z-index:1}
.cta-banner__title{color:#fff !important;font-size:1.75rem;font-weight:700;margin-bottom:8px;text-decoration:none !important}
.cta-banner__text{color:rgba(255,255,255,.9) !important;font-size:1rem;line-height:1.6;max-width:600px;text-decoration:none !important}
.cta-banner__actions{display:flex;gap:12px;flex-shrink:0;position:relative;z-index:1}
.cta-banner__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:6px;font-weight:600;font-size:.9375rem;transition:all .25s;white-space:nowrap;text-decoration:none !important;box-sizing:border-box}
.cta-banner__btn--primary{background:#fff !important;color:#1a73e8 !important;border:none}
.cta-banner__btn--primary:hover{background:#f1f9ff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#0d47a1 !important}
.cta-banner__btn--outline{background:transparent !important;color:#fff !important;border:2px solid rgba(255,255,255,.5) !important}
.cta-banner__btn--outline:hover{background:rgba(255,255,255,.12);border-color:#fff !important;transform:translateY(-2px)}

/* --- Brand Categories - Logo Style --- */
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.brand-card{border:1px solid #e8eaed;border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;display:flex;flex-direction:column}
.brand-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.07);transform:translateY(-4px);border-color:var(--brand-color,#1a73e8)}
.brand-card__link{display:flex;flex-direction:column;padding:0;color:#333;text-decoration:none;flex:1}
.brand-card__link:hover{color:#333}
.brand-card__logo{display:flex;align-items:center;justify-content:center;height:100px;padding:16px;transition:all .3s;overflow:hidden;background:#f8f9fa}
.brand-card:hover .brand-card__logo{height:110px;background:#fff}
.brand-card__img{max-width:80%;max-height:100%;width:auto;height:auto;object-fit:contain}
.brand-card__initials{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:2px;background:var(--brand-color,#1a73e8)}
.brand-card__info{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;margin-top:auto}
.brand-card__name{font-size:1rem;font-weight:700;color:#222}
.brand-card__count{font-size:.6875rem;color:#666;background:#f1f3f4;padding:2px 10px;border-radius:12px;font-weight:600}

/* --- Footer --- */
.site-footer{background:#0d1c2e;color:rgba(255,255,255,.8)}
.footer-widgets{padding:56px 0 36px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-widgets__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.footer-widget__title{color:#fff;font-size:1.0625rem;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #1a73e8;font-weight:600}
.footer-widget ul li{margin-bottom:8px}
.footer-widget ul li a{color:rgba(255,255,255,.65);font-size:.875rem;transition:all .2s}
.footer-widget ul li a:hover{color:#fff;padding-left:6px}
.footer-widget__sublist{margin:6px 0 6px 16px}
.footer-widget__sublist li{margin-bottom:4px}
.footer-widget__sublist li a{font-size:.8125rem;opacity:.8}
.footer-widget__sublist li a:hover{padding-left:4px}
.footer-widget__cols{display:flex;gap:16px}
.footer-widget__col{flex:1;min-width:0}
.footer-widget__col li{margin-bottom:6px}
.footer-widget p,.footer-widget .textwidget{font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.55)}
.footer-widget__more{color:#1a73e8;font-size:.8125rem;font-weight:600;display:inline-block;margin-top:8px;transition:gap .2s}
.footer-widget__more:hover{color:#fff;gap:6px}
.footer-contact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.875rem;color:rgba(255,255,255,.65)}
.footer-contact li svg{flex-shrink:0;margin-top:4px;color:#1a73e8}
.footer-contact li a{color:rgba(255,255,255,.65)}
.footer-contact li a:hover{color:#fff}
.footer-social{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;transition:all .3s}
.footer-social__link:hover{transform:translateY(-3px)}
.footer-social__link--facebook:hover{background:#1877f2}
.footer-social__link--twitter:hover{background:#1da1f2}
.footer-social__link--linkedin:hover{background:#0a66c2}
.footer-social__link--youtube:hover{background:#ff0000}
.footer-bottom{padding:20px 0}
.footer-bottom__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom__copyright{font-size:.8125rem;color:rgba(255,255,255,.45)}
.footer-bottom__copyright a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s}
.footer-bottom__copyright a:hover{color:#fff;text-decoration:underline}
.footer-bottom__sep{margin:0 6px;color:rgba(255,255,255,.25)}
.footer-menu{display:flex;gap:16px;flex-wrap:wrap}
.footer-menu li a{font-size:.8125rem;color:rgba(255,255,255,.45);transition:color .2s}
.footer-menu li a:hover{color:#fff}

/* --- Archive / Product Listing --- */
.archive-hero{background:linear-gradient(135deg,#0d47a1 0%,#1565c0 50%,#1a73e8 100%);padding:32px 0 36px;margin-top:-1px}
.archive-hero .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;font-size:.8125rem;color:rgba(255,255,255,.65);padding:0;margin:0;list-style:none}
.archive-hero .breadcrumb a{color:rgba(255,255,255,.85);transition:color .2s;text-decoration:none}
.archive-hero .breadcrumb a:hover{color:#fff;text-decoration:underline}
.archive-hero .breadcrumb .sep{color:rgba(255,255,255,.35)}.archive-hero .breadcrumb li[aria-current]{color:rgba(255,255,255,.5)}
.archive-hero__title{font-size:2rem;font-weight:700;color:#fff;margin-top:12px;line-height:1.2}
.archive-hero__desc{color:rgba(255,255,255,.8);margin-top:8px;font-size:.9375rem;max-width:640px;line-height:1.6}

/* --- Filter Bar (horizontal) --- */
.filter-bar{background:#fff;border:1px solid #e8eaed;border-radius:10px;padding:16px 24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.filter-bar__row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.filter-bar__item{flex:1 1 140px;min-width:120px}
.filter-bar__item--search{flex:2 1 220px;min-width:160px}
.filter-bar__input,.filter-bar__select{width:100%;height:42px;padding:0 14px;font-size:.875rem;border:1px solid #d0d3d7;border-radius:6px;background:#fff;color:#333;transition:border-color .2s,box-shadow .2s;outline:none}
.filter-bar__input:focus,.filter-bar__select:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.12)}
.filter-bar__input::placeholder{color:#aaa}
.filter-bar__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer;min-width:0;max-width:none}
.filter-bar__actions{display:flex;gap:8px;flex:0 0 auto;align-items:center}
.filter-bar__actions .btn{padding:0 20px;height:42px;font-size:.8125rem;white-space:nowrap}

/* --- Archive Meta (result count) --- */
.archive-toolbar{margin-bottom:20px;padding:0 4px}
.archive-meta{display:flex;align-items:center;padding:0 4px;margin:20px 0 12px}
.archive-meta__count{font-size:.875rem;color:#666;font-weight:500}

/* --- Archive Pagination (enhanced) --- */
.archive-pagination{display:flex;justify-content:center;gap:6px;margin-top:32px;flex-wrap:wrap}
.archive-pagination ul.page-numbers{list-style:none;margin:0;padding:0;display:flex;gap:6px}
.archive-pagination ul.page-numbers li{display:inline}
.archive-pagination ul.page-numbers li a.page-numbers,
.archive-pagination ul.page-numbers li span.page-numbers{padding:10px 16px;background:#fff;border:1px solid #e8eaed;border-radius:8px;color:#444;text-decoration:none;font-size:.875rem;font-weight:500;min-width:42px;text-align:center;transition:all .2s;display:inline-block}
.archive-pagination ul.page-numbers li a.page-numbers:hover{background:#e8f0fe;border-color:#1a73e8;color:#0d47a1}
.archive-pagination ul.page-numbers li span.page-numbers.current{background:linear-gradient(135deg,#1a73e8,#1565c0);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(26,115,232,.25)}
.archive-pagination ul.page-numbers li span.page-numbers.dots{border:none;background:transparent;color:#888;cursor:default}

/* --- Archive Empty --- */
.archive-empty{padding:80px 20px;text-align:center;color:#666}
.archive-empty__icon{margin-bottom:20px;opacity:.4}
.archive-empty h3{font-size:1.25rem;color:#333;margin:0 0 10px;font-weight:600}
.archive-empty p{color:#888;font-size:.9rem;margin:0}

/* --- Single Product (legacy) --- */
.single-product__details{padding:32px 0 48px;border-top:1px solid #e8eaed}
.single-product__content{color:#444;font-size:.9375rem;line-height:1.9}
.single-product__content p{margin-bottom:1rem}
.related-products{margin-top:48px;padding-top:32px;border-top:1px solid #e8eaed}
.related-products__title{font-size:1.25rem;color:#0d47a1;margin-bottom:24px}

/* --- Product Meta Table --- */
.product-meta{background:#fff;border:1px solid #e8eaed;border-radius:10px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.product-meta__table{width:100%;border-collapse:collapse}
.product-meta__table th,.product-meta__table td{padding:10px 12px;border-bottom:1px solid #f1f3f4;text-align:left;font-size:.875rem}
.product-meta__table th{width:140px;color:#555;font-weight:500;background:#fafbfc}
.product-meta__table td{color:#333}
.product-meta__inquiry{display:block;margin-top:20px;width:100%;text-align:center}
.stock-badge{display:inline-block;padding:2px 10px;border-radius:4px;font-size:.75rem;font-weight:600}
.stock-badge--in{background:#e6f4ea;color:#1e7e34}
.stock-badge--out{background:#fce8e6;color:#c5221f}

/* --- Single Product Enhanced --- */
.single-product__main{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:16px 0 32px}
.single-product__gallery{position:sticky;top:0;align-self:start}
.single-product__main-image{background:#fff;border:1px solid #e8eaed;border-radius:12px;overflow:hidden;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.03);position:relative;display:flex;align-items:center;justify-content:center;padding:24px;min-height:400px}
.single-product__main-image img{width:100%;height:auto;max-height:500px;object-fit:contain;display:block;cursor:zoom-in;transition:opacity .2s ease}
.product-zoom-btn{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.9);border:none;border-radius:6px;padding:8px;cursor:pointer;color:#555;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:3}
.product-zoom-btn:hover{background:#1a73e8;color:#fff}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 6px rgba(0,0,0,.12)}
.gallery-arrow:hover{background:#1a73e8;color:#fff;transform:translateY(-50%) scale(1.08)}
.gallery-arrow--prev{left:10px}
.gallery-arrow--next{right:10px}
.gallery-counter{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:3;background:rgba(0,0,0,.5);color:#fff;padding:3px 10px;border-radius:10px;font-size:.75rem;font-weight:500;letter-spacing:.5px;pointer-events:none}
.single-product__thumbnails{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.single-product__thumb{width:72px;height:72px;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;padding:4px;background:#fff}
.single-product__thumb:hover{border-color:#1a73e8;box-shadow:0 2px 8px rgba(26,115,232,.15)}
.single-product__thumb--active{border-color:#1a73e8;box-shadow:0 0 0 2px rgba(26,115,232,.2)}
.single-product__thumb img{width:100%;height:100%;object-fit:contain}
.single-product__breadcrumbs{font-size:.8rem;color:#888;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:4px}
.single-product__breadcrumbs a{color:#1a73e8}
.single-product__breadcrumbs .sep{color:#ccc}
.single-product__breadcrumbs .current{color:#999}
.single-product__title{font-size:1.625rem;color:#222;margin-bottom:12px;font-weight:700;line-height:1.3}
.single-product__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.single-product__tag{display:inline-flex;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}
.single-product__tag--brand{background:#e8f0fe;color:#1a73e8}
.single-product__tag--cat{background:#f1f3f4;color:#555}
.single-product__specs-summary{background:#f8f9fa;border:1px solid #e8eaed;border-radius:8px;padding:16px;margin-bottom:20px}
.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.specs-grid__item{display:flex;flex-direction:column;gap:2px;padding:4px 8px;border-radius:4px;background:#fff;border:1px solid #f0f0f0}
.spec-label{font-size:.6875rem;text-transform:uppercase;color:#888;letter-spacing:.5px;font-weight:600}
.spec-value{font-size:.9375rem;color:#333;font-weight:500}
.single-product__action-bar{background:linear-gradient(135deg,#f1f9ff,#e8f0fe);border:1px solid #c4d7f5;border-radius:10px;padding:20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.action-bar__label{display:block;font-size:.75rem;color:#666;margin-bottom:4px}
.action-bar__price{font-size:1.125rem;font-weight:700;color:#0d47a1}
.action-bar__buttons{display:flex;gap:10px;flex-shrink:0}
.action-bar__inquiry,.action-bar__call{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;font-size:.8125rem}
.single-product__quick-info{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.quick-info__item{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#555}
/* --- Product Tabs --- */
.single-product__tabs{margin-top:48px;background:#fff;border:1px solid #e8eaed;border-radius:12px;overflow:hidden}
.tabs-nav{display:flex;border-bottom:1px solid #e8eaed;background:#fafbfc}
.tabs-nav__btn{padding:14px 24px;background:none;border:none;font-size:.9375rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent;margin-bottom:-1px}
.tabs-nav__btn.active,.tabs-nav__btn:hover{color:#1a73e8;border-bottom-color:#1a73e8;background:#fff}
.tabs-panel{padding:32px}
.tabs-panel[hidden]{display:none}
.specs-download{padding:16px 16px 0}
.specs-download__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;color:#0d47a1;border-color:#0d47a1}
.specs-download__btn:hover{background:#0d47a1;color:#fff}
.specs-table{width:100%;border-collapse:collapse}
.specs-table tr{border-bottom:1px solid #f1f3f4}
.specs-table td{padding:12px 16px;font-size:.875rem;color:#555}
.specs-table td:first-child{width:200px;color:#888;background:#fafbfc;font-weight:500}
.specs-table td:last-child{color:#333}
.specs-table code{background:#f1f3f4;padding:2px 8px;border-radius:4px;font-size:.8125rem}
.shipping-info h3{font-size:1.0625rem;color:#0d47a1;margin:20px 0 8px}
.shipping-info h3:first-child{margin-top:0}
.shipping-info p{font-size:.875rem;color:#555;line-height:1.7;margin-bottom:12px}
/* --- Extras Section --- */
.single-product__extras{margin-top:32px}
.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.extras-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;overflow:hidden;transition:box-shadow .2s}
.extras-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.05)}
.extras-card__title{padding:16px 20px;margin:0;font-size:1.0625rem;border-bottom:1px solid #e8eaed;background:#fafbfc;color:#0d47a1}
.extras-card__body{padding:20px}
.extras-card__text{font-size:.875rem;color:#555;line-height:1.6;margin-bottom:12px}
.extras-card__contact-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:.875rem}
.extras-card__contact-row a{color:#1a73e8}
.extras-card__brand-logo{max-height:40px;width:auto;margin-bottom:12px}
.extras-card__link{font-size:.875rem;color:#1a73e8;font-weight:600;display:inline-block;margin-top:8px}
.extras-card__sub-brands{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f3f4}
.sub-brand-chip{padding:4px 10px;background:#f1f3f4;border-radius:4px;font-size:.75rem;color:#555;transition:all .15s}
.sub-brand-chip:hover{background:#1a73e8;color:#fff}

/* --- Blog / News Grid --- */
.archive-layout--blog{padding:24px 0 48px}
.blog-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.blog-categories__btn{display:inline-flex;align-items:center;gap:4px;padding:8px 18px;border-radius:20px;font-size:.8125rem;font-weight:500;color:#555;background:#f1f3f4;transition:all .2s}
.blog-categories__btn:hover,.blog-categories__btn.active{background:#1a73e8;color:#fff}
.blog-categories__btn .count{font-size:.6875rem;opacity:.7}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:#fff !important;border:1px solid #e8eaed !important;border-radius:10px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}
.blog-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06);transform:translateY(-4px);border-color:#c4d7f5}
.blog-card__image{display:block;overflow:hidden;aspect-ratio:16/9;background:#f5f7fa !important;position:relative;text-align:center}
.blog-card__image div{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#1a73e8 !important;font-size:2rem;font-weight:700;text-decoration:none !important}
.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-card__image img{transform:scale(1.06)}

/* Collection taxonomy archive (product-categories): force 1:1 square images */
body.tax-collections .blog-card__image,
body.tax-collections .blog-grid--news .blog-card__image{aspect-ratio:1/1 !important}

.blog-card__body{padding:20px}
.blog-card__meta{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#888 !important;margin-bottom:8px;text-decoration:none !important}
.blog-card__date{display:flex;align-items:center;gap:4px;color:#888 !important}
.blog-card__date svg{stroke:currentColor !important;fill:none !important}
.blog-card__category a{color:#1a73e8 !important;font-weight:600;text-decoration:none !important}
.blog-card__title{font-size:1rem;font-weight:600;color:#222 !important;line-height:1.35;margin-bottom:8px;text-decoration:none !important}
.blog-card__title a{color:#222 !important;transition:color .2s;text-decoration:none !important}
.blog-card__title a:hover{color:#1a73e8 !important;text-decoration:none !important}
.blog-card__excerpt{font-size:.8125rem;color:#666 !important;line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none !important}
.blog-card__link{font-size:.8125rem;color:#1a73e8 !important;font-weight:600;display:inline-flex;align-items:center;gap:4px;transition:gap .2s;text-decoration:none !important}
.blog-card__link:hover{gap:8px;text-decoration:none !important}

/* --- Single Blog Post --- */
.single-blog{max-width:800px;margin:0 auto;padding:32px 0}
.single-blog__hero{margin-bottom:24px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.single-blog__hero img{width:100%;height:auto;display:block}
.single-blog__header{margin-bottom:24px}
.single-blog__title{font-size:2rem;color:#222;font-weight:700;line-height:1.25;margin-bottom:16px}
.single-blog__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.8125rem;color:#666;padding-bottom:16px;border-bottom:1px solid #e8eaed}
.single-blog__meta-item{display:flex;align-items:center;gap:4px}
.single-blog__meta-item a{color:#1a73e8}
.single-blog__body{font-size:1rem;color:#444;line-height:1.9;margin-bottom:32px}
.single-blog__body h2,.single-blog__body h3{margin-top:28px;margin-bottom:12px;color:#222}
.single-blog__body p{margin-bottom:1rem}
.single-blog__body ul,.single-blog__body ol{padding-left:24px;margin-bottom:1rem}
.single-blog__body li{margin-bottom:6px}
.single-blog__body img{border-radius:8px;margin:16px 0}
.single-blog__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.post-tag{padding:4px 14px;border-radius:20px;font-size:.75rem;background:#e8f0fe;color:#1a73e8;transition:all .2s}
.post-tag:hover{background:#1a73e8;color:#fff}
.post-navigation{display:flex;justify-content:space-between;gap:16px;padding:20px 0;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed;margin-bottom:32px}
.post-navigation__label{display:block;font-size:.75rem;color:#888;margin-bottom:4px}
.post-navigation__link{font-size:.875rem;color:#1a73e8;font-weight:600}
.post-navigation__next{text-align:right}
.related-posts{margin-bottom:48px}
.related-posts__title{font-size:1.25rem;color:#0d47a1;margin-bottom:24px}
.blog-grid--related{grid-template-columns:repeat(4,1fr)}

/* --- Page --- */
.page-title{font-size:1.75rem;color:#0d47a1;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #e8f0fe}
.page-content{color:#444;font-size:.9375rem;line-height:1.8;padding:16px 0 48px}
.page-content p{margin-bottom:1rem}
.page-content ul,.page-content ol{padding-left:24px;margin-bottom:1rem}
.page-content li{margin-bottom:4px}
.site-main--page{padding:0 0 32px}

/* --- Page Hero --- */
.page-hero{background:linear-gradient(135deg,#0d47a1 0%,#1a73e8 50%,#42a5f5 100%);padding:48px 0;text-align:center;margin-bottom:40px}
.page-hero__title{color:#fff !important;font-size:2.25rem;font-weight:700;margin:12px 0 8px;text-decoration:none !important}
.page-hero__subtitle{color:rgba(255,255,255,.85) !important;font-size:1.0625rem;max-width:600px;margin:0 auto;line-height:1.6;text-decoration:none !important}
.page-hero .breadcrumb-wrapper{background:transparent !important;border-bottom:none !important;padding:0 !important;margin-bottom:4px}
.page-hero .breadcrumb-wrapper > .container{padding:0 !important;max-width:1200px}
.page-hero .breadcrumb-wrapper a,.page-hero .breadcrumb-wrapper span{color:rgba(255,255,255,.75) !important}
.page-hero .breadcrumb-wrapper a:hover{color:#fff !important}
.page-hero .breadcrumb-wrapper .breadcrumb__sep{color:rgba(255,255,255,.4) !important}

/* --- Contact Page --- */
.contact-page{padding:0 0 48px}
.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}
.contact-card{padding:28px 20px;background:#fff;border:1px solid #e8eaed;border-radius:12px;text-align:center;transition:all .25s}
.contact-card:hover{border-color:#1a73e8;box-shadow:0 8px 20px rgba(26,115,232,.1);transform:translateY(-4px)}
.contact-card__icon{width:52px;height:52px;margin:0 auto 14px;background:#e8f0fe;border-radius:50%;display:flex;align-items:center;justify-content:center}
.contact-card__title{font-size:1rem;color:#222;margin-bottom:6px;font-weight:600}
.contact-card__value{color:#1a73e8;font-size:.9375rem;font-weight:500;word-break:break-all;text-decoration:none !important}
.contact-card__value:hover{text-decoration:underline !important}
.contact-card__value--text{color:#555 !important;font-size:.875rem;word-break:break-word;display:block}
.contact-card__note{font-size:.75rem;color:#999;margin-top:8px}

.contact-grid-full{display:grid;grid-template-columns:1fr 360px;gap:32px;margin-bottom:48px}
.contact-form-wrapper{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:32px}
.contact-form__title{font-size:1.375rem;color:#0d47a1;margin-bottom:8px;font-weight:700}
.contact-form__desc{color:#666;font-size:.9375rem;margin-bottom:24px}
.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form__group{margin-bottom:18px}
.contact-form__group--checkbox{margin-bottom:18px}
.contact-form__group label{display:block;font-size:.875rem;color:#333;font-weight:500;margin-bottom:6px}
.contact-form__input{width:100%;padding:12px 14px;border:1px solid #dadce0;border-radius:8px;font-size:.9375rem;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#333}
.contact-form__input:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.12)}
.contact-form__input::placeholder{color:#aaa}
.contact-form__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 12 12'%3E%3Cpath fill='%23555' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
.contact-form__textarea{resize:vertical;min-height:120px}
.contact-form__checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#555;cursor:pointer}
.contact-form__checkbox-label input[type="checkbox"]{margin-top:2px;width:16px;height:16px;accent-color:#1a73e8}
.contact-form__submit{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:.9375rem;cursor:pointer}
.contact-form .required{color:#d32f2f}

.contact-info-sidebar{display:flex;flex-direction:column;gap:20px}
.contact-sidebar-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:24px}
.contact-sidebar-card__title{font-size:1rem;color:#0d47a1;margin-bottom:8px;font-weight:600}
.contact-sidebar-card__text{font-size:.875rem;color:#555;line-height:1.6;margin-bottom:12px}
.contact-sidebar-card__tip{display:flex;align-items:flex-start;gap:8px;font-size:.8125rem;color:#1a73e8;background:#e8f0fe;padding:10px 14px;border-radius:8px}
.contact-sidebar-card__tip svg{flex-shrink:0;margin-top:2px}
.contact-sidebar-card__list{list-style:none;padding:0;margin:0}
.contact-sidebar-card__list li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#444;margin-bottom:10px;line-height:1.5}
.contact-sidebar-card__list svg{flex-shrink:0;margin-top:3px}

/* --- Error 404 --- */
.error-404{text-align:center;padding:100px 20px}
.error-404__code{font-size:8rem;font-weight:800;color:#e8f0fe;line-height:1;margin-bottom:8px;letter-spacing:-4px}
.error-404__title{font-size:1.75rem;color:#333;margin-bottom:12px}
.error-404__text{color:#666;margin-bottom:32px;font-size:1rem}

/* --- WordPress Defaults --- */
.sticky{}.bypostauthor{}.aligncenter{display:block;margin:0 auto}.alignleft{float:left;margin:0 16px 16px 0}.alignright{float:right;margin:0 0 16px 16px}
.wp-caption{max-width:100%;margin-bottom:1rem}.wp-caption-text{font-size:.8125rem;color:#666;padding:8px 0}.gallery{display:grid;gap:8px}
.gallery-item{margin:0}.gallery-caption{font-size:.75rem;color:#666;padding:4px 0}

/* --- Comments --- */
.comment-list{margin:24px 0}.comment{padding:16px 0;border-bottom:1px solid #f1f3f4}.comment-meta{font-size:.8125rem;color:#666;margin-bottom:8px}
.comment-content{font-size:.9375rem}.reply a{font-size:.8125rem;color:#1a73e8}.comment-form label{display:block;font-size:.875rem;margin-bottom:4px;font-weight:500}
.comment-form input,.comment-form textarea{width:100%;padding:10px 14px;border:1px solid #e0e0e0;border-radius:6px;font-size:.9375rem;outline:none;transition:border-color .2s}
.comment-form input:focus,.comment-form textarea:focus{border-color:#1a73e8}

/* --- Responsive --- */
@media(max-width:1024px){
    .product-grid{grid-template-columns:repeat(3,1fr)}
    .product-grid--archive{grid-template-columns:repeat(2,1fr)}
    .product-grid--related,.blog-grid--related{grid-template-columns:repeat(4,1fr)}
    .footer-widgets__grid{grid-template-columns:repeat(2,1fr)}
    .hero-slider{height:420px}
    .hero-slider__title{font-size:2.25rem}
    .archive-layout{grid-template-columns:220px 1fr;gap:24px}
    .cta-banner{flex-direction:column;text-align:center;padding:40px 32px}
    .cta-banner__actions{justify-content:center}
    .stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}
    .contact-cards{grid-template-columns:repeat(2,1fr)}
    .contact-grid-full{grid-template-columns:1fr}
    .page-hero__title{font-size:1.875rem}
}
/* --- Mobile Filter Toggle --- */
.filter-toggle{display:none;width:100%;padding:12px 20px;margin-bottom:12px;background:#fff;border:2px solid #1a73e8;border-radius:8px;color:#1a73e8;font-size:.9375rem;font-weight:600;cursor:pointer;align-items:center;justify-content:center;gap:8px;transition:all .2s}
.filter-toggle:hover{background:#e8f0fe}
.filter-toggle.active{background:#1a73e8;color:#fff}
.filter-toggle.active:hover{background:#0d47a1}
.filter-bar-wrapper{transition:max-height .35s ease,opacity .3s ease;overflow:hidden}
.filter-bar-wrapper.collapsed{max-height:0!important;opacity:0;padding-top:0;padding-bottom:0;margin:0}
@media(max-width:768px){
    .menu-toggle{display:flex}
    .main-navigation{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e8eaed;box-shadow:0 12px 32px rgba(0,0,0,.1);z-index:200;max-height:80vh;overflow-y:auto}
    .main-navigation.open{display:block}
    .main-menu{flex-direction:column;padding:8px 0}
    .main-menu > li > a{height:auto;padding:14px 20px}
    .main-menu > li > a::after{display:none}
    .main-menu .sub-menu{display:none;position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-left:3px solid #1a73e8;margin:0 20px 8px;border-radius:0}
    .main-menu .menu-item-expanded > .sub-menu{display:block}
    .hero-slider{height:400px}
    .hero-slider__title{font-size:1.625rem}
    .hero-slider__text{font-size:.9375rem}
    .hero-slider__arrow{width:40px;height:40px;font-size:1.25rem}
    .hero-slider__arrow--prev{left:8px}
    .hero-slider__arrow--next{right:8px}
    .hero-slider__controls{bottom:80px}
    .hero-search-form__input{padding:12px 8px;font-size:.8125rem}
    .hero-search-form__btn{padding:10px 18px;font-size:.8125rem}
    .hero-search-form__icon{display:none}
    .product-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .product-grid--archive{grid-template-columns:repeat(2,1fr)}
    .features-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .brand-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .about-grid{grid-template-columns:1fr;gap:24px}
    .footer-widgets__grid{grid-template-columns:1fr;gap:24px}
    .single-product__main{grid-template-columns:1fr;gap:24px}
    .single-product__main-image{padding:16px;min-height:300px}
    .single-product__main-image img{max-height:320px}
    .single-product__specs-summary{padding:12px}
    .specs-grid{grid-template-columns:1fr}
    .single-product__action-bar{flex-direction:column;text-align:center}
    .action-bar__buttons{width:100%}
    .action-bar__inquiry,.action-bar__call{flex:1;justify-content:center}
    .blog-grid{grid-template-columns:repeat(2,1fr)}
    .blog-grid--related,.product-grid--related{grid-template-columns:repeat(3,1fr)}
    .filter-toggle{display:flex}
    .filter-bar-wrapper:not(.collapsed){padding-bottom:8px}
    .filter-bar__item{flex:1 1 100%!important;min-width:0!important}
    .filter-bar__item--search{flex:1 1 100%!important;order:-1!important}
    .filter-bar__actions{width:100%!important}
    .filter-bar__actions .btn{flex:1!important}
    .archive-hero{padding:24px 0 28px}
    .archive-hero__title{font-size:1.5rem}
    .archive-content{padding:0 16px 48px}
    .extras-grid{grid-template-columns:1fr}
    .footer-bottom__inner{flex-direction:column;text-align:center}
    .section{padding:48px 0}
    .header-top__tagline{display:none}
    .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .stat-item__number{font-size:2.25rem}
    .cta-banner{padding:32px 24px}
    .cta-banner__title{font-size:1.375rem}
    .cta-banner__actions{flex-direction:column;width:100%}
    .cta-banner__btn{justify-content:center}
}
@media(max-width:480px){
    .product-grid{grid-template-columns:1fr 1fr;gap:12px}
    .product-grid--archive{grid-template-columns:1fr}
    .features-grid,.brand-grid{grid-template-columns:1fr;gap:12px}
    .blog-grid{grid-template-columns:1fr;gap:16px}
    .blog-grid--related,.product-grid--related{grid-template-columns:1fr;gap:16px}
    .tabs-nav__btn{padding:10px 12px;font-size:.8125rem}
    .hero-slider{height:360px}
    .hero-slider__title{font-size:1.375rem}
    .hero-slider__btn,.hero-slider__btn--outline{padding:10px 20px;font-size:.8125rem}
    .hero-search-bar{display:none}
    .header-top__contact{gap:8px;font-size:.75rem}
    .stats-grid{grid-template-columns:1fr 1fr;gap:12px}
    .stat-item__number{font-size:2rem}
    .stat-item__label{font-size:.8125rem}
    .contact-cards{grid-template-columns:1fr;gap:16px}
    .contact-form-wrapper{padding:20px}
    .page-hero{padding:24px 0}
    .page-hero__title{font-size:1.25rem}
    .page-hero__subtitle{font-size:.9375rem}
}

/* === About Us Page === */
.about-page{padding:24px 0 48px}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:40px 0;padding:32px;background:linear-gradient(135deg,#1a73e8,#42a5f5);border-radius:12px;box-shadow:0 4px 16px rgba(26,115,232,.15)}
.about-stats__item{text-align:center;color:#fff}
.about-stats__number{font-size:2.5rem;font-weight:800;line-height:1}
.about-stats__suffix{font-size:1.5rem;font-weight:600;margin-left:2px;opacity:.85}
.about-stats__label{font-size:.875rem;margin-top:8px;color:rgba(255,255,255,.9)}

.about-sections{margin-top:32px}
.about-section{margin-bottom:40px}
.about-section h2{margin-bottom:16px}
.about-section p{font-size:1rem;color:#444;line-height:1.8;margin-bottom:12px}
.about-section--highlight{margin-top:40px;padding:32px;background:#f8f9fa;border-radius:12px}

.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}
.why-choose-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#fff;border-radius:10px;border:1px solid #e8eaed;transition:all .2s}
.why-choose-item:hover{border-color:#c4d7f5;box-shadow:0 4px 12px rgba(26,115,232,.06)}
.why-choose-item__icon{flex-shrink:0;width:44px;height:44px;background:#e8f0fe;border-radius:10px;display:flex;align-items:center;justify-content:center}
.why-choose-item__content h3{font-size:.9375rem;color:#222;margin-bottom:4px;font-weight:600}
.why-choose-item__content p{font-size:.8125rem;color:#666;line-height:1.6;margin:0 !important}

.about-cta{text-align:center;padding:48px 32px;background:linear-gradient(135deg,#1565c0 0%,#1a73e8 50%,#42a5f5 100%);border-radius:12px;margin:48px 0 24px}
.about-cta__title{color:#fff !important;font-size:1.625rem;margin-bottom:12px;font-weight:700}
.about-cta__text{color:rgba(255,255,255,.9) !important;font-size:1rem;margin-bottom:24px;line-height:1.6}
.about-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.about-cta__buttons .btn--primary{background:#fff;color:#1a73e8;border-color:#fff}
.about-cta__buttons .btn--primary:hover{background:#f1f9ff;color:#0d47a1}
.about-cta__buttons .btn--outline{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.about-cta__buttons .btn--outline:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}

.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}
.value-card{padding:24px;background:#fff;border:1px solid #e8eaed;border-radius:12px;text-align:center;transition:all .25s}
.value-card:hover{border-color:#1a73e8;box-shadow:0 8px 20px rgba(26,115,232,.1);transform:translateY(-4px)}
.value-card__icon{width:56px;height:56px;margin:0 auto 16px;background:#e8f0fe;border-radius:12px;display:flex;align-items:center;justify-content:center}
.value-card__title{font-size:1.0625rem;color:#222;margin-bottom:8px;font-weight:600}
.value-card__desc{font-size:.875rem;color:#666;line-height:1.6}

/* === Services Page === */
.services-page{padding:24px 0 48px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:32px 0}
.service-card{padding:32px;background:#fff;border:1px solid #e8eaed;border-radius:12px;transition:all .25s}
.service-card:hover{border-color:#1a73e8;box-shadow:0 8px 24px rgba(26,115,232,.12);transform:translateY(-4px)}
.service-card__icon{width:64px;height:64px;margin-bottom:20px;background:#e8f0fe;border-radius:12px;display:flex;align-items:center;justify-content:center}
.service-card__title{font-size:1.1875rem;color:#0d47a1;margin-bottom:12px;font-weight:700}
.service-card__desc{font-size:.9375rem;color:#555;line-height:1.7}

.services-process{margin:48px 0;padding:40px;background:#f8f9fa;border-radius:12px}
.process-steps{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.process-step{display:flex;gap:20px;align-items:flex-start;padding:20px;background:#fff;border-radius:10px;border:1px solid #e8eaed}
.process-step__number{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#1a73e8,#42a5f5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}
.process-step__content h3{font-size:1.0625rem;color:#222;margin-bottom:6px;font-weight:600}
.process-step__content p{font-size:.9375rem;color:#666;line-height:1.6;margin:0}

.services-cta{text-align:center;padding:48px 32px;background:linear-gradient(135deg,#1565c0 0%,#1a73e8 50%,#42a5f5 100%);border-radius:12px;color:#fff;margin-top:32px}
.services-cta h2{color:#fff;margin-bottom:12px;font-size:1.75rem}
.services-cta p{color:rgba(255,255,255,.9);font-size:1.0625rem;margin-bottom:24px}
.services-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.services-cta__buttons .btn--primary{background:#fff;color:#1a73e8;border-color:#fff}
.services-cta__buttons .btn--primary:hover{background:#f1f9ff;color:#0d47a1}
.services-cta__buttons .btn--outline{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.services-cta__buttons .btn--outline:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}

/* === Responsive for new pages === */
@media(max-width:1024px){
    .about-stats{grid-template-columns:repeat(2,1fr);gap:20px;padding:24px}
    .values-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .services-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
    .about-stats{grid-template-columns:1fr 1fr}
    .about-stats__number{font-size:2rem}
    .values-grid{grid-template-columns:1fr}
    .services-grid{grid-template-columns:1fr}
    .process-step{padding:16px}
    .services-cta{padding:32px 20px}
    .services-cta h2{font-size:1.375rem}
    .contact-cards{grid-template-columns:repeat(2,1fr)}
    .contact-form__row{grid-template-columns:1fr}
    .why-choose-grid{grid-template-columns:1fr}
    .page-hero{padding:32px 0}
    .page-hero__title{font-size:1.5rem}
}
@media(max-width:480px){
    .about-stats{grid-template-columns:1fr}
    .services-grid{grid-template-columns:1fr}
    .process-step{flex-direction:column;text-align:center;align-items:center}
    .process-step__number{margin:0 auto}
}

/* === Page Hero Enhanced (with industrial image background) === */
.page-hero--industrial {
    background-image:
        linear-gradient(135deg, rgba(13, 71, 161, 0.92) 0%, rgba(26, 115, 232, 0.75) 50%, rgba(33, 150, 243, 0.6) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='600' viewBox='0 0 1000 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%231a237e'/%3E%3Cstop offset='100%25' stop-color='%230d47a1'/%3E%3C/linearGradient%3E%3Cpattern id='grid' width='50' height='50' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 50 0 L 0 0 0 50' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.15'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='1000' height='600' fill='url(%23g)'/%3E%3Crect width='1000' height='600' fill='url(%23grid)'/%3E%3Cg opacity='0.2'%3E%3Ccircle cx='200' cy='150' r='80' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Ccircle cx='200' cy='150' r='50' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Ccircle cx='200' cy='150' r='20' fill='%23ffffff'/%3E%3Crect x='350' y='80' width='120' height='200' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='370' y='100' width='80' height='60' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Crect x='370' y='180' width='80' height='60' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Crect x='700' y='60' width='220' height='120' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Ccircle cx='750' cy='120' r='30' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Ccircle cx='850' cy='120' r='30' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Crect x='750' y='200' width='200' height='60' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Cpath d='M100 380 L200 380 L200 480 L400 480' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Cpath d='M300 400 L500 400 L500 520 L700 520' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.8'/%3E%3Crect x='600' y='350' width='100' height='150' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpolygon points='600,350 650,300 700,350' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='620' y='380' width='15' height='80' fill='%23ffffff' opacity='0.3'/%3E%3Crect x='665' y='380' width='15' height='80' fill='%23ffffff' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E"),
        linear-gradient(135deg, #0d47a1 0%, #1a73e8 50%, #42a5f5 100%) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 72px 0 88px !important;
    margin-bottom: 48px !important;
}

.page-hero--industrial .page-hero__title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

.page-hero--industrial .page-hero__subtitle {
    font-size: 1.125rem !important;
    max-width: 700px !important;
}

.page-hero--industrial .breadcrumb-wrapper {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 0 16px !important;
}

.page-hero--industrial .breadcrumb a,
.page-hero--industrial .breadcrumb span {
    color: rgba(255,255,255,0.75) !important;
}

.page-hero--industrial .breadcrumb a:hover {
    color: #fff !important;
}

.page-hero--industrial .breadcrumb__sep {
    color: rgba(255,255,255,0.4) !important;
}

/* Hero Info Grid for About/Services pages */
.hero-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.hero-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-info-item__icon {
    width: 36px;
    height: 36px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 4px;
}

.hero-info-item__icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
}

.hero-info-item__value {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}

.hero-info-item__suffix {
    color: rgba(255,255,255,0.7);
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 2px;
}

.hero-info-item__label {
    color: rgba(255,255,255,0.8);
    font-size: 0.8125rem;
    font-weight: 400;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .page-hero--industrial {
        padding: 48px 0 56px !important;
    }
    .page-hero--industrial .page-hero__title {
        font-size: 1.75rem !important;
    }
    .page-hero--industrial .page-hero__subtitle {
        font-size: 1rem !important;
    }
    .hero-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 32px;
    }
    .hero-info-item__value {
        font-size: 1.375rem;
    }
}

@media (max-width: 480px) {
    .hero-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* === Enhanced Contact Page === */
.contact-page {
    padding: 0 0 56px;
}

.contact-intro-banner {
    background: linear-gradient(135deg, #1a237e 0%, #1a73e8 100%);
    padding: 32px 0;
    border-radius: 12px;
    margin-bottom: 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contact-intro-banner > .container {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 32px;
}

.contact-intro-banner::before {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.contact-intro-banner::after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
}

.contact-intro-banner__icon {
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.contact-intro-banner__icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.contact-intro-banner__content {
    position: relative;
    z-index: 1;
    flex: 1;
}

.contact-intro-banner__title {
    font-size: 1.375rem;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 700;
}

.contact-intro-banner__text {
    color: rgba(255,255,255,0.85);
    font-size: 0.9375rem;
    margin-bottom: 0;
}

.contact-intro-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.contact-intro-banner__btn {
    padding: 10px 20px;
    background: #fff;
    color: #1a73e8;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-intro-banner__btn:hover {
    background: #f1f9ff;
    color: #0d47a1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.contact-intro-banner__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
}

.contact-intro-banner__btn--outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 768px) {
    .contact-intro-banner {
        padding: 24px 0;
    }
    .contact-intro-banner > .container {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 0 24px;
    }
    .contact-intro-banner__actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact-intro-banner__btn {
        width: auto;
    }
}

/* Contact cards enhanced */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.contact-card {
    padding: 32px 24px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1a73e8, #42a5f5);
    opacity: 0;
    transition: opacity 0.3s;
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card:hover {
    border-color: #c4d7f5;
    box-shadow: 0 12px 32px rgba(13,71,161,0.1);
    transform: translateY(-4px);
}

.contact-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: #e8f0fe;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.contact-card:hover .contact-card__icon {
    background: #1a73e8;
    transform: scale(1.05);
}

.contact-card__icon svg {
    width: 28px;
    height: 28px;
    transition: stroke 0.3s;
}

.contact-card:hover .contact-card__icon svg {
    stroke: #fff !important;
}

.contact-card__title {
    font-size: 1.0625rem;
    color: #0d47a1;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-card__value {
    color: #333;
    font-size: 0.9375rem;
    font-weight: 500;
    word-break: break-all;
    display: block;
    margin-bottom: 4px;
}

.contact-card__value:hover {
    color: #1a73e8;
}

.contact-card__note {
    font-size: 0.8125rem;
    color: #888;
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .contact-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .contact-cards {
        grid-template-columns: 1fr;
    }
}

/* Contact form enhanced */
.contact-grid-full {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    margin-bottom: 48px;
}

.contact-form-wrapper {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.contact-form__title {
    font-size: 1.5rem;
    color: #0d47a1;
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-form__desc {
    color: #666;
    font-size: 0.9375rem;
    margin-bottom: 28px;
}

.contact-form {
    display: block;
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.contact-form__group {
    margin-bottom: 20px;
}

.contact-form__group label {
    display: block;
    font-size: 0.875rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form__input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    color: #333;
    background: #fff;
}

.contact-form__input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 4px rgba(26,115,232,0.1);
}

.contact-form__input::placeholder {
    color: #aaa;
}

.contact-form__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 12 12'%3E%3Cpath fill='%23555' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    background-color: #fff;
}

.contact-form__textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-form__group--checkbox {
    margin-bottom: 24px;
}

.contact-form__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #555;
    cursor: pointer;
}

.contact-form__checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #1a73e8;
    flex-shrink: 0;
}

.contact-form__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #1a73e8, #1565c0);
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: all 0.25s;
}

.contact-form__submit:hover {
    background: linear-gradient(135deg, #0d47a1, #1565c0);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13,71,161,0.3);
}

.contact-form__submit svg {
    width: 18px;
    height: 18px;
}

/* Contact sidebar card enhanced */
.contact-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-sidebar-card {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.contact-sidebar-card__title {
    font-size: 1.125rem;
    color: #0d47a1;
    margin-bottom: 12px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8f0fe;
}

.contact-sidebar-card__text {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.contact-sidebar-card__tip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #1a73e8;
    background: #e8f0fe;
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 1.5;
    font-weight: 500;
}

.contact-sidebar-card__tip svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

.contact-sidebar-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-sidebar-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9375rem;
    color: #444;
    margin-bottom: 12px;
    line-height: 1.5;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
}

.contact-sidebar-card__list svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

.contact-sidebar-social {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.contact-sidebar-social__link {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a73e8;
    transition: all 0.25s;
}

.contact-sidebar-social__link:hover {
    background: #1a73e8;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(26,115,232,0.25);
}

.contact-sidebar-social__link svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .contact-grid-full {
        grid-template-columns: 1fr;
    }
    .contact-form-wrapper {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .contact-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* === Homepage hero with industrial background === */
.hero-slider--industrial .hero-slider__slide {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='520' viewBox='0 0 1200 520'%3E%3Cdefs%3E%3ClinearGradient id='bg' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230d1c3e'/%3E%3Cstop offset='100%25' stop-color='%231a237e'/%3E%3C/linearGradient%3E%3Cpattern id='p' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 60 0 L 0 0 0 60' fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.08'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='1200' height='520' fill='url(%23bg)'/%3E%3Crect width='1200' height='520' fill='url(%23p)'/%3E%3Cg opacity='0.18'%3E%3Crect x='150' y='250' width='200' height='220' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Crect x='170' y='280' width='50' height='50' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='230' y='280' width='50' height='50' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='170' y='360' width='50' height='50' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='230' y='360' width='50' height='50' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpolygon points='250,250 300,200 350,250' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='450' cy='300' r='60' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='450' cy='300' r='35' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Ccircle cx='450' cy='300' r='15' fill='%23ffffff'/%3E%3Cline x1='510' y1='300' x2='580' y2='300' stroke='%23ffffff' stroke-width='3'/%3E%3Crect x='620' y='220' width='180' height='250' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='670' cy='280' r='25' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Ccircle cx='750' cy='280' r='25' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Crect x='640' y='340' width='140' height='100' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='820' y1='300' x2='900' y2='300' stroke='%23ffffff' stroke-width='4'/%3E%3Ccircle cx='960' cy='300' r='80' fill='none' stroke='%23ffffff' stroke-width='3'/%3E%3Ccircle cx='960' cy='300' r='50' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M960 220 L960 180 M960 380 L960 420 M880 300 L840 300 M1040 300 L1080 300' stroke='%23ffffff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(135deg, #0d47a1 0%, #1a237e 50%, #1a73e8 100%) !important;
    background-size: cover !important;
    background-position: center center !important;
}


/* === Page Enhancement Styles === */

/* Section Heading Accent Bar */
.section-heading-accent{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}
.section-heading-accent__bar{flex-shrink:0;width:5px;min-height:44px;background:linear-gradient(180deg,#1a73e8,#42a5f5);border-radius:3px;margin-top:4px}
.section-heading-accent .section__title--left{margin-bottom:0}

/* Values Grid Enhanced */
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:20px}
.value-card{padding:28px 20px;background:#fff;border:1px solid #e8eaed;border-radius:12px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}
.value-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a73e8,#42a5f5);opacity:0;transition:opacity .3s}
.value-card:hover::before{opacity:1}
.value-card:hover{border-color:#1a73e8;box-shadow:0 12px 28px rgba(26,115,232,.12);transform:translateY(-6px)}
.value-card__icon{width:56px;height:56px;margin:0 auto 16px;background:#e8f0fe;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .3s}
.value-card:hover .value-card__icon{background:#1a73e8}
.value-card:hover .value-card__icon svg{stroke:#fff !important}
.value-card__icon svg{transition:stroke .3s}
.value-card__title{font-size:1.0625rem;color:#222;margin-bottom:8px;font-weight:600}
.value-card__desc{font-size:.875rem;color:#666;line-height:1.6}

/* Why Choose Enhanced */
.why-choose-item{border-left:4px solid transparent;transition:all .25s}
.why-choose-item:hover{border-left-color:#1a73e8;background:#f1f9ff}

/* About Section Dividers */
.about-section--divider{padding-bottom:48px;margin-bottom:40px;border-bottom:1px solid #e8eaed}

/* Services Process - Horizontal Timeline */
.process-steps--horizontal{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative;margin-top:20px}
.process-steps--horizontal::before{content:'';position:absolute;top:32px;left:calc(10% + 20px);right:calc(10% + 20px);height:3px;background:linear-gradient(90deg,#1a73e8,#42a5f5,#1a73e8);border-radius:2px;opacity:.25}
.process-step--horizontal{text-align:center;padding:16px;background:#fff;border:1px solid #e8eaed;border-radius:12px;transition:all .25s;position:relative;z-index:1}
.process-step--horizontal:hover{border-color:#1a73e8;box-shadow:0 8px 20px rgba(26,115,232,.1);transform:translateY(-4px)}
.process-step--horizontal .process-step__number{width:36px;height:36px;font-size:1rem;margin:0 auto 12px}
.process-step--horizontal .process-step__content h3{font-size:.9375rem;margin-bottom:4px}
.process-step--horizontal .process-step__content p{font-size:.8125rem;margin:0}

/* Contact Form Alerts */
.contact-alert{padding:14px 18px;border-radius:8px;margin-bottom:24px;font-size:.875rem;display:flex;align-items:center;gap:10px}
.contact-alert--success{background:#e6f4ea;color:#1e7e34;border:1px solid #b7e1cd}
.contact-alert--error{background:#fce8e6;color:#c5221f;border:1px solid #f5c6c2}
.contact-alert svg{flex-shrink:0}

/* Contact Sidebar Social */
.contact-sidebar-social{display:flex;gap:10px;margin-top:12px}
.contact-sidebar-social__link{width:40px;height:40px;border-radius:10px;background:#e8f0fe;display:flex;align-items:center;justify-content:center;color:#1a73e8;transition:all .25s}
.contact-sidebar-social__link:hover{background:#1a73e8;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,115,232,.3)}
.contact-sidebar-social__link svg{width:20px;height:20px}

/* Contact Card Enhanced */
.contact-card{position:relative;overflow:hidden}
.contact-card::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:linear-gradient(90deg,#1a73e8,#42a5f5);border-radius:3px 3px 0 0;transition:width .3s}
.contact-card:hover::after{width:80%}
.contact-card .contact-card__icon{transition:all .3s}
.contact-card:hover .contact-card__icon{background:#1a73e8}
.contact-card:hover .contact-card__icon svg{stroke:#fff !important}
.contact-card__icon svg{transition:stroke .3s}

@media(min-width:1025px){
    .process-steps--responsive{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative}
    .process-steps--responsive::before{content:'';position:absolute;top:28px;left:calc(10% + 18px);right:calc(10% + 18px);height:3px;background:linear-gradient(90deg,#1a73e8,#42a5f5,#1a73e8);border-radius:2px;opacity:.25}
}
@media(max-width:1024px){
    .values-grid{grid-template-columns:repeat(2,1fr);gap:16px}
}
@media(max-width:768px){
    .values-grid{grid-template-columns:1fr}
    .value-card{padding:24px 16px}
    .contact-sidebar-social{justify-content:center}
    .section-heading-accent{gap:10px}
}
/* === News/Archive Page Enhanced Styles === */

/* News hero meta */
.page-hero--post .page-hero__title{margin-bottom:18px}
.page-hero--post .page-hero__subtitle{margin-bottom:20px}
.page-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;font-size:.9375rem;color:rgba(255,255,255,.95)}
.page-hero__meta-item{display:inline-flex;align-items:center;gap:6px}
.page-hero__meta-item svg{flex-shrink:0}
.page-hero__meta-item time{color:inherit}
.page-hero__meta-item a{color:rgba(255,255,255,.95);text-decoration:none;transition:color .2s}
.page-hero__meta-item a:hover{color:#fff;text-decoration:underline}
.page-hero__meta-sep{width:4px;height:4px;background:rgba(255,255,255,.6);border-radius:50%;flex-shrink:0;display:inline-block;margin:0 2px}

/* News container spacing */
.site-main--news .container{max-width:1200px;margin:0 auto;padding:48px 24px}
.site-main--news .container--news-single{max-width:1000px;padding:60px 24px}

/* News categories filter */
.news-categories{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:20px 24px;margin-bottom:36px;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.news-categories__tabs{display:flex;flex-wrap:wrap;gap:10px}
.news-category-tab{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#f8f9fa;color:#444;border:1px solid #e0e3e7;border-radius:24px;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s}
.news-category-tab:hover{background:#e8f0fe;border-color:#1a73e8;color:#0d47a1;transform:translateY(-1px)}
.news-category-tab--active{background:linear-gradient(135deg,#1a73e8,#1565c0);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(26,115,232,.25)}
.news-category-tab--active:hover{background:linear-gradient(135deg,#0d47a1,#1a73e8);color:#fff}
.news-category-tab .news-category-tab__count{background:rgba(255,255,255,.25);padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}
.news-category-tab:not(.news-category-tab--active) .news-category-tab__count{background:rgba(26,115,232,.1);color:#1a73e8}

/* Blog grid for news list */
.blog-grid--news{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px}
.blog-grid--news .blog-card{background:#fff;border:1px solid #e8eaed;border-radius:14px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.blog-grid--news .blog-card:hover{border-color:#1a73e8;box-shadow:0 12px 28px rgba(26,115,232,.12);transform:translateY(-6px)}

/* Blog card image enhanced */
.blog-grid--news .blog-card__image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f1f3f4;position:relative}
.blog-grid--news .blog-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.blog-grid--news .blog-card:hover .blog-card__image img{transform:scale(1.05)}

/* Image placeholder */
.blog-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f0fe,#f1f3f4);color:#1a73e8;position:relative}
.blog-card__image-placeholder svg{opacity:.55}
.blog-card__image-placeholder::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(26,115,232,.03) 20px,rgba(26,115,232,.03) 22px)}

/* Blog card body enhanced */
.blog-grid--news .blog-card__body{padding:22px;display:flex;flex-direction:column;flex:1}
.blog-grid--news .blog-card__meta{font-size:.75rem;color:#666;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;line-height:1.4}
.blog-grid--news .blog-card__meta svg{vertical-align:middle;margin-right:2px}
.blog-grid--news .blog-card__title{font-size:1.125rem;margin:0 0 10px;line-height:1.35}
.blog-grid--news .blog-card__title a{color:#1a237e;text-decoration:none;transition:color .2s}
.blog-grid--news .blog-card__title a:hover{color:#1a73e8}
.blog-grid--news .blog-card__excerpt{font-size:.875rem;color:#555;line-height:1.65;margin-bottom:16px;flex:1}
.blog-grid--news .blog-card__link{font-size:.875rem;font-weight:600;color:#1a73e8;text-decoration:none;display:inline-flex;align-items:center;gap:4px;margin-top:auto;transition:gap .2s}
.blog-grid--news .blog-card__link:hover{gap:8px;color:#0d47a1}

/* === News Single/Detail Page Styles === */

/* Single post featured image */
.single-blog__hero{margin:0 0 40px;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);position:relative}
.single-blog__hero img{width:100%;height:auto;display:block;max-height:480px;object-fit:cover}
.single-blog__hero--placeholder{min-height:280px;background:linear-gradient(135deg,#e8f0fe,#f1f3f4);color:#1a73e8;display:flex;align-items:center;justify-content:center;border:2px dashed #cfe0f9}
.single-blog__hero--placeholder svg{opacity:.4}
.single-blog__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));color:#fff;padding:30px 24px 18px;font-size:.8125rem;font-style:italic;text-align:center}

/* Single post body - improved typography */
.single-blog__body{font-size:1rem;line-height:1.85;color:#2c2c2c}
.single-blog__body p{margin:0 0 20px}
.single-blog__body h1,.single-blog__body h2{font-size:1.625rem;color:#0d47a1;margin:36px 0 16px;line-height:1.3;font-weight:700;padding-bottom:10px;border-bottom:2px solid #e8f0fe}
.single-blog__body h3{font-size:1.25rem;color:#1a237e;margin:28px 0 12px;line-height:1.4;font-weight:600}
.single-blog__body h4,.single-blog__body h5{font-size:1.0625rem;color:#1a237e;margin:20px 0 10px;font-weight:600}
.single-blog__body a{color:#1a73e8;text-decoration:none;border-bottom:1px solid rgba(26,115,232,.3);transition:all .2s}
.single-blog__body a:hover{color:#0d47a1;border-bottom-color:#0d47a1;background:rgba(26,115,232,.04)}
.single-blog__body ul,.single-blog__body ol{margin:0 0 20px;padding-left:24px}
.single-blog__body ul li,.single-blog__body ol li{margin-bottom:8px;line-height:1.7}
.single-blog__body ul li::marker{color:#1a73e8}
.single-blog__body ol li::marker{color:#1a73e8;font-weight:600}
.single-blog__body blockquote{background:linear-gradient(135deg,#f8f9fa,#fff);border-left:4px solid #1a73e8;border-radius:0 10px 10px 0;padding:24px 28px;margin:24px 0;color:#3c4043;font-style:italic;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.single-blog__body blockquote::before{content:'\201C';font-size:2.5rem;color:#1a73e8;line-height:0;vertical-align:-.4em;margin-right:8px;font-family:Georgia,serif}
.single-blog__body img{max-width:100%;height:auto;border-radius:10px;margin:20px 0;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.single-blog__body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.9375rem}
.single-blog__body table th,.single-blog__body table td{padding:12px 16px;text-align:left;border:1px solid #e8eaed}
.single-blog__body table th{background:linear-gradient(135deg,#e8f0fe,#f1f3f4);color:#0d47a1;font-weight:600}
.single-blog__body code{background:#f1f3f4;padding:2px 8px;border-radius:4px;font-size:.875rem;color:#c62828;font-family:'SFMono-Regular',Consolas,monospace}
.single-blog__body pre{background:#1a237e;color:#e8f0fe;padding:20px 24px;border-radius:10px;overflow-x:auto;margin:24px 0;font-family:'SFMono-Regular',Consolas,monospace;font-size:.875rem;line-height:1.6}

/* Single post footer */
.single-blog__footer{margin-top:40px;padding-top:28px;border-top:1px solid #e8eaed}

/* Tags */
.single-blog__tags{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:24px}
.single-blog__tags-label{font-size:.9375rem;color:#555;font-weight:500}
.single-blog__tags-list{display:flex;flex-wrap:wrap;gap:8px}
.post-tag{display:inline-block;padding:6px 14px;background:#e8f0fe;color:#1a73e8;border-radius:20px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s}
.post-tag:hover{background:linear-gradient(135deg,#1a73e8,#1565c0);color:#fff;transform:translateY(-1px);box-shadow:0 4px 10px rgba(26,115,232,.2)}

/* Share section */
.single-blog__share{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:24px 28px;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e8eaed;border-radius:14px;margin-bottom:36px}
.single-blog__share-label{font-size:.9375rem;color:#555;font-weight:500}
.single-blog__share-links{display:flex;gap:10px}
.share-link{width:42px;height:42px;border-radius:10px;background:#fff;border:1px solid #e8eaed;display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:all .25s;cursor:pointer}
.share-link svg{width:20px;height:20px}
.share-link:hover{transform:translateY(-3px);box-shadow:0 6px 14px rgba(0,0,0,.1)}
.share-link--fb:hover{background:#1877f2;color:#fff;border-color:#1877f2}
.share-link--tw:hover{background:#1da1f2;color:#fff;border-color:#1da1f2}
.share-link--in:hover{background:#0a66c2;color:#fff;border-color:#0a66c2}
.share-link--email:hover{background:#1a73e8;color:#fff;border-color:#1a73e8}

/* Improved post navigation */
.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0;border:none}
.post-navigation__link{display:flex;align-items:center;gap:14px;padding:20px 22px;background:#fff;border:1px solid #e8eaed;border-radius:12px;text-decoration:none;color:inherit;transition:all .25s;min-height:90px}
.post-navigation__link--prev{justify-content:flex-start;text-align:left}
.post-navigation__link--next{justify-content:flex-end;text-align:right}
.post-navigation__link:hover{border-color:#1a73e8;box-shadow:0 8px 20px rgba(26,115,232,.12);transform:translateY(-2px)}
.post-navigation__arrow{font-size:1.5rem;color:#1a73e8;flex-shrink:0;font-weight:700;line-height:1}
.post-navigation__content{display:flex;flex-direction:column;gap:4px;flex:1}
.post-navigation__label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em;font-weight:500}
.post-navigation__title{font-size:.9375rem;color:#1a237e;font-weight:600;line-height:1.4}
.post-navigation__link--prev .post-navigation__content{order:1}
.post-navigation__link--prev .post-navigation__arrow{order:0}
.post-navigation__placeholder{display:block}

/* Related posts */
.related-posts{margin-top:56px;padding-top:40px;border-top:1px solid #e8eaed}
.related-posts__desc{font-size:.9375rem;color:#666;margin:0 0 28px 28px}
.blog-grid--related{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.blog-grid--related .blog-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.blog-grid--related .blog-card:hover{border-color:#1a73e8;box-shadow:0 8px 20px rgba(26,115,232,.1);transform:translateY(-4px)}
.blog-grid--related .blog-card__image{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f1f3f4}
.blog-grid--related .blog-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.blog-grid--related .blog-card:hover .blog-card__image img{transform:scale(1.05)}
.blog-grid--related .blog-card__body{padding:18px 20px;display:flex;flex-direction:column;flex:1}
.blog-grid--related .blog-card__meta{font-size:.75rem;color:#666;display:flex;align-items:center;gap:4px;margin-bottom:8px}
.blog-grid--related .blog-card__meta svg{flex-shrink:0}
.blog-grid--related .blog-card__title{font-size:1rem;margin:0 0 8px;line-height:1.4}
.blog-grid--related .blog-card__title a{color:#1a237e;text-decoration:none;transition:color .2s}
.blog-grid--related .blog-card__title a:hover{color:#1a73e8}
.blog-grid--related .blog-card__excerpt{font-size:.8125rem;color:#555;line-height:1.6;margin-bottom:12px;flex:1}
.blog-grid--related .blog-card__link{font-size:.8125rem;font-weight:600;color:#1a73e8;text-decoration:none;display:inline-flex;align-items:center;gap:4px;margin-top:auto;transition:gap .2s}
.blog-grid--related .blog-card__link:hover{gap:8px;color:#0d47a1}

/* === Responsive Styles for News Pages === */
@media(max-width:1024px){
    .blog-grid--news{grid-template-columns:repeat(2,1fr);gap:20px}
    .blog-grid--related{grid-template-columns:repeat(4,1fr);gap:16px}
    .site-main--news .container{padding:40px 20px}
    .site-main--news .container--news-single{padding:40px 20px}
    .post-navigation{grid-template-columns:1fr;gap:12px}
    .post-navigation__link--next{justify-content:flex-start;text-align:left}
    .related-posts__desc{margin-left:24px}
}

@media(max-width:768px){
    .blog-grid--news{grid-template-columns:1fr;gap:16px}
    .blog-grid--related{grid-template-columns:repeat(3,1fr);gap:14px}
    .page-hero__meta{font-size:.8125rem;gap:6px 10px}
    .page-hero--post .page-hero__title{font-size:1.5rem}
    .single-blog__hero{margin-bottom:28px;border-radius:10px}
    .single-blog__hero img{max-height:320px}
    .single-blog__body{font-size:.9375rem;line-height:1.75}
    .single-blog__body h1,.single-blog__body h2{font-size:1.375rem;margin-top:28px}
    .single-blog__body h3{font-size:1.125rem}
    .single-blog__footer{margin-top:28px;padding-top:20px}
    .single-blog__share{padding:18px 20px;gap:12px}
    .post-navigation__link{padding:16px 18px;min-height:70px}
    .related-posts{margin-top:40px;padding-top:28px}
    .news-categories{padding:16px 18px;margin-bottom:24px}
    .news-category-tab{padding:8px 14px;font-size:.8125rem}
}

@media(max-width:480px){
    .values-grid{grid-template-columns:1fr}
    .blog-grid--related{grid-template-columns:repeat(2,1fr);gap:12px}
    .blog-grid--related .blog-card__body{padding:12px 14px}
    .blog-grid--related .blog-card__title{font-size:.875rem}
    .blog-grid--related .blog-card__excerpt{display:none}
}

/* Empty state for news pages */
.news-no-posts{text-align:center;padding:80px 40px;background:#fff;border:1px solid #e8eaed;border-radius:16px;margin:0}
.news-no-posts__icon{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;margin-bottom:28px;background:linear-gradient(135deg,#0d47a1,#1a73e8);border-radius:50%;color:#fff;box-shadow:0 8px 24px rgba(26,115,232,.3)}
.news-no-posts__icon svg{width:44px;height:44px;stroke-width:1.2}
.news-no-posts__title{font-size:1.5rem;color:#1a237e;margin-bottom:14px;font-weight:700}
.news-no-posts__text{font-size:1rem;color:#666;line-height:1.7;margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}
.news-no-posts__btn{display:inline-block;padding:12px 28px;background:linear-gradient(135deg,#1a73e8,#1565c0);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:all .25s;box-shadow:0 4px 12px rgba(26,115,232,.25)}
.news-no-posts__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(26,115,232,.35);color:#fff}

/* Responsive empty state */
@media(max-width:768px){
    .news-no-posts{padding:48px 24px}
    .news-no-posts__icon{width:72px;height:72px;margin-bottom:20px}
    .news-no-posts__icon svg{width:34px;height:34px}
    .news-no-posts__title{font-size:1.25rem}
    .news-no-posts__text{font-size:.9375rem}
}

/* === Hero Slider - 3 distinct slide backgrounds === */
.hero-slider__slide--slide-1 {
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.95) 0%, rgba(26, 115, 232, 0.7) 50%, rgba(33, 150, 243, 0.5) 100%),
                linear-gradient(135deg, #0d47a1 0%, #1565c0 50%, #1976d2 100%);
    background-size: cover;
}
.hero-slider__slide--slide-1::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='1.5'%3E%3Ccircle cx='150' cy='150' r='40'/%3E%3Ccircle cx='150' cy='150' r='60'/%3E%3Ccircle cx='150' cy='150' r='80'/%3E%3Crect x='380' y='80' width='140' height='240' rx='8'/%3E%3Crect x='400' y='100' width='40' height='60' rx='4'/%3E%3Crect x='460' y='100' width='40' height='60' rx='4'/%3E%3Crect x='400' y='180' width='40' height='60' rx='4'/%3E%3Crect x='460' y='180' width='40' height='60' rx='4'/%3E%3Crect x='400' y='260' width='40' height='40' rx='4'/%3E%3Crect x='460' y='260' width='40' height='40' rx='4'/%3E%3Cline x1='50' y1='350' x2='550' y2='350'/%3E%3Cline x1='50' y1='350' x2='50' y2='320'/%3E%3Cline x1='150' y1='350' x2='150' y2='300'/%3E%3Cline x1='250' y1='350' x2='250' y2='320'/%3E%3Cline x1='350' y1='350' x2='350' y2='300'/%3E%3Cline x1='450' y1='350' x2='450' y2='320'/%3E%3Cline x1='550' y1='350' x2='550' y2='300'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 600px 400px;
}

.hero-slider__slide--slide-2 {
    background: linear-gradient(135deg, rgba(10, 50, 120, 0.92) 0%, rgba(21, 101, 192, 0.72) 50%, rgba(41, 121, 255, 0.45) 100%),
                linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    background-size: cover;
}
.hero-slider__slide--slide-2::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1.5'%3E%3Crect x='80' y='100' width='200' height='120' rx='12'/%3E%3Ccircle cx='180' cy='160' r='30'/%3E%3Ccircle cx='180' cy='160' r='18'/%3E%3Cline x1='80' y1='220' x2='280' y2='220'/%3E%3Cline x1='100' y1='260' x2='260' y2='260'/%3E%3Ccircle cx='450' cy='120' r='18'/%3E%3Ccircle cx='420' cy='160' r='18'/%3E%3Ccircle cx='480' cy='160' r='18'/%3E%3Ccircle cx='450' cy='200' r='18'/%3E%3Cpath d='M 400 280 L 500 280 L 500 340 L 450 340 L 400 340 Z'/%3E%3Cline x1='400' y1='300' x2='500' y2='300'/%3E%3Cline x1='450' y1='200' x2='450' y2='280'/%3E%3Cline x1='420' y1='160' x2='450' y2='200'/%3E%3Cline x1='480' y1='160' x2='450' y2='200'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 550px 400px;
}

.hero-slider__slide--slide-3 {
    background: linear-gradient(135deg, rgba(15, 65, 130, 0.94) 0%, rgba(30, 136, 229, 0.68) 50%, rgba(66, 165, 245, 0.42) 100%),
                linear-gradient(135deg, #01579b 0%, #0277bd 50%, #0288d1 100%);
    background-size: cover;
}
.hero-slider__slide--slide-3::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='1.5'%3E%3Ccircle cx='480' cy='180' r='100'/%3E%3Ccircle cx='480' cy='180' r='70'/%3E%3Ccircle cx='480' cy='180' r='40'/%3E%3Ccircle cx='480' cy='180' r='10' fill='rgba(255,255,255,0.12)'/%3E%3Cline x1='480' y1='60' x2='480' y2='80'/%3E%3Cline x1='480' y1='280' x2='480' y2='300'/%3E%3Cline x1='360' y1='180' x2='380' y2='180'/%3E%3Cline x1='580' y1='180' x2='600' y2='180'/%3E%3Crect x='80' y='240' width='200' height='60' rx='4'/%3E%3Crect x='100' y='260' width='30' height='20' rx='2'/%3E%3Crect x='140' y='260' width='30' height='20' rx='2'/%3E%3Crect x='180' y='260' width='30' height='20' rx='2'/%3E%3Crect x='220' y='260' width='30' height='20' rx='2'/%3E%3Ccircle cx='180' cy='140' r='35'/%3E%3Ccircle cx='180' cy='140' r='20'/%3E%3Ccircle cx='180' cy='140' r='8' fill='rgba(255,255,255,0.1)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 600px 400px;
}

/* === Enhanced Search Bar Button === */
.hero-search-form {
    display: flex;
    align-items: stretch;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-search-form:focus-within {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3), 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.hero-search-form__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-left: 24px;
    color: #1a73e8;
}

.hero-search-form__icon svg {
    width: 20px;
    height: 20px;
}

.hero-search-form__input {
    flex: 1;
    border: none;
    padding: 16px 14px;
    font-size: 0.9375rem;
    outline: none;
    background: transparent;
    min-width: 0;
    color: #333;
}

.hero-search-form__input::placeholder {
    color: #9aa0a6;
}

.hero-search-form__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 0.9375rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1a73e8 0%, #1565c0 100%);
    color: #fff;
    border: none;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.hero-search-form__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.4s ease;
}

.hero-search-form__btn:hover {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
}

.hero-search-form__btn:hover::before {
    left: 100%;
}

/* === Responsive adjustments for search bar === */
@media (max-width: 1024px) {
    .hero-search-form__input {
        padding: 14px 12px;
        font-size: 0.9375rem;
    }
    .hero-search-form__btn {
        padding: 0 24px;
        font-size: 0.875rem;
        border-radius: 0 40px 40px 0;
    }
    .hero-search-form__icon {
        padding-left: 18px;
    }
    .hero-search-form__icon svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 768px) {
    .hero-search-form {
        border-radius: 40px;
    }
    .hero-search-form__input {
        padding: 12px 8px;
        font-size: 0.8125rem;
    }
    .hero-search-form__btn {
        padding: 0 18px;
        font-size: 0.75rem;
        border-radius: 0 40px 40px 0;
    }
    .hero-search-form__icon {
        padding-left: 14px;
    }
}

@media (max-width: 480px) {
    .hero-search-form__icon {
        display: flex;
    }
    .hero-search-form__icon svg {
        width: 16px;
        height: 16px;
    }
    .hero-search-form__input {
        padding: 10px 6px;
        font-size: 0.75rem;
    }
    .hero-search-form__btn {
        padding: 0 14px;
        font-size: 0.6875rem;
        letter-spacing: 0;
        border-radius: 0 40px 40px 0;
    }
}

/* === Back to Top Button === */
.back-to-top{position:fixed;bottom:30px;right:30px;z-index:999;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#1565c0);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(26,115,232,.35);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}
.back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(26,115,232,.45);background:linear-gradient(135deg,#0d47a1,#1a73e8)}
.back-to-top svg{width:20px;height:20px}
/* === Form Loading Spinner === */
.btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btnSpin .6s linear infinite;vertical-align:middle;margin-right:4px}
@keyframes btnSpin{to{transform:rotate(360deg)}}
button[type="submit"]:disabled{opacity:.8;cursor:not-allowed}
/* === Archive AJAX Loading === */
.archive-loading{text-align:center;padding:80px 20px;color:#888}
.archive-loading .spinner{width:40px;height:40px;border:3px solid #e8eaed;border-top-color:#1a73e8;border-radius:50%;margin:0 auto 16px;animation:btnSpin .8s linear infinite}
.inquiry-form__submit:disabled{opacity:.8;cursor:not-allowed}
/* === Product Lightbox === */
.product-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.product-lightbox--open{opacity:1;visibility:visible}
.product-lightbox__wrapper{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);transform:scale(.92);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.product-lightbox--open .product-lightbox__wrapper{transform:scale(1)}
.product-lightbox__img{display:block;max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain}
.product-lightbox__close{position:fixed;top:20px;right:28px;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:1;backdrop-filter:blur(4px)}
.product-lightbox__close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}
.product-lightbox .gallery-arrow{background:rgba(255,255,255,.15);color:#fff;width:44px;height:44px}
.product-lightbox .gallery-arrow:hover{background:#1a73e8;color:#fff}
.product-lightbox .gallery-counter{bottom:20px}
@media(max-width:768px){.product-lightbox__wrapper{max-width:95vw;max-height:85vh;border-radius:8px}.product-lightbox__img{max-width:95vw;max-height:85vh}.product-lightbox__close{top:12px;right:16px;width:36px;height:36px;font-size:22px}}
