
/*
Theme Name: LinzaHub Light V3
Theme URI: https://linzahub.com.ua
Author: LinzaHub
Description: Custom WooCommerce storefront matching the approved LinzaHub light mockup.
Version: 3.0.0
Text Domain: linzahub
*/
:root{
  --teal:#10aaa8;
  --teal-dark:#078f91;
  --ink:#071426;
  --muted:#5c6776;
  --line:#e4ecef;
  --soft:#f3fbfc;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.lh-wrap{max-width:1440px;margin:0 auto;padding:0 30px}
.lh-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.lh-header-inner{height:82px;display:flex;align-items:center;gap:28px}
.lh-logo{display:flex;align-items:center;gap:12px;font-size:29px;font-weight:800;white-space:nowrap}
.lh-logo-badge{width:42px;height:42px;border:2px solid var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px}
.lh-logo span{color:var(--teal)}
.lh-catalog-btn,.lh-btn{background:linear-gradient(90deg,var(--teal),#14b8b3);color:#fff;border-radius:11px;padding:14px 24px;font-weight:800;display:inline-flex;align-items:center;gap:8px}
.lh-nav{margin-left:auto;display:flex;gap:28px;font-weight:700;align-items:center}
.lh-nav a:hover{color:var(--teal)}
.lh-icons{display:flex;gap:16px;margin-left:14px;font-size:22px}
.lh-hero{background:linear-gradient(110deg,#fff 55%,#effbfc);padding:44px 0 26px}
.lh-hero-grid{display:grid;grid-template-columns:0.9fr 1.1fr;align-items:center;min-height:435px}
.lh-hero-copy{padding:18px 0 16px}
.lh-hero h1{font-size:60px;line-height:0.98;margin:0 0 22px;letter-spacing:-1.6px;max-width:690px}
.lh-hero h1 span{color:var(--teal)}
.lh-hero p{font-size:19px;line-height:1.5;margin:0;color:#1b2633}
.lh-actions{display:flex;gap:14px;margin:26px 0 30px}
.lh-btn-outline{background:#fff;color:var(--teal);border:1px solid var(--teal)}
.lh-trust{display:flex;gap:34px;flex-wrap:wrap}
.lh-trust-item{display:grid;grid-template-columns:34px auto;gap:10px;align-items:center;min-width:165px}
.lh-trust-icon{width:30px;height:30px;border:2px solid var(--teal);border-radius:8px;color:var(--teal);display:flex;align-items:center;justify-content:center;font-weight:800}
.lh-trust-item b{display:block;font-size:15px}
.lh-trust-item small{color:#4f5c69}
.lh-hero-art{display:flex;align-items:center;justify-content:center;height:400px;overflow:hidden}
.lh-hero-art img{width:100%;max-width:700px;object-fit:contain;filter:saturate(.9)}
.lh-brands{margin-top:-4px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 26px rgba(16,58,68,.08);padding:25px 30px;display:flex;justify-content:space-around;align-items:center;gap:24px;flex-wrap:wrap}
.lh-brand{font-size:24px;color:#1d4260;font-weight:700}
.lh-brand.light{font-weight:500;color:#4f5d6d}
.lh-section{padding:32px 0}
.lh-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.lh-section-title{font-size:27px;margin:0}
.lh-see-all{color:var(--teal);font-weight:700}
.lh-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.lh-product{border:1px solid var(--line);border-radius:15px;padding:16px;box-shadow:0 5px 24px rgba(14,64,76,.06);background:#fff}
.lh-product-media{height:215px;border-radius:11px;background:linear-gradient(145deg,#f7fbfc,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.lh-product-media img{width:100%;height:100%;object-fit:cover}
.lh-product h3{font-size:19px;margin:14px 0 6px;min-height:44px}
.lh-product small{color:#6b7682}
.lh-price{font-size:22px;font-weight:800;margin:15px 0}
.lh-price small{font-size:12px;font-weight:400}
.lh-product .lh-btn{display:flex;justify-content:center;padding:11px 15px}
.lh-why{background:linear-gradient(90deg,#edfafa,#fff);border-radius:16px;padding:20px 24px}
.lh-why h2{text-align:center;margin:0 0 12px;font-size:25px}
.lh-why h2 span{color:var(--teal)}
.lh-features{display:grid;grid-template-columns:repeat(4,1fr)}
.lh-feature{text-align:center;padding:18px 24px;border-right:1px solid #cce7e7}
.lh-feature:last-child{border-right:0}
.lh-feature-icon{font-size:42px;color:var(--teal);line-height:1}
.lh-feature b{display:block;margin:10px 0 6px}
.lh-feature p{margin:0;color:#4d5c69;line-height:1.45}
.lh-bonus{margin-top:18px;background:linear-gradient(90deg,#eaf9fb,#fff);border-radius:16px;padding:24px 34px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:140px}
.lh-bonus h2{margin:0 0 7px;font-size:26px}
.lh-bonus p{margin:0 0 16px;color:#43515f}
.lh-bonus-art{display:flex;justify-content:flex-end}
.lh-bonus-art img{max-height:125px;object-fit:contain}
.lh-lower{display:grid;grid-template-columns:1fr 2fr;gap:20px}
.lh-review,.lh-benefits{border:1px solid var(--line);border-radius:15px;padding:22px;background:#fff}
.lh-review h3{margin-top:0}
.lh-stars{color:var(--teal);letter-spacing:3px;font-size:20px}
.lh-benefits{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;align-items:center}
.lh-benefit{padding:12px}
.lh-benefit .ico{font-size:34px;color:var(--teal)}
.lh-benefit h4{margin:8px 0 4px}
.lh-benefit p{margin:0;color:#5a6875;font-size:13px}
.lh-footer{margin-top:28px;border-top:1px solid var(--line);padding:38px 0 22px}
.lh-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:38px}
.lh-footer h4{margin-top:0}
.lh-footer p,.lh-footer li{color:#5e6b78;line-height:1.75}
.lh-footer ul{list-style:none;padding:0;margin:0}
.lh-copy{margin-top:28px;padding-top:18px;border-top:1px solid var(--line);color:#74808b;font-size:13px}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--teal)!important;color:#fff!important;border-radius:9px!important}
@media(max-width:1050px){.lh-nav{display:none}.lh-hero-grid{grid-template-columns:1fr}.lh-hero-art{height:320px}.lh-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.lh-wrap{padding:0 18px}.lh-header-inner{height:70px}.lh-catalog-btn{margin-left:auto}.lh-icons{display:none}.lh-hero{padding-top:24px}.lh-hero h1{font-size:40px}.lh-hero-grid{min-height:0}.lh-hero-art{height:240px}.lh-actions{flex-direction:column;align-items:stretch}.lh-actions .lh-btn{justify-content:center}.lh-trust{gap:15px}.lh-brands{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.lh-products,.lh-features,.lh-benefits,.lh-bonus,.lh-lower,.lh-footer-grid{grid-template-columns:1fr}.lh-feature{border-right:0;border-bottom:1px solid #cce7e7}.lh-feature:last-child{border-bottom:0}.lh-bonus-art{justify-content:center;margin-top:10px}}


/* v4 refinements */
.lh-brands{
  padding:24px 36px;
}
.lh-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  font-size:0;
}
.lh-brand img{
  max-height:44px;
  max-width:190px;
  width:auto;
  object-fit:contain;
}
.lh-product-media{
  height:230px;
  padding:10px;
  background:#fff;
}
.lh-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.lh-product{
  display:flex;
  flex-direction:column;
}
.lh-product h3{
  min-height:46px;
}
.lh-product .lh-btn{
  margin-top:auto;
}


/* v5: hide stray baked-in text visible at the bottom-left of the hero artwork */
.lh-hero-visual{
  overflow:hidden;
}
.lh-hero-visual::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34%;
  height:24%;
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 72%,rgba(255,255,255,0) 100%);
  z-index:2;
  pointer-events:none;
}
.lh-hero-visual img{
  position:relative;
  z-index:1;
}
@media(max-width:900px){
  .lh-hero-visual::after{width:42%;height:20%}
}

/* v6 logo row exact alignment */
.lh-brands{
 display:grid!important;
 grid-template-columns:repeat(5,minmax(120px,1fr)) auto!important;
 align-items:center!important;
 gap:24px!important;
 padding:20px 38px!important;
}
.lh-brand{height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.lh-brand img{display:block!important;width:100%!important;max-width:190px!important;height:58px!important;object-fit:contain!important;object-position:center!important}
.lh-see-all{white-space:nowrap!important}
@media(max-width:900px){
 .lh-brands{grid-template-columns:repeat(2,1fr)!important}
 .lh-see-all{grid-column:1/-1!important;text-align:center!important}
}

/* v7 reliable CSS icons — no font glyph dependency */
.lh-trust-icon,.lh-feature-icon{position:relative;display:inline-block;box-sizing:border-box;color:#08aaa8;flex:0 0 auto}
.lh-icon-shield{width:34px;height:38px;border:2px solid currentColor;border-radius:15px 15px 18px 18px;clip-path:polygon(50% 0,100% 18%,92% 72%,50% 100%,8% 72%,0 18%)}
.lh-icon-shield:after{content:"";position:absolute;width:10px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);left:10px;top:13px}
.lh-icon-truck{width:40px;height:25px;border:2px solid currentColor;border-radius:3px;margin-top:6px}
.lh-icon-truck:before{content:"";position:absolute;width:14px;height:18px;border:2px solid currentColor;border-left:0;right:-15px;top:5px;border-radius:0 4px 4px 0}
.lh-icon-truck:after{content:"";position:absolute;width:7px;height:7px;border:2px solid currentColor;border-radius:50%;left:5px;bottom:-8px;box-shadow:29px 0 0 -2px white,29px 0 0 0 currentColor}
.lh-icon-card{width:38px;height:27px;border:2px solid currentColor;border-radius:4px;margin-top:4px}
.lh-icon-card:before{content:"";position:absolute;left:0;right:0;top:7px;border-top:2px solid currentColor}
.lh-icon-card:after{content:"";position:absolute;width:9px;left:5px;bottom:5px;border-top:2px solid currentColor}
.lh-icon-drop{width:28px;height:36px;border:2px solid currentColor;border-radius:55% 55% 60% 60%;transform:rotate(45deg);margin-top:2px}
.lh-feature-icon.lh-icon-shield,.lh-feature-icon.lh-icon-truck,.lh-feature-icon.lh-icon-card,.lh-feature-icon.lh-icon-drop{margin-left:auto;margin-right:auto;margin-bottom:14px}
.lh-feature-icon.lh-icon-drop{transform:rotate(45deg)}

/* v8 robust SVG icons */
.lh-svg-icon{width:38px;height:38px;display:block;flex:0 0 auto;fill:none;stroke:#08aaa8;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;box-sizing:border-box}.lh-trust-item .lh-svg-icon{width:32px;height:32px}.lh-feature .lh-svg-icon{width:48px;height:48px;margin:0 auto 14px}
