:root{
  --home-navy:#07111f;
  --home-navy-soft:#0c1829;
  --home-blue:#2463ff;
  --home-blue-soft:#eaf1ff;
  --home-ink:#101828;
  --home-text:#344054;
  --home-muted:#7d899c;
  --home-line:#dfe5ee;
  --home-paper:#ffffff;
  --home-fog:#f2f5f9;
  --home-shadow:0 22px 56px rgba(12,24,41,.09);
}

html{scroll-behavior:smooth;scroll-padding-top:64px}
body.home-v2{background:#fff;color:var(--home-text);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.home-v2 .page{padding-top:64px;background:#fff;overflow:hidden}
body.home-v2 img{max-width:100%}

.hv2-nav{position:fixed;inset:0 0 auto;z-index:40;height:64px;padding:0 clamp(22px,4vw,68px);display:flex;align-items:center;justify-content:space-between;background:rgba(7,17,31,.94);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 12px 34px rgba(3,10,20,.18);backdrop-filter:blur(18px)}
.hv2-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:900;letter-spacing:.01em}
.hv2-brand img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.2)}
.hv2-nav-actions{display:flex;align-items:center;gap:24px}
.hv2-nav .nav-link{color:#b8c1cf;font-size:13px;transition:color .18s ease}
.hv2-nav .nav-link:hover{color:#fff}
.hv2-nav .btn{min-width:76px;padding:9px 17px;border-radius:5px}
.hv2-nav .btn-outline{background:transparent;color:#fff;border-color:#7f8b9c}
.hv2-nav .btn-outline:hover{background:rgba(255,255,255,.08);border-color:#fff}
.hv2-nav .nav-user{color:#fff}

.hv2-hero{position:relative;min-height:590px;padding:82px 22px 58px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-color:var(--home-navy);background-image:url('/assets/home-v2/hero-wave.webp');background-position:center bottom;background-size:cover;background-repeat:no-repeat}
.hv2-hero:after{content:"";position:absolute;inset:0;background:rgba(3,10,20,.12);pointer-events:none}
.hv2-hero-inner{position:relative;z-index:1;width:min(1160px,100%);margin:0 auto}
.hv2-eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:6px 14px;border:1px solid rgba(210,225,246,.28);border-radius:999px;background:rgba(9,23,42,.58);color:#d6e3f4;font-size:12px;font-weight:700;letter-spacing:.04em}
.hv2-hero h1{margin:26px auto 14px;color:#fff;font-size:clamp(40px,4.8vw,64px);line-height:1.12;letter-spacing:-.035em;font-weight:900;white-space:nowrap;text-shadow:0 12px 36px rgba(0,0,0,.26)}
.hv2-lead{max-width:900px;margin:0 auto;color:rgba(225,233,245,.72);font-size:15px;line-height:1.9}
.hv2-hero-actions{display:flex;justify-content:center;gap:16px;margin-top:28px}
.hv2-hero-actions .btn{min-width:132px;padding:13px 24px;border-radius:5px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.hv2-hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(36,99,255,.28)}
.hv2-hero-actions .hv2-secondary{background:rgba(5,14,27,.62);border:1px solid rgba(198,215,239,.56);box-shadow:none}
.hv2-hero-actions .hv2-secondary:hover{background:rgba(18,33,54,.88)}
.hv2-metrics{width:min(770px,100%);margin:40px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(205,220,241,.22);border-radius:8px;background:rgba(13,29,50,.72);box-shadow:0 20px 50px rgba(0,0,0,.22);backdrop-filter:blur(12px)}
.hv2-metric{min-height:90px;padding:18px 24px;display:flex;align-items:center;justify-content:center;gap:14px}
.hv2-metric+.hv2-metric{border-left:1px solid rgba(205,220,241,.18)}
.hv2-metric img{width:34px;height:34px;filter:invert(92%) sepia(13%) saturate(233%) hue-rotate(178deg) brightness(104%)}
.hv2-metric-copy{text-align:left}
.hv2-metric b{display:block;color:#fff;font-size:17px;line-height:1.25;margin-bottom:4px}
.hv2-metric small{display:block;color:#aab7c8;font-size:12px}

.hv2-section{padding:74px clamp(22px,4vw,68px);text-align:center;background:#fff}
.hv2-section--fog{background:var(--home-fog)}
.hv2-section-head{max-width:760px;margin:0 auto 36px}
.hv2-kicker{display:block;margin-bottom:8px;color:var(--home-blue);font-size:12px;font-weight:900;letter-spacing:.12em}
.hv2-section-head h2{margin:0;color:var(--home-ink);font-size:clamp(28px,3vw,40px);line-height:1.2;letter-spacing:-.025em}
.hv2-section-head p{margin:12px auto 0;color:var(--home-muted);font-size:14px;line-height:1.8}

.hv2-scene-rail{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--home-line);border-radius:7px;box-shadow:var(--home-shadow);overflow:hidden}
.hv2-scene{position:relative;min-height:205px;padding:28px 24px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;background:#fff}
.hv2-scene+.hv2-scene{border-left:1px solid var(--home-line)}
.hv2-scene:not(:last-child):after{content:"›";position:absolute;right:-7px;top:50%;z-index:2;width:14px;height:26px;display:grid;place-items:center;transform:translateY(-50%);background:#fff;color:#b2bdcc;font-size:24px}
.hv2-scene:hover{z-index:3;transform:translateY(-7px);border-color:#b9cfff;box-shadow:0 24px 54px rgba(36,99,255,.14)}
.hv2-scene-num{color:var(--home-blue);font-size:13px;font-weight:900;letter-spacing:.04em}
.hv2-scene-icon{width:48px;height:48px;margin:20px 0 16px;display:grid;place-items:center;border-radius:50%;background:#f3f6fa}
.hv2-scene-icon img{width:23px;height:23px}
.hv2-scene h3{margin:0 0 8px;color:var(--home-ink);font-size:17px;white-space:nowrap}
.hv2-scene p{margin:0;color:var(--home-muted);font-size:12px;line-height:1.75}

.hv2-capability-layout{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:184px minmax(0,1fr);gap:30px;align-items:stretch;text-align:left}
.hv2-capability-tabs{display:grid;grid-template-rows:repeat(4,1fr);border:1px solid var(--home-line);border-radius:7px;background:#fff;box-shadow:0 18px 44px rgba(12,24,41,.07);overflow:hidden}
.hv2-capability-tab{position:relative;display:flex;align-items:center;gap:14px;padding:20px 18px;color:#a2adbd;font-size:15px;font-weight:800;border:0;background:#fff;text-align:left}
.hv2-capability-tab+.hv2-capability-tab{border-top:1px solid var(--home-line)}
.hv2-capability-tab strong{font-size:24px;font-weight:500;color:#aab5c5}
.hv2-capability-tab.active{color:var(--home-ink)}
.hv2-capability-tab.active:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 4px 4px 0;background:var(--home-blue)}
.hv2-capability-tab.active strong{color:var(--home-blue)}
.hv2-feature-panel{padding:30px;border:1px solid var(--home-line);border-radius:7px;background:#fff;box-shadow:var(--home-shadow)}
.hv2-feature-intro{margin:0 0 22px;color:#6e7b8f;font-size:14px}
.hv2-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hv2-feature-card{position:relative;min-height:112px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;border:1px solid #e4e9f0;border-radius:7px;background:#fff;transform-style:preserve-3d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;will-change:transform}
.hv2-feature-card:hover,.hv2-feature-card.is-featured{z-index:2;border-color:#99b7ff;box-shadow:0 22px 44px rgba(36,99,255,.16)}
.hv2-feature-card.is-featured{transform:perspective(760px) rotateX(2deg) rotateY(-3deg) translateY(-6px)}
.hv2-feature-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f3f6fa}
.hv2-feature-icon img{width:21px;height:21px}
.hv2-feature-card.is-featured .hv2-feature-icon{background:var(--home-blue-soft)}
.hv2-feature-card h3{margin:2px 0 7px;color:var(--home-ink);font-size:15px;line-height:1.35}
.hv2-feature-card p{margin:0;color:#8995a7;font-size:11px;line-height:1.55}

.hv2-flow{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--home-line);border-radius:7px;background:#fff;box-shadow:0 18px 44px rgba(12,24,41,.07);overflow:hidden}
.hv2-flow-step{position:relative;min-height:160px;padding:28px 22px;transition:transform .18s ease,box-shadow .18s ease}
.hv2-flow-step+.hv2-flow-step{border-left:1px solid var(--home-line)}
.hv2-flow-step:not(:last-child):after{content:"→";position:absolute;right:-11px;top:50%;z-index:2;width:22px;background:#fff;color:#aab6c8;transform:translateY(-50%)}
.hv2-flow-step:hover{z-index:3;transform:translateY(-6px);box-shadow:0 22px 44px rgba(36,99,255,.12)}
.hv2-flow-top{display:flex;justify-content:center;align-items:center;gap:13px;margin-bottom:16px}
.hv2-flow-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--home-navy);color:#fff;font-size:12px;font-weight:900}
.hv2-flow-top img{width:27px;height:27px}
.hv2-flow-step h3{margin:0 0 8px;color:var(--home-ink);font-size:16px}
.hv2-flow-step p{margin:0;color:var(--home-muted);font-size:12px;line-height:1.7}

.hv2-cases{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hv2-case{position:relative;overflow:hidden;min-height:220px;padding:30px;text-align:left;border-radius:7px;color:#fff;background-color:#0c1829;background-image:url('/assets/home-v2/hero-wave.webp');background-size:cover;background-position:center bottom;border:1px solid rgba(199,216,239,.18);box-shadow:0 20px 44px rgba(7,17,31,.16);transition:transform .2s ease,box-shadow .2s ease}
.hv2-case:before{content:"";position:absolute;inset:0;background:rgba(5,14,27,.78)}
.hv2-case>*{position:relative;z-index:1}
.hv2-case:hover{transform:translateY(-7px);box-shadow:0 28px 58px rgba(7,17,31,.22)}
.hv2-case-title{display:flex;align-items:center;gap:12px;margin-bottom:15px}
.hv2-case-title img{width:25px;height:25px;filter:invert(92%) sepia(13%) saturate(233%) hue-rotate(178deg) brightness(104%)}
.hv2-case h3{margin:0;font-size:19px}
.hv2-case p{min-height:64px;margin:0;color:#c2cbd8;font-size:13px;line-height:1.75}
.hv2-tags{display:flex;gap:8px;margin-top:18px}
.hv2-tags span{padding:5px 10px;border:1px solid rgba(210,224,244,.18);border-radius:999px;background:rgba(255,255,255,.05);color:#d9e3f0;font-size:11px}

.hv2-footer{position:relative;min-height:142px;padding:22px clamp(22px,4vw,68px) 30px;display:flex;align-items:center;background:var(--home-navy);border-top:1px solid rgba(255,255,255,.1);color:#fff}
.hv2-footer-inner{width:min(1260px,100%);margin:0 auto;display:grid;grid-template-columns:210px 1fr;align-items:center;gap:44px}
.hv2-footer-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:900}
.hv2-footer-brand img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#fff}
.hv2-footer-nav{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.hv2-footer-link{min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#c9d2df;font-size:13px;font-weight:800;transition:color .18s ease,transform .18s ease}
.hv2-footer-link:focus{outline:none}
.hv2-footer-link:focus-visible{border-radius:8px;box-shadow:0 0 0 2px rgba(73,132,255,.62)}
.hv2-footer-link img{width:27px;height:27px;filter:invert(81%) sepia(10%) saturate(325%) hue-rotate(174deg) brightness(94%)}
.hv2-footer-link:hover,.hv2-footer-link.active{color:#61a2ff;transform:translateY(-3px)}
.hv2-footer-link:hover img,.hv2-footer-link.active img{filter:invert(54%) sepia(90%) saturate(1831%) hue-rotate(195deg) brightness(105%)}
.hv2-footer-link.active:after{content:"";width:46px;height:2px;border-radius:2px;background:#397cff}
.hv2-icp{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);color:#5f6d80;font-size:10px;white-space:nowrap}
.hv2-icp:hover{color:#aab7c8}

body.home-v2 .home-contact-trigger{background:#0a1728;border-color:#738198;box-shadow:0 16px 40px rgba(7,17,31,.28)}
body.home-v2 .home-contact-trigger:hover{background:#102440;box-shadow:0 18px 48px rgba(36,99,255,.24)}

@media(max-width:1080px){
  .hv2-hero h1{white-space:normal;font-size:48px}
  .hv2-scene-rail{grid-template-columns:repeat(5,minmax(180px,1fr));overflow-x:auto}
  .hv2-capability-layout{grid-template-columns:150px 1fr;gap:20px}
  .hv2-feature-grid{grid-template-columns:repeat(2,1fr)}
  .hv2-cases{gap:16px}
}

@media(max-width:760px){
  body.home-v2 .page{padding-top:58px}
  .hv2-nav{height:58px;padding:0 14px}
  .hv2-brand{font-size:15px}
  .hv2-brand img{width:30px;height:30px}
  .hv2-nav .nav-link{display:none}
  .hv2-nav-actions{gap:8px}
  .hv2-nav .btn{min-width:auto;padding:8px 12px;font-size:12px}
  .hv2-hero{min-height:auto;padding:68px 16px 40px;background-position:center bottom}
  .hv2-hero h1{font-size:38px;line-height:1.2}
  .hv2-lead{font-size:14px}
  .hv2-hero-actions{gap:10px}
  .hv2-hero-actions .btn{min-width:120px}
  .hv2-metrics{grid-template-columns:1fr;margin-top:30px}
  .hv2-metric{min-height:72px;justify-content:flex-start;padding-left:26%}
  .hv2-metric+.hv2-metric{border-left:0;border-top:1px solid rgba(205,220,241,.18)}
  .hv2-section{padding:56px 16px}
  .hv2-section-head{margin-bottom:28px}
  .hv2-section-head h2{font-size:30px}
  .hv2-scene-rail{display:grid;grid-template-columns:1fr;overflow:visible}
  .hv2-scene{min-height:auto;padding:22px}
  .hv2-scene+.hv2-scene{border-left:0;border-top:1px solid var(--home-line)}
  .hv2-scene:not(:last-child):after{content:"↓";right:24px;top:auto;bottom:-14px;transform:none}
  .hv2-scene-icon{margin:14px 0 12px}
  .hv2-capability-layout{grid-template-columns:1fr}
  .hv2-capability-tabs{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}
  .hv2-capability-tab{padding:14px 8px;justify-content:center;text-align:center;font-size:12px;gap:5px}
  .hv2-capability-tab strong{font-size:15px}
  .hv2-capability-tab+.hv2-capability-tab{border-top:0;border-left:1px solid var(--home-line)}
  .hv2-capability-tab.active:before{top:auto;bottom:0;left:12px;right:12px;width:auto;height:3px}
  .hv2-feature-panel{padding:18px}
  .hv2-feature-grid{grid-template-columns:1fr}
  .hv2-feature-card.is-featured{transform:none}
  .hv2-flow{grid-template-columns:1fr}
  .hv2-flow-step{min-height:auto}
  .hv2-flow-step+.hv2-flow-step{border-left:0;border-top:1px solid var(--home-line)}
  .hv2-flow-step:not(:last-child):after{content:"↓";right:24px;top:auto;bottom:-12px;transform:none}
  .hv2-cases{grid-template-columns:1fr}
  .hv2-case{min-height:200px}
  .hv2-footer{padding:24px 16px 34px}
  .hv2-footer-inner{grid-template-columns:1fr;gap:18px}
  .hv2-footer-brand{justify-content:center}
  .hv2-footer-nav{grid-template-columns:repeat(2,1fr)}
  .hv2-footer-link{min-height:70px}
  .hv2-icp{bottom:7px}
}

/* 2026-07-12: compact responsive marketing layout */
.hv2-section{padding-top:68px;padding-bottom:68px}
.hv2-scene{min-height:188px;padding:24px 20px}
.hv2-scene-icon{width:44px;height:44px;margin:17px 0 14px}
.hv2-feature-card.is-featured{transform:none;border-color:#e4e9f0;box-shadow:none}
.hv2-feature-card:hover{z-index:2;border-color:#99b7ff;box-shadow:0 22px 44px rgba(36,99,255,.16)}
.hv2-feature-card:hover .hv2-feature-icon{background:var(--home-blue-soft)}

.hv2-footer{min-height:132px;padding:25px clamp(22px,4vw,68px) 34px;display:flex;align-items:center;justify-content:center;text-align:center;background:#f8fafc;color:var(--home-ink);border-top:1px solid #e4e9f1}
.hv2-footer-simple{width:min(760px,100%);margin:0 auto}
.hv2-footer-title{display:block!important;color:#17243d!important;font-size:clamp(21px,2vw,29px);line-height:1.35;font-weight:900;letter-spacing:-.025em;opacity:1!important}
.hv2-footer-simple,.hv2-footer-simple.hv2-reveal{opacity:1!important;translate:none!important;filter:none!important}
.hv2-footer-simple p{margin:10px 0 0;color:#7d899c!important;font-size:14px;line-height:1.7;opacity:1!important}
.hv2-footer-simple p span{padding:0 4px;color:#c3cad5}
.hv2-icp{bottom:7px;color:#a0a8b5}
.hv2-icp:hover{color:#5e6b7d}

body.home-v2.hv2-reveal-ready .hv2-reveal{opacity:0;translate:0 26px;filter:blur(5px);transition:opacity .72s cubic-bezier(.22,.61,.36,1),translate .72s cubic-bezier(.22,.61,.36,1),filter .72s ease;transition-delay:var(--hv2-reveal-delay,0ms)}
body.home-v2.hv2-reveal-ready .hv2-reveal.is-visible{opacity:1;translate:0 0;filter:blur(0)}
@media(prefers-reduced-motion:reduce){body.home-v2.hv2-reveal-ready .hv2-reveal{opacity:1;translate:none;filter:none;transition:none}}

@media(max-width:760px){
  body.home-v2 .page{padding-top:56px}
  .hv2-nav{height:56px;padding:0 12px}
  .hv2-brand{gap:8px;font-size:14px}
  .hv2-brand img{width:28px;height:28px}
  .hv2-nav-actions{gap:6px}
  .hv2-nav .btn{padding:7px 10px;font-size:11px}

  .hv2-hero{padding:54px 14px 32px}
  .hv2-eyebrow{min-height:28px;padding:5px 11px;font-size:10px}
  .hv2-hero h1{margin:19px auto 12px;font-size:31px;line-height:1.22;letter-spacing:-.035em}
  .hv2-lead{max-width:350px;font-size:12.5px;line-height:1.75}
  .hv2-hero-actions{margin-top:22px}
  .hv2-hero-actions .btn{min-width:112px;padding:11px 16px}
  .hv2-metrics{grid-template-columns:repeat(3,1fr);margin-top:26px;border-radius:10px}
  .hv2-metric{min-height:96px;padding:13px 4px;justify-content:center;flex-direction:column;gap:8px}
  .hv2-metric+.hv2-metric{border-top:0;border-left:1px solid rgba(205,220,241,.18)}
  .hv2-metric img{width:26px;height:26px}
  .hv2-metric-copy{text-align:center}
  .hv2-metric b{font-size:13px;margin-bottom:2px}
  .hv2-metric small{font-size:9.5px}

  .hv2-section{padding:44px 14px}
  .hv2-section-head{margin-bottom:23px}
  .hv2-kicker{font-size:10px;margin-bottom:6px}
  .hv2-section-head h2{font-size:25px;line-height:1.28}
  .hv2-section-head p{margin-top:9px;font-size:12px;line-height:1.7}

  .hv2-scene-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;border:0;background:transparent;border-radius:0;box-shadow:none;overflow:visible}
  .hv2-scene,.hv2-scene:nth-child(n){min-height:145px;padding:13px 11px;border:1px solid var(--home-line);border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(12,24,41,.055)}
  .hv2-scene:nth-child(-n+2){grid-column:span 3}
  .hv2-scene:nth-child(n+3){grid-column:span 2;padding-left:9px;padding-right:9px}
  .hv2-scene+.hv2-scene{border-left:1px solid var(--home-line);border-top:1px solid var(--home-line)}
  .hv2-scene:not(:last-child):after{display:none}
  .hv2-scene-num{font-size:10px}
  .hv2-scene-icon{width:34px;height:34px;margin:9px 0 8px}
  .hv2-scene-icon img{width:17px;height:17px}
  .hv2-scene h3{margin-bottom:5px;font-size:13px}
  .hv2-scene p{font-size:10px;line-height:1.5}
  .hv2-scene:nth-child(n+3) p{font-size:9.3px;line-height:1.45}

  .hv2-capability-layout{grid-template-columns:1fr;gap:12px}
  .hv2-capability-tabs{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:1fr;border-radius:9px}
  .hv2-capability-tab{min-width:0;padding:11px 3px;gap:3px;font-size:10px;white-space:nowrap}
  .hv2-capability-tab strong{font-size:12px}
  .hv2-capability-tab.active:before{left:7px;right:7px}
  .hv2-feature-panel{padding:13px;border-radius:10px}
  .hv2-feature-intro{margin-bottom:12px;font-size:11px;line-height:1.6}
  .hv2-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .hv2-feature-card{min-height:126px;padding:10px 8px;display:block;border-radius:9px}
  .hv2-feature-icon{width:30px;height:30px;margin-bottom:8px}
  .hv2-feature-icon img{width:15px;height:15px}
  .hv2-feature-card h3{margin:0 0 4px;font-size:11.3px;line-height:1.3}
  .hv2-feature-card p{font-size:8.8px;line-height:1.45}

  .hv2-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
  .hv2-flow-step,.hv2-flow-step:nth-child(n){min-height:142px;padding:17px 12px;border:1px solid var(--home-line);border-radius:10px;background:#fff;box-shadow:0 10px 28px rgba(12,24,41,.055)}
  .hv2-flow-step+.hv2-flow-step{border-left:1px solid var(--home-line);border-top:1px solid var(--home-line)}
  .hv2-flow-step:not(:last-child):after{display:none}
  .hv2-flow-top{gap:9px;margin-bottom:11px}
  .hv2-flow-number{width:25px;height:25px;font-size:10px}
  .hv2-flow-top img{width:22px;height:22px}
  .hv2-flow-step h3{margin-bottom:5px;font-size:13px}
  .hv2-flow-step p{font-size:10.5px;line-height:1.55}

  .hv2-cases{display:flex;gap:12px;overflow-x:auto;padding:0 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .hv2-cases::-webkit-scrollbar{display:none}
  .hv2-case{flex:0 0 82%;min-height:190px;padding:22px;scroll-snap-align:center}
  .hv2-case p{min-height:auto;font-size:12px}

  .hv2-footer{min-height:118px;padding:24px 16px 31px}
  .hv2-footer-title{font-size:20px}
  .hv2-footer-simple p{margin-top:7px;font-size:11.5px}
  .hv2-footer-simple p span{padding:0 1px}
}

/* Unified capability states and richer desktop hover feedback */
.hv2-capability-tab{color:var(--home-ink);cursor:default;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}
.hv2-capability-tab strong{color:var(--home-blue);font-weight:600}
.hv2-capability-tab:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 4px 4px 0;background:var(--home-blue)}
.hv2-feature-icon,.hv2-feature-icon img,.hv2-scene-icon,.hv2-scene-icon img,.hv2-flow-top img,.hv2-metric img{transition:transform .22s ease,background-color .22s ease,filter .22s ease}

@media(hover:hover) and (pointer:fine){
  .hv2-capability-tab:hover{z-index:2;background:#f5f8ff;transform:translateX(5px);box-shadow:0 12px 28px rgba(36,99,255,.10)}
  .hv2-metric{transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease}
  .hv2-metric:hover{position:relative;z-index:2;transform:translateY(-5px);background:rgba(35,76,132,.32);box-shadow:0 18px 34px rgba(0,0,0,.18)}
  .hv2-metric:hover img{transform:scale(1.12) rotate(-4deg)}
  .hv2-scene:hover .hv2-scene-icon{background:var(--home-blue-soft);transform:scale(1.08) rotate(-3deg)}
  .hv2-scene:hover .hv2-scene-icon img{transform:scale(1.08)}
  .hv2-feature-card:hover{transform:perspective(760px) translateY(-7px) scale(1.015)}
  .hv2-feature-card:hover .hv2-feature-icon{transform:translateY(-2px) scale(1.08)}
  .hv2-feature-card:hover .hv2-feature-icon img{transform:scale(1.08)}
  .hv2-flow-step:hover .hv2-flow-top img{transform:scale(1.12) rotate(4deg)}
  .hv2-case:hover .hv2-case-title img{transform:scale(1.12) rotate(-4deg)}
}

@media(max-width:760px){
  .hv2-capability-tab:before{top:auto;bottom:0;left:7px;right:7px;width:auto;height:3px;border-radius:3px 3px 0 0}
}
