:root {
  --pri:   #0F3F9A;
  --pri-h: #0A54BA;
  --or:    #F08200;
  --pb:    #D0DDF1;
  --bg:    #F7F8FC;
  --dk:    #1E1E1E;
  --tx:    #333;
  --tx2:   #666;
  --tx3:   #999;
  --bd:    #e5e7eb;
  --wh:    #fff;
  --rd:    .75rem;
}
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:var(--tx);line-height:1.7;background:var(--wh);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .3s}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
::focus-visible{outline:2px solid var(--pri);outline-offset:2px}
.container{max-width:1280px;margin:0 auto;padding:0 1rem}
.container-sm{max-width:900px;margin:0 auto;padding:0 1rem}
.container-xs{max-width:672px;margin:0 auto;padding:0 1rem}
.detail-layout{display:flex;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1rem;align-items:flex-start}
.detail-main{flex:0 0 900px;max-width:900px;min-width:0}
.detail-sidebar{flex:1;min-width:240px;position:sticky;top:90px;background:var(--bg,#fff);border:1px solid var(--bd);padding:1.5rem 1.25rem}
.sidebar__tt{font-size:1.375rem;font-weight:700;color:var(--tx);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--bd)}
.sidebar-product{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bd)}
.sidebar-product:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.sidebar-product__img{border-radius:0;overflow:hidden;margin-bottom:.75rem}
.sidebar-product__img img{display:block;width:100%;height:auto}
.sidebar-product__title{font-size:1rem;font-weight:600;color:var(--tx);margin-bottom:2rem;text-align:center}
.sidebar-product__actions{display:flex;gap:.5rem}
.sidebar-product__buy,
.sidebar-product__more{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem .5rem;font-size:.8125rem;font-weight:600;border-radius:4px;transition:all .2s;text-align:center}
.sidebar-product__buy{background:var(--or);color:var(--wh)}
.sidebar-product__buy:hover{background:#d97300}
.sidebar-product__more{background:var(--pri);color:var(--wh)}
.sidebar-product__more:hover{background:var(--pri-h)}
@media(max-width:1023px){
  .detail-layout{flex-direction:column}
  .detail-main{flex:auto;max-width:100%}
  .detail-sidebar{flex:auto;position:static;width:100%}
}
.sec{padding:3rem 1rem}
@media(min-width:768px){.sec{padding:5rem 1rem}}
.sec-sm{padding:1rem 1rem 3rem}
body.single .sec-sm{padding-bottom:5rem}
.sec-btm{padding-bottom:3rem}
.sec-g{background:var(--bg)}
.grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}
.sec-hd{text-align:center;margin-bottom:3rem}
.sec-hd h2{font-size:1.5rem;font-weight:700;color:var(--tx);margin-bottom:.75rem}
@media(min-width:768px){.sec-hd h2{font-size:1.875rem}}
.sec-hd p{color:var(--tx2);max-width:36rem;margin:0 auto;line-height:1.6}
.sec-hd .line{margin-top:1rem;width:4rem;height:.25rem;background:var(--pri);border-radius:9999px;margin-left:auto;margin-right:auto}
.feat-kicker{display:block;text-align:center;font-size:.875rem;font-weight:700;color:var(--pri);letter-spacing:.125em;text-transform:uppercase;margin-bottom:1rem}
.feat-intro{font-size:1.125rem;color:#555;text-align:center;max-width:50rem;margin:1rem auto 2.5rem;line-height:1.6;font-weight:400}
.feat-hd{text-align:center;margin-bottom:3.75rem}
.feat-hd h2{font-size:2.25rem;font-weight:800;color:var(--tx);margin-bottom:.75rem;letter-spacing:-.03em}
.feat-hd p{font-size:1.125rem;color:var(--tx2);max-width:37.5rem;margin:0 auto;line-height:1.6}
.card{border-radius:var(--rd);background:var(--wh);box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s}
.card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.card-body{padding:1.25rem}
.card-img{aspect-ratio:16/9;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .card-img img{transform:scale(1.05)}
.card-date{font-size:.75rem;color:var(--tx3);margin-bottom:.5rem}
.card-tt{font-size:1.125rem;font-weight:700;color:var(--tx);margin-bottom:.5rem}
.card-tt a:hover{color:var(--pri)}
.card-desc{font-size:.875rem;color:var(--tx2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;transition:all .2s;cursor:pointer;border:none}
.btn-pri{background:var(--pri);color:var(--wh)}
.btn-pri:hover{background:var(--pri-h)}
.btn-out{border:2px solid var(--pri);color:var(--pri);background:transparent}
.btn-out:hover{background:var(--pri);color:var(--wh)}
.btn-or{background:var(--or);color:var(--wh)}
.btn-or:hover{background:#d97300}
.btn-lg{padding:1rem 2rem;font-size:1rem}
.btn-ico{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center}
.c-sub{color:var(--tx2)} .c-dim{color:var(--tx3)}
.text-sm{font-size:.875rem}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.archive-list{display:flex;flex-direction:column}
.archive-item{display:flex;gap:2rem;padding:1.5rem 0;align-items:flex-start;border-bottom:1px solid var(--bd);position:relative;cursor:pointer}
.archive-item:first-child{padding-top:0}
.archive-item:last-child{border-bottom:none}
.archive-item__link{position:absolute;inset:0;z-index:1}
.archive-item:hover .archive-item__title{color:var(--pri)}
.archive-item__thumb{flex:0 0 260px;aspect-ratio:16/9;overflow:hidden;display:block}
.archive-item__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.archive-item__placeholder{width:100%;height:100%}
.archive-item__placeholder svg{display:block;width:100%;height:100%}
.archive-item__thumb:hover img{transform:scale(1.05)}
.archive-item__body{flex:1;min-width:0;padding:.25rem 0;position:relative;z-index:2;pointer-events:none}
.archive-item__date{font-size:.8rem;color:var(--tx3);margin-bottom:.5rem}
.archive-item__title{font-size:1.25rem;font-weight:700;color:var(--tx);margin-bottom:.625rem;line-height:1.4;transition:color .2s}
.archive-item__excerpt{font-size:.9375rem;color:var(--tx2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.archive-item--text .archive-item__body{padding:.25rem 0}
.archive-item--text .archive-item__excerpt{display:block;-webkit-line-clamp:unset;line-clamp:unset}
@media(max-width:639px){
  .archive-item{flex-direction:column;gap:1rem}
  .archive-item__thumb{flex:auto;width:100%}
}
.archive-banner,.prod-banner{max-width:1920px;margin:0 auto;aspect-ratio:1920/398;background-image:var(--banner-bg,none);background-size:cover;background-position:center}
.archive-banner.has-overlay{position:relative;overflow:hidden}
.archive-banner--placeholder,.prod-banner--placeholder{background:linear-gradient(135deg,var(--pri,#0F3F9A) 0%,#062a63 100%)}
.archive-banner.has-overlay::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,var(--overlay,.45));z-index:1}
.page-tt{font-size:1.875rem;font-weight:700;color:var(--tx);margin-bottom:1rem}
.page-tt--center{text-align:center}
@media(min-width:768px){.page-tt{font-size:2.25rem}}
.solutions-subtitle{font-size:1rem;font-weight:400;color:var(--tx2);line-height:1.7;max-width:860px;margin:1.5rem auto 0;text-align:center}
.solutions-header{text-align:center;margin-bottom:3.5rem}
@media(max-width:767px){.solutions-header{margin-bottom:2rem}}
.sec-tt{font-size:3rem;font-weight:700;color:var(--tx);margin-bottom:.75rem;text-align:center}
.products-header{text-align:center;margin-bottom:5rem}
.products-title{font-size:2rem;font-weight:800;color:var(--tx);letter-spacing:-.5px;margin:0 0 1.5rem}
.products-intro{font-size:1rem;color:var(--tx2);line-height:1.7;max-width:800px;margin:0 auto 2rem;text-align:center}
.products-slogan{font-size:1.125rem;font-weight:700;color:var(--pri);letter-spacing:1px;margin-bottom:2.5rem;display:inline-block}
.products-slogan::after{content:'';display:block;width:60px;height:3px;background:var(--pri);margin:12px auto 0;border-radius:2px}
.products-scenes{margin-top:1.875rem}
.products-scenes-label{display:block;font-size:.875rem;color:var(--tx3);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
.products-scenes-list{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}
.products-scene-tag{display:inline-block;padding:.375rem 1rem;background:#eef4fc;color:var(--pri);border-radius:50px;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:default}
a.products-scene-tag{cursor:pointer;text-decoration:none}
.products-scene-tag:hover{background:var(--pri);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,63,154,.2)}
@media(max-width:767px){.products-header{margin-bottom:2.5rem}}
@media(min-width:768px){.products-title{font-size:2.625rem}.products-intro{font-size:1.125rem}.products-slogan{font-size:1.375rem}.products-scene-tag{font-size:.9375rem;padding:.5rem 1.25rem}}
.meta-row{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--tx2);margin-bottom:2rem}
.breadcrumb{font-size:.875rem;color:var(--tx2);margin-bottom:3rem}
.breadcrumb a{color:var(--tx2)} .breadcrumb a:hover{color:var(--pri)}
.breadcrumb .sep{color:var(--tx3);margin:0 .375rem}
.w-4{width:1rem}.h-4{height:1rem}
.w-5{width:1.25rem}.h-5{height:1.25rem}
.site-hd{position:fixed;top:0;left:0;right:0;z-index:50;background:transparent;transition:background .4s,box-shadow .4s}
.site-hd.scrolled{background:var(--wh);box-shadow:0 2px 12px rgba(0,0,0,.08)}
.site-hd:not(.scrolled) .hd-nav .hd-nav-list>li>a,
.site-hd:not(.scrolled) .hd-nav .hd-nav-list>li>a:hover,
.site-hd:not(.scrolled) .hd-nav .hd-nav-list .current-menu-item>a,
.site-hd:not(.scrolled) .hd-logo a{color:#fff}
.site-hd:not(.scrolled) .hd-search-input{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.site-hd:not(.scrolled) .hd-search-input::placeholder{color:rgba(255,255,255,.65)}
.site-hd:not(.scrolled) .hd-search-input:focus{background:rgba(255,255,255,.12)}
.site-hd:not(.scrolled) .hd-search-btn{color:#fff;border-color:rgba(255,255,255,.5);background:transparent}
.site-hd:not(.scrolled) .hd-toggle span{background:#fff}
.site-hd:not(.scrolled) .hd-logo .custom-logo-link:not(.hd-logo-white){display:none}
.site-hd.scrolled .hd-logo .hd-logo-white{display:none}
.hd-inner{max-width:1280px;margin:0 auto;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;position:relative}
.hd-logo{flex-shrink:0;display:flex;align-items:center;gap:.5rem}
.hd-logo img{height:80px;width:auto}
.hd-logo a{font-size:1.125rem;font-weight:700;color:var(--dk)}
.hd-nav{display:none;height:80px}
@media(min-width:1024px){.hd-nav{display:flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%)}}
.hd-nav .hd-nav-list{display:flex;margin:0;padding:0;list-style:none}
.hd-nav .hd-nav-list>li{position:relative;list-style:none;width:116px;text-align:center}
.hd-nav .hd-nav-list>li::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--pri);border-radius:3px 3px 0 0;transition:width .3s ease}
.hd-nav .hd-nav-list>li:hover::after,
.hd-nav .hd-nav-list .current-menu-item::after{width:70%}
.hd-nav .hd-nav-list>li>a{display:flex;align-items:center;justify-content:center;height:80px;padding:0 1rem;font-size:16px;font-weight:500;color:var(--tx);transition:color .3s;white-space:nowrap;width:100%}
.hd-nav .hd-nav-list>li>a:hover{color:var(--pri)}
.hd-nav .hd-nav-list .current-menu-item>a{color:var(--pri)}
.hd-nav .sub{position:absolute;top:80px;left:50%;transform:translateX(-50%) translateY(.5rem);min-width:160px;background:var(--wh);box-shadow:0 4px 16px rgba(0,0,0,.1);border-radius:0 0 6px 6px;z-index:60;padding:.5rem 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease,transform .45s ease}
.hd-nav .sub li{list-style:none;text-align:left}
.hd-nav .sub a{display:block;padding:.625rem 1.25rem .625rem 1.875rem;font-size:14px;color:var(--tx);transition:color .2s;white-space:nowrap}
.hd-nav .sub a:hover{color:var(--pri);background:var(--bg)}
.hd-nav .hd-nav-list>li:hover>.sub{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.hd-nav .sub--pro{display:grid;grid-template-columns:repeat(3,200px);gap:20px;padding:2.5rem!important;width:fit-content;max-width:calc(200px * 3 + 20px * 2 + 5rem)}
.hd-nav .sub--pro li.pro-item{flex:0 0 auto;width:200px;text-align:left}
.hd-nav .sub--pro li.pro-item a{display:flex!important;flex-direction:column;height:245px;padding:0!important;white-space:normal;border-radius:6px;overflow:hidden;background:var(--wh);transition:box-shadow .3s}
.hd-nav .sub--pro li.pro-item a:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.hd-nav .sub--pro .pro-thumb{flex:1 1 0;width:100%;min-height:0;overflow:hidden}
.hd-nav .sub--pro .pro-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hd-nav .sub--pro li.pro-item a:hover .pro-thumb img{transform:scale(1.06)}
.hd-nav .sub--pro .pro-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem .625rem .75rem}
.hd-nav .sub--pro .pro-info-name{display:block;font-size:14px;font-weight:600;line-height:1.3;color:var(--tx);margin:0}
.hd-nav .sub--pro li.pro-item a:hover .pro-info-name{color:var(--pri)}
.hd-nav .sub--pro .pro-info-desc{display:block;margin-top:4px;font-size:14px;line-height:1.45;color:var(--tx2)}
.hd-toggle{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:4px;z-index:110}
.hd-toggle:focus-visible{outline:2px solid var(--pri);outline-offset:2px;border-radius:4px}
@media(min-width:1024px){.hd-toggle{display:none}}
.hd-toggle span{display:block;width:24px;height:2px;background:var(--tx);border-radius:2px;transition:all .3s}
.hd-search{display:none;align-items:center;gap:0;margin-left:auto}
@media(min-width:1024px){.hd-search{display:flex}}
.hd-search-input{width:180px;height:36px;padding:0 .75rem;border:1px solid var(--bd);border-right:none;border-radius:.375rem 0 0 .375rem;font-size:13px;color:var(--tx);outline:none;background:var(--bg);transition:border-color .2s,box-shadow .2s}
.hd-search-input:focus{border-color:var(--pri);box-shadow:0 0 0 3px rgba(15,63,154,.1);background:var(--wh)}
.hd-search-input::placeholder{color:var(--tx3)}
.hd-search-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--bd);border-left:none;border-radius:0 .375rem .375rem 0;background:var(--bg);color:var(--tx2);cursor:pointer;transition:all .2s}
.hd-search-btn:hover{color:var(--pri);background:var(--pb)}
.hd-search-btn svg{pointer-events:none}
.hd-mob{display:none;position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 80px);background:var(--wh);z-index:100;overflow-y:auto;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.hd-check:checked~.hd-mob{display:block}
.hd-mob .mob-menu-list>li{border-bottom:1px solid var(--bd)}
.hd-mob .mob-menu-list>li>a{display:block;padding:.75rem 0;font-size:15px;color:var(--tx)}
.hd-mob .mob-menu-list>li>a:hover{color:var(--pri)}
.hd-mob .mob-menu-list .sub{padding-left:1rem;border-left:2px solid var(--pri);margin:.25rem 0}
.hd-mob .mob-menu-list .sub a{display:block;padding:.5rem 0;font-size:14px;color:var(--tx2)}
.hd-mob details>summary{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;font-size:15px;color:var(--tx);cursor:pointer;list-style:none}
.hd-mob details>summary::-webkit-details-marker{display:none}
.hd-mob details>summary::marker{display:none;content:''}
.hd-mob .mob-arrow{display:inline-block;width:8px;height:8px;border-right:2px solid var(--tx2);border-bottom:2px solid var(--tx2);transform:rotate(45deg);transition:transform .3s;margin-left:.5rem}
.hd-mob details[open]>.mob-arrow,
.hd-mob details[open]>summary .mob-arrow{transform:rotate(-135deg)}
.hd-mob details .sub{margin-top:.25rem}
.hd-spacer{height:80px}
.site-ft{background:#1d1d1f;color:#86868b;padding:5rem 1rem 0;position:relative}
.site-ft::before{display:none}
.site-ft a{color:#86868b;transition:color .25s}
.site-ft a:hover{color:var(--wh)}
.ft-grid{display:grid;grid-template-columns:200px 1fr auto;gap:4rem;max-width:1280px;margin:0 auto;padding-bottom:4rem;align-items:start}
.ft-brand{}
.ft-brand-name{font-size:1.25rem;font-weight:700;color:var(--wh);margin-bottom:.5rem;letter-spacing:.06em}
.ft-brand-slogan{font-size:.9375rem;font-weight:600;color:#86868b;margin-bottom:.625rem;letter-spacing:.03em}
.ft-brand-desc{font-size:.8125rem;color:#86868b;line-height:1.8;max-width:300px}
.cols-group{display:flex;gap:2.5rem}
.ft-col{min-width:0;flex:1}
.ft-col-title{color:var(--wh);font-size:.875rem;font-weight:600;display:block;margin-bottom:1.25rem;letter-spacing:.04em}
.ft-col ul{list-style:none;padding:0;margin:0}
.ft-col li{margin-bottom:.625rem;font-size:.8125rem;line-height:1.7}
.ft-col li a{position:relative;transition:color .25s,padding-left .25s}
.ft-col li a::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--pri);transition:width .25s}
.ft-col li a:hover{padding-left:6px}
.ft-col li a:hover::after{width:100%}
.ft-qrcode{display:flex;gap:1.5rem}
.ft-qr-item{text-align:center}
.ft-qr-item img{width:112px;height:112px;display:block;border-radius:.5rem;background:#fff;border:4px solid #fff}
.ft-qr-item span{display:block;font-size:.75rem;color:#86868b;margin-top:.5rem;letter-spacing:.05em}
.ft-bottom{max-width:1280px;margin:0 auto;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem 1.25rem;font-size:.8125rem;color:#86868b}
.ft-bottom a{color:inherit;transition:color .2s}
.ft-bottom a:hover{color:var(--wh)}
.ft-divider{color:#374151}
@media(max-width:1023px){
  .ft-grid{grid-template-columns:1fr 1fr;gap:3rem}
  .ft-brand{grid-column:1/-1;text-align:center}
  .ft-brand-desc{max-width:100%}
}
@media(max-width:767px){
  .site-ft{padding:3rem 1rem 0}
  .ft-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}
  .ft-brand{grid-column:auto}
  .ft-qrcode{justify-content:center}
  .cols-group{flex-wrap:wrap;justify-content:center;gap:1.5rem}
  .ft-col{flex:0 0 auto;min-width:100px}
  .ft-col li a:hover{padding-left:0}
}
.back-top{position:fixed;right:1.5rem;bottom:1.5rem;width:2.5rem;height:2.5rem;padding:0;border:0;background:var(--pri);color:var(--wh);border-radius:.5rem;display:flex;align-items:center;justify-content:center;z-index:40;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s;cursor:pointer}
.back-top.visible{opacity:1;visibility:visible;pointer-events:auto}
.back-top:hover{background:var(--pri-h)}
.floating-btn{position:fixed;right:1.5rem;bottom:5rem;background:var(--or);color:var(--wh);box-shadow:0 4px 12px rgba(240,130,0,.35);z-index:40;transition:transform .3s}
.floating-btn:hover{transform:scale(1.1)}
.banner{position:relative;aspect-ratio:1920/920;background:linear-gradient(135deg,var(--pri),var(--pri-h),#1a5dc7);color:var(--wh);overflow:hidden}
.banner-item{position:absolute;inset:0;display:flex;align-items:center;opacity:0;z-index:0;transition:opacity .7s;background-image:var(--slide-bg,none);background-size:cover;background-position:center}
a.banner-item{color:inherit;text-decoration:none;cursor:pointer}
a.banner-item:focus-visible{outline:3px solid var(--or);outline-offset:-3px}
.banner-more{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;font-size:clamp(.75rem,1.8vw,.875rem);color:rgba(255,255,255,.9);transition:color .2s}
.banner-more svg{width:1em;height:1em;transition:transform .2s}
a.banner-item:hover .banner-more,a.banner-item:focus-visible .banner-more{color:var(--or)}
a.banner-item:hover .banner-more svg,a.banner-item:focus-visible .banner-more svg{transform:translateX(3px)}
.banner-item::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,var(--overlay,0));z-index:1}
.banner-item .container{position:relative;z-index:2;transform:translateY(-40px);margin-left:clamp(1rem,8vw,12rem)}
@media(min-width:1280px){.banner-item .container{margin-left:260px}}
.banner-item.active{opacity:1;z-index:10}
.banner-tt{font-size:clamp(.875rem,5.5vw,4rem);font-weight:600;line-height:1.2;margin-bottom:1rem}
.banner-sub{font-size:clamp(.75rem,2vw,1.0625rem);opacity:.85;margin-top:40px}
.banner-item.active .banner-tt{animation:bannerFlyIn 1.2s cubic-bezier(.22,.61,.36,1) both}
.banner-item.active .banner-sub{animation:bannerFlyIn 1.2s .4s cubic-bezier(.22,.61,.36,1) both}
@keyframes bannerFlyIn{from{opacity:0;transform:translateX(-100vw)}to{opacity:1;transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.banner-item.active .banner-tt,.banner-item.active .banner-sub{animation:none}}
.banner-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:20}
.banner-dot{width:.75rem;height:.75rem;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:all .3s}
.banner-dot.active{width:2rem;border-radius:.375rem;background:var(--or)}
.entry-content{font-size:1.125rem;color:var(--tx);line-height:1.8}
.entry-content :is(h1,h2,h3,h4){margin:2.5em 0 .75em;line-height:1.3}
.entry-content h1{font-size:1.875rem}
.entry-content h2{font-size:1.5rem}
.entry-content h3{font-size:1.25rem}
.entry-content p{margin-bottom:1.25em}
.entry-content a{color:var(--pri);text-decoration:underline}
.entry-content img{max-width:100%;height:auto;border-radius:.5rem}
.entry-content :is(ul,ol){margin-bottom:1em;padding-left:1.5em}
.entry-content li{margin-bottom:.25em}
.paging{display:flex;justify-content:center;gap:.25rem;margin-top:2.5rem}
.paging .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.875rem;border-radius:.375rem;color:var(--tx2);transition:all .2s}
.paging .page-numbers:hover{background:var(--bg)}
.paging .current{background:var(--pri);color:var(--wh)}
.tag{display:inline-block;background:var(--pb);color:var(--pri);font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:.25rem}
.sfield{padding:.5rem 1rem;border:1px solid var(--bd);border-radius:.5rem;font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}
.sfield:focus{border-color:var(--pri);box-shadow:0 0 0 3px rgba(15,63,154,.15)}
.err404{text-align:center;padding:3rem 1rem}
.err404 .code{font-size:8rem;font-weight:700;color:var(--pb);line-height:1;margin-bottom:1rem}
.prod-detail-row{display:flex;gap:2.5rem;margin-bottom:2.5rem}
@media(min-width:860px){
  .prod-detail-row{gap:3rem}
}
.prod-gallery{flex:0 0 50%;min-width:0}
.prod-info{flex:1;min-width:0;display:flex;flex-direction:column}
.gallery-viewport{position:relative;background:#f5f6f8;border-radius:var(--rd);overflow:hidden;margin-bottom:.75rem}
.gallery-track{display:flex;will-change:transform}
.gallery-slide{flex:0 0 100%;min-width:0}
.gallery-slide img{display:block;width:100%;height:auto}
.gallery-placeholder{position:relative;background:#f5f6f8;border-radius:var(--rd);overflow:hidden}
.gallery-placeholder svg{display:block;width:100%;height:auto}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.3);color:#fff;border:none;width:38px;height:56px;cursor:pointer;font-size:30px;line-height:56px;text-align:center;transition:background .25s;z-index:2;padding:0}
.gallery-arrow:hover{background:rgba(0,0,0,.55)}
.gallery-prev{left:0;border-radius:0 4px 4px 0}
.gallery-next{right:0;border-radius:4px 0 0 4px}
.gallery-thumbs{display:flex;gap:8px;flex-wrap:wrap}
.gallery-thumb{width:68px;height:68px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .2s;flex-shrink:0}
.gallery-thumb.active{border-color:var(--pri)}
.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.prod-title{font-size:1.75rem;font-weight:700;color:var(--dk);line-height:1.3;margin-bottom:1rem}
@media(min-width:768px){.prod-title{font-size:2rem}}
.prod-subtitle{font-size:1.1rem;color:var(--tx2);line-height:1.6;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--bd)}
@media(min-width:768px){.prod-subtitle{font-size:1.25rem}}
.prod-icon-list{list-style:none;padding:0;margin:0}
.prod-icon-list li{position:relative;padding-left:1.6em;font-size:1rem;line-height:1.85;color:var(--tx)}
@media(min-width:768px){.prod-icon-list li{font-size:1.05rem}}
.prod-icon-list li+li{margin-top:.45em}
.prod-features{padding:1.25rem 1.5rem;background:#fafbfd;border-radius:8px;border-left:3px solid var(--pri);margin-bottom:1.5rem}
.prod-icon-dot li::before{
  content:"\2022";
  position:absolute;left:0;top:0;
  color:var(--pri);
  font-weight:700;
  font-size:1.3em;
  line-height:1.42;
}
.prod-scenarios{margin-bottom:1.25rem}
.prod-icon-dash li::before{
  content:"-";
  position:absolute;left:0;top:0;
  color:var(--tx3);
  font-size:.9em;
  line-height:2.06;
}
.prod-service{background:#e8f5e9;border-radius:8px;padding:1.25rem 1.5rem}
.prod-icon-check li{color:#2e7d32}
.prod-icon-check li::before{
  content:"\2714";
  position:absolute;left:0;top:0;
  color:#2e7d32;
  font-size:.9em;
  line-height:2.06;
}
.screen-reader-text,.hd-check{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;top:-100px;left:0;z-index:99999;padding:.75rem 1.25rem;background:var(--pri);color:var(--wh);font-weight:600;text-decoration:none;border-radius:0 0 .5rem 0;transition:top .2s ease}
.skip-link:focus{top:0;color:var(--wh);outline:none}
.prod-tabs{margin-top:2rem;display:flex;flex-wrap:wrap;gap:0}
.prod-tabs__btn{order:-1;margin:0;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;line-height:inherit;font-weight:600;color:var(--tx2);cursor:pointer;background:none;border:0;border-bottom:2px solid var(--bd);transition:color .2s,border-color .2s;user-select:none}
.prod-tabs__btn:hover{color:var(--pri)}
.prod-tabs__btn.active{color:var(--pri);border-bottom-color:var(--pri)}
.prod-tabs__btn:focus-visible{outline:2px solid var(--pri);outline-offset:-2px}
.prod-tabs__pane{flex:1 1 100%;display:none;padding-top:1.5rem;font-size:1rem;line-height:1.85;color:var(--tx)}
.prod-tabs__pane.active{display:block}
.dl-list{display:flex;flex-direction:column;gap:1.25rem}
.dl-box{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid var(--bd);border-radius:.75rem;padding:1.5rem 2rem;background:#fff;max-width:640px}
.dl-box__info{flex:1;display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem 1rem;min-width:0}
.dl-box__name{font-size:1rem;font-weight:600;color:var(--tx);word-break:break-all}
.dl-box__meta{font-size:.8125rem;color:var(--tx2)}
.dl-box__desc{flex-basis:100%;font-size:.875rem;color:var(--tx);line-height:1.7}
.dl-box__btn{flex-shrink:0}
@media(max-width:575px){.dl-box{flex-direction:column;align-items:flex-start;padding:1.25rem}.dl-box__btn{align-self:stretch;width:100%;justify-content:center}}
.prod-tabs__pane img{max-width:100%;height:auto;border-radius:4px}
.prod-tabs__pane table{display:inline-table;min-width:150px;min-height:52px;border-collapse:collapse;margin:1em 0}
.prod-tabs__pane td,.prod-tabs__pane th{border:1px solid var(--bd);padding:.625rem .875rem;font-size:.95rem}
.prod-tabs__pane th{background:var(--bg);font-weight:600;text-align:left}
.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:640px}
.faq-item{border:1px solid var(--bd);border-radius:.75rem;background:#fff;overflow:hidden}
.faq-item__q-wrap{margin:0;font-size:inherit;line-height:inherit}
.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.125rem 1.5rem;text-align:left;background:none;border:0;cursor:pointer;font-size:1rem;font-weight:600;color:var(--tx);transition:color .2s}
.faq-item__q:hover{color:var(--pri)}
.faq-item__icon{flex-shrink:0;color:var(--tx2);transition:transform .3s ease,color .2s}
.faq-item.open .faq-item__icon{transform:rotate(180deg);color:var(--pri)}
.faq-item__q span::before{content:"Q: ";font-weight:700;color:var(--pri)}
.faq-item__a-inner::before{content:"A: ";font-weight:700;color:var(--pri)}
.faq-item__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.faq-item.open .faq-item__a{grid-template-rows:1fr}
.faq-item__a-inner{overflow:hidden}
.faq-item__a-inner{font-size:.9375rem;color:var(--tx2);line-height:1.85;padding:0 1.5rem 0 3rem;white-space:pre-line}
.faq-item.open .faq-item__a-inner{padding:0 1.5rem 1.375rem 3rem}
.prod-content{margin-top:1.5rem;padding-top:2rem;border-top:1px solid var(--bd);font-size:1rem;line-height:1.85;color:var(--tx)}
.prod-content img{max-width:100%;height:auto;border-radius:4px}
.prod-related{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--bd)}
.rel-sc-tt{font-size:1rem;font-weight:600;text-align:left;color:var(--tx);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem;letter-spacing:.02em}
.rel-sc-tt::before{content:"";width:4px;height:1.1em;background:var(--pri);border-radius:2px;flex-shrink:0}
.rel-sc-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}
.rel-sc-title a:hover{color:var(--pri)}
.rel-sc-tag{display:inline-block;margin-top:.5rem;font-size:.75rem;color:var(--pri);border:1px solid var(--pri);border-radius:999px;padding:.15rem .7rem;letter-spacing:.03em}
@media(max-width:859px){
  .prod-detail-row{flex-direction:column;gap:1.5rem}
  .prod-gallery{flex:auto}
}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem}
.feat-card{position:relative;overflow:hidden;background:var(--wh);padding:3rem 2.25rem;border-radius:.75rem;text-align:left;border:1px solid rgba(15,63,154,.18);transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1),border-color .3s}
.feat-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(15,63,154,.1);border-color:rgba(15,63,154,.1)}
.feat-card__num{position:absolute;top:-15px;right:-5px;font-size:6.25rem;font-weight:900;line-height:1;color:rgba(0,0,0,.035);z-index:0;pointer-events:none;font-feature-settings:"tnum";user-select:none}
.feat-card__title,.feat-card__desc,.feat-card__point{position:relative;z-index:1}
.feat-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--tx)}
.feat-card__desc{font-size:.9375rem;color:var(--tx2);margin-bottom:2rem;min-height:3rem;line-height:1.7}
.feat-card__point{display:inline-block;width:100%;font-size:1rem;font-weight:600;color:var(--pri);border-top:1px solid #f0f0f0;padding-top:1.25rem}
@media(max-width:992px){
  .feat-grid{grid-template-columns:repeat(2,1fr)}
  .feat-card:last-child{grid-column:span 2;max-width:50%;margin:0 auto}
}
@media(max-width:768px){
  .feat-intro{font-size:1rem;padding:0 .625rem;margin-bottom:1.875rem}
  .feat-hd h2{font-size:1.75rem}
  .feat-hd p{font-size:1rem}
  .feat-grid{grid-template-columns:1fr;gap:1.25rem}
  .feat-card{padding:2rem 1.5rem}
  .feat-card__desc{min-height:0}
  .feat-card:last-child{grid-column:span 1;max-width:100%}
}
.marquee{overflow:hidden}
.marquee .sec-hd{margin-bottom:2rem}
.marquee-viewport{height:138px;overflow:hidden}
.marquee-track{display:flex;gap:4rem;width:max-content;animation:marquee-scroll 28s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-item{position:relative;overflow:hidden;flex:0 0 auto;display:flex;align-items:center}
.marquee-item img{height:138px;width:auto;max-width:200px;object-fit:contain}
.marquee-item::before{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-25deg);z-index:2;transition:left .8s ease;pointer-events:none}
.marquee-item:hover::before{left:150%}
@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(max-width:768px){
  .marquee-track{gap:2.5rem}
  .marquee-viewport{height:103px}
  .marquee-item img{height:103px;max-width:120px}
}
.sln-card{position:relative;border-radius:var(--rd);overflow:hidden;background:var(--wh);box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s}
.sln-card::before{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-25deg);z-index:2;transition:left .8s ease;pointer-events:none}
.sln-card:hover::before{left:150%}
.sln-card::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--pri);border-radius:3px 3px 0 0;transition:width .3s ease;z-index:3}
body.single-products .prod-related .sln-card::before,body.single-blog .prod-related .sln-card::before{content:none}
.sln-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}
.sln-card:hover::after{width:70%}
.sln-card .thumb{height:245px;overflow:hidden}
.sec-g .sln-card{display:flex;flex-direction:column;height:450px;padding:6px}
.sec-g .sln-card .thumb{flex:1;overflow:hidden}
.sec-g .sln-card .info{flex-shrink:0}
.post-type-archive-products .sln-card{display:flex;flex-direction:column;height:520px;padding:6px;border:1px solid transparent}
.post-type-archive-products .sln-card:hover{border-color:var(--pri)}
.post-type-archive-products .sln-card::before{display:none}
.post-type-archive-products .sln-card::after{display:none}
.post-type-archive-products .sln-card .thumb{flex:1;overflow:hidden}
.post-type-archive-products .sln-card .info{flex-shrink:0;text-align:left;border-top:1px dashed var(--bd)}
.post-type-archive-products .sln-card .info h3{font-size:1.375rem}
.post-type-archive-products .sln-card .info h3 a:hover{color:var(--pri)}
.sln-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.sln-card:hover .thumb img{transform:scale(1.05)}
.sln-card .info{padding:1.5rem;text-align:center}
.post-type-archive-solutions .sln-card{padding:1px;border-radius:0;border:1px solid transparent}
.post-type-archive-solutions .sln-card::before{display:none}
.post-type-archive-solutions .sln-card::after{display:none}
.post-type-archive-solutions .sln-card:hover{border-color:var(--pri)}
.post-type-archive-solutions .sln-actions{display:flex;gap:.625rem;margin-top:1.25rem;justify-content:center}
.post-type-archive-solutions .sln-actions .btn{flex:1;justify-content:center;padding:.625rem 1rem;font-size:.875rem}
.post-type-archive-solutions .sln-actions .sln-btn-ghost{border:1px solid var(--bd);color:var(--tx2);background:transparent}
.post-type-archive-solutions .sln-actions .sln-btn-ghost:hover{border-color:var(--pri);color:var(--pri);background:transparent}
.post-type-archive-solutions .sec-sm{padding-bottom:5rem}
.post-type-archive-solutions .solutions-header{margin-bottom:5rem}
.post-type-archive-solutions .solutions-subtitle{margin:2rem auto 0;line-height:1.9}
.post-type-archive-solutions .grid{gap:2.5rem}
.post-type-archive-solutions .sln-card .info{padding:1.75rem 1.5rem 2rem}
.post-type-archive-solutions .sln-card .info h2{margin-bottom:.75rem}
.post-type-archive-solutions .sln-actions{margin-top:1.5rem}
.post-type-archive-solutions .paging{margin-top:4rem}
.post-type-archive-solutions .selection-guide{background:var(--bg);border-top:none;padding:5rem 0 5.5rem}
.post-type-archive-solutions .selection-guide .guide-header{margin-bottom:3.5rem}
@media(max-width:767px){
  .post-type-archive-solutions .solutions-header{margin-bottom:3rem}
  .post-type-archive-solutions .grid{gap:2rem}
  .post-type-archive-solutions .selection-guide{padding:3.5rem 0 4rem}
}
.buy-head{text-align:center}
.buy-head__sub{margin:1.5rem auto 0;max-width:860px;font-size:1rem;color:var(--tx2);line-height:1.7;text-align:center}
.buy-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:4rem 0 5rem}
@media(min-width:768px){.buy-grid{grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:start}}
.buy-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--rd);padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .2s,border-color .2s}
.buy-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.buy-card:hover{border-color:var(--bd)}
.buy-card__hd{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.buy-card__icon{width:2.5rem;height:2.5rem;flex:none;display:flex;align-items:center;justify-content:center;background:rgba(15,63,154,.06);border-radius:var(--rd);color:var(--pri)}
.buy-card__icon svg{width:1.25rem;height:1.25rem}
.buy-card__title{margin:0;font-size:1.125rem;font-weight:600;color:var(--tx)}
.buy-card__desc{margin:0 0 1.5rem;font-size:.875rem;color:var(--tx2);line-height:1.8}
.buy-rows{display:flex;flex-direction:column;gap:.75rem}
.buy-row{display:flex;align-items:center;gap:.625rem;font-size:.875rem}
.buy-row svg{width:1rem;height:1rem;flex:none;color:var(--tx3)}
.buy-row a{color:var(--pri);font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}
.buy-row__note{color:var(--tx3);font-size:.8125rem}
.buy-row a:hover{border-color:var(--pri)}
.buy-loc__title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--tx)}
.buy-loc__addr{display:flex;gap:.5rem;font-size:.9375rem;color:var(--tx);line-height:1.7;margin-bottom:.5rem}
.buy-loc__addr svg{width:1rem;height:1rem;flex:none;color:var(--tx3);margin-top:.25rem}
.buy-loc__meta{display:flex;align-items:center;gap:.625rem;margin:0 0 1.25rem;font-size:.875rem;color:var(--tx2)}
.buy-loc__meta svg{width:1rem;height:1rem;flex:none;color:var(--tx3)}
.buy-loc__tip{font-size:.8125rem;color:var(--tx2);background:var(--bg);padding:.625rem .75rem;border-radius:.375rem;border-left:3px solid var(--pri)}
.buy-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;border-top:1px solid var(--bd);padding-top:1.5rem;margin-bottom:2.5rem}
.buy-footer__privacy{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--tx3)}
.buy-footer__privacy svg{width:.875rem;height:.875rem;flex:none;color:var(--pri)}
.buy-footer__links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--pri)}
.buy-footer__links a:hover{text-decoration:underline;color:var(--or)}
@media(max-width:767px){.buy-head__sub{margin-top:1.25rem}}
.sln-card .info h2,.sln-card .info h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}
.sln-card .info h2 a:hover,.sln-card .info h3 a:hover{color:var(--pri)}
.sln-card .info p{color:var(--tx2);line-height:1.6}
.card-features{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.375rem;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--bd)}
.feature-tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;line-height:1.6;color:var(--tx2);background:#f0f0f0;white-space:nowrap}
.feature-tag.hot{color:var(--wh);background:var(--pri)}
.products-grid{background:var(--bg);margin-left:-1rem;margin-right:-1rem;padding:2.5rem 1rem}
.products-grid-title{text-align:center;font-size:1.75rem;margin-bottom:3rem}
.products-grid-list{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:640px){.products-grid-list{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.products-grid-list{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.products-grid{padding:3rem 1rem}}
.products-faq{padding:3rem 0 1rem}
.products-faq__title{text-align:center;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}
.case-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.case-grid{grid-template-columns:repeat(2,1fr)}}
.case-item{display:flex;gap:1.25rem;background:var(--wh);border:1px solid var(--bd);border-radius:var(--rd);padding:1rem;transition:all .3s}
.case-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}
.case-thumb{flex:0 0 220px;aspect-ratio:16/9;overflow:hidden;position:relative}
.case-badge{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff;z-index:2;opacity:0;transition:opacity .35s;pointer-events:none;letter-spacing:.06em;background:rgba(15,63,154,.85)}
.case-item:hover .case-badge{opacity:1}
.case-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.case-item:hover .case-thumb img{transform:scale(1.05)}
.case-body{flex:1;padding:.25rem 0;display:flex;flex-direction:column;justify-content:center;min-width:0}
.case-body h3{font-size:1.125rem;font-weight:700;color:var(--tx);margin-bottom:.5rem;line-height:1.4}
.case-body h3 a:hover{color:var(--pri)}
.case-body .case-desc{font-size:.875rem;color:var(--tx2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:639px){
  .case-item{flex-direction:column}
  .case-thumb{flex:auto;width:100%}
}
.soln-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.soln-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.soln-grid{grid-template-columns:repeat(3,1fr)}}
.soln-item{background:var(--wh);border:1px solid var(--bd);overflow:hidden;transition:all .3s;position:relative}
.soln-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}
.soln-thumb{height:245px;overflow:hidden}
.soln-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.soln-item:hover .soln-thumb img{transform:scale(1.05)}
.soln-body{padding:1.5rem}
.soln-body h3{font-size:1.125rem;font-weight:700;color:var(--tx);margin-bottom:.5rem;line-height:1.4}
.soln-body h3 a:hover{color:var(--pri)}
.soln-item:hover .soln-body h3 a{color:var(--pri)}
.soln-body .soln-desc{font-size:.9375rem;color:var(--tx2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.mt-2{margin-top:.5rem}
.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}
@media print{.site-hd,.site-ft,.back-top,.floating-btn{display:none}}
.about-cta-sec{overflow:hidden;background:
  radial-gradient(1100px 480px at 88% -20%,rgba(59,130,246,.35),transparent 60%),
  radial-gradient(900px 420px at 8% 118%,rgba(240,130,0,.16),transparent 55%),
  linear-gradient(135deg,#0F3F9A 0%,#0A54BA 55%,#1B63C8 100%)}
.about-cta{position:relative;text-align:center;padding:4.5rem 1rem;color:var(--wh)}
.about-cta__grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse at center,#000 25%,transparent 75%);mask-image:radial-gradient(ellipse at center,#000 25%,transparent 75%)}
.about-cta__glow{position:absolute;border-radius:50%;pointer-events:none}
.about-cta__glow--a{width:340px;height:340px;left:-96px;top:-130px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%)}
.about-cta__glow--b{width:300px;height:300px;right:-84px;bottom:-150px;background:radial-gradient(circle,rgba(240,130,0,.24),transparent 65%)}
.about-cta__title{position:relative;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;letter-spacing:.01em;color:#fff;margin-bottom:.75rem}
.about-cta__sub{position:relative;font-size:1rem;color:rgba(255,255,255,.72);margin-bottom:2.25rem}
.about-cta__actions{position:relative;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.about-cta__actions .btn{margin:0}
.btn-cta-primary{background:linear-gradient(135deg,#ff9a2e,#F08200);color:#fff;box-shadow:0 10px 26px rgba(240,130,0,.38)}
.btn-cta-primary:hover{background:linear-gradient(135deg,#ffad4d,#ff8f1f);transform:translateY(-2px);box-shadow:0 14px 32px rgba(240,130,0,.46)}
.btn-cta-ghost{border:2px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(4px)}
.btn-cta-ghost:hover{border-color:#fff;background:rgba(255,255,255,.14);transform:translateY(-2px)}
@media(max-width:767px){
  .about-cta{padding:3rem 1.25rem}
  .about-cta__actions{flex-direction:column;width:100%}
  .about-cta__actions .btn{width:100%;justify-content:center}
}
.ctc-head{padding:0 2rem 3.5rem;margin-bottom:4rem;text-align:center;color:#000}
.ctc-head__title{margin:0 0 1rem;font-size:1.875rem;font-weight:700;color:#000;letter-spacing:.01em;line-height:1.3}
@media(min-width:768px){.ctc-head__title{font-size:2.25rem}}
.ctc-head__intro{margin:0 auto;max-width:720px;font-size:1.0625rem;line-height:2;color:#000}
.ctc-head__note{margin:.875rem auto 0;font-size:.875rem;color:#000}
.ctc-head .service-tags{margin:1.25rem auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.ctc-head .service-tags .tag{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--bd);color:#000;font-size:.8125rem;font-weight:500;padding:.5rem 1.125rem;border-radius:999px}
.ctc-head .service-tags .tag svg{flex:none}
.ctc-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:0 0 5rem}
@media(min-width:640px){.ctc-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.ctc-grid{grid-template-columns:repeat(3,1fr)}}
.ctc-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:var(--wh);border:1px solid var(--bd);padding:2.5rem 2rem 2rem;box-shadow:0 10px 24px rgba(15,63,154,.06);transition:border-color .3s,box-shadow .3s}
.ctc-card:hover{border-color:var(--pri);box-shadow:0 10px 24px rgba(15,63,154,.10)}
.ctc-card__icon{width:52px;height:52px;margin:0 1rem .875rem 0;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;border-radius:50%;background:linear-gradient(135deg,rgba(15,63,154,.08),rgba(59,130,246,.12));border:1px solid rgba(15,63,154,.16);color:var(--pri);transition:background .3s,color .3s,box-shadow .3s}
.ctc-card:hover .ctc-card__icon{background:linear-gradient(135deg,var(--pri),#3b82f6);color:#fff;box-shadow:0 8px 20px rgba(15,63,154,.30)}
.ctc-card__title{margin:0 0 .875rem;display:inline-block;vertical-align:middle;font-size:1.125rem;font-weight:700;color:var(--tx);line-height:1.5}
.ctc-card__desc{margin:0;font-size:.9375rem;color:var(--tx2);line-height:1.9}
.ctc-card__actions{margin-top:1.75rem;padding-top:1.375rem;border-top:1px solid var(--bd)}
.ctc-card__action{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;margin-bottom:.625rem}
.ctc-card__action:last-child{margin-bottom:0}
.ctc-card__action svg{flex:none;color:var(--pri)}
.ctc-card__action a{color:var(--pri);font-weight:600;word-break:break-all;text-decoration:none}
.ctc-card__wx{white-space:nowrap;color:var(--tx3);font-weight:400;font-size:.8125rem}
.ctc-card__action a:hover{color:var(--or)}
.ctc-loc{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:5rem}
@media(min-width:768px){.ctc-loc{grid-template-columns:1fr 1fr;gap:5rem}}
.ctc-loc__title{margin:0 0 1.25rem;font-size:1.5rem;font-weight:700;color:var(--tx)}
.ctc-loc__addr{margin:0 0 1rem;font-size:1.0625rem;color:var(--tx);line-height:2}
.ctc-loc__meta{margin:0;font-size:.9375rem;color:var(--tx2);line-height:2}
.ctc-loc__tip{margin:1.25rem 0 0;font-size:.875rem;color:var(--tx3);line-height:1.8}
.ctc-loc__media{position:relative;overflow:hidden;border:1px solid var(--bd);box-shadow:0 10px 24px rgba(15,63,154,.06);background:#eef1f6}
.ctc-loc__img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.ctc-loc__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;aspect-ratio:16/9;text-align:center;background:#e8ebf0;color:#9aa3b0}
.ctc-loc__placeholder svg{opacity:.85;width:30px;height:30px}
.ctc-loc__placeholder p{margin:0;font-size:.875rem;color:rgba(255,255,255,.82)}
.ctc-extra{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;padding:2.5rem 0 0;border-top:1px solid var(--bd);margin-bottom:5rem}
.ctc-extra p{margin:0;font-size:.875rem;color:var(--tx3)}
.ctc-extra__links{display:flex;flex-wrap:wrap;gap:1rem}
.ctc-extra__links a{font-size:.9375rem;color:var(--pri);font-weight:500}
.ctc-extra__links a:hover{color:var(--or);text-decoration:underline}
.legal-notice{background:#eef3fb;border:1px solid #c9d8f0;color:var(--tx);border-radius:0;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.7;margin-bottom:2.5em}
.legal-notice strong{color:var(--tx)}

.prod-faq{margin-bottom:3rem}
.prod-faq__cat{display:flex;align-items:center;gap:.5rem;margin:2.5rem 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;color:var(--tx);border-bottom:1px solid var(--bd)}
.prod-faq__cat:first-child{margin-top:0}
.prod-faq__cat-icon{display:flex;color:var(--pri)}
.prod-faq__cat-icon svg{width:1.25rem;height:1.25rem}
.prod-faq__item{border:1px solid var(--bd);border-radius:8px;margin-bottom:.625rem;background:var(--wh);overflow:hidden;transition:border-color .2s,box-shadow .2s}
.prod-faq__item:focus-within{border-color:var(--pri);box-shadow:0 2px 8px rgba(0,0,0,.05)}
.prod-faq__item[aria-expanded="true"]{border-color:var(--pri)}
.prod-faq__q{margin:0;padding:0;font:inherit;font-size:1rem}
.prod-faq__q .prod-faq__btn{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:1rem 1.25rem;border:0;background:none;cursor:pointer;text-align:left;font:inherit;color:var(--tx);transition:background .2s}
.prod-faq__btn:hover .prod-faq__text{color:var(--pri)}
.prod-faq__num{flex:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(15,63,154,.06);color:var(--pri);font-size:.75rem;font-weight:600;transition:background .2s,color .2s}
.prod-faq__text{flex:1;padding-top:.125rem;font-size:.9375rem;font-weight:500;line-height:1.5;transition:color .2s}
.prod-faq__icon{flex:none;display:flex;align-items:center;justify-content:center;color:var(--tx3);transition:transform .25s}
.prod-faq__icon svg{width:1rem;height:1rem}
.prod-faq__item[aria-expanded="true"] .prod-faq__icon{transform:rotate(180deg)}
.prod-faq__item[aria-expanded="true"] .prod-faq__btn{background:rgba(15,63,154,.04)}
.prod-faq__item[aria-expanded="true"] .prod-faq__num{background:var(--pri);color:var(--wh)}
.prod-faq__a{display:none;padding:0 1.25rem 1.125rem 3.25rem;font-size:.875rem;color:var(--tx2);line-height:1.75;animation:prodFaqSlide .25s ease-out}
.prod-faq__item[aria-expanded="true"] .prod-faq__a{display:block}
@keyframes prodFaqSlide{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.help-follow{padding-top:1.5rem;border-top:1px solid var(--bd);color:var(--pri);font-size:.9375rem;line-height:2}
.help-follow a{color:var(--or);font-weight:600}
.help-follow a:hover{text-decoration:underline}
.download-follow{margin-top:1rem}
@media(max-width:639px){
  .prod-faq__q{padding:.875rem 1rem}
  .prod-faq__a{padding-left:2.75rem}
}


.help-main .help-hero{padding:0 0 2.25rem;text-align:center}
.help-main .help-hero__title{margin:0 0 .5rem;font-size:2rem;font-weight:700;letter-spacing:-.5px;color:var(--tx)}
.help-main .help-hero__sub{margin:0 0 .75rem;font-size:1rem;color:var(--tx2);line-height:1.7}
.help-main .help-hero__meta{margin:0 0 1.5rem;font-size:.8125rem;color:var(--tx3)}
.help-main .help-search{max-width:560px;margin:0 auto;position:relative}
.help-main .help-search__input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--bd);border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.04);font-size:.9375rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}
.help-main .help-search__input:focus{border-color:var(--pri);box-shadow:0 0 0 3px rgba(15,63,154,.1)}
.help-main .help-search__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--tx3);display:flex;pointer-events:none}
.help-main .help-search__icon svg{width:1.125rem;height:1.125rem}

.help-main .help-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:0 0 1rem}
.help-main .help-nav-card{display:flex;align-items:center;gap:.75rem;min-height:100px;padding:1.125rem 1rem;border:1px solid var(--bd);border-radius:8px;background:var(--wh);transition:border-color .2s,box-shadow .2s,transform .2s}
.help-main .help-nav-card:hover{border-color:var(--pri);box-shadow:0 2px 8px rgba(0,0,0,.05);transform:translateY(-2px)}
.help-main .help-nav-card__icon{width:2.25rem;height:2.25rem;flex:none;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:rgba(15,63,154,.05);color:var(--pri)}
.help-main .help-nav-card__icon svg{width:1.25rem;height:1.25rem}
.help-main .help-nav-card__text{font-size:.875rem;font-weight:600;color:var(--tx)}

.help-main .help-cat-title{display:flex;align-items:center;gap:.5rem;margin:2.5rem 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600;color:var(--tx);border-bottom:1px solid var(--bd);scroll-margin-top:5rem}
.help-main .help-cat-title__icon{display:flex;color:var(--pri)}
.help-main .help-cat-title__icon svg{width:1.25rem;height:1.25rem}

.help-main .faq-item{border:1px solid var(--bd);border-radius:8px;margin-bottom:.625rem;background:var(--wh);overflow:hidden;transition:border-color .2s,box-shadow .2s}
.help-main .faq-item:focus-within{border-color:var(--pri);box-shadow:0 2px 8px rgba(0,0,0,.05)}
.help-main .faq-item[aria-expanded="true"]{border-color:var(--pri)}
.help-main .faq-q-btn{margin:0;padding:0;font:inherit;font-size:1rem}
.help-main .faq-q-inner{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:1rem 1.25rem;border:0;background:none;cursor:pointer;text-align:left;font:inherit;color:var(--tx);transition:background .2s}
.help-main .faq-q-inner:hover .faq-text{color:var(--pri)}
.help-main .faq-num{flex:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(15,63,154,.06);color:var(--pri);font-size:.75rem;font-weight:600;transition:background .2s,color .2s}
.help-main .faq-text{flex:1;padding-top:.125rem;font-size:.9375rem;font-weight:500;line-height:1.5;transition:color .2s}
.help-main .faq-icon{flex:none;display:flex;align-items:center;justify-content:center;color:var(--tx3);transition:transform .25s}
.help-main .faq-icon svg{width:1rem;height:1rem}
.help-main .faq-item[aria-expanded="true"] .faq-icon{transform:rotate(180deg)}
.help-main .faq-item[aria-expanded="true"] .faq-q-inner{background:rgba(15,63,154,.04)}
.help-main .faq-item[aria-expanded="true"] .faq-num{background:var(--pri);color:var(--wh)}
.help-main .faq-a{display:none;padding:0 1.25rem 1.125rem 3.25rem;font-size:.875rem;color:var(--tx2);line-height:1.75;animation:prodFaqSlide .25s ease-out}
.help-main .faq-item[aria-expanded="true"] .faq-a{display:block}

.help-main .help-empty{margin:2rem 0;padding:2rem;text-align:center;color:var(--tx3);border:1px dashed var(--bd);border-radius:8px}

.help-main .help-cta{margin:2.5rem 0 0;padding:1.5rem;border:1px solid #dbeaff;border-radius:12px;background:linear-gradient(135deg,#f0f5ff 0%,#fff 100%);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.help-main .help-cta__title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--tx)}
.help-main .help-cta__desc{margin:0;font-size:.875rem;color:var(--tx2);line-height:1.7}
.help-main .help-cta__links{display:flex;gap:.75rem;flex-wrap:wrap}
.help-main .help-cta__links .btn-text{font-size:.875rem;font-weight:500;color:var(--pri);padding:.375rem 0;border-bottom:1px solid transparent;transition:border-color .2s}
.help-main .help-cta__links .btn-text:hover{border-color:var(--pri)}

@media(max-width:767px){
  .help-main .help-hero__title{font-size:1.625rem}
  .help-main .help-nav-grid{grid-template-columns:1fr 1fr}
  .help-main .help-cta{flex-direction:column;align-items:flex-start}
  .help-main .faq-q-btn{padding:.875rem 1rem}
  .help-main .faq-a{padding-left:2.75rem}
}
.case-layout{display:flex;gap:2.5rem;align-items:flex-start}
.case-sidebar{flex:0 0 200px}
.case-main{flex:1;min-width:0}
.case-sidebar__tt{font-size:1.125rem;font-weight:700;color:var(--tx);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--bd)}
.case-cat-list{list-style:none;margin:0;padding:0}
.case-cat-item{font-size:.9375rem;line-height:2.4}
.case-cat-name{margin:0;font-size:inherit;font-weight:inherit;line-height:inherit}
.case-cat-name a{display:block;padding:.25rem .5rem;color:var(--tx2);border-radius:4px;transition:all .2s}
.case-cat-name a:hover{color:var(--pri);background:var(--bg)}
.case-cat-item.current .case-cat-name a{color:var(--pri);font-weight:600;background:var(--pb)}
@media(max-width:767px){
  .case-layout{flex-direction:column;gap:1.5rem}
  .case-sidebar{flex:auto;width:100%}
  .case-cat-list{display:flex;flex-wrap:wrap;gap:.25rem}
  .case-cat-item{line-height:1;font-size:.8125rem}
  .case-cat-name{margin:0;font-size:inherit;font-weight:inherit}
  .case-cat-name a{padding:.375rem .75rem;border:1px solid var(--bd);border-radius:9999px}
  .case-cat-item.current .case-cat-name a{background:var(--pri);color:var(--wh);border-color:var(--pri)}
}
.download-note{background:#eef3fb;border:1px solid #c9d8f0;color:#0F3F9A;border-radius:.5rem;padding:.875rem 1.125rem;font-size:1.375rem;line-height:1.7;margin-bottom:4rem;text-align:center}
.download-list{margin-bottom:2.5rem}
.download-head{font-size:1.125rem;font-weight:600;color:var(--tx);margin:2rem 0 1rem;padding-left:.875rem;border-left:4px solid var(--pri)}
.download-head:first-child{margin-top:0}
.download-table{width:100%;border:1px solid var(--bd);border-radius:.75rem;overflow:hidden;border-collapse:separate;border-spacing:0}
.download-table table{width:100%}
.download-table th,.download-table td{padding:.875rem 1.25rem;font-size:.9375rem;color:var(--tx);text-align:left;vertical-align:middle;border-bottom:1px solid var(--bd)}
.download-table thead th{background:#f7f8fa;font-size:.8125rem;font-weight:600;color:var(--tx2)}
.download-table tbody tr:last-child td{border-bottom:none}
.download-table th:nth-child(n+2),.download-table td:nth-child(n+2){width:110px}
.download-table th:nth-child(3),.download-table td:nth-child(3){width:130px}
.download-table td h3{display:block;font-size:1rem;color:var(--tx);font-weight:600;line-height:1.4;margin:0}
.download-ver{display:block;font-size:.8125rem;color:var(--tx2);margin-top:.25rem}
.download-tag{display:inline-block;font-size:.8125rem;font-weight:500;color:var(--pri)}
.download-table a{text-decoration:none}
.download-table .btn-pri{background:transparent;color:var(--tx);border:1px solid var(--bd);padding:.5rem 1.125rem;font-size:.8125rem}
.download-table .btn-pri:hover{color:var(--pri);border-color:var(--pri)}
@media(max-width:640px){
  .download-table thead{display:none}
  .download-table tbody tr{display:grid;grid-template-columns:1fr auto;gap:.375rem 1rem;padding:1rem 1.125rem;border-bottom:1px solid var(--bd)}
  .download-table tbody tr:last-child{border-bottom:none}
  .download-table tbody tr td{display:block;padding:0;border-bottom:none;width:auto}
  .download-table tbody tr td:first-child{grid-column:1;grid-row:1}
  .download-table tbody tr td:nth-child(2),.download-table tbody tr td:nth-child(3){grid-column:1}
  .download-table tbody tr td:last-child{grid-column:2;grid-row:1/4;align-self:center}
}
.about-top{padding-top:1rem}
.about-intro{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}
@media(min-width:900px){
  .about-intro{grid-template-columns:1.05fr 1fr;gap:4.5rem}
}
.about-intro__head{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem}
.about-intro__bar{flex:none;width:4px;height:2.625rem;border-radius:9999px;background:linear-gradient(180deg,var(--pri),#6ea8fe)}
.about-intro__name{font-size:1.625rem;font-weight:800;color:var(--dk);letter-spacing:.02em;line-height:1.3;margin:0}
@media(min-width:900px){
  .about-intro__name{font-size:2rem}
}
.about-intro__slogan{display:inline-flex;align-items:center;gap:.625rem;color:var(--pri);font-weight:600;font-size:1.125rem;letter-spacing:.08em;margin:0 0 1.75rem}
.about-intro__slogan::before{content:'';flex:none;width:1.75rem;height:2px;border-radius:9999px;background:var(--or)}
.about-intro .entry-content{color:#3f4a5a;font-size:1.0625rem;line-height:2;text-align:justify}
.about-intro .entry-content p{margin-bottom:1.25em}
.about-intro .entry-content p:last-child{margin-bottom:0}
.about-intro .entry-content strong{color:var(--pri);font-weight:700}
.about-intro__media{position:relative}
.about-intro__media::before{content:'';position:absolute;right:-1.25rem;bottom:-1.25rem;width:80%;height:80%;border-radius:1.125rem;background:linear-gradient(135deg,var(--pb),#eaf1fb);z-index:0}
.about-intro__media img{position:relative;z-index:1;width:100%;border-radius:1rem;display:block;box-shadow:0 16px 32px rgba(15,63,154,.14),0 40px 80px rgba(15,63,154,.2)}
.about-intro__placeholder{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:360px;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#0F3F9A 0%,#1b66c9 55%,#6ea8fe 100%);color:rgba(255,255,255,.9);font-size:.9375rem;letter-spacing:.2em;z-index:1;box-shadow:0 16px 32px rgba(15,63,154,.16),0 40px 80px rgba(15,63,154,.22)}
.about-intro__placeholder::before{content:'';position:absolute;top:-45%;right:-18%;width:70%;height:70%;border-radius:50%;background:rgba(255,255,255,.09)}
.about-intro__placeholder::after{content:'';position:absolute;bottom:-32%;left:-14%;width:56%;height:56%;border-radius:50%;background:rgba(255,255,255,.07)}
.about-intro__placeholder span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem}
.about-intro__placeholder span::before,.about-intro__placeholder span::after{content:'';width:1.5rem;height:1px;background:rgba(255,255,255,.6)}
@media(max-width:767px){
  .about-intro__placeholder{min-height:260px}
  .about-intro__media::before{right:-.75rem;bottom:-.75rem}
}
.about-dual{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){
  .about-dual{grid-template-columns:repeat(2,1fr);gap:2rem}
}
.about-dual__card{position:relative;overflow:hidden;background:var(--wh);border:1px solid var(--bd);border-radius:1rem;padding:2.5rem 2.25rem;box-shadow:0 12px 28px rgba(15,63,154,.07),0 2px 8px rgba(15,63,154,.05);transition:transform .3s ease,box-shadow .3s ease}
.about-dual__card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--pri),#6ea8fe)}
.about-dual__card--future::before{background:linear-gradient(90deg,var(--or),#ffb347)}
.about-dual__card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(15,63,154,.12),0 6px 16px rgba(15,63,154,.08)}
.about-dual__head{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem}
.about-dual__dot{flex:none;width:14px;height:14px;border-radius:.375rem;background:linear-gradient(135deg,var(--pri),#6ea8fe);box-shadow:0 4px 10px rgba(15,63,154,.32)}
.about-dual__card--future .about-dual__dot{background:linear-gradient(135deg,var(--or),#ffb347);box-shadow:0 4px 10px rgba(240,130,0,.3)}
.about-dual__title{font-size:1.25rem;font-weight:700;color:var(--tx);margin:0;letter-spacing:.02em}
.about-dual__text{font-size:1.0625rem;line-height:2;color:var(--tx2);text-align:justify;margin:0}
@media(max-width:767px){
  .about-dual__card{padding:2rem 1.5rem}
}
.about-hi{position:relative}
.about-hi::before{content:'';position:absolute;top:1.125rem;bottom:0;left:76px;width:2px;background:var(--bd)}
.about-hi__item{position:relative;display:flex;align-items:flex-start;margin-bottom:3.5rem}
.about-hi__year{position:relative;z-index:1;flex:0 0 76px;padding-right:26px;text-align:right}
.about-hi__year::after{content:'';position:absolute;top:50%;transform:translateY(-50%);right:-6px;width:12px;height:12px;border-radius:50%;background:var(--wh);border:3px solid var(--pri)}
.about-hi__year-num{font-size:1.5rem;line-height:1.5;font-weight:700;color:var(--tx)}
.about-hi__card{flex:1;background:var(--wh);border:1px solid var(--bd);border-radius:1rem;padding:1.75rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.about-hi__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--tx)}
.about-hi__desc{margin:0 0 .75rem;font-size:.875rem;color:var(--tx2);line-height:1.6}
.about-hi__card :last-child{margin-bottom:0}
@media(max-width:640px){
  .about-hi::before{left:44px;top:.85rem}
  .about-hi__year{flex-basis:44px;padding-right:16px}
  .about-hi__year::after{width:8px;height:8px;top:50%;transform:translateY(-50%);right:-5px;border-width:2px}
  .about-hi__year-num{font-size:1.125rem;line-height:1.5}
  .about-hi__card{padding:1.25rem 1.125rem}
}
.about-team-sec{position:relative;overflow:hidden}
.about-team-sec::before{content:'';position:absolute;top:-8rem;right:-6rem;width:30rem;height:20rem;background:radial-gradient(closest-side,rgba(15,63,154,.07),transparent);pointer-events:none}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;align-items:start}
.team-item{margin:0;background:var(--wh);border:1px solid var(--bd);border-radius:1rem;padding:.625rem;box-shadow:0 12px 28px rgba(15,63,154,.08),0 2px 8px rgba(15,63,154,.05);transition:transform .3s ease,box-shadow .3s ease}
.team-item__media{position:relative;overflow:hidden;border-radius:.625rem;aspect-ratio:4/3}
.team-item__media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .5s ease}
.team-item__media figcaption{position:absolute;left:0;right:0;bottom:0;padding:.375rem .875rem;font-size:.8125rem;color:var(--wh);background:linear-gradient(180deg,transparent,rgba(15,63,154,.82));text-align:left}
.team-item:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(15,63,154,.15),0 6px 16px rgba(15,63,154,.1)}
.team-item:hover .team-item__media img{transform:scale(1.06)}
.team-item.is-shift{margin-top:2.25rem}
.team-placeholder{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:20rem;border-radius:1rem;background:linear-gradient(135deg,#0f3f9a,#3b82f6);text-align:center}
.team-placeholder::before{content:'';position:absolute;top:-4rem;right:-4rem;width:18rem;height:18rem;border-radius:50%;background:radial-gradient(closest-side,rgba(255,255,255,.18),transparent);pointer-events:none}
.team-placeholder::after{content:'';position:absolute;bottom:-6rem;left:-3rem;width:16rem;height:16rem;border-radius:50%;background:radial-gradient(closest-side,rgba(110,168,254,.28),transparent);pointer-events:none}
.team-placeholder__icon{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:1rem;color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.team-placeholder__icon svg{width:2.25rem;height:2.25rem}
.team-placeholder__text{margin:0;color:rgba(255,255,255,.85);font-size:1rem;letter-spacing:.06em}
@media(max-width:767px){
  .team-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}
  .team-item{padding:.375rem;border-radius:.75rem}
  .team-item.is-shift{margin-top:1.25rem}
  .team-item__media{border-radius:.5rem;aspect-ratio:3/4}
  .team-item__media figcaption{font-size:.6875rem;padding:.25rem .625rem}
  .team-placeholder{min-height:14rem}
}

.honor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media(min-width:768px){.honor-grid{grid-template-columns:repeat(4,1fr)}}
.honor-item{margin:0;display:flex;flex-direction:column;background:var(--wh);border:1px solid var(--bd);border-radius:1rem;padding:.625rem}
.honor-item__media{height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem;background:var(--bg)}
.honor-item__media img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}
.honor-item figcaption{margin:.625rem 0 .25rem;text-align:center;font-size:.875rem;color:var(--tx2);line-height:1.5}
.honor-item--wide{grid-column:span 2}
@media(max-width:767px){.honor-item__media{height:300px}}

.selection-guide{background:var(--wh);border-top:1px solid var(--bd);padding:3.5rem 0 4rem}
.selection-guide .container{max-width:1280px;margin:0 auto;padding:0 1rem}
.guide-header{text-align:center;margin-bottom:3rem}
.guide-header h2{font-size:1.875rem;font-weight:700;color:var(--tx);margin-bottom:.75rem;letter-spacing:-.01em}
.guide-header p{font-size:1rem;color:var(--tx2);max-width:600px;margin:0 auto}
.guide-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.guide-cards{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.guide-cards{grid-template-columns:repeat(4,1fr)}}
.guide-card{position:relative;overflow:hidden;background:var(--wh);border:1px solid var(--bd);border-radius:var(--rd);padding:2rem 1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease}
.guide-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--pri);opacity:0;transition:opacity .3s}
.guide-card:hover{transform:translateY(-5px);border-color:var(--pri);box-shadow:0 8px 24px rgba(15,63,154,.1)}
.guide-card:hover::before{opacity:1}
.guide-icon-box{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--pri);background:rgba(15,63,154,.06);border-radius:.75rem;transition:all .3s}
.guide-icon-box svg{width:28px;height:28px}
.guide-card:hover .guide-icon-box{background:var(--pri);color:var(--wh)}
.guide-card h3{font-size:1.125rem;font-weight:600;color:var(--tx);margin-bottom:.75rem;line-height:1.4}
.guide-card p{font-size:.875rem;color:var(--tx2);line-height:1.6;margin-bottom:1.25rem}
.guide-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--pri)}
.guide-link svg{width:14px;height:14px;transition:transform .2s}
.guide-link:hover svg{transform:translateX(4px)}
