:root{--hc-red:#e60012;--hc-dark:#111820;--hc-muted:#68727d;--hc-line:#e8edf2;--hc-bg:#f6f8fb;--hc-card:#fff;--hc-max:1240px}.hw-content-shell{background:var(--hc-bg);min-height:70vh}.hw-content-shell *{box-sizing:border-box}.hw-content-wrap{width:min(calc(100% - 40px),var(--hc-max));margin:0 auto}.hw-content-hero{background:linear-gradient(135deg,#fff 0%,#f6f9fd 56%,#edf3fa 100%);border-bottom:1px solid #e8edf2;padding:42px 0 34px}.hw-content-hero__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.hw-content-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hc-red);margin-bottom:9px}.hw-content-hero h1{font-family:Arial,"Helvetica Neue",sans-serif!important;color:#14191f;font-size:38px;line-height:1.12;letter-spacing:-1.2px;margin:0 0 10px;font-weight:700}.hw-content-hero p{margin:0;color:var(--hc-muted);font-size:14px;line-height:1.65;max-width:680px}.hw-content-searchbox{display:flex;align-items:center;gap:8px;padding:7px;background:#fff;border:1px solid #dde5ec;border-radius:12px;box-shadow:0 10px 28px rgba(19,38,56,.07);width:min(430px,100%)}.hw-content-searchbox input{height:42px!important;min-width:0;flex:1;border:0!important;box-shadow:none!important;padding:0 12px!important;background:transparent!important;font-size:13px!important}.hw-content-searchbox button{height:42px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:9px!important;background:var(--hc-red)!important;color:#fff!important;font-size:12px!important;font-weight:700!important;white-space:nowrap}.hw-content-toolbar{background:#fff;border-bottom:1px solid #e7ecf0}.hw-content-toolbar__inner{padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.hw-category-nav,.hw-search-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.hw-category-nav::-webkit-scrollbar,.hw-search-tabs::-webkit-scrollbar{display:none}.hw-category-nav a,.hw-search-tabs a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid #e2e8ee;border-radius:999px;background:#fff;color:#46505a;font-size:12px;font-weight:700;text-decoration:none!important}.hw-category-nav a:hover,.hw-category-nav a.is-active,.hw-search-tabs a:hover,.hw-search-tabs a.is-active{border-color:var(--hc-red);background:#fff4f5;color:var(--hc-red)}.hw-content-count{font-size:12px;color:#8a939d;white-space:nowrap}.hw-content-main{padding:30px 0 52px}.hw-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hw-content-card{background:#fff;border:1px solid #e5ebf0;border-radius:15px;overflow:hidden;box-shadow:0 7px 24px rgba(19,38,56,.05);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;min-width:0}.hw-content-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(19,38,56,.09);border-color:#dce3e9}.hw-content-card__media{display:block;position:relative;aspect-ratio:16/9;background:#f4f6f8;overflow:hidden}.hw-content-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hw-content-card--product .hw-content-card__media img{object-fit:contain;padding:18px;background:#fff}.hw-content-card:hover .hw-content-card__media img{transform:scale(1.025)}.hw-content-card__kind{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;min-height:25px;padding:0 10px;border-radius:999px;background:rgba(230,0,18,.94);color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em}.hw-content-card__body{padding:16px 17px 17px}.hw-content-card__meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:8px;color:#89929b;font-size:10px}.hw-content-card__meta>*:not(:last-child):after{content:"•";margin-left:9px;color:#c5cbd1}.hw-content-card__meta a{color:var(--hc-red)!important;text-decoration:none!important;font-weight:700}.hw-content-card h2{font-family:Arial,"Helvetica Neue",sans-serif!important;font-size:16px;line-height:1.42;margin:0 0 8px;font-weight:700;color:#1b2229;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hw-content-card h2 a{color:inherit!important;text-decoration:none!important}.hw-content-card p{font-size:12px;line-height:1.65;color:#68727c;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}.hw-content-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid #edf1f4}.hw-content-card__read{font-size:11px;font-weight:700;color:var(--hc-red)!important;text-decoration:none!important;white-space:nowrap}.hw-content-card__read span{display:inline-block;transition:transform .2s}.hw-content-card__read:hover span{transform:translateX(3px)}.hw-content-card__price{font-size:14px;font-weight:700;color:#161c22}.hw-content-card__price del{font-size:10px;color:#9ca5ae;font-weight:500}.hw-content-card__price ins{text-decoration:none}.hw-empty-state{background:#fff;border:1px solid #e4eaf0;border-radius:16px;padding:50px 24px;text-align:center;max-width:760px;margin:0 auto}.hw-empty-state__icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:#fff2f3;color:var(--hc-red);font-size:24px}.hw-empty-state h2{font-size:21px;margin:0 0 8px;color:#182028}.hw-empty-state p{font-size:13px;color:#737d86;margin:0 auto 18px;max-width:520px}.hw-empty-state .hw-content-searchbox{margin:0 auto}.hw-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:30px}.hw-pagination .page-numbers{width:38px;height:38px;border-radius:9px;border:1px solid #dfe6ec;background:#fff;color:#4f5963;display:grid;place-items:center;text-decoration:none!important;font-size:12px;font-weight:700}.hw-pagination .page-numbers.current,.hw-pagination a.page-numbers:hover{background:var(--hc-red);border-color:var(--hc-red);color:#fff}.hw-news-featured{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;margin-bottom:24px}.hw-news-featured__main,.hw-news-featured__side{background:#fff;border:1px solid #e4eaf0;border-radius:15px;overflow:hidden}.hw-news-featured__main a{display:grid;grid-template-columns:1.12fr .88fr;min-height:290px;text-decoration:none!important}.hw-news-featured__main img{width:100%;height:100%;min-height:290px;object-fit:cover}.hw-news-featured__copy{padding:26px;display:flex;flex-direction:column;justify-content:center}.hw-news-featured__copy small{font-size:10px;font-weight:700;color:var(--hc-red);text-transform:uppercase;letter-spacing:.07em}.hw-news-featured__copy h2{font-family:Arial,"Helvetica Neue",sans-serif!important;font-size:24px;line-height:1.35;color:#151c23;margin:10px 0 10px;font-weight:700}.hw-news-featured__copy p{font-size:13px;line-height:1.7;color:#6b747d;margin:0}.hw-news-featured__side{padding:15px}.hw-news-featured__side-title{font-size:12px;font-weight:700;color:#20272e;margin:2px 2px 11px}.hw-news-mini{display:grid;grid-template-columns:86px 1fr;gap:11px;padding:10px 0;border-top:1px solid #edf1f4;text-decoration:none!important}.hw-news-mini:first-of-type{border-top:0}.hw-news-mini img{width:86px;height:66px;border-radius:8px;object-fit:cover}.hw-news-mini b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;line-height:1.45;color:#222b33}.hw-news-mini span{font-size:9px;color:#919aa3;margin-top:4px;display:block}.hw-archive-description{margin-top:8px!important}.hw-content-result-title{font-size:12px;color:#59636d;margin:0}.hw-content-result-title strong{color:#181f26}.hw-content-shell .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1024px){.hw-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-content-hero__inner{align-items:flex-start;flex-direction:column}.hw-content-searchbox{width:100%;max-width:560px}.hw-news-featured{grid-template-columns:1fr}.hw-news-featured__side{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hw-news-featured__side-title{grid-column:1/-1}.hw-news-mini{grid-template-columns:72px 1fr;border:0;background:#fafbfc;border-radius:10px;padding:8px}.hw-news-mini img{width:72px;height:58px}}
@media(max-width:782px){.hw-content-wrap{width:min(calc(100% - 24px),var(--hc-max))}.hw-content-hero{padding:28px 0 24px}.hw-content-hero h1{font-size:28px}.hw-content-hero p{font-size:12px}.hw-content-toolbar__inner{align-items:flex-start;flex-direction:column}.hw-content-count{display:none}.hw-content-main{padding:20px 0 34px}.hw-content-grid{grid-template-columns:1fr;gap:13px}.hw-content-card{display:grid;grid-template-columns:118px 1fr;border-radius:12px}.hw-content-card__media{aspect-ratio:auto;height:100%;min-height:142px}.hw-content-card--product .hw-content-card__media img{padding:10px}.hw-content-card__kind{left:7px;top:7px;font-size:8px;min-height:20px;padding:0 7px}.hw-content-card__body{padding:12px}.hw-content-card h2{font-size:14px;margin-bottom:6px}.hw-content-card p{font-size:11px;line-height:1.5;min-height:auto;-webkit-line-clamp:2}.hw-content-card__meta{font-size:9px;margin-bottom:6px;gap:6px}.hw-content-card__meta>*:not(:last-child):after{margin-left:6px}.hw-content-card__foot{margin-top:9px;padding-top:8px}.hw-content-card__price{font-size:12px}.hw-content-card__read{font-size:10px}.hw-news-featured__main a{grid-template-columns:1fr;min-height:0}.hw-news-featured__main img{min-height:0;aspect-ratio:16/9}.hw-news-featured__copy{padding:18px}.hw-news-featured__copy h2{font-size:19px}.hw-news-featured__side{grid-template-columns:1fr}.hw-news-mini{grid-template-columns:86px 1fr}.hw-pagination{margin-top:22px}.hw-pagination .page-numbers{width:35px;height:35px}}
@media(max-width:430px){.hw-content-searchbox{padding:5px}.hw-content-searchbox button{padding:0 13px!important}.hw-content-card{grid-template-columns:105px 1fr}.hw-content-card__media{min-height:137px}.hw-content-card__body{padding:10px}.hw-content-card p{display:none}.hw-content-card__foot{border-top:0;padding-top:0}.hw-content-card--post .hw-content-card__foot{margin-top:7px}}

/* === Huawei News Landing v1.4.3 === */
.hw-news-page{background:#f7f9fc}.hw-news-hero{padding:54px 0 42px;background:radial-gradient(circle at 88% 14%,rgba(230,0,18,.07),transparent 24%),linear-gradient(135deg,#fff 0%,#f7f9fc 58%,#eef3f8 100%)}.hw-news-hero__copy{max-width:720px}.hw-news-hero h1{font-size:46px;letter-spacing:-1.8px}.hw-news-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:2px 0 16px}.hw-news-section-head>div{display:flex;align-items:center;gap:11px}.hw-news-section-head>div>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff0f2;color:var(--hc-red);font-size:10px;font-weight:700;letter-spacing:.06em}.hw-news-section-head h2{font-family:Arial,"Helvetica Neue",sans-serif!important;margin:0;font-size:22px;line-height:1.15;color:#171e25;font-weight:700;letter-spacing:-.4px}.hw-news-section-head p{margin:0;max-width:500px;color:#89929b;font-size:11px;line-height:1.5;text-align:right}.hw-news-section-head--latest{margin-top:34px}.hw-news-featured{gap:16px}.hw-news-featured__main,.hw-news-featured__side{border-radius:20px;border-color:#e3e9ef;box-shadow:0 14px 36px rgba(20,38,55,.06)}.hw-news-featured__main a{grid-template-columns:1.08fr .92fr;min-height:330px}.hw-news-featured__image{position:relative;overflow:hidden;background:#eef2f6}.hw-news-featured__image:after{content:"";position:absolute;inset:auto 0 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(6,15,24,.12));pointer-events:none}.hw-news-featured__image img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover;transition:transform .45s ease}.hw-news-featured__main:hover .hw-news-featured__image img{transform:scale(1.035)}.hw-news-featured__copy{padding:34px}.hw-news-featured__copy small{font-size:10px;letter-spacing:.08em}.hw-news-featured__copy h2{font-size:27px;letter-spacing:-.5px;margin:12px 0}.hw-news-featured__copy p{font-size:13px;line-height:1.75}.hw-news-featured__cta{margin-top:18px;display:inline-flex;align-items:center;gap:8px;color:var(--hc-red);font-size:11px;font-weight:700}.hw-news-featured__cta b{transition:transform .2s ease}.hw-news-featured__main:hover .hw-news-featured__cta b{transform:translateX(4px)}.hw-news-featured__side{padding:18px}.hw-news-featured__side-title{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#7e8993;margin-bottom:5px}.hw-news-mini{grid-template-columns:104px 1fr;gap:13px;padding:12px 0}.hw-news-mini img{width:104px;height:76px;border-radius:11px}.hw-news-mini b{font-size:12px;line-height:1.48}.hw-news-grid .hw-content-card{border-radius:18px}.hw-news-grid .hw-content-card__media{aspect-ratio:16/9}.hw-news-grid .hw-content-card__body{padding:17px 18px 18px}.hw-news-grid .hw-content-card h2{font-size:16px;line-height:1.45}.hw-news-grid .hw-content-card p{min-height:40px}.hw-news-page .hw-content-toolbar{position:sticky;top:72px;z-index:55;box-shadow:0 5px 18px rgba(25,40,55,.03)}.admin-bar .hw-news-page .hw-content-toolbar{top:104px}
@media(max-width:1024px){.hw-news-hero h1{font-size:39px}.hw-news-featured__main a{grid-template-columns:1fr 1fr}.hw-news-featured__side{grid-template-columns:repeat(3,1fr)}.hw-news-mini{grid-template-columns:74px 1fr}.hw-news-mini img{width:74px;height:62px}}
@media(max-width:782px){.hw-news-hero{padding:32px 0 28px}.hw-news-hero h1{font-size:30px;letter-spacing:-.8px}.hw-news-page .hw-content-toolbar{top:62px}.admin-bar .hw-news-page .hw-content-toolbar{top:108px}.hw-news-section-head{align-items:flex-start;flex-direction:column;gap:7px}.hw-news-section-head p{text-align:left}.hw-news-section-head--latest{margin-top:24px}.hw-news-featured__main a{grid-template-columns:1fr;min-height:0}.hw-news-featured__image img{min-height:0;aspect-ratio:16/9}.hw-news-featured__copy{padding:20px}.hw-news-featured__copy h2{font-size:21px}.hw-news-featured__side{display:grid;grid-template-columns:1fr;padding:12px}.hw-news-mini{grid-template-columns:94px 1fr;background:#f8fafc;border-radius:12px;padding:8px}.hw-news-mini img{width:94px;height:70px}.hw-news-grid .hw-content-card{border-radius:13px}.hw-news-grid .hw-content-card__body{padding:12px}}

/* === Huawei Showcase Pages v1.6.0 === */
.hw-showcase-page{background:#f7f8fb;padding:28px 0 48px}.hw-showcase-page *{box-sizing:border-box}.hw-panel-card{width:min(calc(100% - 36px),1320px);margin:0 auto 24px;background:#fff;border:1px solid #e6ebf0;border-radius:22px;padding:28px;box-shadow:0 12px 34px rgba(24,38,54,.06)}.hw-panel-head.center{text-align:center;margin-bottom:18px}.hw-kicker{display:inline-block;color:#e60012;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px}.hw-panel-head h1{margin:0;font-size:28px;line-height:1.18;color:#111820;font-weight:700;font-family:Arial,"Helvetica Neue",sans-serif!important}.hw-panel-head p{margin:10px auto 0;color:#646f79;font-size:14px;max-width:760px;line-height:1.7}.hw-section-title.center{text-align:center;margin:8px 0 18px}.hw-section-title.compact{margin-top:18px}.hw-section-title h2{margin:0;font-size:24px;color:#111820;font-weight:700;font-family:Arial,"Helvetica Neue",sans-serif!important}.hw-pill-tabs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:0 0 18px}.hw-pill-tabs button{appearance:none;border:1px solid #e3e8ee;background:#fff;color:#49525c;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.hw-pill-tabs button.is-active,.hw-pill-tabs button:hover{background:#e60012;border-color:#e60012;color:#fff}.hw-tab-panel{display:none}.hw-tab-panel.is-active{display:block}.hw-solution-highlight{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;border:1px solid #edf1f4;border-radius:18px;padding:22px;background:linear-gradient(180deg,#fff,#fbfcfe)}.hw-solution-copy h2{margin:0 0 10px;font-size:28px;color:#151b22;font-weight:700;font-family:Arial,"Helvetica Neue",sans-serif!important}.hw-solution-copy p{margin:0 0 14px;color:#66717b;font-size:14px;line-height:1.8}.hw-solution-copy ul{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:8px}.hw-solution-copy li{position:relative;padding-left:22px;font-size:14px;color:#1d242b;line-height:1.6}.hw-solution-copy li:before{content:'✓';position:absolute;left:0;top:0;color:#e60012;font-weight:700}.hw-solution-media{display:flex;align-items:center;justify-content:center;min-height:300px;background:#fafbfc;border-radius:16px;padding:10px}.hw-solution-media img{max-width:100%;height:auto;max-height:320px;object-fit:contain}.hw-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hw-info-card{border:1px solid #eceff3;border-radius:16px;padding:18px;background:#fff}.hw-info-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff2f3;color:#e60012;font-size:20px;font-weight:700;margin-bottom:12px}.hw-info-card h3{margin:0 0 8px;font-size:17px;color:#171d24;font-weight:700}.hw-info-card p{margin:0;color:#67717b;font-size:13px;line-height:1.65}.hw-help-search{display:flex;gap:10px;max-width:660px;margin:0 auto 20px}.hw-help-search input,.hw-contact-form input,.hw-contact-form textarea,.hw-contact-form select{width:100%;border:1px solid #dde4ea;background:#fff;border-radius:10px;padding:12px 14px;font-size:14px;color:#1d2329;box-shadow:none}.hw-help-search button,.hw-btn--block{min-width:140px}.hw-help-search button{border:0;border-radius:10px;background:#e60012;color:#fff;padding:0 18px;font-size:13px;font-weight:700}.hw-support-box-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.hw-support-box{display:block;text-decoration:none!important;color:inherit;border:1px solid #ebeff4;border-radius:16px;padding:18px;background:#fff;transition:.2s}.hw-support-box:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(17,24,32,.06)}.hw-support-box__icon{width:42px;height:42px;border-radius:12px;border:1px solid #ffe2e5;background:#fff7f8;color:#e60012;display:grid;place-items:center;font-size:20px;margin-bottom:12px}.hw-support-box h3{margin:0 0 6px;font-size:16px;color:#161c22;font-weight:700}.hw-support-box p{margin:0;color:#6c7680;font-size:13px;line-height:1.6}.hw-faq-clean{display:grid;gap:10px}.hw-faq-clean details{border:1px solid #ebeff3;border-radius:12px;padding:0 16px;background:#fff;overflow:hidden}.hw-faq-clean summary{cursor:pointer;list-style:none;font-size:15px;font-weight:700;color:#1a2027;padding:16px 28px 16px 0;position:relative}.hw-faq-clean summary::-webkit-details-marker{display:none}.hw-faq-clean summary:after{content:'+';position:absolute;right:0;top:14px;font-size:22px;color:#68727c}.hw-faq-clean details[open] summary:after{content:'–'}.hw-faq-clean details>div{padding:0 0 16px;color:#68727c;font-size:14px;line-height:1.75}.hw-support-cta-strip{margin-top:16px;border-radius:14px;background:linear-gradient(90deg,#e60012,#ff3f3f);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff}.hw-support-cta-strip strong{display:block;font-size:22px;line-height:1.1;margin-bottom:3px}.hw-support-cta-strip span{font-size:13px;opacity:.92}.hw-btn--light{background:#fff!important;color:#e60012!important;border-radius:10px!important;padding:12px 18px!important;font-weight:700!important;text-decoration:none!important}.hw-contact-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;align-items:start}.hw-contact-card,.hw-contact-form-card{border:1px solid #ebeff3;border-radius:18px;background:#fff;padding:20px}.hw-contact-card h2,.hw-contact-form-card h2,.hw-article-sidebar h3{margin:0 0 14px;font-size:22px;color:#151b22;font-weight:700;font-family:Arial,"Helvetica Neue",sans-serif!important}.hw-contact-card ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}.hw-contact-card li{display:grid;gap:4px;padding-bottom:14px;border-bottom:1px solid #f0f2f5}.hw-contact-card li:last-child{padding-bottom:0;border-bottom:0}.hw-contact-card b{font-size:13px;color:#1a2027}.hw-contact-card span{font-size:14px;color:#66717b;line-height:1.7}.hw-contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.hw-contact-form label{display:block}.hw-contact-form label span{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#39414a}.hw-contact-form em{color:#e60012;font-style:normal}.hw-contact-form .is-full{grid-column:1/-1}.hw-map-box{margin-top:16px;border-radius:18px;overflow:hidden;border:1px solid #ebeff3}.hw-map-box iframe{display:block;width:100%;height:260px;border:0}.hw-form-alert{padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:12px}.hw-form-alert.is-success{background:#eefaf0;color:#0d7a35;border:1px solid #bfe8c8}.hw-form-alert.is-error{background:#fff0f0;color:#b11a1a;border:1px solid #f0c2c2}.hw-article-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.hw-crumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#7b848d;font-size:13px;margin-bottom:14px}.hw-crumbs a{text-decoration:none!important;color:#7b848d}.hw-crumbs a:hover{color:#e60012}.hw-post-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff0f2;color:#e60012;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hw-article-title{margin:10px 0 10px;font-size:42px;line-height:1.15;color:#10161d;font-weight:700;font-family:Arial,"Helvetica Neue",sans-serif!important}.hw-article-meta{display:flex;align-items:center;gap:10px;color:#8a939d;font-size:13px;margin-bottom:18px}.hw-article-thumb img{display:block;width:100%;height:auto;border-radius:18px}.hw-article-content{margin-top:18px;color:#2b333b}.hw-article-content h2,.hw-article-content h3,.hw-article-content h4{color:#111820;font-family:Arial,"Helvetica Neue",sans-serif!important;font-weight:700;margin-top:28px}.hw-article-content p,.hw-article-content li{font-size:15px;line-height:1.85;color:#39424b}.hw-article-content ul,.hw-article-content ol{padding-left:20px}.hw-article-content img{max-width:100%;height:auto;border-radius:14px}.hw-article-sidebar{display:grid;gap:16px}.hw-side-card{border:1px solid #ebeff3;border-radius:18px;background:#fff;padding:18px}.hw-side-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.hw-side-list a{display:flex;align-items:center;justify-content:space-between;padding:7px 0;color:#3e4750;text-decoration:none!important;border-bottom:1px solid #f0f2f5;font-size:14px}.hw-side-list li:last-child a{border-bottom:0}.hw-side-posts{display:grid;gap:12px}.hw-side-post{display:grid;grid-template-columns:74px 1fr;gap:10px;text-decoration:none!important;color:inherit}.hw-side-post img{width:74px;height:58px;object-fit:cover;border-radius:10px}.hw-side-post strong{display:block;font-size:13px;line-height:1.45;color:#161c22;margin-bottom:4px}.hw-side-post span{font-size:12px;color:#8b949d}.hw-btn--block{display:inline-flex;align-items:center;justify-content:center;width:100%;border:0;background:#e60012;color:#fff;padding:14px 18px;border-radius:10px;font-weight:700;cursor:pointer;text-decoration:none!important}
@media(max-width:1080px){.hw-benefit-grid,.hw-support-box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-contact-layout,.hw-article-wrap,.hw-solution-highlight{grid-template-columns:1fr}.hw-article-title{font-size:34px}}
@media(max-width:782px){.hw-showcase-page{padding:18px 0 32px}.hw-panel-card{width:min(calc(100% - 20px),1320px);padding:18px;border-radius:18px}.hw-panel-head h1{font-size:22px}.hw-section-title h2{font-size:20px}.hw-solution-copy h2{font-size:22px}.hw-help-search{flex-direction:column}.hw-contact-form__grid{grid-template-columns:1fr}.hw-support-cta-strip{flex-direction:column;align-items:flex-start}.hw-support-cta-strip strong{font-size:18px}.hw-article-title{font-size:28px}.hw-contact-card h2,.hw-contact-form-card h2,.hw-article-sidebar h3{font-size:18px}}
@media(max-width:520px){.hw-benefit-grid,.hw-support-box-grid{grid-template-columns:1fr}.hw-pill-tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:6px}.hw-pill-tabs button{white-space:nowrap}}


/* v1.7.6 solution tabs + responsive item columns */
.hw-solutions-panel{padding-top:34px!important;padding-bottom:34px!important}
.hw-solutions-panel .hw-panel-head.center{margin-bottom:28px!important}
.hw-solutions-panel .hw-panel-head h1{font-size:58px!important;line-height:1.08!important;letter-spacing:-2px!important;max-width:920px!important;margin-left:auto!important;margin-right:auto!important}
.hw-solutions-panel .hw-panel-head p{font-size:18px!important;line-height:1.7!important;max-width:980px!important}
.hw-solutions-panel .hw-kicker{font-size:14px!important;letter-spacing:.05em!important}
.hw-solutions-panel .hw-pill-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(150px,max-content))!important;justify-content:space-between!important;align-items:center!important;gap:18px 26px!important;max-width:1600px!important;margin:4px auto 30px!important}
.hw-solutions-panel .hw-pill-tabs button{border:0!important;background:transparent!important;padding:16px 10px!important;border-radius:999px!important;color:#5b6570!important;font-size:18px!important;font-weight:700!important;letter-spacing:.01em!important;text-transform:uppercase!important;box-shadow:none!important;white-space:nowrap!important}
.hw-solutions-panel .hw-pill-tabs button.is-active,.hw-solutions-panel .hw-pill-tabs button:hover{background:#e60012!important;color:#fff!important}
.hw-solutions-panel .hw-pill-tabs button:last-child{grid-column:2 / 5!important;justify-self:center!important}
@media (max-width: 1280px){
  .hw-solutions-panel .hw-panel-head h1{font-size:48px!important;max-width:840px!important}
  .hw-solutions-panel .hw-panel-head p{font-size:16px!important}
  .hw-solutions-panel .hw-pill-tabs{grid-template-columns:repeat(4,minmax(150px,1fr))!important;justify-content:center!important;gap:16px 18px!important}
  .hw-solutions-panel .hw-pill-tabs button{font-size:16px!important;padding:15px 8px!important}
  .hw-solutions-panel .hw-pill-tabs button:last-child{grid-column:auto!important;justify-self:auto!important}
}
@media (max-width: 991px){
  .hw-solutions-panel .hw-panel-head h1{font-size:40px!important;letter-spacing:-1.2px!important}
  .hw-solutions-panel .hw-pill-tabs{grid-template-columns:repeat(3,minmax(140px,1fr))!important}
  .hw-solutions-panel .hw-pill-tabs button{font-size:15px!important;min-height:58px!important;white-space:normal!important;line-height:1.3!important}
}
@media (max-width: 782px){
  .hw-solutions-panel{padding-top:20px!important;padding-bottom:20px!important}
  .hw-solutions-panel .hw-panel-head h1{font-size:30px!important;line-height:1.18!important}
  .hw-solutions-panel .hw-panel-head p{font-size:14px!important}
  .hw-solutions-panel .hw-pill-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-bottom:20px!important}
  .hw-solutions-panel .hw-pill-tabs button{font-size:14px!important;min-height:54px!important;padding:12px 10px!important}
}

/* Responsive item columns */
@media (min-width: 1281px){
  .hw-product-list{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .hw-solutions__grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .hw-content-grid.hw-content-grid--products,.post-type-archive-product .hw-content-grid,.tax-product_cat .hw-content-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media (min-width: 992px) and (max-width: 1280px){
  .hw-product-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .hw-solutions__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .hw-content-grid.hw-content-grid--products,.post-type-archive-product .hw-content-grid,.tax-product_cat .hw-content-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width: 783px) and (max-width: 991px){
  .hw-product-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hw-solutions__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hw-content-grid.hw-content-grid--products,.post-type-archive-product .hw-content-grid,.tax-product_cat .hw-content-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width: 782px){
  .hw-product-group{display:block!important}
  .hw-product-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;overflow:visible!important}
  .hw-product-card.is-live{display:flex!important;flex:initial!important;min-height:176px!important;scroll-snap-align:none!important}
  .hw-product-card.is-live:nth-child(n+1){display:flex!important}
  .hw-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hw-content-grid.hw-content-grid--products,.post-type-archive-product .hw-content-grid,.tax-product_cat .hw-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
