.hero{margin-top:76px;background:#091323;color:#fff;overflow:hidden}
.hero-carousel{position:relative;height:clamp(400px,52vh,590px)}
.hero-slide{position:absolute;inset:0;z-index:1;display:grid;place-items:center;opacity:0;background-image:linear-gradient(135deg,#091323 0%,#123252 50%,#0054a6 100%);background-position:center center;background-repeat:no-repeat;background-size:cover;transition:opacity .7s ease;pointer-events:none}
.hero-slide:nth-child(2){background-image:linear-gradient(135deg,#0a1628,#0d2847 50%,#0f3a6a)}
.hero-slide:nth-child(3){background-image:linear-gradient(135deg,#071222,#102a45 50%,#084c80)}
.hero-slide.is-active{z-index:2;opacity:1;pointer-events:auto}
.slide-content{position:relative;z-index:1;padding-bottom:104px;text-align:center}
.slide-content h1{max-width:1080px;margin:0 auto 16px;font-size:clamp(36px,5vw,64px);line-height:1.12;letter-spacing:-.035em}
.slide-subtitle,.slide-desc{max-width:980px;margin:0 auto;color:rgba(255,255,255,.78);font-size:clamp(17px,1.8vw,22px)}
.slide-desc{margin-top:8px;font-size:clamp(15px,1.5vw,19px);color:rgba(255,255,255,.62)}
.hero-align-left .slide-content,.hero-align-right .slide-content{padding-right:clamp(56px,7vw,112px);padding-left:clamp(56px,7vw,112px)}
.hero-align-left .slide-content{text-align:left}.hero-align-right .slide-content{text-align:right}
.hero-align-left .slide-content h1,.hero-align-left .slide-subtitle,.hero-align-left .slide-desc{margin-right:auto;margin-left:0}
.hero-align-right .slide-content h1,.hero-align-right .slide-subtitle,.hero-align-right .slide-desc{margin-right:0;margin-left:auto}
.hero-arrow{position:absolute;z-index:5;top:50%;width:48px;height:48px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;transform:translateY(-50%);background:rgba(255,255,255,.08);color:transparent;font-size:0;line-height:1;cursor:pointer}
.hero-arrow::before,.hero-arrow::after{content:"";position:absolute;top:calc(50% - 1px);width:8px;height:2px;border-radius:2px;background:#fff;transform-origin:100% 50%}
.hero-arrow::before{left:calc(50% - 5px);transform:rotate(45deg)}
.hero-arrow::after{left:calc(50% - 5px);transform:rotate(-45deg)}
.hero-arrow.prev::before,.hero-arrow.prev::after{left:calc(50% - 3px);transform-origin:0 50%}
.hero-arrow.prev::before{transform:rotate(-45deg)}
.hero-arrow.prev::after{transform:rotate(45deg)}
.hero-arrow:hover{background:rgba(255,255,255,.18)}
.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}
.hero-dots{position:absolute;z-index:6;left:50%;bottom:24px;display:flex;gap:8px;transform:translateX(-50%)}
.hero-dots button{width:30px;height:5px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.3);cursor:pointer}.hero-dots button.is-active{background:#fff}
.hero-actions{position:absolute;z-index:6;left:50%;bottom:56px;display:flex;justify-content:center;gap:12px;transform:translateX(-50%);white-space:nowrap}.hero-actions .button{cursor:pointer;text-decoration:none!important;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.hero-actions .button:hover,.hero-actions .button:focus,.hero-actions .button:active{text-decoration:none!important}.button-accent{background:var(--accent);color:#fff}.hero-actions .button-accent:hover{background:#e98512;color:#fff;transform:translateY(-3px);box-shadow:0 10px 22px rgba(247,148,29,.3)}.button-ghost{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff}.hero-actions .button-ghost:hover{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.18);color:#fff;transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.2)}.hero-actions .button:active{transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.18)}.hero-actions .button:focus-visible{outline:3px solid rgba(255,255,255,.72);outline-offset:3px}
.brand-statement{position:relative;padding:54px 0 28px;overflow:hidden;background:linear-gradient(180deg,#f5f8fc,#fff)}
.brand-statement::before{content:"";position:absolute;left:50%;top:-200px;width:600px;height:600px;transform:translateX(-50%);background:radial-gradient(circle,rgba(0,84,166,.07),transparent 64%)}
.brand-quote{position:relative;width:fit-content;max-width:1100px;margin:0 auto;text-align:center}.brand-quote h2{margin:0;background:linear-gradient(135deg,#0a2640,#0054a6 65%,#0078d4);background-clip:text;color:transparent;font-size:52px;line-height:1.35;letter-spacing:.055em}.quote-mark{position:absolute;left:-54px;top:-15px;color:#0a4da6;font:700 66px Georgia;opacity:.72}.quote-end{left:auto;right:-54px;top:auto;bottom:-28px}
.brand-copy{max-width:1200px;margin:24px auto 0;padding-top:22px;border-top:3px solid transparent;border-image:linear-gradient(90deg,transparent,var(--primary),var(--accent),transparent) 1;text-align:center}.brand-copy p{margin:6px 0;color:var(--text-secondary);font-size:20px}
.capabilities{padding:18px 0 44px;background:var(--bg-soft)}.capability-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:44px}.capability{display:flex;gap:13px;padding:17px 0;border-bottom:1px solid #edf0f4}.capability:hover{background:linear-gradient(90deg,#f0f6ff,transparent)}.cap-icon{flex:0 0 38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--primary-50);color:var(--primary);font-size:11px;font-weight:900}.capability h3{margin:0 0 3px;font-size:20px}.capability p{margin:0;color:var(--text-secondary);font-size:16px}
.section{padding:72px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.kicker{display:block;margin-bottom:10px;color:var(--primary);font-size:14px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-head h2,.showcase-head h2{margin:0;font-size:clamp(28px,3vw,36px);line-height:1.25}.section-head p{max-width:760px;margin:12px 0 0;color:var(--text-secondary)}.section-more{color:var(--primary);font-weight:700;white-space:nowrap}
.products-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.product-card{display:flex;height:100%;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:inherit;text-decoration:none!important;box-shadow:0 2px 10px rgba(0,0,0,.04);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.product-card:hover{border-color:rgba(0,84,166,.28);color:inherit;text-decoration:none!important;transform:translateY(-6px);box-shadow:0 16px 34px rgba(5,35,68,.14)}.product-card:active{transform:translateY(-2px);box-shadow:0 7px 18px rgba(5,35,68,.12)}.product-card:focus,.product-card:active{text-decoration:none!important}.product-card:focus-visible{outline:3px solid rgba(0,84,166,.28);outline-offset:3px}.product-visual{position:relative;aspect-ratio:4/3;flex:0 0 auto;padding:18px;display:flex;align-items:end;overflow:hidden;color:#fff;background:linear-gradient(145deg,#0d2847,#0054a6)}.product-visual::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:22px 22px}.product-visual.has-image{background:#0d2543}.product-visual.has-image::before{display:none}.product-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-visual.has-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,18,34,.02) 42%,rgba(5,18,34,.68) 100%);transition:background-color .3s ease}.product-card:hover .product-visual.has-image::after{background-color:rgba(0,84,166,.09)}.product-visual span{position:relative;z-index:1;font-size:20px;font-weight:800;line-height:1.2;letter-spacing:-.02em;transition:transform .3s ease}.product-card:hover .product-visual span{transform:translateY(-2px)}.product-card:hover .product-visual img{transform:scale(1.025)}.product-visual-2{background:linear-gradient(145deg,#00796b,#0f766e)}.product-visual-3{background:linear-gradient(145deg,#9a3412,#dc2626)}.product-visual-4{background:linear-gradient(145deg,#4c1d95,#7c3aed)}.product-visual-5{background:linear-gradient(145deg,#374151,#111827)}.product-visual-6{background:linear-gradient(145deg,#1f2937,#2563eb)}.product-body{display:flex;min-height:176px;flex:1;flex-direction:column;padding:16px 18px 18px}.product-body small,.showcase-body small{display:inline-block;align-self:flex-start;padding:4px 10px;border-radius:99px;background:#0a4da6;color:#fff;font-size:14px;font-weight:700;line-height:1.4}.product-body h3{display:-webkit-box;min-height:2.7em;margin:10px 0 8px;overflow:hidden;color:var(--text-primary);font-size:20px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .25s ease}.product-card:hover .product-body h3{color:var(--primary)}.product-body p{display:-webkit-box;min-height:3.2em;margin:0;overflow:hidden;color:var(--text-secondary);font-size:16px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-products-more-top,.home-products-more-button{display:inline-flex;align-items:center;gap:7px;text-decoration:none!important;transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.home-products-more-top:hover,.home-products-more-top:focus,.home-products-more-button:hover,.home-products-more-button:focus{text-decoration:none!important}.home-products-more-top span,.home-products-more-button span{transition:transform .25s ease}.home-products-more-top:hover{color:#003f7d;transform:translateY(-2px)}.home-products-more-top:hover span,.home-products-more-button:hover span{transform:translateX(4px)}.home-products-more-bottom{display:flex;justify-content:center;margin-top:34px}.home-products-more-button{min-width:176px;justify-content:center;padding:12px 36px;border:1px solid #3187db;border-radius:7px;background:#3187db;color:#fff;font-weight:700}.home-products-more-button:hover{border-color:#8dc7ff;background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,84,166,.2)}.home-products-more-top:active,.home-products-more-button:active{transform:translateY(0)}.home-products-more-top:focus-visible,.home-products-more-button:focus-visible{outline:3px solid rgba(0,84,166,.25);outline-offset:3px}
.data-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#091323,#11243e 40%,#0a1628);color:#fff;background-position:center;background-size:cover}.data-section.has-background-image{background-image:linear-gradient(rgba(13,37,67,.48),rgba(13,37,67,.64)),var(--data-background-image)}.data-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(247,148,29,.17),transparent 25%),radial-gradient(circle at 90% 90%,rgba(0,84,166,.22),transparent 30%)}.data-section.has-background-image::before{background:linear-gradient(90deg,rgba(7,25,46,.18),transparent 45%,rgba(7,25,46,.12))}.data-section .container{position:relative}.section-head.light .kicker{color:#69b8ef}.section-head.light h2{color:#fff}.section-head.light p{color:rgba(255,255,255,.72)}.data-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.data-card{min-height:168px;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(13,37,67,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backdrop-filter:blur(2px);transition:.25s}.data-card:hover{transform:translateY(-4px);background:rgba(13,37,67,.66)}.data-card strong{color:#ffd08a;font-size:40px;line-height:1}.data-card h3{margin:13px 0 0;font-size:16px}

/* Platform milestone cards: make each item respond independently to the pointer. */
.data-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(2,12,27,.08);
  transition:transform .28s cubic-bezier(.2,.7,.2,1),border-color .28s ease,background-color .28s ease,box-shadow .28s ease;
}
.data-card.is-linked{color:inherit;text-decoration:none!important;cursor:pointer}.data-card.is-linked:focus,.data-card.is-linked:hover{color:inherit;text-decoration:none!important}.data-card.is-linked:focus-visible{outline:3px solid rgba(105,184,239,.6);outline-offset:3px}
.data-card::before{
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 50% 0,rgba(105,184,239,.25),transparent 62%);
  content:"";
  opacity:0;
  transform:translateY(12px);
  transition:opacity .28s ease,transform .28s ease;
}
.data-card:hover{
  border-color:rgba(105,184,239,.58);
  background:rgba(18,54,91,.82);
  box-shadow:0 16px 34px rgba(1,12,28,.28),0 0 0 1px rgba(105,184,239,.1) inset;
  transform:translateY(-7px);
}
.data-card:hover::before{
  opacity:1;
  transform:translateY(0);
}
.data-card strong{
  transition:color .28s ease,transform .28s cubic-bezier(.2,.7,.2,1),text-shadow .28s ease;
}
.data-card h3{
  transition:color .28s ease,transform .28s ease;
}
.data-card:hover strong{
  color:#fff;
  text-shadow:0 4px 18px rgba(105,184,239,.34);
  transform:translateY(-2px) scale(1.06);
}
.data-card:hover h3{
  color:#9ed8ff;
  transform:translateY(2px);
}
@media(hover:none){
  .data-card:hover{transform:none}
  .data-card:hover strong,.data-card:hover h3{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .data-card,.data-card::before,.data-card strong,.data-card h3{transition:none}
}
.showcase-section{overflow:hidden;padding:64px 0 52px;background:#0D2543}.showcase-section .container{max-width:1020px}.showcase-head{margin-bottom:28px;text-align:left}.showcase-head .kicker{margin-bottom:10px;color:#a7c7e8;font-size:10px;letter-spacing:.12em}.showcase-head h2{color:#fff;font-size:27px}.showcase-viewport{overflow:hidden;padding:0}.showcase-track{display:flex;gap:12px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.showcase-card{position:relative;flex:0 0 calc((100% - 24px)/3);height:234px;min-width:0;overflow:hidden;border:0;border-radius:12px;background:#294461;background-clip:padding-box;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.showcase-card-image{background:linear-gradient(135deg,#244666,#152c46)}.showcase-card-image.has-image{background-image:var(--showcase-image);background-position:center;background-size:cover}.showcase-card-image::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(2,14,28,.03) 28%,rgba(2,12,24,.92) 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);pointer-events:none}.showcase-image-overlay{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:18px 15px 14px}.showcase-labels{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.showcase-labels span{padding:4px 9px;border-radius:99px;background:rgba(0,0,0,.48);color:#fff;font-size:9px}.showcase-image-overlay h3{margin:0 0 6px;color:#fff;font-size:14px;line-height:1.4}.showcase-image-overlay p{display:-webkit-box;margin:0;overflow:hidden;color:rgba(255,255,255,.7);font-size:10px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.showcase-card-quote{display:flex;flex-direction:column;justify-content:space-between;padding:24px 17px;background:#294461}.showcase-quote-text{margin:0;color:rgba(255,255,255,.87);font-size:12px;line-height:1.7}.showcase-person{display:flex;align-items:center;gap:10px}.showcase-person-icon{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:9px;background:#edf5fc;color:#173654}.showcase-person-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.showcase-person h3{margin:0 0 2px;color:#fff;font-size:13px}.showcase-person p{margin:0;color:rgba(255,255,255,.55);font-size:9px}.showcase-dots{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%)}.showcase-actions{display:flex;justify-content:center;gap:14px;margin-top:42px;padding-top:42px;border-top:1px solid rgba(255,255,255,.09)}.showcase-action{display:inline-flex;min-width:132px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid rgba(255,255,255,.42);border-radius:7px;color:#fff;font-size:14px;line-height:1.5;font-weight:700;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.showcase-action:hover{color:#fff;transform:translateY(-3px)}.showcase-action-trial{border-color:#f7941d;background:#f7941d}.showcase-action-contact{border-color:#69b8ef;background:#69b8ef;color:#0d2543}.showcase-action-product:hover{background:rgba(255,255,255,.1)}.showcase-action-trial:hover{background:#e98512;box-shadow:0 9px 20px rgba(247,148,29,.25)}.showcase-action-contact:hover{background:#8acaf4;color:#0d2543;box-shadow:0 9px 20px rgba(49,135,219,.22)}

/* Give the trust showcase the same visual weight as the other homepage sections. */
.showcase-section{padding:82px 0 64px}
.showcase-section .container{max-width:1440px}
.showcase-head{margin-bottom:34px}
.showcase-head .kicker{font-size:14px;font-weight:700}
.showcase-head h2{font-size:32px;line-height:1.25}
.showcase-track{gap:18px}
.showcase-card{flex-basis:calc((100% - 36px)/3);height:292px;border-radius:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 12px 28px rgba(0,0,0,.14)}
.showcase-image-overlay{padding:25px 22px 20px}
.showcase-labels{gap:8px;margin-bottom:12px}
.showcase-labels span{padding:5px 11px;background:rgba(3,15,29,.72);font-size:11px;font-weight:700;line-height:1.35}
.showcase-image-overlay h3{margin-bottom:8px;font-size:17px;line-height:1.4}
.showcase-image-overlay p{color:rgba(255,255,255,.88);font-size:12.5px;font-weight:500;line-height:1.65}
.showcase-card-quote{padding:30px 24px}
.showcase-quote-text{color:rgba(255,255,255,.94);font-size:15px;font-weight:500;line-height:1.8}
.showcase-person{gap:13px}
.showcase-person-icon{flex-basis:44px;width:44px;height:44px;border-radius:10px}
.showcase-person-icon svg{width:23px;height:23px}
.showcase-person h3{margin-bottom:4px;font-size:15px;line-height:1.4}
.showcase-person p{color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}
.showcase-actions{margin-top:50px;padding-top:46px}

/* Each trust card reacts independently without affecting carousel movement. */
.showcase-viewport{padding-top:9px;padding-bottom:20px;margin-top:-9px;margin-bottom:-20px}
.showcase-card{
  transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,background-color .3s ease;
}
.showcase-card::before{
  position:absolute;
  z-index:2;
  inset:0;
  border:1px solid transparent;
  border-radius:inherit;
  content:"";
  pointer-events:none;
  transition:border-color .3s ease,box-shadow .3s ease;
}
.showcase-card-image::after{
  transition:background .3s ease,box-shadow .3s ease;
}
.showcase-image-overlay,.showcase-quote-text,.showcase-person{
  transition:transform .3s cubic-bezier(.2,.7,.2,1);
}
.showcase-card:hover{
  background-color:#315171;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 20px 42px rgba(0,0,0,.3);
  transform:translateY(-7px);
}
.showcase-card:hover::before{
  border-color:rgba(141,199,255,.58);
  box-shadow:inset 0 0 24px rgba(105,184,239,.08);
}
.showcase-card-image:hover::after{
  background:linear-gradient(180deg,rgba(16,68,111,.04) 18%,rgba(2,12,24,.96) 100%);
  box-shadow:inset 0 0 0 1px rgba(141,199,255,.2);
}
.showcase-card-image:hover .showcase-image-overlay{
  transform:translateY(-4px);
}
.showcase-card-image.is-previewable{cursor:zoom-in}.showcase-card-image.is-previewable:focus-visible{outline:3px solid #8dc7ff;outline-offset:4px}.showcase-lightbox[hidden]{display:none}.showcase-lightbox{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:32px;background:rgba(2,12,24,.86);backdrop-filter:blur(5px)}.showcase-lightbox__dialog{position:relative;display:flex;max-width:min(1200px,calc(100vw - 64px));max-height:calc(100vh - 64px);align-items:center;justify-content:center;flex-direction:column}.showcase-lightbox__dialog img{display:block;max-width:100%;max-height:calc(100vh - 128px);object-fit:contain;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.5)}.showcase-lightbox__dialog p{margin:14px 0 0;color:#fff;font-size:16px;font-weight:700;text-align:center}.showcase-lightbox__close{position:absolute;z-index:1;top:12px;right:12px;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(5,18,34,.72);box-shadow:0 4px 14px rgba(0,0,0,.28);color:#fff;font-size:25px;line-height:31px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.showcase-lightbox__close:hover{background:rgba(23,101,169,.92);transform:scale(1.06)}.showcase-lightbox__close:focus-visible{outline:3px solid #8dc7ff;outline-offset:3px}body.showcase-lightbox-open{overflow:hidden}
.showcase-card-quote:hover .showcase-quote-text{
  transform:translateY(-3px);
}
.showcase-card-quote:hover .showcase-person{
  transform:translateX(4px);
}
@media(hover:none){
  .showcase-card:hover{transform:none}
  .showcase-card-image:hover .showcase-image-overlay,.showcase-card-quote:hover .showcase-quote-text,.showcase-card-quote:hover .showcase-person{transform:none}
}
@media(prefers-reduced-motion:reduce){
  .showcase-card,.showcase-card::before,.showcase-card-image::after,.showcase-image-overlay,.showcase-quote-text,.showcase-person{transition:none}
  .showcase-card:hover,.showcase-card-image:hover .showcase-image-overlay,.showcase-card-quote:hover .showcase-quote-text,.showcase-card-quote:hover .showcase-person{transform:none}
}

/* Homepage-only dark theme. Other pages keep the global light header and body. */
body.liying-dark-home{background:#0D2543;color:#fff}
body.liying-dark-home .site-footer{border-top:0}
body.liying-dark-home .site-header,body.liying-dark-home .site-header.is-scrolled{background:rgba(8,16,30,.97);border-bottom-color:rgba(255,255,255,.1);box-shadow:0 4px 18px rgba(0,0,0,.2)}
body.liying-dark-home .brand-name,body.liying-dark-home .desktop-nav .nav-label,body.liying-dark-home .desktop-nav a.nav-label:link,body.liying-dark-home .desktop-nav a.nav-label:visited{color:#FFFFFF}
body.liying-dark-home .desktop-nav .nav-label:hover,body.liying-dark-home .desktop-nav .nav-label:focus,body.liying-dark-home .desktop-nav .nav-label:focus-visible,body.liying-dark-home .desktop-nav .nav-item.is-open>.nav-label,body.liying-dark-home .desktop-nav a.nav-label:hover,body.liying-dark-home .desktop-nav a.nav-label:focus-visible{background:rgba(255,255,255,.1);color:#8dc7ff!important}
body.liying-dark-home .desktop-nav .nav-label.is-current{background:rgba(255,255,255,.1);color:#FFFFFF}
body.liying-dark-home .desktop-nav .nav-arrow{color:#FFFFFF}
body.liying-dark-home .header-language-button{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.03);color:rgba(255,255,255,.68)}
body.liying-dark-home .header-language-button:hover,body.liying-dark-home .header-language-button:focus-visible{border-color:#8dc7ff;background:rgba(141,199,255,.12);color:#fff}
body.liying-dark-home .header-language-button.is-active{border-color:#8dc7ff;background:rgba(141,199,255,.1);color:#fff}
body.liying-dark-home .nav-dropdown{border-top-color:#2b79c9;background:#0b1d35;box-shadow:0 20px 48px rgba(0,0,0,.34)}
body.liying-dark-home .nav-dropdown-item{color:rgba(255,255,255,.82)}
body.liying-dark-home .nav-dropdown-item:hover,body.liying-dark-home .nav-dropdown-item:focus{background:rgba(255,255,255,.1);color:#8dc7ff}
body.liying-dark-home .menu-toggle span,body.liying-dark-home .menu-toggle::before,body.liying-dark-home .menu-toggle::after{background:#fff}
body.liying-dark-home .mobile-nav{border-bottom-color:rgba(255,255,255,.1);background:#08101e}
body.liying-dark-home .mobile-nav .nav-label,body.liying-dark-home .mobile-resource-group,body.liying-dark-home .mobile-resource-group>.nav-label{background:rgba(255,255,255,.06);color:#fff}
body.liying-dark-home .mobile-resource-link,body.liying-dark-home .mobile-resource-label{color:rgba(255,255,255,.75)}
body.liying-dark-home .mobile-resource-link:hover{background:rgba(255,255,255,.1);color:#fff}
body.liying-dark-home .hero,body.liying-dark-home .brand-statement,body.liying-dark-home .capabilities,body.liying-dark-home .products-section,body.liying-dark-home .data-section,body.liying-dark-home .showcase-section{background-color:#0D2543}
body.liying-dark-home .brand-statement{background:#0D2543}
body.liying-dark-home .brand-statement::before{background:radial-gradient(circle,rgba(49,135,219,.18),transparent 64%)}
body.liying-dark-home .brand-quote h2{background:linear-gradient(135deg,#fff,#8dc7ff 65%,#58a8f4);background-clip:text;color:transparent}body.liying-dark-home .quote-mark{color:#8dc7ff;opacity:.92}
body.liying-dark-home .brand-copy{position:relative;border-top:0;border-image:none}
body.liying-dark-home .brand-copy::before{content:"";position:absolute;top:0;left:8%;width:84%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.16) 16%,rgba(255,255,255,.82) 50%,rgba(255,255,255,.16) 84%,transparent 100%)}
body.liying-dark-home .brand-copy p,body.liying-dark-home .capability p,body.liying-dark-home .section-head p{color:rgba(255,255,255,.65)}
body.liying-dark-home .capability{border-bottom-color:rgba(255,255,255,.1)}
body.liying-dark-home .capability:hover{background:linear-gradient(90deg,rgba(255,255,255,.07),transparent)}
body.liying-dark-home .cap-icon{flex-basis:38px;width:38px;height:38px;border-radius:50%;background:#FFFFFF;color:#1765A9;font-size:13px;font-weight:900;line-height:1;letter-spacing:-.02em;box-shadow:0 3px 12px rgba(0,0,0,.16)}
body.liying-dark-home .section-head h2,body.liying-dark-home .showcase-head h2,body.liying-dark-home .capability h3{color:#fff}
body.liying-dark-home .kicker,body.liying-dark-home .section-more,body.liying-dark-home .home-products-more-top{color:#8dc7ff}
body.liying-dark-home .home-products-more-top:hover{color:#fff}
body.liying-dark-home .product-card{border-color:rgba(255,255,255,.12);background:#102d4f;box-shadow:0 8px 24px rgba(0,0,0,.16)}
body.liying-dark-home .product-card:hover{border-color:rgba(141,199,255,.42);box-shadow:0 16px 34px rgba(0,0,0,.28)}
body.liying-dark-home .product-body small{background:rgba(83,168,245,.15);color:#8dc7ff}
body.liying-dark-home .product-card-tags{display:flex;min-height:28px;flex-wrap:wrap;gap:6px}
body.liying-dark-home .product-card-tags small{padding:4px 10px;background:#3187db;color:#fff;font-size:14px;font-weight:700;line-height:1.4;box-shadow:0 1px 4px rgba(0,0,0,.12)}
body.liying-dark-home .product-body h3{color:#fff}
body.liying-dark-home .product-card:hover .product-body h3{color:#8dc7ff}
body.liying-dark-home .product-body p{color:rgba(255,255,255,.86);font-size:13px;font-weight:500;line-height:1.65}
body.liying-dark-home .home-products-more-button{border-color:#3187db;background:#3187db;color:#fff}
body.liying-dark-home .home-products-more-button:hover{border-color:#8dc7ff;background:transparent;color:#fff}
body.liying-dark-home .data-section{background:#0D2543}
body.liying-dark-home .data-section.has-background-image{background-image:linear-gradient(rgba(13,37,67,.48),rgba(13,37,67,.64)),var(--data-background-image);background-position:center;background-size:cover}
body.liying-dark-home .data-section::before{background:radial-gradient(circle at 12% 10%,rgba(247,148,29,.14),transparent 25%),radial-gradient(circle at 90% 90%,rgba(49,135,219,.2),transparent 30%)}
body.liying-dark-home .data-section.has-background-image::before{background:linear-gradient(90deg,rgba(7,25,46,.18),transparent 45%,rgba(7,25,46,.12))}
.reveal{opacity:0;transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
@media(max-width:1100px){.hero{margin-top:76px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-visual{height:240px;flex-basis:240px}.data-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:782px){.hero{margin-top:70px}.hero-carousel{height:450px}.slide-content{padding-bottom:112px}.hero-actions{bottom:58px}.hero-dots{bottom:24px}.hero-arrow{width:40px;height:40px}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.capability-grid,.product-grid{grid-template-columns:1fr}.product-visual{height:230px;flex-basis:230px}.product-body{min-height:136px}.section{padding:58px 0}.section-head{display:block}.section-more{display:block;margin-top:14px}.data-grid{grid-template-columns:repeat(2,1fr)}.brand-quote h2{font-size:36px;letter-spacing:.035em}.brand-copy p{font-size:20px}.quote-mark{left:-34px;top:-9px;font-size:44px}.quote-end{right:-34px;bottom:-18px;left:auto}.showcase-card{flex-basis:82vw}.showcase-actions{flex-wrap:wrap;margin-top:34px;padding-top:34px}}
@media(max-width:480px){.slide-content{padding-inline:44px}.slide-content h1{font-size:32px}.hero-actions .button{padding:10px 15px}.data-grid{grid-template-columns:1fr 1fr}.data-card{min-height:138px}.data-card strong{font-size:32px}}
@media(prefers-reduced-motion:reduce){.hero-actions .button{transition:none}.hero-actions .button:hover,.hero-actions .button:active{transform:none}}
@media(prefers-reduced-motion:reduce){.home-products-more-top,.home-products-more-button,.home-products-more-top span,.home-products-more-button span{transition:none}.home-products-more-top:hover,.home-products-more-button:hover,.home-products-more-top:hover span,.home-products-more-button:hover span{transform:none}}
@media(prefers-reduced-motion:reduce){.product-card,.product-visual,.product-visual span,.product-visual img{transition:none}.product-card:hover,.product-card:active,.product-card:hover .product-visual span,.product-card:hover .product-visual img{transform:none}}

/* Keep homepage product card tags aligned when multiple tags are configured. */
.product-card-tags{display:flex;min-height:28px;flex-wrap:wrap;gap:6px}
@media(max-width:782px){.hero-align-left .slide-content,.hero-align-right .slide-content{padding-right:28px;padding-left:28px}}

/* Homepage product cards keep uploaded product photos fully visible. */
.product-card:hover .product-visual img{transform:none}
.product-visual.has-image{padding:0;background:transparent}
.product-visual.has-image img{inset:0;width:100%;height:100%;max-width:none;max-height:none;border-radius:0;object-fit:cover;object-position:center;transform:none}
.product-visual.has-image span{position:absolute;z-index:2;left:20px;bottom:18px;margin:0;text-shadow:0 2px 8px rgba(2,12,24,.72)}
.product-card:hover .product-visual.has-image img{transform:none}
body.liying-dark-home .product-body p{font-size:16px;line-height:1.6}
/* 首页产品卡片说明最多展示四行，并预留相同高度以保持卡片整齐。 */
.products-section .product-body p{min-height:6.4em;-webkit-line-clamp:4}
.showcase-body small{padding:3px 8px;background:var(--primary-50);color:var(--primary);font-size:10px;font-weight:700;line-height:1.5}
