@font-face{font-family:Poppins;src:url('../fonts/Poppins-Regular.ttf')}@font-face{font-family:Poppins;src:url('../fonts/Poppins-Light.ttf');font-weight:300}@font-face{font-family:Poppins;src:url('../fonts/Poppins-SemiBold.ttf');font-weight:600}@font-face{font-family:Poppins;src:url('../fonts/Poppins-Bold.ttf');font-weight:700}@font-face{font-family:Roboto;src:url('../fonts/Roboto-Regular.ttf')}@font-face{font-family:Roboto;src:url('../fonts/Roboto-Bold.ttf');font-weight:700}
:root{--orange:#e67c26;--orange2:#ef7d1a;--dark:#0d0d0d;--text:#333;--muted:#666;--soft:#f6f6f6;--max:1540px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font:16px/1.65 Poppins,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:min(calc(100% - 70px),var(--max));margin:auto}.site-main{overflow:hidden}.topbar{background:#000;color:#fff}.topbar__inner{height:35px;display:flex;align-items:center;justify-content:space-between}.topbar ul{list-style:none;margin:0;padding:0;display:flex;align-items:center}.topbar__contact{gap:72px}.topbar__contact li{display:flex;align-items:center;gap:10px;font-size:14px}.topbar__contact img{width:auto;height:18px;filter:brightness(0) invert(1)}.topbar__social{gap:24px;font-size:12px;color:#ddd}.nav-shell{background:#fff;position:relative;z-index:1000;box-shadow:0 5px 18px #0000000b;transition:box-shadow .25s ease}.site-header.nav-pinned{padding-bottom:var(--greenergy-nav-h,112px)}.nav-shell.is-fixed{position:fixed;top:0;left:0;right:0;width:100%;box-shadow:0 5px 18px #0002;animation:greenergyNavIn .28s ease both}.admin-bar .nav-shell.is-fixed{top:32px}@keyframes greenergyNavIn{from{transform:translateY(-100%)}to{transform:translateY(0)}}.nav-shell__inner{min-height:112px;display:flex;align-items:center}.site-logo img{width:145px}.site-nav{margin-left:auto}.site-nav__list{list-style:none;display:flex;gap:38px;align-items:center;margin:0;padding:0}.site-nav__list>li{position:relative}.site-nav__list>li>a{display:block;padding:43px 0;font-size:15px;font-weight:600}.site-nav__list>li>a:hover,.site-nav__list>.current-menu-item>a{color:var(--orange)}.site-nav .sub-menu{display:none;position:absolute;top:100%;left:-24px;min-width:245px;margin:0;padding:12px 22px;background:#fff;list-style:none;box-shadow:0 12px 35px #0002}.site-nav li:hover>.sub-menu{display:block}.site-nav .sub-menu a{display:block;padding:9px 0;font-size:14px}.search-toggle{width:32px;height:32px;margin-left:28px;padding:0;border:0;background:transparent;position:relative;cursor:pointer;color:#333;box-shadow:none}.search-toggle span:before{content:"";position:absolute;width:10px;height:10px;border:2px solid currentColor;border-radius:50%;left:8px;top:7px}.search-toggle span:after{content:"";position:absolute;width:7px;height:2px;background:currentColor;transform:rotate(45deg);left:18px;top:19px}.search-panel{display:none;padding:14px 0;background:#fff;border-top:1px solid #eee}.search-panel.is-open{display:block}.search-panel form{display:flex}.search-panel input[type=search]{flex:1;padding:12px 14px;border:1px solid #ccc}.search-panel input[type=submit]{background:var(--orange);color:#fff;border:0;padding:0 22px}.menu-toggle{display:none;border:0;background:none}
.hero{position:relative}.hero-slide{display:none}.hero-slide.is-active{display:block}.hero-slide img{width:100%;aspect-ratio:1920/840;object-fit:cover}.hero-prev,.hero-next{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:58px;background:#10284b;border:0;cursor:pointer}.hero-prev{left:14px}.hero-next{right:14px}.hero-prev:after,.hero-next:after{content:"";display:block;width:11px;height:11px;border-top:2px solid #fff;border-right:2px solid #fff;margin:auto}.hero-prev:after{transform:rotate(-135deg)}.hero-next:after{transform:rotate(45deg)}.hero-dots{position:absolute;bottom:18px;left:0;right:0;text-align:center}.hero-dots button{width:8px;height:8px;border-radius:50%;border:0;margin:0 4px;background:#666}.hero-dots button.is-active{background:var(--orange)}.intro-strip{padding:28px 0 35px;text-align:center}.intro-strip p{width:55%;margin:auto;font-weight:300;font-size:14px;line-height:1.8}
.index-title{width:max-content;max-width:100%;margin:0 auto;font-size:38px;line-height:1.2;font-weight:400}.index-title:after{content:"";display:block;width:52%;height:2px;background:#333;margin:8px auto 0}.latest-products{position:relative;background:var(--soft);padding:78px 0 72px}.latest-products:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);border:28px solid transparent;border-top:22px solid #fff}.product-tabs{width:min(900px,100%);margin:30px auto 45px;display:flex;justify-content:space-between;gap:10px}.product-tab{appearance:none;border:0;background:transparent;padding:10px 14px;font:300 16px Poppins;cursor:pointer}.product-tab.is-active,.product-tab:hover{background:var(--orange);color:#fff}.product-panel{display:none}.product-panel.is-active{display:block}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.product-card{background:#fff;box-shadow:0 2px 14px #0000000f;padding:20px;text-align:center}.product-card figure{margin:0;overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}.product-card img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.04)}.product-card h3{font-size:14px;font-weight:400;margin:18px 0 6px}.product-card__placeholder{background:#fff}.product-progress{display:flex;justify-content:center;gap:8px;margin-top:30px}.product-progress span{display:block;width:36px;height:5px;border-radius:5px;background:#3333}.product-progress .is-active{width:76px;background:#333}
.index-about{padding:76px 0 85px}.index-about .index-title:after{margin-top:5px}.index-about__intro{width:68%;margin:22px auto 0;text-align:center;font-size:14px;line-height:1.8}.about-stats{width:min(760px,100%);margin:34px auto 32px;list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.about-stats li>div{display:flex;justify-content:center;align-items:center;gap:12px}.about-stats img{height:35px;width:auto}.about-stats strong{font-size:34px;font-weight:400;line-height:1}.about-stats li>span{display:block;margin-top:8px;text-align:center;font-size:14px}.about-visual{margin:0}.about-visual img{width:100%}
.index-solution{position:relative;padding:0 4% 0 3%;margin-bottom:105px}.index-solution>.index-title{position:absolute;left:0;top:52px;z-index:3}.index-solution>.index-title:after{margin-left:0}.solution-stage{position:relative;min-height:610px}.solution-copy{position:absolute;left:0;top:145px;width:39%;font-size:15px;font-weight:300;line-height:1.75}.solution-copy p{margin:0 0 14px}.solution-visual{margin-left:auto;width:66%;min-height:610px;background-repeat:no-repeat;background-position:center;background-size:contain;display:grid;grid-template-columns:49% 51%;align-items:start}.solution-visual figure{margin:0}.solution-visual__left{padding-top:285px}.solution-visual__right{padding-top:85px}.solution-visual img{width:100%;object-fit:contain}.solution-visual figcaption{font-size:22px;margin-top:28px}.solution-visual__left figcaption{text-transform:uppercase;padding-left:5%}.solution-visual__right figcaption{text-align:right;padding-right:14%;margin-top:55px}.solution-control{position:absolute;left:3%;top:56%;display:flex;align-items:center;gap:16px}.solution-control button{width:18px;height:34px;border:0;background:transparent;position:relative;cursor:pointer}.solution-control button:after{content:"";position:absolute;inset:7px 2px;border-top:3px solid #333;border-right:3px solid #333}.solution-prev:after{transform:rotate(-135deg)}.solution-next:after{transform:rotate(45deg)}.solution-control i{width:12px;height:12px;border:2px solid var(--orange);border-radius:50%}
.index-company{background:var(--orange);color:#fff}.company-layout{display:grid;grid-template-columns:360px 1fr;align-items:stretch}.company-left{position:relative;background:#dc721c;padding:0 0 60px 48px}.company-left:before{content:"";position:absolute;left:0;right:0;top:-95px;height:96px;background:#dc721c}.company-left>div{transform:translateY(-22px)}.company-left h2{font-size:40px;line-height:1.45;font-weight:400;margin:0}.company-left h5{font-size:12px;font-weight:300;letter-spacing:5px;margin:14px 0 30px}.company-left p{font-size:15px;line-height:2}.company-right ul{height:100%;list-style:none;margin:0;padding:72px 0 76px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.company-right li{text-align:center;padding:0 10px}.company-right img{height:42px;width:auto;margin:auto;transition:.4s}.company-right li:hover img{transform:rotateY(180deg)}.company-right strong{display:inline-block;margin-top:20px;font-size:44px;line-height:1;font-weight:700}.company-right p{font-size:14px;font-weight:300;margin:10px 0 0}
.index-news{padding:92px 0 76px}.index-title--left{margin-left:0;position:relative}.index-title--left:before{content:"";position:absolute;right:100%;bottom:0;width:100vw;height:2px;background:#333}.index-title--left:after{width:150%;margin-left:0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:55px}.news-card{display:flex;flex-direction:column;text-align:center}.news-card__image{display:block;overflow:hidden;aspect-ratio:16/9;background:#fafafa}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:.3s}.news-card:hover img{transform:scale(1.04)}.news-card__body{display:flex;flex-direction:column;flex:1}.news-card time{display:block;margin:22px auto 8px;font-size:12px}.news-card h3{font-size:22px;line-height:1.25;font-weight:400;margin:0;min-height:56px}.news-card p{color:#666;font-size:14px;line-height:1.8;margin:9px 0 20px;min-height:126px}.news-card__more{display:inline-block;margin:auto auto 0;border-bottom:1px solid #999;padding-bottom:3px;font-size:15px}
.index-inquiry{border-top:1px solid #333;padding:76px 0 80px;text-align:center}.index-inquiry p{width:min(500px,90%);margin:25px auto;font-size:15px}.index-inquiry a{display:block;width:165px;margin:auto;background:#333;color:#fff;padding:15px}.index-inquiry a:hover{background:var(--orange)}
.site-footer{background:#0d0d0d;color:#cbcbcb;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.05fr 1.35fr 1fr 1.2fr;gap:55px}.site-footer h3{color:#fff;font-size:20px;font-weight:400;margin:0 0 30px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:0 0 12px;font-size:14px;font-weight:300}.footer-contact li{display:flex;align-items:flex-start;gap:10px}.footer-contact img{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1);opacity:.7}.site-footer p{font-size:14px;font-weight:300;margin-top:0}.footer-contact-btn{display:inline-block;background:var(--orange);color:#fff;padding:10px 20px}.footer-bottom{margin-top:45px;border-top:1px solid #ffffff33;padding:18px 0;text-align:center;font-size:12px}
.floating-contact{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.floating-contact>a,.floating-contact>button{appearance:none;width:70px;height:62px;border:0;background:var(--orange2);color:#fff;display:flex;align-items:center;overflow:visible;position:relative;cursor:pointer;border-radius:31px 0 0 31px;transition:width .25s}.floating-contact b{width:50px;min-width:50px;height:50px;margin-left:6px;border-radius:50%;background:#fff;color:var(--orange2);display:grid;place-items:center}.floating-contact b svg{width:24px;height:24px;fill:currentColor}.floating-contact span{white-space:nowrap;padding:0 15px 0 10px;font-size:13px}.floating-contact>a:hover,.floating-contact>button:hover{width:160px}.floating-contact i{display:none;position:absolute;right:170px;background:#fff;color:#222;padding:12px 16px;box-shadow:0 5px 20px #0002;font-style:normal;white-space:nowrap}.wechat-float:hover i{display:block}
.archive-layout{display:grid;grid-template-columns:250px 1fr;gap:65px;padding-top:55px;padding-bottom:80px}.product-sidebar h2{background:var(--orange);color:#fff;margin:0;padding:12px 18px;font-size:18px;font-weight:400}.product-sidebar ul{list-style:none;margin:0;padding:0}.product-sidebar li{border-bottom:1px solid #ddd}.product-sidebar a{display:block;padding:10px 12px;font-size:14px}.product-sidebar .current a,.product-sidebar a:hover{color:var(--orange)}.breadcrumb{margin-bottom:30px;color:#777}.category-banner img{width:100%;max-height:450px;object-fit:cover}.term-description{margin:20px 0 35px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.single-product-page,.content-page{padding-top:55px;padding-bottom:80px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-hero h1{font-size:32px;line-height:1.3}.product-main-image img{width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:45px 0}.product-content{margin-top:45px}.btn{display:inline-block;background:var(--orange);color:#fff;padding:11px 24px}.pagination{margin-top:40px}.pagination .nav-links{display:flex;gap:8px}.pagination .page-numbers{padding:7px 12px;border:1px solid #ddd}.pagination .current{background:var(--orange);color:#fff;border-color:var(--orange)}
@media(max-width:1200px){.site-nav__list{gap:20px}.site-nav__list>li>a{font-size:13px}.company-layout{grid-template-columns:310px 1fr}.solution-stage{min-height:520px}.solution-visual{min-height:520px}.solution-visual__left{padding-top:240px}.solution-visual__right{padding-top:80px}}
@media(max-width:1024px){.container{width:min(calc(100% - 40px),var(--max))}.topbar__contact{gap:25px}.site-logo img{width:120px}.site-nav__list{gap:13px}.home-product-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.index-about__intro{width:85%}.index-solution{padding:55px 0 0;margin-bottom:70px}.index-solution>.index-title{position:static;margin:0 0 25px}.solution-stage{min-height:0}.solution-copy{position:static;width:100%;margin-bottom:25px}.solution-visual{width:100%;min-height:430px}.solution-control{display:none}.company-layout{grid-template-columns:290px 1fr}.company-right ul{grid-template-columns:repeat(2,1fr);gap:28px}.news-grid{gap:25px}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.admin-bar .nav-shell.is-fixed{top:46px}}@media(max-width:767px){body{font-size:14px}.container{width:calc(100% - 30px)}.topbar{display:none}.nav-shell__inner{min-height:74px}.site-header.nav-pinned{padding-bottom:74px}.nav-shell.is-fixed{animation:none}.site-logo img{width:104px}.menu-toggle{display:flex;margin-left:auto;width:30px;flex-direction:column;gap:5px;padding:0}.menu-toggle span{height:2px;background:#222;width:100%}.site-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:8px 18px;box-shadow:0 12px 20px #0001}.site-nav.is-open{display:block}.site-nav__list{display:block}.site-nav__list>li>a{padding:10px 0;font-size:14px}.site-nav .sub-menu{display:block;position:static;box-shadow:none;padding:0 0 0 15px}.search-toggle{margin-left:12px}.hero-slide img{aspect-ratio:4/3}.hero-prev,.hero-next{display:none}.intro-strip{padding:20px 0}.intro-strip p{width:100%;font-size:12px}.index-title{font-size:28px}.latest-products{padding:55px 0 48px}.product-tabs{justify-content:flex-start;overflow-x:auto;margin:25px 0;gap:8px}.product-tab{white-space:nowrap;font-size:13px}.home-product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{padding:10px}.product-card h3{font-size:12px;margin-top:12px}.index-about{padding:50px 0}.index-about__intro{width:100%;font-size:13px}.about-stats{grid-template-columns:1fr;gap:22px}.about-stats li{display:grid;grid-template-columns:1fr;place-items:center}.about-visual{margin-top:25px}.index-solution{margin-bottom:45px}.solution-visual{display:block;background-image:none!important;min-height:0}.solution-visual figure{padding:0!important;margin-bottom:22px}.solution-visual figcaption{text-align:left!important;padding:0!important;margin:12px 0!important;font-size:17px}.index-company{margin-top:50px}.company-layout{display:block;width:100%}.company-left{padding:35px 24px}.company-left:before{display:none}.company-left>div{transform:none}.company-left h2{font-size:32px}.company-right ul{grid-template-columns:repeat(2,1fr);padding:35px 12px}.company-right strong{font-size:34px}.company-right p{font-size:12px}.index-news{padding:55px 0}.index-title--left:after{width:130%}.news-grid{grid-template-columns:1fr;gap:42px;margin-top:35px}.news-card{text-align:left}.news-card h3,.news-card p{min-height:0}.news-card time{margin-left:0}.news-card__more{margin-left:0}.index-inquiry{padding:55px 0}.footer-grid{grid-template-columns:1fr;gap:28px}.floating-contact{display:none}.archive-layout{display:block;padding-top:30px}.product-sidebar{margin-bottom:30px}.product-sidebar ul{display:flex;overflow-x:auto}.product-sidebar li{min-width:max-content}.product-hero{grid-template-columns:1fr;gap:30px}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:430px){.home-product-grid,.product-grid{grid-template-columns:1fr}.company-right ul{grid-template-columns:1fr 1fr}}

/* =========================================================
   v0.4 homepage fidelity pass — aligned to original HTTrack
   Footer rules intentionally left unchanged.
========================================================= */
@media (min-width:1025px){
  :root{--max:1650px}
  .container{width:min(calc(100% - 80px),1650px)}

  /* Header / floating navigation */
  .topbar__inner{height:35px}
  .nav-shell__inner{min-height:0;padding:19px 0}
  .site-logo img{width:auto;max-height:83px}
  .site-nav__list{gap:0}
  .site-nav__list>li{padding:0 25px}
  .site-nav__list>li>a{padding:30px 0;font-size:19px;font-weight:400;line-height:1.2}
  .search-toggle{margin-left:56px}
  .nav-shell.is-fixed .nav-shell__inner{min-height:100px;padding:8px 0}
  .nav-shell.is-fixed .site-logo img{max-height:70px}
  .site-header.nav-pinned{padding-bottom:121px}

  /* Hero */
  .hero-slide{overflow:hidden}
  .hero-slide img{aspect-ratio:auto;min-height:150px;transform:scale(1.08);transition:transform 6s linear}
  .hero-slide.is-active img{transform:scale(1)}
  .hero-prev,.hero-next{width:54px;height:54px;background:#10284b}
  .hero-prev{left:0}.hero-next{right:0}
  .hero-dots{bottom:50px;opacity:.65}
  .hero:hover .hero-dots{opacity:1}
  .hero-dots button{width:13px;height:13px;margin:0 7px;background:#fff;border:0}
  .hero-dots button.is-active{background:var(--orange);border:1px solid #fff}

  /* Intro strip */
  .intro-strip{padding:56px 0 60px}
  .intro-strip p{width:46%;font-family:Poppins;font-weight:300;font-size:18px;line-height:28px}

  /* Global homepage title */
  .index-title{font-size:46px;line-height:normal}
  .index-title:after{width:51.6%;height:3px;margin-top:0}

  /* Latest products */
  .latest-products{padding:88px 0 92px}
  .latest-products:before{border-width:38px;border-top-width:29px}
  .product-tabs{width:60%;margin:31px auto 56px;gap:0;justify-content:space-between}
  .product-tab,.product-tab:hover,.product-tab:focus{background:transparent;color:#333;padding:13px 14px;font:300 20px/1 Poppins;border-radius:0}
  .product-tab.is-active,.product-tab.is-active:hover{background:#e67c26;color:#fff}
  .home-product-grid{gap:28px}
  .product-card{box-shadow:none;padding:0;background:transparent}
  .product-card figure{aspect-ratio:auto;height:422px;background:#fff}
  .product-card img{width:auto;max-width:100%;height:auto;max-height:422px;object-fit:contain;margin:auto}
  .product-card h3{font-size:20px;margin:30px 0 73px}
  .product-progress{margin-top:-50px}
  .product-progress span{width:40px;height:6px;border-radius:3px;background:#333;opacity:.2}
  .product-progress .is-active{width:85px;opacity:1;background:#333}

  /* About */
  .index-about{padding:84px 0 95px}
  .index-about .index-title{line-height:1}
  .index-about .index-title:after{margin:5px auto 23px}
  .index-about__intro{width:58%;margin:0 auto;font-size:16px;line-height:22px}
  .about-stats{width:39%;margin:36px auto 33px;gap:0}
  .about-stats img{max-height:38px;height:auto;margin-right:17px}
  .about-stats strong{font-size:38px;padding-top:8px}
  .about-stats li>span{font-size:16px;line-height:18px;margin-top:3px}

  /* Solution */
  .index-solution{padding:0 5% 0 3.03%;margin:0 auto 135px}
  .index-solution>.index-title{top:60px}
  .solution-stage{min-height:650px}
  .solution-copy{top:167px;width:40%;font-size:18px;line-height:28px}
  .solution-copy p{margin:0 0 14px}
  .solution-visual{width:65.24%;min-height:650px;grid-template-columns:49.3% 50.7%}
  .solution-visual__left{padding-top:314px}
  .solution-visual__right{padding-top:102px}
  .solution-visual figcaption{font-size:26px;line-height:26px}
  .solution-visual__left figcaption{margin:27px 0 0;padding-left:6%}
  .solution-visual__right figcaption{margin:71px 0 0;text-align:right;padding-right:17%}
  .solution-control{left:3.03%;top:59.5%;gap:19px}
  .solution-control i{width:15px;height:15px;border-color:var(--orange)}

  /* Company Advantage */
  .company-layout{grid-template-columns:23.45% 1fr}
  .company-left{padding:0 0 72px 49px}
  .company-left:before{top:-124px;height:125px}
  .company-left>div{transform:translateY(-35px)}
  .company-left h2{font-size:45px;line-height:66px}
  .company-left h5{font-size:14px;letter-spacing:6px;margin:12px 0 40px}
  .company-left p{font-size:18px;line-height:36px}
  .company-right ul{padding:95px 0 97px}
  .company-right img{max-height:48px;height:auto}
  .company-right strong{font-size:50px;margin-top:31px}
  .company-right p{font-size:18px;margin-top:6px}

  /* Latest News — original site has text-led cards, no large thumbnail */
  .index-news{padding:0}
  .index-news .container{padding:109px 0 87px;position:relative}
  .index-news .container:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#333}
  .index-title--left{margin:0}
  .index-title--left:after{width:160%;margin-left:0}
  .news-grid{gap:42px;margin-top:68px}
  .news-card__image{display:none!important}
  .news-card__body{align-items:stretch}
  .news-card__date{display:flex;align-items:center;justify-content:center;gap:13px;margin:0 auto 10px;width:max-content}
  .news-date-icon{width:21px;height:21px;display:inline-block;position:relative}
  .news-date-icon:before{content:"";position:absolute;inset:2px;border:1.5px solid #777;border-radius:1px}
  .news-date-icon:after{content:"";position:absolute;left:5px;right:5px;top:7px;height:1.5px;background:#777;box-shadow:0 4px 0 #777,0 8px 0 #777}
  .news-card time{margin:0;font-size:14px}
  .news-card h3{font-size:26px;line-height:1;min-height:52px;margin:0}
  .news-card p{font-size:18px;line-height:30px;min-height:150px;margin:7px 0 23px}
  .news-card__more{font-size:18px}

  /* Inquiry */
  .index-inquiry{border-top:0;padding:100px 0 93px}
  .index-inquiry p{width:27%;margin:34px auto;font-size:18px;line-height:26px}
  .index-inquiry a{width:186px;padding:0;line-height:61px;font-size:22px}
}

@media (min-width:1025px) and (max-width:1500px){
  .site-nav__list>li{padding:0 16px}
  .site-nav__list>li>a{font-size:16px}
  .search-toggle{margin-left:34px}
  .product-card figure{height:350px}
  .product-card img{max-height:350px}
  .product-card h3{font-size:16px}
  .intro-strip p{font-size:15px;line-height:24px}
  .index-about__intro{font-size:14px;line-height:20px}
  .solution-copy{font-size:15px;line-height:24px}
  .solution-visual figcaption{font-size:21px}
  .company-left h2{font-size:38px;line-height:54px}
  .company-left p,.company-right p{font-size:14px}
  .news-card h3{font-size:21px}
  .news-card p{font-size:15px;line-height:24px}
}

/* =========================================================
   v0.5 homepage refinement pass
   Header, Hero, Latest Products and Footer intentionally frozen.
========================================================= */

/* About: keep statistic values together and tighten baseline alignment */
.about-stats li>div{min-width:0}
.about-stats strong{white-space:nowrap;font-variant-numeric:tabular-nums}

/* Solution: slightly rebalance copy and visual, and clean the carousel control */
.solution-control button{appearance:none;-webkit-appearance:none;box-shadow:none;padding:0}
.solution-control button:focus{outline:1px dotted #777;outline-offset:3px}

/* Latest News: WordPress post image + aligned content */
.news-card__image{display:block;position:relative;overflow:hidden;background:#f3f3f3}
.news-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.news-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f6f6f6,#ededed)}
.news-card:hover .news-card__image img{transform:scale(1.035)}
.news-card__body{min-width:0}
.news-card h3 a{transition:color .2s ease}
.news-card h3 a:hover{color:var(--orange)}

@media (min-width:1025px){
  /* About */
  .about-stats li>div{white-space:nowrap}
  .about-stats strong{display:inline-block;min-width:max-content}

  /* Solution */
  .solution-copy{width:41.5%}
  .solution-visual{width:63.5%}
  .solution-control{top:61%}
  .solution-control button{width:22px;height:32px}
  .solution-control button:after{inset:7px 4px;border-width:2px}

  /* Company Advantage */
  .company-right strong{font-variant-numeric:tabular-nums;white-space:nowrap}

  /* Latest News with featured image */
  .index-news .container{padding-top:95px;padding-bottom:82px}
  .news-grid{gap:42px;margin-top:55px;align-items:stretch}
  .news-card{height:100%}
  .news-card__image{display:block!important;aspect-ratio:16/9;margin-bottom:17px}
  .news-card__body{display:flex;flex-direction:column;flex:1;align-items:stretch}
  .news-card__date{margin:0 auto 9px}
  .news-card time{font-size:12px}
  .news-card h3{font-size:22px;line-height:1.25;min-height:56px}
  .news-card p{font-size:14px;line-height:1.75;min-height:100px;margin:10px 0 22px}
  .news-card__more{font-size:15px;margin:auto auto 0}

  /* Inquiry: a little closer to original spacing */
  .index-inquiry{padding:83px 0 86px}
  .index-inquiry p{margin:27px auto 30px}
}

@media (min-width:1025px) and (max-width:1500px){
  .solution-copy{width:42%}
  .solution-visual{width:62.5%}
  .news-card h3{font-size:18px;min-height:48px}
  .news-card p{font-size:13px;line-height:1.7;min-height:92px}
}

@media (max-width:1024px){
  .news-card__image{display:block!important;aspect-ratio:16/9;margin-bottom:14px}
}

@media (max-width:767px){
  .about-stats strong{white-space:nowrap}
  .news-card__image{display:block!important;aspect-ratio:16/9;margin-bottom:12px}
  .news-card time{margin:0}
}


/* =========================================================
   v0.6 homepage locked refinements
   Header, Hero, core product grid and Footer remain unchanged.
========================================================= */

/* Hero description strip: original desktop typography and centered two-line measure */
@media (min-width:1025px){
  .intro-strip{position:relative;padding:24px 20px 26px;background:#fff;text-align:center}
  .intro-strip p{width:100%;max-width:876px;margin:0 auto;color:#333;font-family:Poppins,Arial,sans-serif;font-size:18px;font-weight:300;line-height:28px;text-align:center}
  .intro-strip:after{content:"";position:absolute;left:50%;bottom:-27px;transform:translateX(-50%);width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-top:27px solid #fff;z-index:2}
}

/* Latest Products tabs: 60% total width, natural label widths, transparent inactive state */
@media (min-width:1025px){
  .latest-products .product-tabs{width:60%;max-width:none;height:46px;margin:31px auto 56px;padding:0;display:flex;align-items:center;justify-content:space-between;gap:0;list-style:none}
  .latest-products .product-tab,
  .latest-products .product-tab:hover,
  .latest-products .product-tab:focus{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:auto;height:46px;margin:0;padding:13px 14px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#333;font-family:Poppins,Arial,sans-serif;font-size:20px;font-weight:300;line-height:20px;white-space:nowrap;cursor:pointer;transition:color .2s ease,background-color .2s ease}
  .latest-products .product-tab:hover{color:#ed7c1a;background:transparent}
  .latest-products .product-tab.is-active,
  .latest-products .product-tab.is-active:hover,
  .latest-products .product-tab.is-active:focus{background:#ed7c1a;color:#fff;font-weight:300;border:0;border-radius:0;box-shadow:none}
}
@media (min-width:768px) and (max-width:1200px){
  .latest-products .product-tabs{width:80%}
  .latest-products .product-tab,
  .latest-products .product-tab:hover,
  .latest-products .product-tab:focus{font-size:17px;padding:12px 10px}
}
@media (max-width:767px){
  .latest-products .product-tabs{width:100%;height:auto;margin:24px 0 32px;padding:0 0 5px;justify-content:flex-start;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .latest-products .product-tabs::-webkit-scrollbar{display:none}
  .latest-products .product-tab,
  .latest-products .product-tab:hover,
  .latest-products .product-tab:focus{height:40px;padding:10px 13px;font-size:14px;line-height:20px;flex-shrink:0;background:transparent;color:#333}
  .latest-products .product-tab.is-active,
  .latest-products .product-tab.is-active:hover,
  .latest-products .product-tab.is-active:focus{background:#ed7c1a;color:#fff}
}

/* About Us: original copy width and statistics proportions */
@media (min-width:1025px){
  .index-about__intro{width:100%;max-width:957px;margin:0 auto;color:#333;font-family:Poppins,Arial,sans-serif;font-size:16px;font-weight:400;line-height:22px;text-align:center}
  .about-stats{width:643.5px;max-width:calc(100% - 30px);min-height:67px;margin:36px auto 33px;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:0;list-style:none}
  .about-stats li{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;color:#333}
  .about-stats li>div{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}
  .about-stats img{width:auto;height:36px;max-height:36px;margin:0;flex:0 0 auto}
  .about-stats strong{display:inline-block;min-width:max-content;color:#333;font-family:Poppins,Arial,sans-serif;font-size:36px;font-weight:300;line-height:40px;padding:0;white-space:nowrap;font-variant-numeric:tabular-nums}
  .about-stats .factory-area{white-space:nowrap}
  .about-stats li>span{display:block;margin-top:1px;color:#555;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:18px;white-space:nowrap;text-align:center}
}

/* Solution: replace duplicate slider controls with a single About Us CTA */
.solution-about-btn{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:42px;padding:0 22px;margin-top:22px;background:#ed7c1a;border:1px solid #ed7c1a;border-radius:0;color:#fff;font-family:Poppins,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;text-decoration:none;transition:background-color .2s ease,color .2s ease}
.solution-about-btn:hover,.solution-about-btn:focus{background:#fff;color:#ed7c1a;text-decoration:none}
@media (min-width:1025px){
  .solution-about-btn{position:absolute;left:3.03%;top:59.5%;margin:0;z-index:3}
}
@media (max-width:1024px){
  .solution-about-btn{position:static;margin:6px 0 25px}
}

/* Latest News: exactly one 433px x 3px underline */
.index-news .index-title--left{position:relative;display:inline-block;margin:0;padding:0 0 14px;text-align:left}
.index-news .index-title--left:before{content:none!important;display:none!important}
.index-news .index-title--left:after{content:""!important;display:block!important;position:absolute;left:0;bottom:0;width:433px!important;max-width:100%;height:3px!important;margin:0!important;background:#333!important;transform:none!important}

/* Floating contact: force WeChat and Top to use the same orange treatment */
.floating-contact>a,
.floating-contact>button,
.floating-contact>a:hover,
.floating-contact>button:hover,
.floating-contact>a:focus,
.floating-contact>button:focus,
.floating-contact>a:active,
.floating-contact>button:active{background:var(--orange2)!important;color:#fff!important;border:0!important;border-radius:31px 0 0 31px!important;box-shadow:none!important}
.floating-contact>a:hover,
.floating-contact>button:hover{background:#e96f10!important}
.floating-contact b{background:#fff!important;color:var(--orange2)!important}
.floating-contact b svg{fill:currentColor!important}
.wechat-float,.back-top{background:var(--orange2)!important}

/* =========================================================
   v0.7 original-site precision refinements
========================================================= */

/* Hero copy strip: 172px total desktop height = 56 + 56 + 60 */
@media (min-width:1025px){
  .intro-strip{
    position:relative;
    width:100%;
    min-height:172px;
    padding:56px 0 60px;
    background:#fff;
    text-align:center;
    box-sizing:border-box;
  }
  .intro-strip .container{width:100%;max-width:none;margin:0;padding:0 20px}
  .intro-strip p{
    width:100%;
    max-width:876px;
    margin:0 auto;
    color:#333;
    font-family:Poppins,Arial,sans-serif;
    font-size:18px;
    font-weight:300;
    line-height:28px;
    text-align:center;
  }
  .intro-strip:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-28px;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:34px solid transparent;
    border-right:34px solid transparent;
    border-top:28px solid #fff;
    z-index:2;
  }
}

/* Latest Products categories: exact original desktop treatment */
@media (min-width:1201px){
  .latest-products .product-tabs{
    width:60%;
    max-width:none;
    height:46px;
    margin:31px auto 56px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0;
  }
  .latest-products .product-tab,
  .latest-products .product-tab:hover,
  .latest-products .product-tab:focus{
    appearance:none;
    -webkit-appearance:none;
    flex:0 0 auto;
    width:auto;
    height:46px;
    margin:0;
    padding:13px 14px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    color:#333;
    font-family:Poppins,Arial,sans-serif;
    font-size:20px;
    font-weight:300;
    line-height:20px;
    white-space:nowrap;
  }
  .latest-products .product-tab:hover{color:#ed7c1a;background:transparent}
  .latest-products .product-tab.is-active,
  .latest-products .product-tab.is-active:hover,
  .latest-products .product-tab.is-active:focus{background:#ed7c1a;color:#fff}
}

/* About Us original text measure and stats sizing */
@media (min-width:1025px){
  .index-about__intro{
    width:100%;
    max-width:957px;
    margin:0 auto;
    color:#333;
    font-family:Poppins,Arial,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    text-align:center;
  }
  .about-stats{
    width:643.5px;
    max-width:calc(100% - 30px);
    min-height:67px;
    margin:36px auto 33px;
    padding:0;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:0;
  }
  .about-stats li{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
  .about-stats li>div{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}
  .about-stats img{width:auto;height:36px;max-height:36px;flex:0 0 auto}
  .about-stats strong{
    display:inline-block;
    min-width:max-content;
    color:#333;
    font-family:Poppins,Arial,sans-serif;
    font-size:36px;
    font-weight:300;
    line-height:40px;
    white-space:nowrap;
    font-variant-numeric:tabular-nums;
  }
  .about-stats li>span{
    margin-top:1px;
    color:#555;
    font:400 14px/18px Arial,Helvetica,sans-serif;
    white-space:nowrap;
  }
}

/* Solution: one 1650px coordinate system, no nested re-centering */
@media (min-width:1025px){
  .index-solution.container{
    position:relative;
    width:min(1650px,100%);
    max-width:1650px;
    margin:0 auto 105px;
    padding:0 95px 0 58px;
  }
  .index-solution>.index-title{
    position:absolute;
    left:58px;
    top:52px;
    z-index:3;
    margin:0;
    text-align:left;
  }
  .index-solution>.index-title:after{margin-left:0}
  .solution-stage{position:relative;min-height:610px;width:100%}
  .solution-copy{
    position:absolute;
    left:0;
    top:145px;
    width:620px;
    max-width:42%;
    margin:0;
    padding:0;
    color:#333;
    font-family:Poppins,Arial,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:28px;
    text-align:left;
  }
  .solution-copy p{margin:0 0 18px}
  .solution-visual{
    margin-left:auto;
    width:66%;
    min-height:610px;
  }
  .solution-about-btn{
    position:absolute;
    left:46px;
    top:395px;
    margin:0;
    z-index:3;
  }
}

/* Latest News: one and only one original-style line */
.index-news .index-title--left{position:relative;display:inline-block;margin:0;padding:0 0 14px;text-align:left}
.index-news .index-title--left:before{content:none!important;display:none!important}
.index-news .index-title--left:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:433px!important;
  max-width:100%!important;
  height:3px!important;
  margin:0!important;
  background:#333!important;
  transform:none!important;
}

/* Floating contact: all five controls use identical orange styling */
.floating-contact>a,
.floating-contact>button,
.floating-contact>a:hover,
.floating-contact>button:hover,
.floating-contact>a:focus,
.floating-contact>button:focus,
.floating-contact>a:active,
.floating-contact>button:active{
  background:var(--orange2)!important;
  color:#fff!important;
  border:0!important;
  border-radius:31px 0 0 31px!important;
  box-shadow:none!important;
}
.floating-contact>a:hover,.floating-contact>button:hover{background:#e96f10!important}
.floating-contact b{background:#fff!important;color:var(--orange2)!important}
.floating-contact b svg{fill:currentColor!important}
.wechat-float,.back-top{background:var(--orange2)!important}

/* Responsive continuity for the refined areas */
@media (min-width:768px) and (max-width:1200px){
  .latest-products .product-tabs{width:80%}
  .latest-products .product-tab{font-size:17px;padding:12px 10px}
}
@media (max-width:767px){
  .intro-strip{min-height:0;padding:28px 20px 32px}
  .intro-strip .container{width:100%;padding:0}
  .intro-strip p{width:100%;max-width:100%;font-size:13px;line-height:21px}
  .intro-strip:after{bottom:-18px;border-left-width:22px;border-right-width:22px;border-top-width:18px}

  .latest-products .product-tabs{width:100%;height:auto;margin:24px 0 32px;padding-bottom:5px;justify-content:flex-start;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .latest-products .product-tabs::-webkit-scrollbar{display:none}
  .latest-products .product-tab{height:40px;padding:10px 13px;font-size:14px;line-height:20px;flex-shrink:0;white-space:nowrap}

  .index-about__intro{max-width:100%;padding:0 20px;font-size:14px;line-height:21px}
  .about-stats{width:100%;margin:28px auto 25px;padding:0 15px;gap:12px}
  .about-stats strong{font-size:26px;line-height:32px}
  .about-stats img{width:auto;height:27px;max-height:27px}
  .about-stats li>span{font-size:11px;line-height:15px;white-space:normal}
}

/* =========================================================
   v1.0 Products system
   Header / hero / footer intentionally untouched.
========================================================= */

/* Homepage Latest Products real pagination */
.home-product-page{display:none}
.home-product-page.is-active{display:block}
.product-progress{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:38px}
.product-progress button{appearance:none;border:0;width:40px;height:6px;padding:0;border-radius:4px;background:#d6d6d6;cursor:pointer;transition:width .2s ease,background-color .2s ease}
.product-progress button.is-active{width:84px;background:#333}

/* Product archive/category banner */
.product-page-banner{position:relative;width:100%;aspect-ratio:1920/450;max-height:450px;min-height:260px;overflow:hidden;background:#ddd}
.product-page-banner>img{width:100%;height:100%;object-fit:cover}
.product-page-banner__shade{position:absolute;inset:0;background:rgba(0,0,0,.18)}
.product-page-banner h1{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:2;width:calc(100% - 40px);margin:0;color:#fff;font:600 clamp(34px,2.7vw,52px)/1.2 Poppins,Arial,sans-serif;text-align:center}

/* Shared product page layout */
.product-page-shell,.single-product-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:65px;align-items:start}
.product-page-shell{padding-top:24px;padding-bottom:80px}
.products-main{min-width:0}
.products-main .breadcrumb{margin:0 0 38px}
.term-description{margin:0 0 35px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}

/* Shared sidebar */
.product-sidebar{min-width:0;background:#fff}
.product-sidebar h2{margin:0;padding:12px 18px;background:var(--orange);color:#fff;font-size:18px;font-weight:400;line-height:1.2}
.product-sidebar ul.product-sidebar__cats{list-style:none;margin:0;padding:0}
.product-sidebar__cats li{position:relative;border-bottom:1px solid #ddd}
.product-sidebar__cats li:before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;background:#ddd;transform:translateY(-50%)}
.product-sidebar__cats a{display:block;padding:8px 8px 8px 15px;color:#333;font:400 14px/1.4 Arial,Helvetica,sans-serif}
.product-sidebar__cats .current>a,.product-sidebar__cats a:hover{color:var(--orange)}

.sidebar-recommended{margin-top:55px}
.sidebar-recommended__arrow{appearance:none;display:flex!important;align-items:center;justify-content:center;width:100%;height:42px;margin:0;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;cursor:pointer;color:#e7e7e7}
.sidebar-recommended__arrow span{display:block;width:32px;height:32px;position:relative}
.sidebar-recommended__arrow span:before,.sidebar-recommended__arrow span:after{content:"";position:absolute;top:15px;width:22px;height:4px;background:currentColor}
.sidebar-recommended__arrow--prev span:before{left:-1px;transform:rotate(-30deg);transform-origin:right center}.sidebar-recommended__arrow--prev span:after{right:-1px;transform:rotate(30deg);transform-origin:left center}
.sidebar-recommended__arrow--next span:before{left:-1px;transform:rotate(30deg);transform-origin:right center}.sidebar-recommended__arrow--next span:after{right:-1px;transform:rotate(-30deg);transform-origin:left center}
.sidebar-recommended__arrow:hover{color:#d3d3d3}
.sidebar-recommended__viewport{height:364px;overflow:hidden;margin:4px 0}
.sidebar-recommended__track{display:flex;flex-direction:column;gap:28px;transition:transform .35s ease}
.sidebar-recommended__item{display:grid!important;grid-template-columns:70px minmax(0,1fr);gap:14px;align-items:center;padding:0!important;color:#444!important;text-decoration:none!important}
.sidebar-recommended__item img,.sidebar-recommended__placeholder{width:70px;height:70px;object-fit:cover;background:#f4f4f4}
.sidebar-recommended__item>span:last-child{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font:400 14px/1.45 Arial,Helvetica,sans-serif;color:#444}
.sidebar-recommended__item:hover>span:last-child{color:var(--orange)}

/* Archive/category pagination centered in product column */
.products-main .pagination,.products-main .navigation.pagination{width:100%;margin:55px 0 30px;display:flex;justify-content:center}
.products-main .pagination .nav-links,.products-main .navigation.pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px}
.products-main .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:42px;padding:0 12px;border:1px solid #ddd;background:#fff;color:#333}
.products-main .page-numbers.current{border-color:var(--orange);background:var(--orange);color:#fff}
.products-main a.page-numbers:hover{border-color:var(--orange);color:var(--orange)}

/* Single product */
.single-product-page{padding-top:24px;padding-bottom:80px}
.single-product-page>.breadcrumb{margin:0 0 34px}
.single-product-main{min-width:0}
.single-product-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:58px;align-items:start}
.product-gallery{min-width:0}
.product-gallery__main{appearance:none;display:block;width:100%;aspect-ratio:1/1;margin:0;padding:0;border:0;background:#f7f7f7;cursor:zoom-in;overflow:hidden}
.product-gallery__main img{width:100%;height:100%;object-fit:contain}
.product-gallery__thumbrow{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:14px;align-items:center;margin-top:28px}
.product-gallery__thumbviewport{overflow:hidden}
.product-gallery__thumbtrack{display:flex;gap:14px;transition:transform .3s ease}
.product-gallery__thumb{appearance:none;flex:0 0 calc((100% - 28px)/3);aspect-ratio:1/1;margin:0;padding:0;border:1px solid #aaa;background:#fff;cursor:pointer;overflow:hidden}
.product-gallery__thumb.is-active{border:2px solid var(--orange)}
.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.product-gallery__nav{appearance:none;position:relative;width:36px;height:70px;margin:0;padding:0;border:0;background:transparent;cursor:pointer}
.product-gallery__nav:before{content:"";position:absolute;left:50%;top:50%;width:13px;height:13px;border-top:3px solid #aaa;border-right:3px solid #aaa}
.product-gallery__nav--prev:before{transform:translate(-35%,-50%) rotate(-135deg)}
.product-gallery__nav--next:before{transform:translate(-65%,-50%) rotate(45deg)}
.single-product-summary h1{margin:42px 0 8px;font-size:34px;line-height:1.12;font-weight:700;color:#444}
.short-description{color:#222;font-size:16px;line-height:1.65}
.short-description>:first-child{margin-top:0}.short-description>:last-child{margin-bottom:0}
.product-email-btn{display:inline-flex;align-items:center;gap:10px;margin-top:72px;padding:10px 18px;background:var(--orange);color:#fff!important;font-size:14px;font-weight:600;text-transform:uppercase}
.product-email-btn:hover{background:#d86e17}

/* Detail/tags tabs */
.product-tabs-detail{margin-top:64px;border-top:1px solid #e3e3e3}
.product-tabs-detail__nav{display:flex;gap:0;border-bottom:1px solid #ddd}
.product-tabs-detail__nav button{appearance:none;margin:0;padding:14px 26px;border:0;border-bottom:3px solid transparent;background:transparent;color:#333;font:400 17px/1.2 Poppins,Arial,sans-serif;cursor:pointer}
.product-tabs-detail__nav button.is-active{color:var(--orange);border-bottom-color:var(--orange)}
.product-tabs-detail__panel{display:none;padding:34px 0 10px}
.product-tabs-detail__panel.is-active{display:block}
.product-tabs-detail__panel img{height:auto}
.product-tags-list{display:flex;flex-wrap:wrap;gap:10px}
.product-tags-list a{display:inline-block;padding:8px 12px;border:1px solid #ddd;color:#444;font-size:14px}
.product-tags-list a:hover{border-color:var(--orange);color:var(--orange)}
.product-post-navigation{margin-top:42px;padding-top:20px;border-top:1px solid #ddd;font:400 14px/1.65 Arial,Helvetica,sans-serif}
.product-post-navigation div+div{margin-top:2px}
.product-post-navigation strong{font-weight:700;color:#555}.product-post-navigation a{color:#1155ee}.product-post-navigation a:hover{text-decoration:underline}

/* Product lightbox */
.product-lightbox[hidden]{display:none!important}
.product-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:50px;background:rgba(0,0,0,.88)}
.product-lightbox__image{max-width:min(1200px,86vw);max-height:86vh;object-fit:contain}
.product-lightbox__close,.product-lightbox__prev,.product-lightbox__next{appearance:none;position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}
.product-lightbox__close{right:24px;top:18px;width:48px;height:48px;font-size:38px;line-height:40px}
.product-lightbox__prev,.product-lightbox__next{top:50%;transform:translateY(-50%);width:54px;height:72px;font-size:52px;line-height:60px}
.product-lightbox__prev{left:24px}.product-lightbox__next{right:24px}

@media(max-width:1024px){
  .product-page-shell,.single-product-layout{grid-template-columns:210px minmax(0,1fr);gap:35px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .single-product-hero{grid-template-columns:1fr;gap:30px}.single-product-summary h1{margin-top:0}.product-email-btn{margin-top:35px}
}
@media(max-width:767px){
  .product-page-banner{aspect-ratio:16/6;min-height:180px}.product-page-banner h1{font-size:30px}
  .product-page-shell,.single-product-layout{display:block}.product-sidebar{margin-bottom:28px}.product-sidebar ul.product-sidebar__cats{display:flex;gap:8px;overflow-x:auto;padding:12px 0 3px}.product-sidebar__cats li{flex:0 0 auto;border:1px solid #ddd}.product-sidebar__cats li:before{display:none}.product-sidebar__cats a{padding:9px 13px;white-space:nowrap}.sidebar-recommended{display:none}
  .products-main .breadcrumb,.single-product-page>.breadcrumb{font-size:13px;margin-bottom:22px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .product-gallery__thumbrow{grid-template-columns:30px minmax(0,1fr) 30px;gap:8px}.product-gallery__thumbtrack{gap:8px}.product-gallery__thumb{flex-basis:calc((100% - 16px)/3)}
  .single-product-summary h1{font-size:27px}.product-tabs-detail{margin-top:42px}.product-tabs-detail__nav button{padding:12px 15px;font-size:14px}.product-lightbox{padding:25px}.product-lightbox__prev{left:6px}.product-lightbox__next{right:6px}
}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}}

/* =========================================================
   v1.1 - Single product header spacing correction
   Keep the v0.6 header unchanged; remove page-specific gaps only.
========================================================= */
body.single-product .site-header{margin-top:0!important;padding-top:0!important}
body.single-product .site-main{margin-top:0!important;padding-top:0!important}
body.single-product .topbar{margin-top:0!important}
body.single-product .single-product-page{margin-top:0!important}

/* v1.1 - Stable recommended-product arrows: one clean chevron only */
.sidebar-recommended__arrow span{width:34px!important;height:22px!important;position:relative!important}
.sidebar-recommended__arrow span:before{content:""!important;position:absolute!important;left:50%!important;top:50%!important;width:18px!important;height:18px!important;background:transparent!important;border:0!important;border-top:4px solid currentColor!important;border-left:4px solid currentColor!important;transform-origin:center!important}
.sidebar-recommended__arrow span:after{content:none!important;display:none!important}
.sidebar-recommended__arrow--prev span:before{transform:translate(-50%,-15%) rotate(45deg)!important}
.sidebar-recommended__arrow--next span:before{transform:translate(-50%,-85%) rotate(225deg)!important}
.sidebar-recommended__viewport{position:relative;z-index:1}
.sidebar-recommended__arrow{position:relative;z-index:2;flex:0 0 42px}

/* =========================================================
   v1.1 - News archive / category pages
========================================================= */
.news-page-banner{position:relative;width:100%;aspect-ratio:1920/335;min-height:270px;max-height:335px;overflow:hidden;background:#ddd}
.news-page-banner>img{width:100%;height:100%;object-fit:cover}
.news-page-banner__shade{position:absolute;inset:0;background:rgba(0,0,0,.20)}
.news-page-banner h1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;margin:0;width:calc(100% - 40px);color:#fff;font:600 52px/1.2 Poppins,Arial,sans-serif;text-align:center}
.news-page-shell{padding-top:0;padding-bottom:80px}
.news-breadcrumb{padding:0;margin:0 0 36px;color:#222;font-size:18px;line-height:1.5}
.news-breadcrumb a:hover{color:var(--orange)}
.news-page-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:65px;align-items:start}
.news-sidebar{min-width:0;background:#fff}
.news-sidebar h2{margin:0;padding:12px 18px;background:var(--orange);color:#fff;font-size:18px;line-height:1.2;font-weight:400}
.news-sidebar ul{list-style:none;margin:0;padding:0}
.news-sidebar li{position:relative;border-bottom:1px solid #ddd}
.news-sidebar li:before{content:"";position:absolute;left:0;top:50%;width:4px;height:4px;background:#ddd;transform:translateY(-50%)}
.news-sidebar a{display:block;padding:8px 8px 8px 15px;color:#333;font:400 14px/1.4 Arial,Helvetica,sans-serif}
.news-sidebar li.current>a,.news-sidebar a:hover{color:var(--orange)}
.news-list-main{min-width:0}
.news-archive-list{border-top:1px solid transparent}
.news-archive-item{display:block;position:relative;min-height:212px;padding:34px 20px 28px;border-bottom:1px solid #cfcfcf;background:#fff}
.news-archive-item:nth-child(odd){background:#f8f8f8}
.news-archive-item.has-image{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:start}
.news-archive-item__image{display:block;width:180px;height:104px;overflow:hidden;border:1px solid #ddd;background:#f4f4f4}
.news-archive-item__image img{width:100%;height:100%;object-fit:cover}
.news-archive-item__body{min-width:0;display:flex;flex-direction:column;min-height:150px}
.news-archive-item h2{margin:0 0 4px;color:#222;font:400 19px/1.35 Arial,Helvetica,sans-serif}
.news-archive-item h2 a:hover{color:var(--orange)}
.news-archive-item__meta{margin-bottom:8px;color:#111;font:400 14px/1.4 Arial,Helvetica,sans-serif}
.news-archive-item__excerpt{color:#111;font:400 14px/1.45 Arial,Helvetica,sans-serif}
.news-archive-item__more-wrap{margin-top:auto;padding-top:18px;text-align:right}
.news-archive-item__more{display:inline-block;min-width:100px;padding:0 10px 5px;border-bottom:2px solid var(--orange);color:var(--orange);font:400 13px/1.2 Arial,Helvetica,sans-serif;text-align:center}
.news-archive-item__more:hover{color:#d96e16;border-color:#d96e16}
.news-pagination{margin-top:42px;text-align:center}
.news-pagination ul,.news-pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.news-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:40px;padding:0 12px;border:1px solid #ddd;background:#fff;color:#333}
.news-pagination .page-numbers.current{background:var(--orange);border-color:var(--orange);color:#fff}
.news-pagination a.page-numbers:hover{border-color:var(--orange);color:var(--orange)}

@media(max-width:1024px){
  .news-page-layout{grid-template-columns:210px minmax(0,1fr);gap:35px}
  .news-archive-item.has-image{grid-template-columns:150px minmax(0,1fr);gap:18px}
  .news-archive-item__image{width:150px;height:92px}
}
@media(max-width:767px){
  .news-page-banner{aspect-ratio:16/6;min-height:180px}.news-page-banner h1{font-size:30px}
  .news-page-shell{padding-bottom:55px}.news-breadcrumb{margin-bottom:24px;font-size:14px}
  .news-page-layout{display:block}.news-sidebar{margin-bottom:28px}
  .news-sidebar ul{display:flex;gap:8px;overflow-x:auto;padding:12px 0 3px}.news-sidebar li{flex:0 0 auto;border:1px solid #ddd}.news-sidebar li:before{display:none}.news-sidebar a{padding:9px 13px;white-space:nowrap}
  .news-archive-item,.news-archive-item.has-image{display:block;min-height:0;padding:24px 14px 22px}
  .news-archive-item__image{width:100%;height:auto;aspect-ratio:16/9;margin-bottom:18px}.news-archive-item h2{font-size:18px}.news-archive-item__more-wrap{text-align:left}
}


/* =========================================================
   v1.2 - Product single: remove body-class collision spacing
   v1.0 inherited `.single-product{padding-top:55px}` which matched
   WordPress' BODY class and pushed the whole header down.
========================================================= */
body.single-product{padding-top:0!important;padding-bottom:0!important}
body.single-product .site-header{margin-top:0!important;padding-top:0!important}
body.single-product .site-main{margin-top:0!important;padding-top:0!important}

/* v1.2 - Recommended products arrows: one chevron, no crossing bars */
.sidebar-recommended__arrow{
  position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;
  width:100%!important;height:42px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;
  color:#e7e7e7!important;box-shadow:none!important;line-height:1!important;
}
.sidebar-recommended__arrow span{
  display:block!important;width:28px!important;height:18px!important;position:relative!important;
}
.sidebar-recommended__arrow span:before{
  content:""!important;position:absolute!important;left:50%!important;top:50%!important;
  width:17px!important;height:17px!important;background:transparent!important;
  border:0!important;border-top:4px solid currentColor!important;border-left:4px solid currentColor!important;
  transform-origin:center!important;
}
.sidebar-recommended__arrow span:after{content:none!important;display:none!important}
.sidebar-recommended__arrow--prev span:before{transform:translate(-50%,-30%) rotate(45deg)!important}
.sidebar-recommended__arrow--next span:before{transform:translate(-50%,-70%) rotate(225deg)!important}
.sidebar-recommended__viewport{position:relative!important;z-index:1!important;margin:4px 0!important}

/* =========================================================
   v1.2 - News single page, same sidebar system as News archive
========================================================= */
.news-single-main{min-width:0}
.news-single-article{color:#222}
.news-single-article h1,.news-single-title{margin:0 0 12px;font:500 30px/1.35 Poppins,Arial,sans-serif;color:#292929;text-align:left}
.news-single-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;color:#777;font:400 14px/1.5 Poppins,Arial,sans-serif}
.news-single-meta-separator{color:#bbb}
.news-single-tags-label{color:#777}
.news-single-tags a{color:var(--orange);text-decoration:none}
.news-single-tags a:hover{text-decoration:underline}
.news-single-tag-separator{color:#999}
.news-single-featured{margin:0 0 28px}
.news-single-featured img{width:100%;height:auto;object-fit:cover}
.news-single-content{font:400 16px/1.8 Poppins,Arial,sans-serif;color:#333}
.news-single-content img{height:auto;max-width:100%}
.news-single-content p{margin:0 0 1.35em}
.news-post-navigation{margin-top:42px;padding-top:18px;border-top:1px solid #ddd;font:400 14px/1.8 Arial,Helvetica,sans-serif}
.news-post-navigation>div{margin:3px 0}
.news-post-navigation strong{font-weight:700;color:#555}
.news-post-navigation a{color:#06f;text-decoration:none}
.news-post-navigation a:hover{color:var(--orange)}
@media(max-width:767px){
  .news-single-article h1,.news-single-title{font-size:24px;line-height:1.4}
  .news-single-content{font-size:14px;line-height:1.75}
  .news-post-navigation{font-size:13px}
}

/* =========================================================
   v1.3 - Shared inner-page banner
   Used by Products, product categories, News archive/single,
   About Us and future inner pages.
========================================================= */
.inner-page-banner{position:relative;width:100%;aspect-ratio:1920/335;min-height:260px;max-height:335px;overflow:hidden;background:#ddd}
.inner-page-banner>img{display:block;width:100%;height:100%;object-fit:cover}
.inner-page-banner__shade{position:absolute;inset:0;background:rgba(0,0,0,.18)}
.inner-page-banner h1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:calc(100% - 40px);margin:0;color:#fff;font:600 52px/1.2 Poppins,Arial,sans-serif;text-align:center}
/* Legacy banner classes are no longer emitted by v1.3 templates. */
@media(max-width:767px){.inner-page-banner{aspect-ratio:16/6;min-height:180px}.inner-page-banner h1{font-size:30px}}

/* =========================================================
   v1.3 - About Us page, rebuilt from the original site source
========================================================= */
.about-page{color:#333;background:#fff}
.about-breadcrumb{padding-top:22px;padding-bottom:22px;font:400 16px/1.5 Poppins,Arial,sans-serif}
.about-breadcrumb a:hover{color:var(--orange)}
.about-intro{display:grid;grid-template-columns:52.85% 47.15%;align-items:center;padding-top:34px;padding-bottom:64px}
.about-intro__copy{padding:20px 66px 20px 0}
.about-kicker{display:flex;align-items:center;gap:18px;margin-bottom:20px;color:#333;font:400 28px/1.2 Poppins,Arial,sans-serif}
.about-kicker span{display:block;width:62px;height:3px;background:var(--orange)}
.about-intro__copy h2{margin:0 0 25px;color:#333;font:400 30px/1.42 Poppins,Arial,sans-serif}
.about-intro__copy h2 em{font-style:normal;color:var(--orange);font-size:35px}
.about-intro__copy p{margin:0 0 16px;color:#333;font:400 15px/1.75 Poppins,Arial,sans-serif}
.about-intro__image{margin:0;overflow:hidden}
.about-intro__image img{display:block;width:100%;height:auto}
.about-statement{padding:58px 0 62px;background:#f5f5f5;text-align:center}
.about-statement p{max-width:1420px;margin:0 auto 8px;color:#333;font:300 22px/1.55 Poppins,Arial,sans-serif}
.about-contact-btn{display:inline-flex;align-items:center;justify-content:center;min-width:175px;height:46px;margin-top:28px;padding:0 24px;background:var(--orange);color:#fff!important;font:500 15px/1 Poppins,Arial,sans-serif;text-decoration:none;transition:.2s ease}
.about-contact-btn:hover{background:#d96e16}
.about-section{padding-top:66px;padding-bottom:66px}
.about-section-title{margin:0 0 38px;color:#333;font:400 38px/1.2 Poppins,Arial,sans-serif;text-align:center}
.about-section-title:after{content:"";display:block;width:85px;height:3px;margin:12px auto 0;background:var(--orange)}
.about-section-lead{max-width:1000px;margin:-18px auto 38px;text-align:center;color:#555;font:400 16px/1.65 Poppins,Arial,sans-serif}
.about-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}
.about-service-card{text-align:center;padding:10px 18px}
.about-service-card .about-icon{position:relative;width:68px;height:68px;margin:0 auto 20px;border:2px solid var(--orange);border-radius:50%}
.about-service-card .about-icon:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--orange);font:600 24px/1 Poppins,Arial,sans-serif}
.about-icon--book:before{content:"P"}.about-icon--home:before{content:"OEM";font-size:14px!important}.about-icon--globe:before{content:"100+";font-size:14px!important}.about-icon--ship:before{content:"48H";font-size:14px!important}
.about-service-card h3{min-height:52px;margin:0 0 12px;color:#333;font:600 15px/1.45 Poppins,Arial,sans-serif}
.about-service-card p{margin:0;color:#666;font:400 14px/1.6 Poppins,Arial,sans-serif}
.about-customize{background:#f6f6f6}
.about-process-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:start}
.about-process-step{position:relative;text-align:center}
.about-process-step:not(:last-child):after{content:"";position:absolute;left:70%;top:32px;width:60%;height:1px;background:#ccc}
.about-process-step span{position:relative;z-index:1;display:flex;width:64px;height:64px;margin:0 auto 17px;align-items:center;justify-content:center;border:2px solid var(--orange);border-radius:50%;background:#fff;color:var(--orange);font:500 22px/1 Poppins,Arial,sans-serif}
.about-process-step strong{display:block;color:#333;font:600 13px/1.45 Poppins,Arial,sans-serif}
.about-certificate-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:14px;align-items:start}
.about-certificate-grid a{display:block;border:1px solid #e1e1e1;background:#fff;overflow:hidden}
.about-certificate-grid img{display:block;width:100%;height:auto}
.about-partners{background:#f7f7f7}
.about-partner-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px 30px}
.about-partner-grid>div{display:flex;align-items:center;justify-content:center;min-height:92px;padding:10px;background:#fff;border:1px solid #eee}
.about-partner-grid img{display:block;max-width:100%;max-height:70px;object-fit:contain}
.about-company{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:72px;padding-bottom:72px}
.about-company figure{margin:0}.about-company figure img{display:block;width:100%;height:auto}
.about-company>div{padding:30px 0 30px 70px}
.about-company h2{margin:0;color:#333;font:400 36px/1.3 Poppins,Arial,sans-serif}
.about-company-line{display:block;width:100px;height:3px;margin:22px 0 26px;background:var(--orange)}
.about-company p{margin:0;max-width:620px;color:#444;font:400 16px/1.8 Poppins,Arial,sans-serif}
.about-gallery-group{padding-top:64px;padding-bottom:70px}
.about-gallery-group--alt{background:#f7f7f7}
.about-gallery-grid{display:grid;gap:26px}
.about-gallery-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.about-gallery-grid--6{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.about-gallery-grid figure{margin:0;text-align:center}
.about-gallery-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.about-gallery-grid figcaption{padding:13px 8px 0;color:#333;font:400 15px/1.45 Poppins,Arial,sans-serif}
@media(max-width:1200px){
  .about-intro__copy{padding-right:35px}.about-intro__copy h2{font-size:26px}.about-intro__copy h2 em{font-size:30px}
  .about-certificate-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.about-gallery-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .about-intro{grid-template-columns:1fr}.about-intro__copy{padding:20px 0 35px}.about-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 20px}.about-process-step:after{display:none}
  .about-partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-company{grid-template-columns:1fr}.about-company>div{padding:35px 0 0}
  .about-gallery-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .about-breadcrumb{font-size:14px}.about-intro{padding-top:20px;padding-bottom:45px}.about-kicker{font-size:23px}.about-intro__copy h2{font-size:22px}.about-intro__copy h2 em{font-size:26px}
  .about-statement{padding:42px 0}.about-statement p{font-size:16px;line-height:1.65}.about-section{padding-top:45px;padding-bottom:45px}.about-section-title{font-size:30px;margin-bottom:32px}
  .about-services-grid{grid-template-columns:1fr;gap:26px}.about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-certificate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-company{padding-top:48px;padding-bottom:48px}.about-company h2{font-size:28px}
  .about-gallery-grid--4,.about-gallery-grid--6{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.about-gallery-grid figcaption{font-size:13px}
}
@media(max-width:430px){.about-certificate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-process-grid{grid-template-columns:1fr}.about-gallery-grid--4,.about-gallery-grid--6{grid-template-columns:1fr}}

/* =========================================================
   About Us visual alignment — v1.4
   Based on the original Greenergy About Us page screenshots.
========================================================= */
.about-page .about-section-title:after{display:none!important}
.about-page .about-section-title{margin:0 0 34px;color:#2d2d2d;font:600 32px/1.25 Poppins,Arial,sans-serif;text-align:center}

/* intro */
.about-page .about-intro{padding-top:72px;padding-bottom:86px;align-items:center}
.about-page .about-intro__copy{padding:28px 72px 28px 10px}
.about-page .about-kicker{gap:20px;margin-bottom:28px;color:#39a935;font:600 40px/1.15 Poppins,Arial,sans-serif}
.about-page .about-kicker span{width:90px;height:4px;background:var(--orange)}
.about-page .about-intro__copy h2{margin:0 0 28px;color:#252525;font:600 25px/1.75 Poppins,Arial,sans-serif}
.about-page .about-intro__copy h2 em{color:#ed7a1c;font-size:36px;font-weight:600}
.about-page .about-intro__copy p{margin:0 0 16px;color:#262626;font:400 16px/1.85 Arial,Helvetica,sans-serif}
.about-page .about-intro__image img{width:100%;height:auto;object-fit:cover}

/* orange statement band */
.about-page .about-statement{padding:69px 0 60px;background:#ef7d1a;text-align:center}
.about-page .about-statement p{max-width:1660px;margin:0 auto 22px;padding:0 40px;color:#fff;font:400 24px/1.5 Arial,Helvetica,sans-serif}
.about-page .about-statement p:last-of-type{margin-bottom:0}
.about-page .about-contact-btn{min-width:282px;height:54px;margin-top:45px;padding:0 28px;border:2px solid #fff;border-radius:28px;background:transparent;color:#fff!important;font:400 16px/1 Arial,Helvetica,sans-serif}
.about-page .about-contact-btn:hover{background:#fff;color:#ef7d1a!important}

/* service */
.about-page .about-services{padding-top:92px;padding-bottom:105px}
.about-page .about-services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.about-page .about-service-card{min-height:263px;padding:27px 28px 24px;background:#fff;box-shadow:0 8px 25px rgba(34,61,92,.10);text-align:center}
.about-page .about-service-card .about-icon{display:flex;width:56px;height:56px;margin:0 auto 20px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ef7d1a}
.about-page .about-service-card .about-icon:before{display:none!important}
.about-page .about-service-card .about-icon svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.about-page .about-service-card h3{min-height:auto;margin:0 0 14px;color:#000;font:700 18px/1.45 Arial,Helvetica,sans-serif}
.about-page .about-service-card p{margin:0;color:#222;font:400 16px/1.7 Arial,Helvetica,sans-serif}

/* customize */
.about-page .about-customize{padding-top:78px;padding-bottom:92px;background:#f6f6f6}
.about-page .about-customize .about-section-title{margin-bottom:32px}
.about-page .about-customize .about-section-lead{margin:0 auto 32px;color:#222;font:400 16px/1.6 Arial,Helvetica,sans-serif}
.about-page .about-process-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
.about-page .about-process-step{display:flex;min-height:248px;padding:35px 18px;align-items:center;justify-content:center;flex-direction:column;border-radius:18px;background:#fff;text-align:center}
.about-page .about-process-step:not(:last-child):after{display:none!important}
.about-page .about-process-icon{display:flex;width:64px;height:64px;margin:0 auto 22px;align-items:center;justify-content:center;border:0!important;border-radius:0!important;background:transparent!important;color:#6b6b6b}
.about-page .about-process-icon svg{width:58px;height:58px;fill:none;stroke:#6b6b6b;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.about-page .about-process-step strong{display:block;color:#666;font:600 17px/1.4 Arial,Helvetica,sans-serif}

/* certification */
.about-page .about-certifications{padding-top:72px;padding-bottom:82px}
.about-page .about-certifications .about-section-title{margin-bottom:26px}
.about-page .about-certification-logos{width:430px;max-width:90%;margin:0 auto 27px}
.about-page .about-certifications .about-section-lead{margin:0 auto 32px;color:#333;font:400 16px/1.6 Arial,Helvetica,sans-serif}
.about-page .about-certificate-row{display:grid;align-items:stretch;gap:18px;margin-bottom:18px}
.about-page .about-certificate-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.about-page .about-certificate-row--5{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:0}
.about-page .about-certificate-row a{display:flex;align-items:center;justify-content:center;padding:26px;background:#fff;box-shadow:0 8px 28px rgba(34,61,92,.09);overflow:hidden}
.about-page .about-certificate-row img{display:block;width:100%;height:auto;object-fit:contain}

/* partners */
.about-page .about-partners{padding-top:116px;padding-bottom:76px;background:#f7f7f7}
.about-page .about-partners .about-section-title{margin-bottom:32px}
.about-page .about-partner-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 18px}
.about-page .about-partner-grid>div{min-height:108px;padding:15px 24px;border:0;border-radius:10px;background:#fff;box-shadow:0 2px 3px rgba(0,0,0,.25)}
.about-page .about-partner-grid img{max-width:100%;max-height:74px;object-fit:contain}

@media(max-width:1200px){
  .about-page .about-intro__copy{padding-right:35px}
  .about-page .about-statement p{font-size:20px}
  .about-page .about-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page .about-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-page .about-certificate-row--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-page .about-certificate-row--5{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
  .about-page .about-intro{padding-top:38px;padding-bottom:48px}
  .about-page .about-intro__copy{padding:10px 0 32px}
  .about-page .about-kicker{font-size:30px}.about-page .about-kicker span{width:54px}
  .about-page .about-intro__copy h2{font-size:21px;line-height:1.55}.about-page .about-intro__copy h2 em{font-size:27px}
  .about-page .about-intro__copy p{font-size:14px;line-height:1.75}
  .about-page .about-statement{padding:42px 0}.about-page .about-statement p{padding:0 18px;font-size:16px;margin-bottom:16px}.about-page .about-contact-btn{min-width:220px;height:48px;margin-top:25px}
  .about-page .about-services{padding-top:54px;padding-bottom:58px}.about-page .about-services-grid{grid-template-columns:1fr;gap:18px}.about-page .about-service-card{min-height:220px}
  .about-page .about-customize{padding-top:50px;padding-bottom:55px}.about-page .about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-page .about-process-step{min-height:190px;padding:25px 12px}.about-page .about-process-step strong{font-size:13px}
  .about-page .about-certifications{padding-top:50px;padding-bottom:55px}.about-page .about-certificate-row--4,.about-page .about-certificate-row--5{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.about-page .about-certificate-row a{padding:10px}
  .about-page .about-partners{padding-top:60px;padding-bottom:55px}.about-page .about-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-page .about-partner-grid>div{min-height:88px;padding:12px}
}
@media(max-width:430px){
  .about-page .about-process-grid{grid-template-columns:1fr}
  .about-page .about-certificate-row--4,.about-page .about-certificate-row--5{grid-template-columns:1fr}
}

/* =========================================================
   v1.5 - About process icons, partner media, Service / FAQ
========================================================= */
/* Service is now the FAQ destination itself. Keep the v0.6 header layout,
   but suppress the obsolete nested FAQ submenu when a custom menu still has it. */
.site-nav .greenergy-service-menu>.sub-menu{display:none!important}

/* About Us: align the six customization icons to the original icon family. */
.about-page .about-process-icon svg{width:58px;height:58px;fill:none;stroke:#6b6b6b;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round}
.about-page .about-process-step:nth-child(2) .about-process-icon svg{width:54px;height:54px}
.about-page .about-process-step:nth-child(3) .about-process-icon svg{width:56px;height:56px}
.about-page .about-process-step:nth-child(4) .about-process-icon svg{width:62px;height:62px}
.about-page .about-process-step:nth-child(5) .about-process-icon svg{width:58px;height:58px}
.about-page .about-process-step:nth-child(6) .about-process-icon svg{width:61px;height:61px}

/* Partner logos come from the site's actual WordPress media library. */
.about-page .about-partner-grid img{width:auto;height:auto;max-width:88%;max-height:68px;object-fit:contain}

/* Service / FAQs */
.service-faq-page{background:#fff;color:#333}
.service-breadcrumb{padding-top:22px;padding-bottom:22px;font:400 16px/1.5 Poppins,Arial,sans-serif}
.service-breadcrumb a:hover{color:var(--orange)}
.faq-intro{padding-top:54px;padding-bottom:42px;text-align:center}
.faq-intro h2{margin:0 0 8px;color:#333;font:600 32px/1.25 Poppins,Arial,sans-serif}
.faq-intro h3{margin:0;color:#333;font:400 18px/1.45 Poppins,Arial,sans-serif;letter-spacing:.02em}
.faq-list{padding-bottom:88px}
.faq-item{margin:0 0 20px;border:1px solid #d6d6d6;background:#fff}
.faq-question{appearance:none;-webkit-appearance:none;display:flex;width:100%;min-height:47px;padding:10px 15px;align-items:center;justify-content:space-between;gap:25px;border:0;background:#fff;color:#555;text-align:left;cursor:pointer;font:400 18px/1.45 Arial,Helvetica,sans-serif}
.faq-question:hover{color:var(--orange)}
.faq-question i{position:relative;flex:0 0 18px;width:18px;height:18px}
.faq-question i:before,.faq-question i:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;transform:translate(-50%,-50%);background:#aaa;transition:transform .2s ease,opacity .2s ease}
.faq-question i:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item.is-open .faq-question i:after{opacity:0;transform:translate(-50%,-50%) rotate(0deg)}
.faq-answer{padding:0 15px 20px;color:#111;font:400 16px/1.65 Arial,Helvetica,sans-serif}
.faq-answer[hidden]{display:none}
.faq-answer p{margin:0}
@media(max-width:767px){
  .service-breadcrumb{font-size:14px}
  .faq-intro{padding-top:38px;padding-bottom:30px}.faq-intro h2{font-size:28px}.faq-intro h3{font-size:15px}
  .faq-list{padding-bottom:55px}.faq-item{margin-bottom:12px}.faq-question{font-size:15px;padding:11px 12px}.faq-answer{padding:0 12px 16px;font-size:14px}
}

/* ===== v1.6 simple inner pages ===== */
.simple-page { background:#fff; color:#333; }
.inner-page-breadcrumb { border-bottom:1px solid #eee; }
.inner-page-breadcrumb .layout { min-height:58px; display:flex; align-items:center; gap:10px; font-size:14px; }
.inner-page-breadcrumb a { color:#333; text-decoration:none; }
.inner-page-breadcrumb a:hover { color:#ed7c1a; }
.simple-page-content, .contact-page-inner { padding-top:62px; padding-bottom:82px; }
.simple-page-title { margin:0 0 46px; text-align:center; font-family:"Poppins",Arial,sans-serif; font-size:34px; font-weight:500; color:#333; }

.contact-columns { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:start; max-width:1400px; margin:0 auto; }
.contact-columns h3 { margin:0 0 34px; font-size:26px; font-weight:500; }
.contact-info-row { display:grid; grid-template-columns:48px 1fr; gap:20px; margin-bottom:30px; align-items:start; }
.contact-info-icon { width:44px; height:44px; border-radius:50%; background:#ed7c1a; color:#fff; display:flex; align-items:center; justify-content:center; font-size:20px; }
.contact-info-row strong { display:block; margin-bottom:7px; font-size:17px; }
.contact-info-row p { margin:0; font-size:15px; line-height:1.8; color:#555; }
.contact-info-row a { color:#555; text-decoration:none; }
.contact-info-row a:hover { color:#ed7c1a; }
.greenergy-contact-form { display:grid; gap:16px; }
.contact-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.greenergy-contact-form input, .greenergy-contact-form textarea { width:100%; box-sizing:border-box; border:1px solid #ddd; background:#fff; padding:14px 16px; font:14px/1.5 "Poppins",Arial,sans-serif; color:#333; outline:none; }
.greenergy-contact-form input:focus, .greenergy-contact-form textarea:focus { border-color:#ed7c1a; }
.greenergy-contact-form button { justify-self:start; border:0; background:#ed7c1a; color:#fff; min-width:128px; height:44px; padding:0 24px; font-weight:500; cursor:pointer; }
.greenergy-contact-form button:hover { background:#d96d13; }
.contact-notice { padding:12px 14px; margin:0 0 18px; font-size:14px; }
.contact-notice.success { background:#edf8ef; color:#276735; }
.contact-notice.error { background:#fff0f0; color:#8a2d2d; }

.download-list { max-width:1180px; margin:0 auto; }
.download-item { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:24px 28px; border:1px solid #e4e4e4; }
.download-file { display:flex; align-items:center; gap:28px; min-width:0; }
.download-file img { width:74px; height:74px; object-fit:contain; flex:0 0 auto; }
.download-name { font-size:18px; line-height:1.5; }
.download-btn { display:inline-flex; align-items:center; justify-content:center; min-width:130px; height:42px; padding:0 22px; background:#ed7c1a; color:#fff; text-decoration:none; font-size:13px; font-weight:500; }
.download-btn:hover { background:#d96d13; color:#fff; }

.video-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; max-width:1100px; margin:0 auto; }
.video-grid video { display:block; width:100%; aspect-ratio:16/9; background:#111; object-fit:contain; }

@media (max-width: 900px) {
  .contact-columns { grid-template-columns:1fr; gap:55px; }
  .video-grid { grid-template-columns:1fr; }
}
@media (max-width: 600px) {
  .simple-page-content, .contact-page-inner { padding-top:40px; padding-bottom:55px; }
  .simple-page-title { font-size:28px; margin-bottom:34px; }
  .contact-form-grid { grid-template-columns:1fr; }
  .download-item { align-items:flex-start; flex-direction:column; }
  .download-file { align-items:flex-start; }
}

/* ===== v1.6.2 direct Video / Download pages ===== */
.site-nav .greenergy-video-menu>.sub-menu{display:none!important}

.simple-breadcrumb{min-height:62px;display:flex;align-items:center;font-size:18px;color:#333}
.simple-breadcrumb a{color:#333;text-decoration:none}
.simple-breadcrumb a:hover{color:#ed7c1a}
.simple-page-section{padding:54px 0 86px}

/* Download: match the original single-row document list. */
.download-list{width:100%;max-width:none;margin:0 auto;border-bottom:1px dashed #cfcfcf;padding-bottom:74px}
.download-item{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 14px;border:0;border-bottom:1px solid #dedede;background:#fff}
.download-file{display:flex;align-items:center;gap:18px;min-width:0}
.download-pdf-icon{display:inline-flex;width:30px;height:38px;flex:0 0 30px;color:#ef2b1c}
.download-pdf-icon svg{display:block;width:100%;height:100%}
.download-name{font-size:16px;line-height:1.5;color:#555}
.download-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:auto;height:32px;padding:0 14px;border-radius:5px;background:#ed7c1a;color:#fff;text-decoration:none;font-size:13px;font-weight:400;white-space:nowrap}
.download-btn:hover{background:#d96d13;color:#fff}
.download-btn__icon{font-size:14px;line-height:1}

/* Video list: two responsive preview cards. Clicking opens the full-screen player. */
.video-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;max-width:1360px;margin:0 auto}
.video-list-card{margin:0;background:#fff}
.video-list-card h2{margin:16px 0 0;font-size:18px;font-weight:400;text-align:center;color:#333}
.video-preview{position:relative;display:block;width:100%;padding:0;border:0;background:#111;cursor:pointer;overflow:hidden;aspect-ratio:16/9}
.video-preview video{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}
.video-preview__shade{position:absolute;inset:0;background:rgba(0,0,0,.12);transition:background .2s ease}
.video-preview:hover .video-preview__shade{background:rgba(0,0,0,.22)}
.video-preview__play{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:66px;height:66px;border:2px solid #fff;border-radius:50%;background:rgba(237,124,26,.9);color:#fff;font-size:26px;line-height:1;transform:translate(-50%,-50%);padding-left:4px;box-shadow:0 3px 14px rgba(0,0,0,.2)}
.video-lightbox[hidden]{display:none!important}
.video-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:54px;background:rgba(0,0,0,.94)}
.video-lightbox__inner{width:min(1500px,94vw);max-height:92vh;display:flex;align-items:center;justify-content:center}
.video-lightbox__player{display:block;width:100%;max-height:90vh;background:#000}
.video-lightbox__close{position:absolute;right:25px;top:18px;width:44px;height:44px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer;z-index:2}

@media (max-width:900px){
  .video-list-grid{grid-template-columns:1fr;gap:28px}
  .simple-page-section{padding:40px 0 60px}
}
@media (max-width:600px){
  .simple-breadcrumb{min-height:52px;font-size:15px}
  .download-list{padding-bottom:48px}
  .download-item{align-items:flex-start;flex-direction:column;padding:20px 0}
  .download-file{align-items:flex-start}
  .download-name{font-size:15px}
  .video-lightbox{padding:18px}
  .video-preview__play{width:54px;height:54px;font-size:21px}
}

/* ===== v1.6.3 Video / Download hotfix ===== */
.simple-breadcrumb__sep{display:inline-block;margin:0 .45em;color:#777}


/* v1.6.4: one shared breadcrumb system for every inner page. */
.inner-breadcrumb{
  width:100%;
  background:#fff;
  border-bottom:1px solid #f0f0f0;
}
.inner-breadcrumb__inner{
  min-height:62px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  padding-top:14px;
  padding-bottom:14px;
  color:#222;
  font:400 18px/1.5 Poppins,Arial,sans-serif;
}
.inner-breadcrumb__inner a{color:#222;text-decoration:none;transition:color .2s ease}
.inner-breadcrumb__inner a:hover{color:var(--orange)}
.inner-breadcrumb__sep{color:#555}

/* Breadcrumb spacing now lives in the shared row, not inside individual page shells. */
.news-page-shell{padding-top:36px}
.product-page-shell{padding-top:42px}
.single-product-page{padding-top:42px}
.about-page{padding-top:0}
.service-faq-page{padding-top:0}

@media(max-width:767px){
  .inner-breadcrumb__inner{min-height:52px;padding-top:11px;padding-bottom:11px;font-size:14px;gap:7px}
  .news-page-shell{padding-top:24px}
  .product-page-shell,.single-product-page{padding-top:28px}
}

/* =========================================================
   v1.6.5 - Original Font Awesome workflow icons + news hero cap
   ========================================================= */
.about-page .about-process-icon{
  display:flex;
  width:64px;
  height:64px;
  margin:0 auto 22px;
  align-items:center;
  justify-content:center;
  color:#6b6b6b;
}
.about-page .about-process-icon .fa{
  display:block;
  color:#6b6b6b;
  font-size:48px;
  line-height:1;
  font-weight:normal;
}
.about-page .about-process-step:nth-child(1) .about-process-icon .fa{font-size:46px}
.about-page .about-process-step:nth-child(2) .about-process-icon .fa{font-size:48px}
.about-page .about-process-step:nth-child(3) .about-process-icon .fa{font-size:48px}
.about-page .about-process-step:nth-child(4) .about-process-icon .fa{font-size:48px}
.about-page .about-process-step:nth-child(5) .about-process-icon .fa{font-size:46px}
.about-page .about-process-step:nth-child(6) .about-process-icon .fa{font-size:48px}

.news-single-featured{
  margin:0 0 28px;
  width:100%;
  max-height:none;
  overflow:visible;
}
.news-single-featured img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:600px;
  margin:0 auto;
  object-fit:contain;
}
@media(max-width:767px){
  .news-single-featured img{max-height:360px}
  .news-single-meta{gap:6px;font-size:13px}
}

/* ===== v1.6.7 Contact Us polish + compact mobile header ===== */
.contact-page-inner{
  width:min(calc(100% - 80px),1650px);
  margin:0 auto;
}
.contact-columns{
  gap:64px;
  max-width:1320px;
}
.contact-info-panel,
.contact-form-panel{
  background:#fff;
  border:1px solid #ececec;
  padding:38px 40px 42px;
}
.contact-columns h3{
  margin-bottom:30px;
  font-size:24px;
  line-height:1.35;
}
.contact-info-row{
  grid-template-columns:46px 1fr;
  gap:18px;
  margin-bottom:26px;
}
.contact-info-row:last-child{margin-bottom:0}
.contact-info-icon{
  width:42px;
  height:42px;
  font-size:18px;
}
.greenergy-contact-form input,
.greenergy-contact-form textarea{
  border-color:#e1e1e1;
  border-radius:2px;
  padding:13px 15px;
}
.greenergy-contact-form textarea{
  min-height:170px;
  resize:vertical;
}
.greenergy-contact-form button{
  border-radius:2px;
  min-width:132px;
}

@media(max-width:900px){
  .contact-page-inner{
    width:min(calc(100% - 48px),1650px);
  }
  .contact-columns{
    gap:34px;
  }
}

@media(max-width:767px){
  /* Keep the mobile header compact so content starts higher on screen. */
  .nav-shell__inner{
    min-height:60px!important;
    padding:6px 0!important;
  }
  .site-header.nav-pinned{
    padding-bottom:60px!important;
  }
  .site-logo img{
    width:auto!important;
    max-width:92px!important;
    max-height:42px!important;
  }
  .menu-toggle{
    width:28px;
    gap:4px;
  }
  .search-toggle{
    width:30px;
    height:30px;
    margin-left:10px;
  }
  .site-nav{
    top:60px!important;
  }

  /* Contact page: comfortable phone gutters and compact cards. */
  .contact-page-inner{
    width:100%;
    padding:34px 20px 52px!important;
    margin:0 auto;
  }
  .contact-page .simple-page-title{
    font-size:23px;
    line-height:1.4;
    margin-bottom:28px;
    padding:0 2px;
  }
  .contact-columns{
    display:block;
    max-width:none;
  }
  .contact-info-panel,
  .contact-form-panel{
    width:100%;
    padding:24px 20px 26px;
  }
  .contact-form-panel{
    margin-top:24px;
  }
  .contact-columns h3{
    font-size:20px;
    margin-bottom:22px;
  }
  .contact-info-row{
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
    margin-bottom:22px;
  }
  .contact-info-icon{
    width:36px;
    height:36px;
    font-size:16px;
  }
  .contact-info-row strong{
    font-size:15px;
    margin-bottom:4px;
  }
  .contact-info-row p,
  .contact-info-row a{
    font-size:13px;
    line-height:1.7;
    overflow-wrap:anywhere;
  }
  .greenergy-contact-form{
    gap:12px;
  }
  .greenergy-contact-form input,
  .greenergy-contact-form textarea{
    padding:12px 13px;
    font-size:14px;
  }
  .greenergy-contact-form textarea{
    min-height:145px;
  }
  .greenergy-contact-form button{
    width:100%;
    height:42px;
  }
}

@media(max-width:380px){
  .contact-page-inner{padding-left:16px!important;padding-right:16px!important}
  .contact-info-panel,.contact-form-panel{padding-left:16px;padding-right:16px}
  .site-logo img{max-width:86px!important}
}

/* ===== v1.6.8 Contact Us visual match + product inquiry popup ===== */
.contact-page-inner{padding-top:54px;padding-bottom:78px}
.contact-page .simple-page-title{font-size:31px;font-weight:600;letter-spacing:.02em;margin-bottom:24px}
.contact-columns{max-width:1650px;gap:20px}
.contact-info-panel,.contact-form-panel{min-height:535px;border:0;box-shadow:0 8px 24px rgba(38,53,74,.08);padding:32px 30px 34px}
.contact-columns h3{font-size:21px;font-weight:700;margin-bottom:24px}
.contact-info-row{grid-template-columns:54px 1fr;gap:16px;margin-bottom:30px}
.contact-info-icon{width:56px;height:56px;font-size:24px;background:#ed7c1a}
.contact-info-row strong{font-size:18px;color:#111;margin:10px 0 26px}
.contact-info-row p{font-size:16px;line-height:1.8;color:#161616}
.contact-form-panel .greenergy-contact-form{padding-top:2px;gap:14px}
.greenergy-contact-form input,.greenergy-contact-form textarea{background:#fff;border:1px solid #e4e4e4;box-shadow:0 2px 10px rgba(0,0,0,.03)}
.greenergy-contact-form button{background:#ed7c1a;font-weight:600}

.product-email-btn{border:0;cursor:pointer;font-family:inherit}
.product-inquiry-notice{margin-top:30px;padding:12px 14px;font-size:14px;max-width:560px}
.product-inquiry-notice.success{background:#edf8ef;color:#276735}
.product-inquiry-notice.error{background:#fff0f0;color:#8a2d2d}
html.product-inquiry-modal-open,body.product-inquiry-modal-open{overflow:hidden}
.product-inquiry-modal[hidden]{display:none!important}
.product-inquiry-modal{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.58);display:flex;align-items:center;justify-content:center;padding:24px}
.product-inquiry-modal__dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;padding:38px 38px 34px;box-shadow:0 20px 70px rgba(0,0,0,.26)}
.product-inquiry-modal__close{position:absolute;right:14px;top:10px;width:38px;height:38px;border:0;background:transparent;color:#555;font-size:30px;line-height:1;cursor:pointer}
.product-inquiry-modal__dialog h2{margin:0 42px 8px 0;font-size:27px;font-weight:600;color:#292929}
.product-inquiry-modal__product{margin:0 0 24px;color:#ed7c1a;font-size:15px}
.product-inquiry-form{display:grid;gap:14px}
.product-inquiry-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.product-inquiry-form input,.product-inquiry-form textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;padding:13px 15px;font:14px/1.5 "Poppins",Arial,sans-serif;color:#333;outline:none}
.product-inquiry-form input:focus,.product-inquiry-form textarea:focus{border-color:#ed7c1a}
.product-inquiry-form textarea{resize:vertical;min-height:150px}
.product-inquiry-form button{justify-self:start;border:0;background:#ed7c1a;color:#fff;height:44px;padding:0 22px;font-weight:600;cursor:pointer}
.product-inquiry-form button:hover{background:#d96d13}

@media(max-width:767px){
  .contact-page-inner{padding-top:30px!important;padding-bottom:48px!important}
  .contact-page .simple-page-title{font-size:22px;margin-bottom:22px}
  .contact-info-panel,.contact-form-panel{min-height:0;padding:24px 18px 26px}
  .contact-info-icon{width:44px;height:44px;font-size:19px}
  .contact-info-row{grid-template-columns:44px minmax(0,1fr);gap:13px;margin-bottom:24px}
  .contact-info-row strong{font-size:16px;margin:7px 0 10px}
  .contact-info-row p{font-size:13px}
  .product-inquiry-modal{padding:14px}
  .product-inquiry-modal__dialog{padding:30px 18px 22px}
  .product-inquiry-modal__dialog h2{font-size:23px}
  .product-inquiry-form__grid{grid-template-columns:1fr}
  .product-inquiry-form button{width:100%}
}

/* =========================================================
   v1.6.9 - Search modal, Search Results, 404
   ========================================================= */
.search-modal[hidden]{display:none!important}
.search-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-start;justify-content:center;padding:13vh 28px 40px}
.search-modal__backdrop{position:absolute;inset:0;background:rgba(8,18,31,.82);backdrop-filter:blur(3px);cursor:pointer}
.search-modal__panel{position:relative;z-index:1;width:min(820px,100%);padding:62px 58px 56px;border-radius:6px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.3)}
.search-modal__close{position:absolute;right:18px;top:13px;width:42px;height:42px;border:0;background:transparent;color:#333;font:300 38px/1 Arial,sans-serif;cursor:pointer}
.search-modal__content h2{margin:0 0 30px;text-align:center;color:#292929;font:500 30px/1.35 Poppins,Arial,sans-serif}
.search-modal__form{display:flex;width:100%;border:1px solid #d6d6d6;background:#fff}
.search-modal__form input[type=search]{min-width:0;flex:1;height:58px;padding:0 20px;border:0;outline:0;background:transparent;color:#333;font:400 16px/1.4 Poppins,Arial,sans-serif}
.search-modal__form button{display:flex;align-items:center;justify-content:center;gap:9px;min-width:132px;height:58px;padding:0 20px;border:0;background:var(--orange);color:#fff;cursor:pointer;font:500 14px/1 Poppins,Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}
.search-modal__form button span{position:relative;width:17px;height:17px;border:2px solid #fff;border-radius:50%}
.search-modal__form button span:after{content:"";position:absolute;width:7px;height:2px;right:-6px;bottom:-3px;background:#fff;transform:rotate(45deg)}
html.search-modal-open,body.search-modal-open{overflow:hidden}

.search-results-page{padding:48px 0 84px;background:#fff}
.search-results-page__inner{max-width:1650px}
.search-results-head{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:36px}
.search-results-head h2{margin:0;color:#333;font:500 25px/1.45 Poppins,Arial,sans-serif}
.search-results-head h2 span{color:var(--orange)}
.search-results-form{display:flex;width:min(540px,46%);border:1px solid #ddd}
.search-results-form input{min-width:0;flex:1;height:46px;padding:0 15px;border:0;outline:0;font:400 14px Poppins,Arial,sans-serif}
.search-results-form button{border:0;background:var(--orange);color:#fff;padding:0 22px;cursor:pointer;font-weight:500}
.search-results-list{border-top:1px solid #e2e2e2}
.search-result-card{display:grid;grid-template-columns:1fr;gap:0;padding:30px 18px;border-bottom:1px solid #ddd}
.search-result-card.has-image{grid-template-columns:220px 1fr;gap:30px}
.search-result-card__image{display:block;height:150px;overflow:hidden;background:#f5f5f5}
.search-result-card__image img{width:100%;height:100%;object-fit:cover}
.search-result-card__body{min-width:0}
.search-result-card__type{margin-bottom:6px;color:var(--orange);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.search-result-card h2{margin:0 0 6px;color:#333;font:500 22px/1.45 Poppins,Arial,sans-serif}
.search-result-card h2 a:hover{color:var(--orange)}
.search-result-card time{display:block;margin-bottom:10px;color:#888;font-size:13px}
.search-result-card p{margin:0 0 13px;color:#666;font-size:14px;line-height:1.7}
.search-result-card__more{display:inline-block;color:var(--orange);font-size:13px;font-weight:500;border-bottom:2px solid var(--orange)}
.search-pagination{margin-top:44px}
.search-pagination ul{display:flex;justify-content:center;gap:8px;list-style:none;margin:0;padding:0}
.search-pagination .page-numbers{display:inline-flex;min-width:38px;height:40px;padding:0 12px;align-items:center;justify-content:center;border:1px solid #ddd}
.search-pagination .current{background:var(--orange);border-color:var(--orange);color:#fff}
.search-no-results{padding:64px 20px;text-align:center;border:1px solid #eee;background:#fafafa}
.search-no-results h2{margin:0 0 12px;font:500 28px/1.4 Poppins,Arial,sans-serif}
.search-no-results p{max-width:650px;margin:0 auto 26px;color:#666}

.error404-page{min-height:640px;display:flex;align-items:center;padding:80px 0;background:#fff}
.error404-page__inner{text-align:center}
.error404-page__code{color:var(--orange);font:600 138px/1 Poppins,Arial,sans-serif;letter-spacing:-.04em}
.error404-page h1{margin:15px 0 10px;color:#292929;font:500 38px/1.3 Poppins,Arial,sans-serif}
.error404-page p{margin:0 auto 32px;max-width:620px;color:#777;font-size:16px}
.error404-page__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.error404-page__home,.error404-page__search{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:46px;padding:0 22px;border:1px solid var(--orange);cursor:pointer;font:500 13px/1 Poppins,Arial,sans-serif;letter-spacing:.05em}
.error404-page__home{background:var(--orange);color:#fff}
.error404-page__search{background:#fff;color:var(--orange)}

@media(max-width:767px){
  .search-modal{padding:10vh 16px 24px}
  .search-modal__panel{padding:54px 18px 28px}
  .search-modal__content h2{font-size:22px;margin-bottom:22px}
  .search-modal__form input[type=search]{height:52px;padding:0 14px;font-size:14px}
  .search-modal__form button{min-width:54px;width:54px;height:52px;padding:0}
  .search-modal__form button b{display:none}
  .search-results-page{padding:30px 0 60px}
  .search-results-head{display:block;margin-bottom:28px}
  .search-results-head h2{font-size:20px;margin-bottom:18px}
  .search-results-form{width:100%}
  .search-result-card,.search-result-card.has-image{display:block;padding:22px 0}
  .search-result-card__image{height:auto;aspect-ratio:16/10;margin-bottom:18px}
  .search-result-card h2{font-size:19px}
  .error404-page{min-height:500px;padding:55px 0}
  .error404-page__code{font-size:92px}
  .error404-page h1{font-size:28px}
  .error404-page p{font-size:14px}
}

/* v1.6.11 - Header source fix */
.nav-shell.is-fixed{left:0;right:0;width:100%;max-width:none;margin:0;border-radius:0}
.search-toggle:hover,.search-toggle:focus-visible{color:var(--orange);outline:none}
@media(max-width:767px){.search-toggle{background:transparent;border:0;box-shadow:none}}

/* =========================================================
   v1.6.13 - Homepage motion polish
   ========================================================= */
.hero-slide.is-active img{
  animation:greenergy-hero-reveal 1.05s cubic-bezier(.2,.7,.2,1) both;
  transform:none;
  transition:none;
}
@keyframes greenergy-hero-reveal{
  from{opacity:.35;transform:scale(1.025)}
  to{opacity:1;transform:scale(1)}
}
@media (min-width:1025px){
  .hero-prev,.hero-next{
    width:48px;
    height:64px;
    background:transparent!important;
    border:0;
    box-shadow:none;
    opacity:.82;
    transition:opacity .2s ease;
  }
  .hero-prev{left:18px}
  .hero-next{right:18px}
  .hero-prev:after,.hero-next:after{
    width:17px;
    height:17px;
    border-top:2px solid #9b9b9b!important;
    border-right:2px solid #9b9b9b!important;
    transition:border-color .2s ease,transform .2s ease;
  }
  .hero-prev:hover,.hero-next:hover{opacity:1;background:transparent!important}
  .hero-prev:hover:after,.hero-next:hover:after{border-color:var(--orange)!important}
}
@media (prefers-reduced-motion:reduce){
  .hero-slide.is-active img{animation:none!important;opacity:1!important;transform:none!important}
}

.video-preview img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none}

/* v1.6.19 responsive hero artwork */
.hero-slide picture{display:block;width:100%;height:100%}
.hero-slide picture img{display:block;width:100%;height:100%;object-fit:cover}

/* v1.6.20 News archive metadata */
.news-archive-item__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.news-archive-item__meta-sep{color:#aaa}
.news-archive-item__tags a{color:#ed7c1a;text-decoration:none}
.news-archive-item__tags a:hover{text-decoration:underline}


/* v1.6.21: hidden honeypot field for public inquiry forms. */
.greenergy-form-hp{
    position:absolute !important;
    left:-10000px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}


/* v1.6.22: product resources, related products, richer inquiry fields */
.product-resource-downloads{margin-top:48px;border-top:1px solid #e5e5e5;padding-top:34px}
.product-resource-downloads h2,.related-products h2{margin:0 0 22px;font-size:25px;font-weight:500;color:#333}
.product-resource-downloads__list{border-top:1px solid #e6e6e6}
.product-resource-downloads__item{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:15px 0;border-bottom:1px solid #e6e6e6}
.product-resource-downloads__file{display:flex;align-items:center;gap:12px;min-width:0;color:#555;font-size:14px}
.product-resource-downloads__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #ddd;border-radius:50%;color:#ed7c1a;font-size:17px;flex:0 0 auto}
.product-resource-downloads__button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 15px;border-radius:4px;background:#ed7c1a;color:#fff!important;font-size:12px;text-decoration:none;white-space:nowrap}
.product-resource-downloads__button:hover{background:#d96d13}
.related-products{margin-top:52px;padding-top:38px;border-top:1px solid #e5e5e5}
.related-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.related-products__grid .product-card figure{aspect-ratio:1/1;overflow:hidden;margin:0 0 12px;background:#f7f7f7}
.related-products__grid .product-card figure img{width:100%;height:100%;object-fit:cover}
.related-products__grid .product-card h3{font-size:14px;line-height:1.5;margin:0;font-weight:400}
.product-inquiry-form__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-inquiry-form__grid--three{grid-template-columns:1fr}}
@media(max-width:600px){.product-resource-downloads__item{align-items:flex-start;flex-direction:column}.product-resource-downloads__button{width:100%}.related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.related-products__grid .product-card h3{font-size:13px}}
