:root{--hw-red:#e60012;--hw-red2:#ff2a36;--hw-black:#151515;--hw-text:#2e3338;--hw-muted:#68717a;--hw-line:#e8edf2;--hw-bg:#f8fafc;--hw-card:#fff;--hw-shadow:0 12px 35px rgba(20,36,52,.08);--hw-radius:16px;--hw-max:1240px}.huawei-homepage{margin:0!important;background:#fff;color:var(--hw-text);font-family:Arial,"Helvetica Neue",sans-serif}.huawei-homepage #wpadminbar{position:fixed}.hw-page *{box-sizing:border-box}.hw-page img{max-width:100%;height:auto}.hw-page a{text-decoration:none}.hw-container{width:min(calc(100% - 40px),var(--hw-max));margin:auto}.hw-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(20,30,40,.08);backdrop-filter:blur(18px);box-shadow:0 4px 20px rgba(0,0,0,.03)}.admin-bar .hw-header{top:32px}.hw-header__inner{height:72px;display:flex;align-items:center;gap:32px}.hw-brand{display:flex;align-items:center;gap:8px;color:#111;white-space:nowrap}.hw-brand strong{font-size:23px;letter-spacing:.2px}.hw-brand b{font-size:22px;font-weight:500}.hw-flower{width:33px;height:31px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;transform:rotate(180deg)}.hw-flower span{background:var(--hw-red);border-radius:8px 8px 2px 2px;transform-origin:bottom}.hw-flower span:nth-child(1),.hw-flower span:nth-child(8){height:18px;margin-top:10px;transform:rotate(40deg)}.hw-flower span:nth-child(2),.hw-flower span:nth-child(7){height:24px;margin-top:5px;transform:rotate(20deg)}.hw-flower span:nth-child(3),.hw-flower span:nth-child(6){height:28px;margin-top:1px}.hw-flower span:nth-child(4),.hw-flower span:nth-child(5){height:30px}.hw-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}.hw-nav a{font-weight:600;font-size:14px;color:#30343a;position:relative}.hw-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--hw-red);transition:.25s}.hw-nav a:hover{color:var(--hw-red)}.hw-nav a:hover:after{right:0}.hw-header__actions{display:flex;align-items:center;gap:8px}.hw-icon-btn{width:38px;height:38px;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:50%!important;padding:8px!important;display:grid;place-items:center;color:#151515}.hw-icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}.hw-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:0 24px;border-radius:8px!important;font-size:14px;font-weight:700;transition:.25s;border:1px solid transparent}.hw-btn--red{background:var(--hw-red)!important;color:#fff!important;box-shadow:0 8px 22px rgba(230,0,18,.18)}.hw-btn--red:hover{transform:translateY(-2px);background:#cc0010!important;color:#fff!important}.hw-btn--outline{background:#fff;color:#171717;border-color:#31343a}.hw-btn--outline:hover{border-color:var(--hw-red);color:var(--hw-red)}.hw-menu-btn{display:none;width:40px;height:40px;border:0!important;background:transparent!important;padding:8px!important;box-shadow:none!important}.hw-menu-btn span{display:block;height:2px;background:#181818;margin:5px 0}.hw-search{background:#fff;border-top:1px solid var(--hw-line);padding:12px 0}.hw-search .hw-container{display:flex;gap:10px}.hw-search input{flex:1;height:44px;border:1px solid var(--hw-line)!important;border-radius:10px!important;background:#f7f9fb!important;padding:0 14px!important;box-shadow:none!important}.hw-search button{height:44px;padding:0 18px;border:0!important;border-radius:10px!important;background:var(--hw-red)!important;color:#fff!important;font-weight:700}.hw-hero{background:linear-gradient(110deg,#fff 0%,#f8fbff 48%,#eef4fb 100%);padding:45px 0 24px;overflow:hidden}.hw-hero__grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:34px}.hw-eyebrow{font-size:12px;font-weight:700;color:var(--hw-red);letter-spacing:.3px;margin-bottom:10px}.hw-hero h1{font-family:Arial,sans-serif!important;font-size:52px;line-height:1;margin:0 0 8px;color:#151515;font-weight:700;letter-spacing:-2px}.hw-hero h2{font-family:Arial,sans-serif!important;font-size:26px;line-height:1.25;margin:0 0 14px;color:#222;font-weight:700}.hw-hero p{font-size:16px;line-height:1.7;color:#626a73;max-width:650px;margin:0 0 25px}.hw-hero__buttons{display:flex;gap:14px;flex-wrap:wrap}.hw-hero__buttons .hw-btn{min-width:150px}.hw-hero__visual{position:relative;min-height:390px;display:flex;align-items:center;justify-content:center}.hw-hero__visual:before{content:"";position:absolute;width:410px;height:410px;border:2px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 0 55px rgba(176,204,235,.45),inset 0 0 35px rgba(255,255,255,.7);z-index:0}.hw-hero__visual img{position:relative;z-index:1;width:100%;height:390px;object-fit:cover;object-position:center;border-radius:24px;mix-blend-mode:multiply;filter:contrast(.97) saturate(.8)}.hw-feature-row{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid rgba(195,205,215,.6);box-shadow:var(--hw-shadow);border-radius:14px;overflow:hidden;margin-top:10px}.hw-feature{display:flex;align-items:center;gap:13px;padding:20px 22px;position:relative}.hw-feature:not(:last-child):after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:#dfe5ea}.hw-feature__icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto}.hw-feature svg{width:42px;height:42px;fill:none;stroke:#23272b;stroke-width:2}.hw-feature b{display:block;font-size:15px;color:#222}.hw-feature small{display:block;font-size:13px;color:#646b72;margin-top:4px}.hw-feature em{font-style:normal;color:var(--hw-red);font-weight:700}.hw-distributor{padding:22px 0 5px;background:#fff}.hw-distributor__card{display:grid;grid-template-columns:180px 1.5fr 2fr;gap:24px;align-items:center;padding:20px 24px;border:1px solid #e6ebef;border-radius:15px;background:#fff;box-shadow:var(--hw-shadow)}.hw-distributor__brand{padding-right:20px;border-right:1px solid #dfe5ea}.hw-distributor__brand img{display:block;width:100%;max-height:90px;object-fit:contain}.hw-distributor__company span{display:block;font-size:11px;color:#565e66;font-weight:700}.hw-distributor__company strong{display:block;color:var(--hw-red);font-size:17px;line-height:1.35;margin:4px 0 8px}.hw-distributor__company p{margin:0;font-size:11px;color:#646b72;line-height:1.5}.hw-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px}.hw-contact-grid a{display:flex;flex-direction:column;color:#343a40;padding-left:24px;position:relative}.hw-contact-grid a:before{content:"☎";position:absolute;left:0;top:0;color:var(--hw-red);font-size:16px}.hw-contact-grid a:last-child:before{content:"✉"}.hw-contact-grid b{font-size:11px}.hw-contact-grid span{font-size:11px;line-height:1.35}.hw-products{padding:30px 0 18px;background:#fff}.hw-section-title{text-align:center;margin-bottom:18px}.hw-section-title h2{font-family:Arial,sans-serif!important;font-size:24px;color:#25292d;margin:0;font-weight:700;letter-spacing:.2px}.hw-product-group{display:grid;grid-template-columns:240px 1fr;border:1px solid #e6ebef;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(18,38,58,.05);margin-bottom:15px}.hw-product-group__head{min-height:175px;background-image:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.45)),var(--group-bg);background-size:cover;background-position:center;display:flex;align-items:flex-start;padding:25px 22px}.hw-product-group__head h3{font-family:Arial,sans-serif!important;margin:0 0 7px;font-size:20px;color:#111;font-weight:700}.hw-product-group__head p{font-size:12px;line-height:1.5;color:#535a61;margin:0}.hw-product-list{display:grid;grid-template-columns:repeat(3,1fr)}.hw-product-card{padding:14px 16px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #eef1f4;color:#2b3035;transition:.25s;min-height:190px}.hw-product-card:hover{background:#fffafa;transform:translateY(-2px)}.hw-product-card__image{height:112px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;padding:4px}.hw-product-card img{display:block;max-width:100%;width:auto;height:112px;object-fit:contain;mix-blend-mode:normal;filter:none}.hw-product-card strong{font-size:13px;text-align:center;color:#24282c;line-height:1.35}.hw-product-card>span:last-child{font-size:11px;color:var(--hw-red);margin-top:5px;font-weight:700}.hw-solutions{padding:14px 0 26px;background:#fff}.hw-solutions__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.hw-solution-card{min-height:128px;border-radius:12px;overflow:hidden;position:relative;background-image:linear-gradient(0deg,rgba(5,14,25,.86),rgba(5,14,25,.02) 68%),var(--solution-bg);background-size:cover;background-position:center;box-shadow:0 8px 25px rgba(20,35,50,.09);transition:.25s}.hw-solution-card:hover{transform:translateY(-4px)}.hw-solution-card div{position:absolute;left:12px;right:12px;bottom:11px;color:#fff}.hw-solution-card strong{display:block;font-size:12px}.hw-solution-card span{display:block;font-size:9px;line-height:1.35;margin-top:3px;color:rgba(255,255,255,.9)}.hw-trust{padding:0 0 28px}.hw-trust__grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e6ebef;border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(18,38,58,.05)}.hw-trust__item{display:flex;align-items:center;gap:13px;padding:18px 16px;position:relative}.hw-trust__item:not(:last-child):after{content:"";position:absolute;right:0;top:23%;bottom:23%;width:1px;background:#e1e6ea}.hw-trust__item>span{font-size:27px;color:var(--hw-red);width:35px;text-align:center}.hw-trust__item b{display:block;font-size:12px;color:#24282c}.hw-trust__item small{display:block;font-size:10px;line-height:1.45;color:#6b7279;margin-top:3px}.hw-footer{border-top:1px solid #e7ebee;background:#fff;padding-top:28px}.hw-footer__grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:34px;padding-bottom:30px}.hw-footer h4{font-family:Arial,sans-serif!important;font-size:12px;margin:0 0 12px;color:#25282c;font-weight:700}.hw-footer a,.hw-footer p{display:block;margin:0 0 7px;font-size:11px;color:#656d74;line-height:1.45}.hw-footer a:hover{color:var(--hw-red)}.hw-footer__company img{width:135px;max-height:58px;object-fit:contain;object-position:left;margin-bottom:8px}.hw-footer__company strong{display:block;font-size:12px;margin-bottom:10px;color:#24282c}.hw-footer__bottom{border-top:1px solid #edf0f2;padding:15px 0;font-size:10px;color:#8a9198}.hw-mobile-bar{display:none}.hw-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.hw-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1100px){.hw-nav{gap:18px}.hw-nav a{font-size:13px}.hw-header__cta{display:none}.hw-hero h1{font-size:45px}.hw-hero h2{font-size:21px}.hw-distributor__card{grid-template-columns:150px 1fr}.hw-contact-grid{grid-column:1/-1;grid-template-columns:repeat(5,1fr);border-top:1px solid #edf0f2;padding-top:15px}.hw-solutions__grid{grid-template-columns:repeat(3,1fr)}.hw-footer__grid{grid-template-columns:1.6fr repeat(2,1fr)}}
@media(max-width:782px){.admin-bar .hw-header{top:46px}.hw-container{width:min(calc(100% - 24px),var(--hw-max))}.hw-header__inner{height:62px;gap:10px}.hw-brand strong{font-size:19px}.hw-brand b{font-size:18px}.hw-flower{width:28px;height:27px}.hw-desktop-only{display:none!important}.hw-menu-btn{display:block}.hw-nav{display:none;position:absolute;left:12px;right:12px;top:64px;background:#fff;border:1px solid #e6ebef;border-radius:14px;box-shadow:0 18px 45px rgba(20,35,50,.16);padding:12px;flex-direction:column;align-items:stretch;gap:0}.hw-nav.is-open{display:flex}.hw-nav a{padding:12px 10px;border-bottom:1px solid #f0f2f4}.hw-nav a:last-child{border:0}.hw-header__actions{margin-left:auto}.hw-hero{padding-top:18px}.hw-hero__grid{grid-template-columns:1fr;gap:12px}.hw-eyebrow{font-size:10px}.hw-hero h1{font-size:32px;letter-spacing:-1px}.hw-hero h2{font-size:18px}.hw-hero p{font-size:13px;margin-bottom:16px}.hw-hero__visual{min-height:250px;order:-1}.hw-hero__visual:before{width:270px;height:270px}.hw-hero__visual img{height:250px;object-fit:contain;object-position:center}.hw-hero__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hw-hero__buttons .hw-btn{min-width:0;padding:0 10px}.hw-feature-row{grid-template-columns:repeat(4,1fr);box-shadow:none;border-radius:10px}.hw-feature{padding:12px 5px;display:block;text-align:center}.hw-feature__icon{width:36px;height:34px;margin:auto}.hw-feature svg{width:31px;height:31px}.hw-feature b{font-size:9px}.hw-feature small{font-size:8px}.hw-feature:not(:last-child):after{top:17%;bottom:17%}.hw-distributor{padding-top:12px}.hw-distributor__card{grid-template-columns:86px 1fr;gap:10px;padding:13px}.hw-distributor__brand{padding-right:10px}.hw-distributor__company strong{font-size:13px}.hw-distributor__company p{font-size:9px}.hw-contact-grid{grid-template-columns:1fr 1fr;gap:8px 10px;padding-top:10px}.hw-contact-grid a{padding-left:18px}.hw-contact-grid b,.hw-contact-grid span{font-size:9px}.hw-products{padding-top:22px}.hw-section-title h2{font-size:18px}.hw-product-group{display:block}.hw-product-group__head{min-height:98px;padding:16px;background-position:center 42%}.hw-product-group__head h3{font-size:17px}.hw-product-group__head p{font-size:10px}.hw-product-list{overflow-x:auto;grid-template-columns:repeat(3,145px);scroll-snap-type:x mandatory}.hw-product-card{min-height:164px;padding:12px 10px;border-top:1px solid #eef1f4;scroll-snap-align:start}.hw-product-card__image{height:84px}.hw-product-card img{height:84px}.hw-product-card strong{font-size:11px}.hw-solutions__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hw-solution-card{flex:0 0 190px;min-height:110px;scroll-snap-align:start}.hw-trust{padding-bottom:16px}.hw-trust__grid{display:flex;overflow-x:auto}.hw-trust__item{flex:0 0 155px;padding:14px 10px}.hw-trust__item>span{font-size:24px}.hw-trust__item b{font-size:10px}.hw-trust__item small{font-size:8px}.hw-footer{padding-bottom:76px}.hw-footer__grid{grid-template-columns:1fr 1fr;gap:22px}.hw-footer__company{grid-column:1/-1}.hw-mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:999;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.97);border-top:1px solid #e2e7eb;box-shadow:0 -8px 30px rgba(15,35,50,.08);padding:8px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));backdrop-filter:blur(15px)}.hw-mobile-bar a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#25292d;font-size:16px}.hw-mobile-bar span{font-size:9px}.hw-reveal{opacity:1;transform:none}}
@media(max-width:480px){.hw-brand b{font-size:17px}.hw-header__actions .hw-icon-btn{width:34px}.hw-hero__visual{min-height:220px}.hw-hero__visual img{height:220px;object-fit:contain;object-position:center}.hw-hero h1{font-size:30px}.hw-hero h2{font-size:16px}.hw-distributor__company strong{font-size:12px}.hw-contact-grid{grid-template-columns:1fr}.hw-footer__grid{grid-template-columns:1fr 1fr;gap:18px 12px}.hw-footer h4{font-size:11px}.hw-footer a{font-size:10px}}
@media(prefers-reduced-motion:reduce){.hw-reveal{opacity:1;transform:none;transition:none}.hw-page *{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.hw-social{display:flex;gap:8px;margin-top:10px}.hw-social a{width:30px;height:30px;border:1px solid #dfe5ea;border-radius:50%;display:grid;place-items:center!important;margin:0!important;font-size:10px!important;font-weight:700;color:#343a40!important;background:#fff}.hw-social a:hover{border-color:var(--hw-red);color:var(--hw-red)!important}


.hw-site-main{min-height:40vh;background:#fff}.huawei-site{background:#fff}.hw-brand__image{display:block;max-height:40px;width:auto;max-width:220px}.hw-nav__menu{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.hw-nav__menu li{margin:0}.hw-nav__menu a{color:#20262b;font-size:14px;font-weight:700;letter-spacing:.02em;position:relative;padding:8px 0;display:block}.hw-nav__menu a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--hw-red);transform:scaleX(0);transform-origin:center;transition:.25s}.hw-nav__menu a:hover{color:var(--hw-red)}.hw-nav__menu a:hover:after{transform:scaleX(1)}.hw-footer__bottom .hw-container-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.hw-mobile-bar i{font-style:normal;font-size:18px;line-height:1}.home.page-template-page-huawei-wifi-home .page-wrapper,.home.page-template-page-huawei-wifi-home #main,.home.blog #main{padding-top:0}.hw-page a{text-decoration:none!important}.hw-site-main .container,.hw-site-main .row{max-width:100%}
@media(max-width:782px){.hw-nav__menu{display:block}.hw-nav__menu a:after{display:none}.hw-brand__image{max-height:34px}.hw-footer__bottom .hw-container-inner{flex-direction:column;gap:6px}.hw-mobile-bar a i{display:block}}

/* ===== Huawei function pages: Solutions / Technology / Support ===== */
.hw-function-page{background:#fff;color:var(--hw-text);overflow:hidden}.hw-function-page *{box-sizing:border-box}.hw-function-page img{max-width:100%;height:auto}.hw-function-hero{background:linear-gradient(115deg,#fff 0%,#f7faff 56%,#eef4fb 100%);padding:64px 0 50px}.hw-function-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:54px}.hw-function-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--hw-red);margin-bottom:14px}.hw-function-eyebrow:before{content:"";width:26px;height:2px;background:var(--hw-red)}.hw-function-hero h1{font-family:Arial,sans-serif!important;margin:0 0 14px;font-size:50px;line-height:1.06;letter-spacing:-1.8px;color:#14171a;font-weight:700}.hw-function-hero h2{font-family:Arial,sans-serif!important;margin:0 0 16px;font-size:23px;line-height:1.35;color:#2c3238;font-weight:700}.hw-function-hero p{font-size:15px;line-height:1.75;color:#65707a;max-width:650px;margin:0 0 26px}.hw-function-hero__media{height:370px;border-radius:24px;overflow:hidden;background:#f4f7fb;box-shadow:0 18px 60px rgba(31,55,80,.10)}.hw-function-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.hw-function-hero--tech .hw-function-hero__media img{object-position:center}.hw-function-hero--support .hw-function-hero__media img{object-position:center}.hw-function-section{padding:66px 0}.hw-function-heading{text-align:center;max-width:720px;margin:0 auto 30px}.hw-function-heading>span{display:block;font-size:11px;color:var(--hw-red);font-weight:700;letter-spacing:.12em;margin-bottom:7px}.hw-function-heading h2{font-family:Arial,sans-serif!important;margin:0;font-size:32px;line-height:1.2;color:#1e2226;font-weight:700}.hw-function-heading p{margin:10px auto 0;color:#74808a;font-size:14px;line-height:1.65}.hw-solution-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hw-solution-page-card{border:1px solid #e7ebef;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(22,42,63,.06);transition:.25s}.hw-solution-page-card:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(22,42,63,.10)}.hw-solution-page-card__image{height:190px;overflow:hidden;background:#f4f6f8}.hw-solution-page-card__image img{width:100%;height:100%;object-fit:cover;display:block}.hw-solution-page-card__body{padding:20px}.hw-solution-page-card__body>span{font-size:11px;color:var(--hw-red);font-weight:700}.hw-solution-page-card h3{font-family:Arial,sans-serif!important;font-size:19px;margin:5px 0 8px;color:#23282d;font-weight:700}.hw-solution-page-card p{font-size:13px;line-height:1.6;color:#6b747d;min-height:42px;margin:0 0 12px}.hw-solution-page-card a{font-size:12px;color:var(--hw-red);font-weight:700}.hw-function-flow{padding:56px 0;background:#f7f9fb}.hw-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hw-flow-grid>div{background:#fff;border:1px solid #e7ebef;border-radius:15px;padding:22px;min-height:172px}.hw-flow-grid b{display:block;font-size:12px;color:var(--hw-red);margin-bottom:12px}.hw-flow-grid strong{display:block;font-size:15px;color:#23282d}.hw-flow-grid p{font-size:12px;line-height:1.6;color:#707a84;margin:7px 0 0}.hw-function-cta{padding:50px 0;background:#fff}.hw-function-cta__inner{border-radius:20px;background:linear-gradient(120deg,#f8fafc 0%,#eef4fb 100%);border:1px solid #e4eaf0;padding:32px 38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hw-function-cta__inner span{font-size:10px;color:var(--hw-red);font-weight:700;letter-spacing:.1em}.hw-function-cta__inner h2{font-family:Arial,sans-serif!important;margin:6px 0;font-size:27px;color:#1d2226}.hw-function-cta__inner p{font-size:13px;color:#6b747e;margin:0}.hw-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-tech-card{position:relative;border:1px solid #e6ebef;border-radius:18px;background:#fff;padding:26px 22px;min-height:235px;box-shadow:0 8px 26px rgba(18,38,58,.05)}.hw-tech-card__icon{width:62px;height:62px;display:grid;place-items:center;border-radius:16px;background:#fff4f5;margin-bottom:28px}.hw-tech-card__icon svg{width:39px;height:39px;fill:none;stroke:#20252a;stroke-width:1.9}.hw-tech-card>b{position:absolute;right:20px;top:20px;color:#cfd5da;font-size:12px}.hw-tech-card h3{font-family:Arial,sans-serif!important;margin:0 0 8px;font-size:18px;color:#22272b}.hw-tech-card p{margin:0;font-size:13px;line-height:1.6;color:#6e7780}.hw-tech-showcase{padding:18px 0 64px;background:#fff}.hw-tech-showcase__row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:36px 0;border-top:1px solid #edf0f3}.hw-tech-showcase__row--reverse .hw-tech-showcase__media{order:2}.hw-tech-showcase__media{height:310px;border-radius:20px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.hw-tech-showcase__media img{width:100%;height:100%;object-fit:contain;padding:20px}.hw-tech-showcase__row span{font-size:10px;color:var(--hw-red);font-weight:700;letter-spacing:.1em}.hw-tech-showcase__row h2{font-family:Arial,sans-serif!important;margin:7px 0 10px;font-size:29px;color:#21262b}.hw-tech-showcase__row p{font-size:14px;color:#6d7780;line-height:1.7;margin:0 0 13px}.hw-tech-showcase__row a{font-size:13px;color:var(--hw-red);font-weight:700}.hw-support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-support-card{display:block;border:1px solid #e6ebef;border-radius:18px;background:#fff;padding:24px;min-height:230px;color:#24292d;box-shadow:0 8px 28px rgba(20,40,60,.05);transition:.25s}.hw-support-card:hover{transform:translateY(-4px);box-shadow:0 15px 38px rgba(20,40,60,.09);color:#24292d}.hw-support-card i{width:48px;height:48px;border-radius:14px;background:#fff2f3;color:var(--hw-red);display:grid;place-items:center;font-size:22px;font-style:normal;margin-bottom:28px}.hw-support-card h3{font-family:Arial,sans-serif!important;font-size:17px;margin:0 0 8px;color:#252a2f}.hw-support-card p{font-size:12px;line-height:1.6;color:#707a84;min-height:58px;margin:0 0 12px}.hw-support-card span{font-size:12px;color:var(--hw-red);font-weight:700}.hw-support-contact{padding:58px 0;background:#f7f9fb}.hw-support-contact__grid{display:grid;grid-template-columns:1.6fr .8fr;gap:22px}.hw-support-contact__main,.hw-support-contact__side{background:#fff;border:1px solid #e6ebef;border-radius:18px;padding:28px}.hw-support-contact__main>span{font-size:10px;color:var(--hw-red);font-weight:700;letter-spacing:.1em}.hw-support-contact__main h2{font-family:Arial,sans-serif!important;font-size:28px;margin:6px 0}.hw-support-contact__main>p{font-size:13px;color:#707a84}.hw-support-contact__items{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.hw-support-contact__items a{border:1px solid #eceff2;border-radius:12px;padding:14px;color:#30363b}.hw-support-contact__items b{display:block;font-size:10px;color:#78818a;margin-bottom:4px}.hw-support-contact__items strong{font-size:13px;color:#242a2f}.hw-support-contact__side img{max-width:145px;max-height:70px;object-fit:contain;margin-bottom:16px}.hw-support-contact__side h3{font-family:Arial,sans-serif!important;font-size:14px;line-height:1.5;margin:0 0 10px;color:#242a2f}.hw-support-contact__side p{font-size:12px;line-height:1.55;color:#707a84;margin:5px 0}.hw-support-faq{padding:62px 0}.hw-faq-list{max-width:860px;margin:auto;border-top:1px solid #e4e9ed}.hw-faq-list details{border-bottom:1px solid #e4e9ed;padding:0}.hw-faq-list summary{list-style:none;cursor:pointer;padding:19px 38px 19px 0;font-size:14px;font-weight:700;color:#262b30;position:relative}.hw-faq-list summary::-webkit-details-marker{display:none}.hw-faq-list summary:after{content:"+";position:absolute;right:3px;top:15px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:1px solid #dfe4e8;color:var(--hw-red)}.hw-faq-list details[open] summary:after{content:"–"}.hw-faq-list details p{font-size:13px;color:#69737c;line-height:1.7;padding:0 45px 18px 0;margin:0}
@media(max-width:980px){.hw-function-hero h1{font-size:42px}.hw-solution-page-grid{grid-template-columns:repeat(2,1fr)}.hw-tech-grid,.hw-support-grid{grid-template-columns:repeat(2,1fr)}.hw-flow-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:782px){.hw-function-hero{padding:28px 0 34px}.hw-function-hero__grid{grid-template-columns:1fr;gap:22px}.hw-function-hero__media{order:-1;height:240px;border-radius:16px}.hw-function-hero h1{font-size:34px;letter-spacing:-1px}.hw-function-hero h2{font-size:18px}.hw-function-hero p{font-size:13px}.hw-function-section{padding:42px 0}.hw-function-heading h2{font-size:24px}.hw-solution-page-grid{grid-template-columns:1fr}.hw-solution-page-card__image{height:180px}.hw-flow-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hw-flow-grid>div{flex:0 0 250px;scroll-snap-align:start}.hw-function-cta__inner{padding:24px;display:block}.hw-function-cta__inner .hw-btn{margin-top:18px}.hw-tech-grid,.hw-support-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hw-tech-card,.hw-support-card{flex:0 0 240px;scroll-snap-align:start}.hw-tech-showcase__row{grid-template-columns:1fr;gap:18px}.hw-tech-showcase__row--reverse .hw-tech-showcase__media{order:0}.hw-tech-showcase__media{height:230px}.hw-support-contact__grid{grid-template-columns:1fr}.hw-support-contact__items{grid-template-columns:1fr}.hw-function-cta__inner h2{font-size:22px}}

/* v1.3.1 — WooCommerce live product groups */
.hw-product-group{grid-template-columns:220px minmax(0,1fr)}
.hw-product-list{grid-template-columns:repeat(4,minmax(0,1fr))}
.hw-product-card.is-live{min-height:205px;padding:16px 12px}
.hw-product-card.is-live .hw-product-card__image{height:105px;margin-bottom:8px}
.hw-product-card.is-live .hw-product-card__image img{height:105px;max-width:100%;object-fit:contain}
.hw-product-card__sku{display:block;font-size:9px;color:#929aa2;margin-top:4px;line-height:1.25}
.hw-product-card__price{display:block;color:var(--hw-red)!important;font-weight:700!important;font-size:12px!important;margin-top:7px!important}
.hw-product-card__price del{color:#929aa2;font-weight:500;font-size:10px;margin-right:4px}.hw-product-card__price ins{text-decoration:none}
.hw-product-group__link{display:inline-flex;margin-top:12px;font-size:10px;font-weight:700;color:var(--hw-red)!important;background:rgba(255,255,255,.82);border:1px solid rgba(230,0,18,.12);border-radius:999px;padding:7px 10px;backdrop-filter:blur(8px)}
.hw-product-list.is-empty{display:flex;align-items:center;justify-content:center;min-height:190px}.hw-product-empty{text-align:center;padding:24px;color:#69727b}.hw-product-empty strong{display:block;color:#252b31;margin-bottom:5px}.hw-product-empty span{display:block;font-size:11px}.hw-product-empty a{display:inline-block;margin-top:9px;color:var(--hw-red);font-size:11px;font-weight:700}

@media(max-width:782px){.hw-product-group{display:block}.hw-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-product-card.is-live{display:flex!important;min-height:170px}.hw-product-card.is-live .hw-product-card__image,.hw-product-card.is-live .hw-product-card__image img{height:78px}.hw-product-group__link{font-size:9px}}

/* v1.7.6 product grid fallback */
@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}}
@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}}
@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}}
@media (max-width:782px){.hw-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* v1.7.7 Flatsome logo bridge */
.hw-brand__image{display:block!important;width:auto!important;height:auto!important;max-width:235px!important;max-height:58px!important;object-fit:contain!important}
@media(max-width:782px){.hw-brand__image{max-width:178px!important;max-height:46px!important}}
