/* Focused Chinese homepage comparison. Scoped so the production homepage remains unchanged. */
html.home-focus{
  --focus-ink:#31415F;
  --focus-copy:#69748A;
  --focus-muted:#8B96AA;
  --focus-line:rgba(49,65,95,.15);
  --focus-blue:#4C64FE;
  --focus-paper:#F7F9FB;
}

html.home-focus body{background:var(--focus-paper);color:var(--focus-ink)}
html.home-focus .focus-hero{max-height:800px}
html.home-focus .focus-hero .hero-copy{max-width:650px}
html.home-focus .focus-hero .hero-actions{margin-top:30px}

html.home-focus .focus-solutions{padding-top:126px;padding-bottom:138px;background:#fff}
html.home-focus .focus-solutions::before{background:radial-gradient(circle at 16% 18%,rgba(76,100,254,.08),transparent 34%)}
html.home-focus .focus-solutions-head{grid-template-columns:190px minmax(0,930px);margin-bottom:62px}
html.home-focus .focus-solutions-head h2{font-size:clamp(48px,4.75vw,68px);line-height:1.02;letter-spacing:-.055em}
html.home-focus .focus-solutions-head .focus-brand-word{color:var(--focus-blue)}
html.home-focus .focus-solutions-head p{max-width:820px;margin-top:24px;font-size:18px;line-height:1.76}

html.home-focus .focus-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
html.home-focus .focus-product-card{position:relative;isolation:isolate;min-width:0;height:560px;padding:26px 24px 27px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:5px;background:#20314d;color:#fff;box-shadow:0 22px 54px rgba(36,55,91,.14);transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease}
html.home-focus .focus-product-card::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(17,30,54,.48) 0%,rgba(17,30,54,.05) 27%,rgba(17,30,54,.15) 47%,rgba(15,28,52,.93) 100%);transition:background .32s ease}
html.home-focus .focus-product-card::after{content:"";position:absolute;z-index:-1;inset:1px;border:1px solid rgba(255,255,255,.18);border-radius:3px;pointer-events:none}
html.home-focus .focus-product-card>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02);transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .35s ease}
html.home-focus .focus-card-youke>img{object-position:72% center}
html.home-focus .focus-card-asset>img{object-position:46% center}
html.home-focus .focus-card-project>img{object-position:61% center}
html.home-focus .focus-card-ai>img{object-position:63% center}
html.home-focus .focus-card-ai::before{background:linear-gradient(180deg,rgba(12,24,47,.38) 0%,rgba(12,24,47,.04) 28%,rgba(12,24,47,.18) 48%,rgba(11,23,46,.95) 100%)}
html.home-focus .focus-product-card__meta{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.84);font-size:13px;font-weight:650;line-height:1.4;letter-spacing:.045em;text-shadow:0 1px 12px rgba(8,18,38,.35)}
html.home-focus .focus-product-card__meta b{padding-right:10px;border-right:1px solid rgba(255,255,255,.48);color:#fff;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.08em}
html.home-focus .focus-product-card__content{transform:translateY(0);transition:transform .32s cubic-bezier(.2,.7,.2,1)}
html.home-focus .focus-product-card h3{max-width:265px;margin:0;color:#fff;font-size:clamp(28px,2.35vw,34px);line-height:1.12;letter-spacing:-.04em;text-wrap:balance;text-shadow:0 2px 22px rgba(8,18,38,.42)}
html.home-focus .focus-product-card p{max-width:286px;margin:17px 0 0;color:rgba(255,255,255,.84);font-size:15px;line-height:1.68;text-wrap:pretty}
html.home-focus .focus-product-card__link{margin-top:23px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:14px;font-weight:720}
html.home-focus .focus-product-card__link .ph{font-size:20px;transition:transform .28s ease}
html.home-focus .focus-product-card:hover{transform:translateY(-5px);box-shadow:0 30px 72px rgba(36,55,91,.22)}
html.home-focus .focus-product-card:hover::before{background:linear-gradient(180deg,rgba(17,30,54,.44) 0%,rgba(17,30,54,.03) 27%,rgba(17,30,54,.11) 44%,rgba(15,28,52,.9) 100%)}
html.home-focus .focus-product-card:hover>img{transform:scale(1.025);filter:saturate(1) contrast(1.03)}
html.home-focus .focus-product-card:hover .focus-product-card__content{transform:translateY(-5px)}
html.home-focus .focus-product-card:hover .focus-product-card__link .ph{transform:translate(3px,-3px)}
html.home-focus .focus-product-card:focus-visible{outline:3px solid var(--focus-blue);outline-offset:4px}
@media(min-width:1420px){
  html.home-focus .focus-product-card h3{max-width:none;font-size:33px;white-space:nowrap;text-wrap:nowrap}
}
html.home-focus .focus-suite-rail{min-height:70px;margin-top:12px;padding:20px 24px;display:flex;align-items:center;gap:24px;overflow:auto;white-space:nowrap;border:1px solid rgba(49,65,95,.12);border-radius:3px;background:#f3f6fb}
html.home-focus .focus-suite-rail b{margin-right:8px;color:var(--focus-ink);font-size:13px;letter-spacing:.06em}
html.home-focus .focus-suite-rail a{color:#62738a;font-size:13px}
html.home-focus .focus-suite-rail a:hover{color:var(--focus-blue)}

html.home-focus .focus-proof{padding-top:132px;padding-bottom:136px;background:#EDF3F9}
html.home-focus .focus-proof::before{opacity:.78}
html.home-focus .focus-proof .cases-layout{position:relative;z-index:1;margin-bottom:112px}
html.home-focus .focus-proof .case-feature{min-height:600px}
html.home-focus .focus-client-intro{position:relative;z-index:1;margin:0 0 38px;display:grid;grid-template-columns:190px minmax(0,850px);gap:50px;align-items:start}
html.home-focus .focus-client-intro>span{padding-top:8px;color:#567099;font-size:12px;font-weight:760;letter-spacing:.11em}
html.home-focus .focus-client-intro h3{margin:0;color:var(--focus-ink);font-size:clamp(32px,3vw,46px);line-height:1.12;letter-spacing:-.043em;text-wrap:balance}
html.home-focus .focus-client-intro p{max-width:710px;margin:18px 0 0;color:var(--focus-copy);font-size:17px;line-height:1.72}
html.home-focus .focus-proof .client-wall-grid{position:relative;z-index:1}
html.home-focus .focus-client-proof{position:relative;z-index:1;margin-top:34px;padding:30px 0}
html.home-focus .focus-client-proof strong{font-size:42px;font-variant-numeric:tabular-nums}
html.home-focus .focus-client-proof span{margin-top:9px;font-size:14px}
html.home-focus .focus-fact-note{max-width:940px;margin:14px 0 0;color:#7b8799;font-size:13px;line-height:1.7}

html.home-focus .focus-ecosystem{padding:54px 0 58px;border-top:1px solid rgba(49,65,95,.11);border-bottom:1px solid rgba(49,65,95,.11);background:#fff}
html.home-focus .focus-ecosystem-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:52px;align-items:center}
html.home-focus .focus-ecosystem-copy>span{color:#567099;font-size:12px;font-weight:760;letter-spacing:.1em}
html.home-focus .focus-ecosystem-copy h2{margin:13px 0 0;color:var(--focus-ink);font-size:32px;line-height:1.17;letter-spacing:-.04em;text-wrap:balance}
html.home-focus .focus-ecosystem-copy p{margin:14px 0 0;color:var(--focus-copy);font-size:14px;line-height:1.68}
html.home-focus .focus-ecosystem-copy .text-link{margin-top:17px;font-size:13px}
html.home-focus .focus-partner-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;border-left:1px solid rgba(49,65,95,.11)}
html.home-focus .focus-partner-rail figure{min-width:0;min-height:118px;margin:0;padding:18px 13px 15px;display:grid;grid-template-rows:58px auto;gap:9px;align-items:center;justify-items:center;border-right:1px solid rgba(49,65,95,.11)}
html.home-focus .focus-partner-rail img{max-width:108px;max-height:43px;width:auto;height:auto;display:block;object-fit:contain;filter:saturate(.92);transition:transform .25s ease,filter .25s ease}
html.home-focus .focus-partner-rail figure:hover img{transform:translateY(-2px);filter:saturate(1)}
html.home-focus .focus-partner-rail figcaption{align-self:start;color:#7d899c;font-size:13px;line-height:1.45;text-align:center;white-space:nowrap}
html[lang='en'].home-focus .focus-partner-rail figcaption{white-space:normal}
html.home-focus .focus-partner-rail .focus-partner-huawei img{max-width:54px;max-height:50px}
html.home-focus .focus-partner-rail .focus-partner-fadada img{max-width:92px}

html.home-focus .focus-partnership{padding-top:124px;padding-bottom:128px}
html.home-focus .focus-partnership .long-term-layout{align-items:center}
html.home-focus .focus-partnership .flywheel>img{height:640px}
html.home-focus .focus-partnership .long-term-copy h2{font-size:clamp(38px,3.6vw,52px);line-height:1.1;letter-spacing:-.046em;text-wrap:balance}
html.home-focus .focus-partnership .long-term-copy>p{font-size:17px;line-height:1.75}
html.home-focus .focus-partnership .promise-list{margin-top:34px}
html.home-focus .focus-partnership .promise-list div{padding:24px 0}
html.home-focus .focus-partnership .promise-list b{font-size:17px}
html.home-focus .focus-partnership .promise-list span{font-size:14px;line-height:1.7}

@media(max-width:1180px){
  html.home-focus .focus-client-intro{grid-template-columns:150px minmax(0,1fr);gap:28px}
  html.home-focus .focus-solutions-head{grid-template-columns:150px minmax(0,1fr);gap:28px}
  html.home-focus .focus-product-card{height:520px;padding-inline:20px}
  html.home-focus .focus-product-card p{font-size:14px}
  html.home-focus .focus-ecosystem-layout{grid-template-columns:280px minmax(0,1fr);gap:34px}
  html.home-focus .focus-partner-rail img{max-width:88px}
}

@media(min-width:981px) and (max-width:1419px){
  html.home-focus .focus-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  html.home-focus .focus-product-card{height:510px;padding:25px}
  html.home-focus .focus-product-card p{font-size:15px}
}

@media(min-width:768px){
  html.home-focus .focus-product-card__content{height:172px;display:flex;flex-direction:column}
  html.home-focus .focus-product-card__link{margin-top:auto}
}

@media(max-width:980px){
  html.home-focus .focus-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  html.home-focus .focus-product-card{height:510px;padding:25px}
  html.home-focus .focus-product-card p{font-size:15px}
  html.home-focus .focus-ecosystem-layout{grid-template-columns:1fr;gap:30px}
  html.home-focus .focus-ecosystem-copy{max-width:620px}
  html.home-focus .focus-partner-rail img{max-width:100px}
  html.home-focus .focus-proof .cases-layout{margin-bottom:88px}
  html.home-focus .focus-client-intro{grid-template-columns:1fr;gap:12px}
  html.home-focus .focus-client-intro>span{padding-top:0}
}

@media(max-width:767px){
  html.home-focus .focus-hero{max-height:none}
  html.home-focus .focus-solutions,
  html.home-focus .focus-proof,
  html.home-focus .focus-partnership{padding-top:88px;padding-bottom:92px}
  html.home-focus .focus-solutions-head{grid-template-columns:1fr;gap:12px;margin-bottom:36px}
  html.home-focus .focus-solutions-head h2{font-size:40px;line-height:1.08}
  html.home-focus .focus-solutions-head p{margin-top:15px;font-size:16px;line-height:1.68}
  html.home-focus .focus-product-grid{grid-template-columns:1fr;gap:12px}
  html.home-focus .focus-product-card{height:460px;padding:23px 22px 25px}
  html.home-focus .focus-product-card h3{max-width:310px;font-size:30px}
  html.home-focus .focus-product-card p{max-width:320px;font-size:15px}
  html.home-focus .focus-product-card__link{margin-top:20px}
  html.home-focus .focus-suite-rail{min-height:60px;gap:20px;margin-top:10px;padding:17px 20px}
  html.home-focus .yma-launcher-copy{display:none}
  html.home-focus .yma-launcher-avatar{width:70px;height:80px;flex-basis:70px}
  html.home-focus .yma-launcher-avatar picture,
  html.home-focus .yma-launcher-avatar img{width:70px;height:70px}
  html.home-focus .yma-launcher-avatar i{min-width:54px;height:20px;padding-inline:7px;font-size:8px}
  html.home-focus .focus-proof .cases-layout{margin-bottom:72px}
  html.home-focus .focus-proof .case-feature{min-height:540px}
  html.home-focus .focus-client-intro{margin-bottom:30px}
  html.home-focus .focus-client-intro h3{font-size:32px}
  html.home-focus .focus-client-intro p{font-size:16px}
  html.home-focus .focus-client-proof strong{font-size:36px}
  html.home-focus .focus-ecosystem{padding:50px 0 54px}
  html.home-focus .focus-ecosystem-layout{gap:28px}
  html.home-focus .focus-ecosystem-copy h2{font-size:30px}
  html.home-focus .focus-ecosystem-copy p{font-size:14px}
  html.home-focus .focus-partner-rail{grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(49,65,95,.11)}
  html.home-focus .focus-partner-rail figure{min-height:108px;border-bottom:1px solid rgba(49,65,95,.11)}
  html.home-focus .focus-partner-rail img{max-width:86px;max-height:39px}
  html.home-focus .focus-partner-rail .focus-partner-huawei img{max-width:46px;max-height:45px}
  html.home-focus .focus-partner-rail figcaption{white-space:normal}
  html.home-focus .focus-partnership .flywheel>img{height:auto}
  html.home-focus .focus-partnership .long-term-copy h2{font-size:34px;line-height:1.14}
  html.home-focus .focus-partnership .long-term-copy>p{font-size:16px}
}

@media(prefers-reduced-motion:reduce){
  html.home-focus .focus-product-card,
  html.home-focus .focus-product-card>img,
  html.home-focus .focus-product-card__content,
  html.home-focus .focus-product-card__link .ph{transition:none}
  html.home-focus .focus-product-card:hover,
  html.home-focus .focus-product-card:hover>img,
  html.home-focus .focus-product-card:hover .focus-product-card__content{transform:none}
}
