:root{
  --blue:#0878ed;
  --blue-dark:#073974;
  --blue-deep:#052f5d;
  --text:#143a67;
  --muted:#6e8197;
  --line:#dbe8f4;
  --bg:#f5f9fd;
  --card:#ffffff;
  --container:1840px;
  --shadow:0 16px 40px rgba(8,55,107,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
button{cursor:pointer}
input,textarea,button{outline:none}
svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(calc(100% - 64px),var(--container));margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.btn{height:46px;padding:0 22px;border-radius:9px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800;transition:.2s ease}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 26px rgba(8,120,237,.24)}
.btn-primary:hover{transform:translateY(-1px);filter:brightness(.98)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.48)}
.btn-ghost:hover{background:rgba(255,255,255,.08)}

.site-header{position:sticky;top:0;z-index:90;height:92px;background:rgba(255,255,255,.97);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid rgba(8,85,160,.10);box-shadow:0 8px 24px rgba(6,49,96,.04)}
.header-row{height:100%;display:flex;align-items:center}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto;min-width:520px}
.brand-lockup{width:500px;height:auto;max-height:74px;object-fit:contain}
.brand-logo-mobile{display:none;width:116px;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto;height:100%}
.main-nav a{height:100%;display:flex;align-items:center;text-decoration:none;position:relative;font-size:15px;font-weight:700;color:#123f70;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.main-nav a.active:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:30px;height:3px;border-radius:999px;background:var(--blue)}
.header-actions{display:flex;align-items:center;gap:18px;margin-left:30px}
.nav-search{width:34px;height:34px;display:grid;place-items:center;color:#16497e;border:0;background:transparent;padding:0}
.nav-search svg{width:21px;height:21px}
.phone-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#123e72;white-space:nowrap}
.phone-link>svg{width:27px;height:27px;color:var(--blue);stroke-width:2.2}
.phone-link span{display:flex;flex-direction:column;line-height:1.15}
.phone-link strong{font-size:17px}
.phone-link small{font-size:10px;color:#71859d;margin-top:4px}
.btn-header{height:42px;padding:0 20px}
.menu-btn{display:none;margin-left:auto;border:0;background:none;color:var(--blue);padding:10px}
.menu-btn svg{width:28px;height:28px}
.mobile-drawer,.drawer-mask,.mobile-contact{display:none}

.hero{position:relative;overflow:hidden;height:570px;background:#dfefff}
.hero-photo{position:absolute;inset:0;background:url('../images/hero.webp') 61% center/cover no-repeat}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,252,255,.97) 0%,rgba(239,248,255,.9) 33%,rgba(217,237,255,.38) 52%,rgba(5,42,83,.04) 100%)}
.hero-content{height:100%;position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1080px) 340px;gap:56px;align-items:center}
.hero-main{padding-top:8px;max-width:980px}
.hero h1{margin:0;color:var(--blue-dark);font-size:60px;line-height:1.12;letter-spacing:-.04em;font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,.6)}
.hero-subtitle-cn{margin-top:14px;font-size:16px;font-weight:700;letter-spacing:.42em;color:#244d7e}
.hero-subtitle-en{margin-top:9px;font-size:12px;letter-spacing:.42em;color:#6782a1;font-weight:600}
.hero-points{display:flex;align-items:center;gap:32px;margin-top:22px;color:#184b80;font-size:14px;font-weight:700;flex-wrap:wrap}
.hero-points span{display:flex;align-items:center;gap:8px}
.hero-points svg{width:28px;height:28px;color:var(--blue);stroke-width:2}
.search-panel{width:900px;max-width:100%;margin-top:28px;background:rgba(255,255,255,.95);border-radius:12px;padding:10px 12px 8px;box-shadow:0 14px 36px rgba(5,63,126,.14);backdrop-filter:blur(5px)}
.search-box{height:58px;display:grid;grid-template-columns:34px 1fr 156px;align-items:center;gap:8px}
.search-box>svg{width:26px;height:26px;color:var(--blue);margin-left:4px}
.search-box input{height:100%;border:0;background:transparent;color:#183e6a;font-size:15px;min-width:0}
.search-box input::placeholder{color:#8ba0b9}
.search-box button{height:50px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:800;font-size:16px}
.hot-queries{min-height:35px;border-top:1px solid #edf3f9;display:flex;align-items:center;gap:7px;font-size:11px;white-space:nowrap;overflow:hidden}
.hot-queries strong{font-size:12px;flex:0 0 auto}
.hot-queries button,.hot-queries a{border:0;background:#f1f6fc;color:#3f6389;border-radius:18px;padding:5px 13px;font-size:11px;flex:0 0 auto}
.hot-queries button:hover,.hot-queries a:hover{background:#e3f0ff;color:var(--blue)}
.hero-quote{align-self:end;margin-bottom:34px;margin-left:auto;width:332px;padding:28px 28px 24px;background:linear-gradient(135deg,rgba(9,50,94,.88),rgba(11,57,104,.95));border-radius:14px;color:#fff;box-shadow:0 18px 45px rgba(4,35,73,.3);backdrop-filter:blur(4px)}
.hero-quote h2{font-size:27px;margin:0 0 8px}
.hero-quote p{font-size:13px;margin:0 0 20px;color:#e7f1ff}
.quote-white{height:44px;border:0;border-radius:8px;background:#fff;color:var(--blue);font-weight:800;padding:0 25px;display:flex;align-items:center;gap:10px}
.quote-white svg{width:18px;height:18px}

.service-bar{background:#fff;border-bottom:1px solid #e8f0f8;box-shadow:0 8px 22px rgba(16,67,120,.04)}
.service-items{height:112px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}
.service-items article{display:flex;align-items:center;justify-content:center;gap:18px;position:relative}
.service-items article:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:54px;background:#e0e9f2}
.service-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--blue)}
.service-icon svg{width:42px;height:42px;stroke-width:1.6}
.service-items article>div{display:flex;flex-direction:column;gap:6px}
.service-items strong{font-size:18px;color:#0a3e7e}
.service-items small{font-size:12px;color:#75899f;white-space:nowrap}

.section{padding:30px 0 0}
.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:20px}
.section-title h2{margin:0;color:#073a77;font-size:26px;font-weight:900;letter-spacing:-.02em}
.section-title h2 span{font-size:13px;color:#3c7cc4;font-weight:500;letter-spacing:.03em}
.section-title a{display:flex;align-items:center;gap:8px;color:var(--blue);text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}
.section-title a svg{width:18px;height:18px}

.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.product-card,.industry-grid article,.stats article,.factory-card,.cta-services,.modal-card,.video-card{background:#fff}
.product-card{border:1px solid var(--line);border-radius:10px;padding:12px 15px 14px;min-width:0;transition:.2s ease}
.product-card:hover,.industry-grid article:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bad8f9}
.product-img{height:170px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-img img{height:155px;width:155px;object-fit:contain;filter:drop-shadow(0 12px 13px rgba(29,67,107,.13))}
.product-card h3{font-size:20px;margin:5px 0 9px;color:#073974}
.product-card dl{margin:0;color:#426486;font-size:13px;line-height:1.65}
.product-card dl div{display:flex;gap:6px}
.product-card dt{font-weight:500}
.product-card dd{margin:0}
.product-quote{width:100%;height:36px;margin-top:9px;background:#fff;border:1px solid var(--blue);border-radius:6px;color:var(--blue);font-weight:800}
.product-quote:hover{background:var(--blue);color:#fff}
.product-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}
.product-card-actions .product-quote,.product-card-actions .product-parameters{width:100%;height:38px;margin:0;min-width:0;border-radius:6px;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:clamp(10px,.8vw,13px);font-weight:800}
.product-card-actions .product-parameters{border:1px solid var(--blue);background:var(--blue);color:#fff;text-decoration:none;text-align:center;padding:0 2px}
.product-card-actions .product-parameters:hover{background:#0868c8;border-color:#0868c8}
.product-card-actions .product-quote:focus-visible,.product-card-actions .product-parameters:focus-visible{outline:3px solid #075baa;outline-offset:2px}
@media(max-width:720px){.product-card-actions .product-quote,.product-card-actions .product-parameters{font-size:12px}}
.no-result{display:none;margin-top:18px;padding:18px;border-radius:8px;background:#f6faff;color:#59738f}
.no-result.show{display:block}
.no-result a{color:var(--blue);font-weight:800}

.industries{padding-top:35px}
.industry-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.industry-grid article{overflow:hidden;border:1px solid var(--line);border-radius:10px;text-align:center;transition:.2s ease}
.industry-grid img{width:100%;height:142px;object-fit:cover}
.industry-grid h3{font-size:18px;margin:10px 0 4px;color:#083a77}
.industry-grid p{font-size:12px;color:#778aa1;margin:0 0 12px}

.strength{padding-top:34px;padding-bottom:26px}
.strength-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:28px;align-items:stretch}
.stats{display:grid;grid-template-columns:repeat(5,1fr);border-radius:12px;overflow:hidden}
.stats article{display:flex;flex-direction:column;justify-content:center;padding:17px 18px;min-height:124px;position:relative}
.stats article:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:78px;background:#dfebf6}
.stats strong{font-size:39px;letter-spacing:-.04em;color:var(--blue);font-weight:900;line-height:1}.stats .metric-word{font-size:27px;letter-spacing:.01em}
.stats sup{font-size:18px;top:-.6em;position:relative}
.stats em{font-size:13px;font-style:normal;margin-left:3px}
.stats span{margin-top:12px;display:flex;align-items:center;gap:8px;font-size:13px;color:#557390}
.stats span svg{width:21px;height:21px;color:var(--blue)}
.factory-card{padding:0;border:0;border-radius:12px;overflow:hidden;position:relative;min-height:124px}
.factory-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.factory-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,37,73,.08),rgba(2,34,68,.55))}
.factory-badge{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border:1.5px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(8,42,77,.22);backdrop-filter:blur(2px)}
.factory-badge svg{width:28px;height:28px}
.factory-copy{position:absolute;z-index:2;right:28px;bottom:30px;color:#fff;text-align:left;display:flex;flex-direction:column}
.factory-copy strong{font-size:20px}
.factory-copy small{font-size:12px;margin-top:4px}

.cta{height:190px;position:relative;overflow:hidden;background:#073566}
.cta-photo{position:absolute;inset:0;background:url('../images/cta.webp') center center/cover no-repeat}
.cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,46,91,.96) 0%,rgba(4,50,97,.92) 44%,rgba(4,46,90,.45) 62%,rgba(6,43,83,.88) 100%)}
.cta-row{height:100%;position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}
.cta-copy{color:#fff}
.cta-copy h2{font-size:29px;margin:0 0 8px}
.cta-copy p{font-size:14px;color:#dceeff;margin:0}
.cta-buttons{margin-top:17px;display:flex;gap:16px;flex-wrap:wrap}
.cta-services{height:110px;border-radius:12px;background:rgba(8,46,87,.73);display:grid;grid-template-columns:repeat(3,1fr);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}
.cta-services a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;text-align:center}
.cta-services a:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:58px;background:rgba(255,255,255,.18)}
.cta-services svg{width:27px;height:27px;margin-bottom:7px}
.cta-services strong{font-size:14px}
.cta-services small{font-size:10px;color:#c5dbef;margin-top:4px}

.site-footer{background:#052f5d;color:#fff}
.footer-main{height:108px;display:grid;grid-template-columns:1.3fr 1.2fr .55fr;align-items:center;gap:32px}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-brand img{width:145px;height:70px;object-fit:contain;filter:brightness(0) invert(1) opacity(.95)}
.footer-brand div{display:flex;flex-direction:column;gap:6px}
.footer-brand strong{font-size:18px}
.footer-brand small{font-size:10px;color:#a9c1d8}
.footer-nav{display:flex;justify-content:center;gap:29px}
.footer-nav a{color:#d2e2f1;text-decoration:none;font-size:12px}
.footer-phone{justify-self:end;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}
.footer-phone>svg{width:28px;height:28px;color:#1f8cff}
.footer-phone span{display:flex;flex-direction:column}
.footer-phone strong{font-size:18px}
.footer-phone small{font-size:9px;color:#a9c1d8;margin-top:4px}
.footer-bottom{min-height:38px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#7999b8;padding:10px 0;gap:20px}

.modal{position:fixed;inset:0;z-index:120;display:none}
.modal.show{display:block}
.modal-mask{position:absolute;inset:0;background:rgba(2,24,46,.52)}
.modal-card,.video-card{position:relative;z-index:2;width:min(calc(100% - 32px),560px);margin:6vh auto 0;border-radius:16px;padding:32px 28px;box-shadow:0 24px 70px rgba(0,25,51,.22)}
.video-card{width:min(calc(100% - 32px),620px);padding:20px}
.video-card>img{border-radius:12px;height:280px;width:100%;object-fit:cover}
.video-card div{padding:16px 6px 4px}
.video-card strong{font-size:22px;color:#073a77}
.video-card p{margin:8px 0 0;color:#57718d;font-size:14px;line-height:1.7}
.modal-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#eef5fc;color:#3a6fa8;display:grid;place-items:center}
.modal-close svg{width:20px;height:20px}
.modal-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#edf6ff;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.08em}
.modal-card h2{margin:12px 0 8px;color:#073a77;font-size:30px}
.modal-card p{margin:0 0 18px;color:#5c7390;line-height:1.7}
#quoteForm{display:grid;gap:14px}
#quoteForm label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#2a5688}
#quoteForm input,#quoteForm textarea{width:100%;border:1px solid #d9e6f3;border-radius:10px;padding:12px 14px;background:#fbfdff;color:#153f6d}
#quoteForm textarea{resize:vertical;min-height:94px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.modal-submit{width:100%;height:46px}
.direct-call{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid #edf3f9;color:#5d7896;font-size:13px}
.direct-call a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--blue);font-weight:900}
.direct-call a svg{width:18px;height:18px}
.form-success{margin-top:16px;padding:14px 16px;border-radius:12px;background:#f1f9f2;color:#276947;display:grid;grid-template-columns:auto 1fr;gap:4px 10px;align-items:center}
.form-success svg{width:20px;height:20px;color:#2aa14a;grid-row:span 2}
.form-success strong{font-size:15px}
.form-success span{font-size:12px;color:#4d765f}

@media (max-width:1500px){
  :root{--container:1440px}
  .brand{min-width:430px}
  .brand-lockup{width:420px;max-height:62px}
  .main-nav{gap:24px}
  .header-actions{gap:14px;margin-left:22px}
  .phone-link strong{font-size:15px}
  .hero-content{grid-template-columns:minmax(0,820px) 316px}
  .hero h1{font-size:50px}
  .search-panel{width:760px}
  .product-img{height:145px}.product-img img{height:135px;width:135px}
  .product-card h3{font-size:18px}
  .industry-grid img{height:125px}
  .stats strong{font-size:34px}
  .footer-nav{gap:20px}
}

@media (max-width:1320px) and (min-width:1161px){
  .brand{min-width:345px}
  .brand-lockup{width:338px;max-height:52px}
  .main-nav{gap:18px}
  .main-nav a{font-size:14px}
  .header-actions{gap:10px;margin-left:14px}
  .phone-link small{display:none}
  .phone-link strong{font-size:14px}
  .btn-header{padding:0 14px}
}

@media (max-width:1160px){
  .container{width:min(calc(100% - 36px),1100px)}
  .brand{min-width:auto}
  .brand-lockup{width:360px;max-height:54px}
  .main-nav{display:none}
  .header-actions{margin-left:auto}
  .nav-search{display:none}
  .menu-btn{display:block}
  .hero{height:600px}
  .hero-content{grid-template-columns:1fr}
  .hero-main{max-width:860px}
  .hero h1{font-size:48px}
  .hero-main{align-self:center}
  .hero-quote{display:none}
  .search-panel{width:min(100%,800px)}
  .service-items{grid-template-columns:repeat(5,1fr)}
  .service-items article{gap:10px}
  .service-icon{width:42px}.service-icon svg{width:34px}
  .service-items strong{font-size:15px}.service-items small{font-size:10px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .industry-grid{grid-template-columns:repeat(3,1fr)}
  .strength-grid{grid-template-columns:1fr}
  .cta-row{grid-template-columns:1fr 1fr}
  .footer-main{grid-template-columns:1fr .8fr}
  .footer-nav{display:none}
  .mobile-drawer{display:block;position:fixed;z-index:122;top:0;right:0;width:min(84vw,360px);height:100vh;background:#fff;padding:20px 22px;transform:translateX(104%);transition:.23s ease;box-shadow:-25px 0 70px rgba(0,34,70,.2)}
  .mobile-drawer.open{transform:translateX(0)}
  .drawer-head{height:62px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7eef5}
  .drawer-head img{width:138px;height:auto}
  .drawer-head button{border:0;background:none;color:#315c86}
  .drawer-head svg{width:24px;height:24px}
  .mobile-drawer nav{display:grid;margin-top:12px}
  .mobile-drawer nav a{padding:15px 4px;color:#153f6d;text-decoration:none;border-bottom:1px solid #eef3f8;font-weight:700}
  .drawer-phone{margin-top:24px;height:48px;background:#eef7ff;color:#0878ed;border-radius:8px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900}
  .drawer-phone svg{width:21px;height:21px}
  .drawer-mask{position:fixed;inset:0;z-index:121;background:rgba(1,22,43,.45)}
  .drawer-mask.show{display:block}
}

@media (max-width:720px){
  body{padding-bottom:64px}
  .container{width:min(calc(100% - 24px),100%)}
  .site-header{height:72px}
  .header-row{padding-left:0;padding-right:0}
  .brand{min-width:auto}
  .brand-lockup{display:none}
  .brand-logo-mobile{display:block;width:122px}
  .header-actions{display:none}
  .menu-btn{margin-left:auto;padding:8px 2px 8px 12px}

  .hero{height:auto;background:#fff;padding-top:0;overflow:visible}
  .hero-photo{inset:0 0 auto 0;height:304px;background-position:66% center}
  .hero:after{width:100%;height:320px;inset:0 auto auto 0;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,.08) 32%,rgba(255,255,255,.38) 72%,rgba(255,255,255,.98) 100%);pointer-events:none}
  .hero-content{display:block}
  .hero-main{position:relative;min-height:430px;padding:22px 0 0;max-width:none}
  .hero h1{max-width:300px;font-size:31px;line-height:1.14;letter-spacing:-.04em;text-shadow:0 1px 10px rgba(255,255,255,.9)}
  .hero-subtitle-cn{max-width:230px;font-size:10.5px;letter-spacing:.30em;margin-top:10px}
  .hero-subtitle-en{max-width:230px;font-size:8.5px;letter-spacing:.27em;margin-top:5px}
  .hero-points{position:absolute;left:0;right:0;top:205px;bottom:auto;margin-top:0;display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(7,52,99,.9);border-radius:10px;padding:11px 6px;color:#fff}
  .hero-points span{font-size:9px;flex-direction:column;text-align:center;gap:3px}
  .hero-points svg{width:22px;height:22px;color:#fff}
  .search-panel{position:absolute;left:0;right:0;top:316px;margin-top:0;padding:8px;border:1px solid #e4edf6;box-shadow:0 7px 22px rgba(7,66,124,.08)}
  .search-box{grid-template-columns:25px 1fr 48px;height:44px}
  .search-box>svg{width:20px;height:20px}
  .search-box input{font-size:11px}
  .search-box button{height:38px;width:44px;font-size:0;position:relative}
  .search-box button:after{content:"⌕";font-size:22px}
  .hot-queries{padding-top:4px;gap:5px;min-height:31px}
  .hot-queries strong{font-size:10px}
  .hot-queries button,.hot-queries a{font-size:9px;padding:4px 8px}

  .service-bar{border-top:1px solid #edf3f8}
  .service-items{height:100px;grid-template-columns:repeat(3,1fr)}
  .service-items article:nth-child(n+4){display:none}
  .service-items article:not(:last-child):after{display:none}
  .service-items article{gap:5px;flex-direction:column;text-align:center}
  .service-icon{width:28px;height:28px}.service-icon svg{width:27px;height:27px}
  .service-items article>div{gap:3px}
  .service-items strong{font-size:11px}.service-items small{font-size:8px}

  .section{padding-top:22px}
  .section-title{margin-bottom:12px}
  .section-title h2{font-size:21px}
  .section-title h2 span{font-size:9px}
  .section-title a{font-size:9px}
  .section-title a svg{width:15px}
  .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;padding-bottom:4px;scrollbar-width:none}
  .product-grid::-webkit-scrollbar{display:none}
  .product-card{flex:0 0 88%;scroll-snap-align:start;padding:12px 15px}
  .product-img{height:185px}.product-img img{height:170px;width:170px}
  .product-card h3{font-size:18px}.product-card dl{font-size:12px}.product-quote{height:38px}
  .industries{padding-top:28px}
  .industry-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .industry-grid img{height:104px}
  .industry-grid h3{font-size:14px;margin:7px 0 3px}
  .industry-grid p{font-size:9px;margin-bottom:8px}
  .strength{padding-top:28px}
  .strength-grid{gap:12px}
  .stats{grid-template-columns:repeat(3,1fr);overflow:visible;gap:7px;background:transparent}
  .stats article{min-height:93px;padding:11px 8px;border:1px solid #e1ebf5;border-radius:8px;background:#fff}
  .stats article:not(:last-child):after{display:none}
  .stats article:nth-child(n+4){display:none}
  .stats strong{font-size:26px}.stats sup{font-size:12px}.stats em{font-size:10px}
  .stats span{font-size:9px;gap:4px;margin-top:8px}.stats span svg{width:17px;height:17px}
  .factory-card{min-height:128px}
  .factory-badge{width:48px;height:48px;left:50%}.factory-badge svg{width:24px;height:24px}
  .factory-copy{right:14px;bottom:13px}.factory-copy strong{font-size:15px}.factory-copy small{font-size:9px}
  .data-disclaimer{font-size:8px}

  .cta{height:auto;min-height:260px}
  .cta-photo{background-position:65% center}
  .cta:after{background:linear-gradient(90deg,rgba(3,39,76,.96),rgba(3,45,86,.81) 65%,rgba(3,40,76,.55))}
  .cta-row{display:block;padding:25px 0}
  .cta-copy h2{font-size:21px}.cta-copy p{font-size:10px}
  .cta-buttons{margin-top:14px}.cta-buttons .btn{height:38px;font-size:12px}
  .cta-services{height:94px;margin-top:20px}
  .cta-services svg{width:23px;height:23px}.cta-services strong{font-size:11px}.cta-services small{font-size:8px}

  .footer-main{height:auto;display:block;padding:22px 0}
  .footer-brand{gap:10px}.footer-brand img{width:138px;height:auto}.footer-brand strong{font-size:13px}.footer-brand small{font-size:8px}
  .footer-phone{margin-top:17px;justify-content:flex-start}.footer-phone strong{font-size:16px}
  .footer-bottom{min-height:48px;display:block;line-height:1.8}

  .mobile-contact{position:fixed;display:grid;grid-template-columns:1fr 42%;height:64px;left:0;right:0;bottom:0;z-index:79;background:#fff;box-shadow:0 -8px 28px rgba(0,48,96,.12)}
  .mobile-contact a{display:flex;align-items:center;justify-content:center;gap:7px;color:#17476f;text-decoration:none;font-size:13px;font-weight:900}
  .mobile-contact a svg{width:20px;height:20px;color:var(--blue)}
  .mobile-contact button{border:0;background:var(--blue);color:#fff;font-size:14px;font-weight:900}
  .form-row{grid-template-columns:1fr}
  .modal-card{padding:28px 20px}.modal-card h2{font-size:25px}
  .video-card>img{height:220px}
}

@media (max-width:420px){
  .container{width:min(calc(100% - 20px),100%)}
  .brand-logo-mobile{width:116px}
  .hero h1{font-size:29px;max-width:282px}
  .hero-points{left:-2px;right:-2px;padding:10px 4px}
  .hero-points span{font-size:8.5px}
  .search-box input{font-size:10.5px}
  .hot-queries{overflow-x:auto;scrollbar-width:none}
  .hot-queries::-webkit-scrollbar{display:none}
  .product-card{flex-basis:92%}
}

/* WordPress integration */
.main-nav .menu-list,.footer-nav .footer-menu,.mobile-drawer .drawer-menu{list-style:none;margin:0;padding:0;display:contents}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:inherit;height:100%}
.main-nav li{height:100%;display:flex;align-items:center}
.footer-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:inherit;align-items:center}
.mobile-drawer nav ul{list-style:none;margin:0;padding:0;display:grid}
.mobile-drawer nav li{display:block}
.hot-queries a{border:0;background:#f1f6fc;color:#3f6389;border-radius:18px;padding:5px 13px;font-size:11px;flex:0 0 auto;text-decoration:none}
.product-card h3 a,.industry-grid h3 a{text-decoration:none}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-note{font-size:11px!important;color:#8295a9!important;margin:0!important;line-height:1.6!important}
.form-error{margin:0 0 16px;padding:12px 14px;border-radius:10px;background:#fff3f3;color:#9f2f2f;font-size:13px;line-height:1.6}
.form-success.is-visible{display:grid}

/* Inner pages */
.page-hero{padding:54px 0 46px;background:linear-gradient(135deg,#eef7ff,#f9fcff);border-bottom:1px solid #e0ebf5}
.page-hero .breadcrumbs{margin-bottom:18px}
.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:12px;color:#7390ad}
.breadcrumbs a{color:#3975ad;text-decoration:none}
.breadcrumbs strong{color:#214e7e}
.page-hero h1{margin:0;color:#073a77;font-size:42px;line-height:1.2;letter-spacing:-.03em}
.page-hero p{max-width:760px;margin:12px 0 0;color:#637d99;line-height:1.8}
.content-section{padding:44px 0 64px}
.content-card{background:#fff;border:1px solid #e0eaf4;border-radius:14px;padding:28px;box-shadow:0 12px 36px rgba(9,57,105,.05)}
.content-card h2,.content-card h3{color:#073a77}
.content-card p,.content-card li{line-height:1.9;color:#496984}
.content-card img{border-radius:10px;height:auto}
.archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;flex-wrap:wrap}
.archive-search{display:flex;gap:8px;max-width:560px;width:100%}
.archive-search input{flex:1;min-width:0;border:1px solid #d7e5f3;border-radius:9px;background:#fff;height:44px;padding:0 14px;color:#214e7e}
.archive-search button{height:44px;border:0;border-radius:9px;background:var(--blue);color:#fff;padding:0 18px;font-weight:800}
.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.archive-grid .product-card{height:100%}
.pagination{margin-top:34px;display:flex;justify-content:center}
.pagination .nav-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.pagination a,.pagination span{min-width:38px;height:38px;padding:0 12px;border:1px solid #d9e6f3;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#356a9e;background:#fff}
.pagination .current{background:var(--blue);border-color:var(--blue);color:#fff}
.product-detail{display:grid;grid-template-columns:minmax(340px,.85fr) 1.15fr;gap:42px;align-items:start}
.product-detail-media{background:#fff;border:1px solid #e0eaf4;border-radius:16px;min-height:420px;display:flex;align-items:center;justify-content:center;padding:28px}
.product-detail-media img{max-height:390px;width:auto;object-fit:contain}
.product-detail h1{font-size:40px;margin:0;color:#073a77}
.product-en{margin:8px 0 22px;color:#6584a5;letter-spacing:.04em}
.product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 22px}
.product-specs div{padding:14px 16px;border-radius:10px;background:#f5f9fd;border:1px solid #e0ebf5}
.product-specs dt{font-size:11px;color:#8498ad;margin-bottom:5px}
.product-specs dd{margin:0;color:#214f80;font-weight:800}
.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.file-link{height:44px;padding:0 16px;border:1px solid #cfe0f2;border-radius:9px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;color:#1e67aa;background:#fff;font-weight:700}
.file-link svg{width:18px;height:18px}
.related-section{padding:0 0 62px}
.article-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.article-card{background:#fff;border:1px solid #e0eaf4;border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:10px}
.article-card h2{font-size:20px;margin:0;color:#073a77}
.article-card h2 a{text-decoration:none}
.article-card time{font-size:11px;color:#8aa0b5}
.article-card p{font-size:13px;color:#5f7994;line-height:1.8;margin:0}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.resource-card{background:#fff;border:1px solid #e0eaf4;border-radius:12px;padding:22px}
.resource-card h2{font-size:19px;margin:0 0 10px;color:#073a77}
.resource-card p{color:#657f99;font-size:13px;line-height:1.7}
.resource-card .file-link{margin-top:8px}
.empty-state{padding:42px;text-align:center;background:#fff;border:1px dashed #cfddeb;border-radius:14px;color:#68839e}

@media(max-width:900px){
  .archive-grid,.article-list,.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-detail{grid-template-columns:1fr;gap:24px}
  .product-detail-media{min-height:320px}
}
@media(max-width:720px){
  .main-nav ul{display:none}
  .hot-queries a{font-size:9px;padding:4px 8px}
  .page-hero{padding:34px 0 30px}
  .page-hero h1{font-size:30px}
  .content-section{padding:28px 0 44px}
  .content-card{padding:20px}
  .archive-grid,.article-list,.resource-grid{grid-template-columns:1fr}
  .product-detail h1{font-size:31px}
  .product-specs{grid-template-columns:1fr 1fr}
}
.archive-cats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.archive-cats a{height:36px;padding:0 13px;border:1px solid #dbe7f2;border-radius:999px;background:#fff;color:#426d98;text-decoration:none;display:inline-flex;align-items:center;font-size:12px}
.archive-cats a:hover{border-color:#9fc9f3;color:var(--blue);background:#f5faff}
.main-nav .current-menu-item>a,.main-nav .current-menu-ancestor>a{color:var(--blue)}
.main-nav .current-menu-item>a:after,.main-nav .current-menu-ancestor>a:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:30px;height:3px;border-radius:999px;background:var(--blue)}
.product-summary{color:#5a7692;line-height:1.8}
.archive-industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.resource-card h2 a{color:inherit;text-decoration:none}
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
@media(max-width:720px){.archive-industry-grid{grid-template-columns:repeat(2,1fr)}.archive-cats{gap:6px}.archive-cats a{font-size:10px;height:32px;padding:0 10px}}

/* ===== v1.2 visual system / inner-page unification ===== */
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#2b79c8;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.eyebrow:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,#0d7bec,#66b0ff);border-radius:999px}
.eyebrow.light{color:#cfe8ff}.eyebrow.light:before{background:#72bbff}
.page-hero{position:relative;overflow:hidden;padding:62px 0 54px;background:radial-gradient(circle at 85% 15%,rgba(112,185,255,.18),transparent 26%),linear-gradient(135deg,#edf7ff 0%,#f9fcff 72%,#eef7ff 100%)}
.page-hero:after{content:"";position:absolute;right:-120px;top:-220px;width:520px;height:520px;border:1px solid rgba(21,120,220,.08);border-radius:50%}
.page-hero>.container{position:relative;z-index:1}
.page-hero h1{font-size:46px;line-height:1.15}
.page-hero p{font-size:15px;max-width:820px}
.page-hero-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}
.page-hero-chip{padding:14px 18px;border:1px solid #cfe3f6;border-radius:12px;background:rgba(255,255,255,.72);color:#37688f;font-size:12px;box-shadow:0 10px 30px rgba(7,62,117,.05)}

/* Header balance */
@media (min-width:1321px){
  .site-header{height:88px}
  .brand{min-width:470px}
  .brand-lockup{width:460px;max-height:66px}
  .main-nav{gap:29px}
  .header-actions{margin-left:26px;gap:16px}
}

/* Archive helpers */
.archive-notice{display:flex;flex-direction:column;gap:6px;margin:0 0 20px;padding:15px 18px;border:1px solid #d9e9f7;border-radius:10px;background:#f7fbff;color:#577691}
.archive-notice strong{color:#174f87}.archive-notice.lower{margin:24px 0 0}
.industry-overviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.industry-overview{scroll-margin-top:110px}
.industry-overview h2{margin:0 0 10px;font-size:22px}
.industry-overview p{margin:0 0 18px}
@media(max-width:720px){.industry-overviews{grid-template-columns:1fr}}
.archive-cats a.active{background:#eaf5ff;border-color:#8ec5f7;color:#0878ed;font-weight:800}
.product-toolbar{align-items:flex-start}.product-archive-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.resource-cats{margin-bottom:24px}
.resource-type{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef7ff;color:#2c76bb;font-size:10px;font-weight:800;letter-spacing:.08em}
.resource-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.file-link.primary{background:#0878ed;color:#fff;border-color:#0878ed}
.document-empty svg{width:42px;height:42px;color:#0878ed;margin:0 auto 12px}.document-empty h2{color:#073a77;margin:0 0 8px}

/* About / contact / service */
.about-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}
.about-photo{border-radius:16px;overflow:hidden;min-height:420px;box-shadow:0 18px 50px rgba(5,53,104,.10)}
.about-photo img{width:100%;height:100%;object-fit:cover}
.about-copy h2{font-size:32px;margin:2px 0 16px}.about-copy p{font-size:15px}
.capability-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.capability-cards article,.service-detail-grid article{background:#fff;border:1px solid #dde9f5;border-radius:14px;padding:24px;box-shadow:0 10px 28px rgba(9,57,105,.04)}
.capability-cards strong{font-size:18px;color:#0b4a86}.capability-cards p{margin:9px 0 0;font-size:13px;color:#637d97;line-height:1.8}
.inner-cta{position:relative;overflow:hidden;background:linear-gradient(105deg,#063c73,#07559e 65%,#0c68bd);color:#fff}
.inner-cta:after{content:"";position:absolute;right:-80px;top:-110px;width:390px;height:390px;border:1px solid rgba(255,255,255,.09);border-radius:50%}
.inner-cta-row{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;z-index:1}
.inner-cta h2{margin:0 0 8px;font-size:30px}.inner-cta p{margin:0;color:#d9ecff}.inner-cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px;align-items:start}
.contact-panel{display:grid;gap:14px}.contact-card{background:#fff;border:1px solid #dfeaf5;border-radius:14px;padding:22px;display:grid;grid-template-columns:42px 1fr;gap:4px 14px;align-items:center}
.contact-card>svg{grid-row:1/4;width:32px;height:32px;color:#0878ed}.contact-card span{font-size:11px;color:#8195a8}.contact-card strong{font-size:17px;color:#154e86}.contact-card strong a{text-decoration:none}.contact-card small{font-size:11px;color:#8195a8}.contact-extra{margin-top:4px}
.contact-form-card h2{font-size:30px;margin:0 0 6px}.contact-form{display:grid;gap:14px;margin-top:20px}.contact-form label{display:grid;gap:7px;font-size:13px;font-weight:700;color:#2f5d8d}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d9e7f4;border-radius:10px;padding:12px 14px;background:#fbfdff;color:#173f6c}.contact-form textarea{resize:vertical}
.service-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-detail-grid article>svg{width:38px;height:38px;color:#0878ed}.service-detail-grid h2{font-size:19px;color:#0b4a86;margin:15px 0 8px}.service-detail-grid p{font-size:13px;color:#637d97;line-height:1.8;min-height:70px}.service-detail-grid a,.link-button{border:0;background:none;padding:0;color:#0878ed;font-weight:800;text-decoration:none;font-size:13px}.service-editor-content{margin-top:28px}.notice-box{padding:16px 18px;border-left:4px solid #0878ed;background:#f3f9ff;border-radius:8px;color:#4e6d89;line-height:1.8}

/* Product detail */
.product-hero-line{display:flex;align-items:end;justify-content:space-between;gap:24px}.cas-badge{flex:0 0 auto;min-width:150px;padding:14px 18px;border:1px solid #cfe2f5;border-radius:12px;background:rgba(255,255,255,.78);display:flex;flex-direction:column;gap:4px}.cas-badge small{font-size:10px;color:#7891a9;letter-spacing:.12em}.cas-badge strong{font-size:20px;color:#0a4d8a}
.product-detail-info h2{font-size:36px;color:#073a77;margin:2px 0 0}.procurement-note{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:13px 15px;border-radius:10px;background:#f4f9fe;border:1px solid #deebf6;color:#607c96;font-size:12px}.procurement-note strong{color:#1c5d97;white-space:nowrap}
.product-body-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;margin-top:30px}.product-side .side-card{margin:0}.sticky{position:sticky;top:120px}.side-phone{margin-top:12px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d4e4f2;border-radius:9px;text-decoration:none;color:#175d9f;font-weight:800}.side-phone svg{width:18px;height:18px}.inline-related{margin-top:34px}

/* News / article */
.news-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.news-cats{margin-bottom:20px}.modern-article-list{grid-template-columns:1fr}.modern-article-card{padding:0;display:grid;grid-template-columns:280px 1fr;overflow:hidden;gap:0}.modern-article-card .article-thumb{min-height:190px;background:#eef5fb}.modern-article-card .article-thumb img{width:100%;height:100%;object-fit:cover}.article-body{padding:24px}.article-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:11px;color:#8196aa}.article-meta span{padding-left:10px;border-left:1px solid #d8e4ef}.modern-article-card h2{font-size:22px;margin:9px 0 8px}.read-more{display:inline-flex;margin-top:15px;color:#0878ed;font-size:12px;font-weight:800;text-decoration:none}.news-side,.article-side,.page-side,.product-side{display:grid;gap:16px}.side-card{background:#fff;border:1px solid #dfeaf5;border-radius:14px;padding:20px}.side-card h3{font-size:18px;color:#0b4a86;margin:0 0 8px}.side-card p{font-size:12px;line-height:1.8;color:#697f96;margin:0 0 14px}.side-card .btn{width:100%}.text-link{display:block;padding:9px 0;color:#1766ad;text-decoration:none;font-size:13px;font-weight:700;border-bottom:1px solid #eef3f8}.text-link:last-child{border-bottom:0}.article-hero h1{max-width:1100px}.article-hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;color:#718aa3;font-size:12px}.article-layout,.generic-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.article-content-card{padding:32px 36px}.article-cover{margin:-32px -36px 28px}.article-cover img{width:100%;max-height:540px;object-fit:cover;border-radius:14px 14px 0 0}.article-content{font-size:15px;line-height:1.95;color:#405f7c}.article-content h2{font-size:26px;margin:34px 0 14px;color:#073a77}.article-content h3{font-size:21px;margin:28px 0 12px;color:#0b4d86}.article-content p{margin:0 0 18px}.article-content ul,.article-content ol{padding-left:1.4em}.article-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px}.article-content th,.article-content td{border:1px solid #dfe8f1;padding:10px 12px;text-align:left}.article-content th{background:#f4f8fc;color:#214f7f}.article-disclaimer{margin-top:28px;padding:14px 16px;background:#f7fafc;border-radius:9px;color:#7a8fa4;font-size:11px;line-height:1.8}.error-state strong{font-size:22px;color:#0c4e88}.error-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}

@media(max-width:1200px){
  .product-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .capability-cards,.service-detail-grid{grid-template-columns:repeat(2,1fr)}
  .about-intro-grid{grid-template-columns:1fr}
  .about-photo{min-height:330px}
  .contact-layout,.news-layout,.article-layout,.generic-page-layout,.product-body-layout{grid-template-columns:1fr}
  .news-side,.article-side,.page-side,.product-side{grid-template-columns:repeat(2,1fr)}
  .sticky{position:static}
}

@media(max-width:900px){
  .page-hero-grid,.product-hero-line{grid-template-columns:1fr;display:grid;align-items:start}
  .page-hero-chip,.cas-badge{justify-self:start}
  .modern-article-card{grid-template-columns:210px 1fr}
  .product-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:720px){
  .page-hero{padding:36px 0 32px}.page-hero h1{font-size:31px}.page-hero p{font-size:13px}.eyebrow{font-size:9px;margin-bottom:8px}
  .page-hero-chip{font-size:10px;padding:10px 12px}
  .product-archive-grid{display:grid;grid-template-columns:1fr!important}.product-archive-grid .product-card{width:100%;flex:none}
  .archive-toolbar{display:block}.archive-search{max-width:none}.archive-cats{margin-top:12px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.archive-cats::-webkit-scrollbar{display:none}
  .capability-cards,.service-detail-grid{grid-template-columns:1fr}
  .about-photo{min-height:230px}.about-copy h2{font-size:25px}
  .inner-cta-row{min-height:auto;padding:28px 0;display:block}.inner-cta h2{font-size:23px}.inner-cta-actions{margin-top:18px}
  .contact-layout{grid-template-columns:1fr}.contact-card{padding:18px}.contact-form-card h2{font-size:25px}
  .product-hero-line{display:block}.cas-badge{margin-top:16px;display:inline-flex;min-width:132px}
  .product-detail-info h2{font-size:29px}.product-body-layout{display:block}.product-side{margin-top:16px}
  .news-layout,.article-layout,.generic-page-layout{display:block}.news-side,.article-side,.page-side{display:grid;grid-template-columns:1fr;margin-top:20px}
  .modern-article-card{display:block}.modern-article-card .article-thumb{height:180px;display:block}.article-body{padding:18px}.modern-article-card h2{font-size:19px}
  .article-content-card{padding:20px}.article-cover{margin:-20px -20px 20px}.article-content{font-size:14px}.article-content h2{font-size:22px}.article-content h3{font-size:19px}
}
