:root{
  --spr-blue:#2575fc;--spr-blue-2:#1261eb;--spr-navy:#141b38;--spr-text:#41454f;--spr-muted:#757c8e;--spr-coral:#fe8f75;--spr-green:#07b787;--spr-violet:#9460ff;--spr-bg:#f6f8fd;--spr-line:#e3e8f3;--spr-white:#fff;--spr-shadow:0 24px 60px rgba(20,27,56,.12);--spr-radius:28px;--spr-radius-sm:18px;--spr-max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.hrs-strategy-page{margin:0;color:var(--spr-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;overflow-x:hidden;line-height:1.6}.hrs-strategy-page a{color:inherit;text-decoration:none}.hrs-strategy-page img{max-width:100%;display:block}.hrs-container{width:min(var(--spr-max),calc(100% - 40px));margin:0 auto}.hrs-section{position:relative;padding:86px 0}.hrs-eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 14px;border-radius:999px;background:#eaf2ff;color:var(--spr-blue);font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.hrs-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--spr-blue),var(--spr-coral))}.hrs-section-title{margin:16px 0 14px;color:var(--spr-navy);font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.04em}.hrs-section-sub{max-width:760px;margin:0 auto;color:#5b616f;font-size:18px}.hrs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border-radius:999px;font-weight:900;letter-spacing:.01em;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hrs-btn:hover{transform:translateY(-2px)}.hrs-btn-primary{color:#fff;background:linear-gradient(135deg,var(--spr-blue),#720eec);box-shadow:0 18px 36px rgba(37,117,252,.28)}.hrs-btn-secondary{color:var(--spr-navy);background:#fff;border-color:rgba(37,117,252,.18);box-shadow:0 12px 28px rgba(20,27,56,.08)}.hrs-btn-ghost{color:#fff;background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);backdrop-filter:blur(10px)}
.hrs-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,232,243,.78)}.hrs-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hrs-logo{display:flex;align-items:center;gap:12px;min-width:0}.hrs-logo img{width:156px;height:auto}.hrs-logo small{display:block;color:#69727d;font-weight:700;line-height:1.2}.hrs-menu{display:flex;align-items:center;gap:22px;margin-left:auto}.hrs-menu a{font-weight:800;color:#303747;font-size:15px}.hrs-menu a:hover{color:var(--spr-blue)}.hrs-menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:14px;background:#edf4ff;color:var(--spr-blue);font-size:22px;font-weight:900}.hrs-nav-cta{padding:11px 18px;min-height:44px;font-size:14px}
.hrs-hero{overflow:hidden;padding:94px 0 74px;background:radial-gradient(circle at 10% 8%,rgba(254,143,117,.18),transparent 34%),radial-gradient(circle at 90% 12%,rgba(37,117,252,.22),transparent 36%),linear-gradient(180deg,#fff 0%,#f6f8fd 100%)}.hrs-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(20,27,56,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,27,56,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 78%);pointer-events:none}.hrs-hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}.hrs-hero h1{margin:20px 0 18px;color:var(--spr-navy);font-size:clamp(42px,6.2vw,76px);line-height:.98;letter-spacing:-.065em}.hrs-hero h1 span{display:block;background:linear-gradient(135deg,var(--spr-blue),var(--spr-coral));-webkit-background-clip:text;background-clip:text;color:transparent}.hrs-hero-lead{max-width:660px;font-size:20px;color:#465157;margin:0 0 28px}.hrs-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.hrs-hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:660px;margin-top:28px}.hrs-proof{padding:16px;border:1px solid var(--spr-line);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 30px rgba(20,27,56,.06)}.hrs-proof strong{display:block;color:var(--spr-navy);font-size:22px;line-height:1}.hrs-proof span{display:block;margin-top:7px;color:#69727d;font-weight:700;font-size:13px}.hrs-visual{position:relative;min-height:530px}.hrs-visual-card{position:absolute;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--spr-shadow);border:1px solid rgba(227,232,243,.82)}.hrs-visual-main{inset:30px 34px 42px 28px;padding:18px}.hrs-visual-main img{width:100%;height:250px;object-fit:cover;border-radius:22px}.hrs-dashboard{padding:18px}.hrs-dash-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.hrs-dash-title strong{display:block;color:var(--spr-navy);font-size:18px}.hrs-dash-title span{display:block;color:var(--spr-muted);font-size:13px;font-weight:700}.hrs-ai-chip{padding:8px 12px;border-radius:999px;background:#eef7ff;color:var(--spr-blue);font-weight:900;font-size:12px}.hrs-layer-map{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.hrs-layer{min-height:92px;padding:12px;border-radius:16px;color:#fff;font-weight:900;font-size:13px;display:flex;align-items:flex-end}.hrs-layer:nth-child(1){background:linear-gradient(135deg,#2575fc,#720eec)}.hrs-layer:nth-child(2){background:linear-gradient(135deg,#9460ff,#cc24fc)}.hrs-layer:nth-child(3){background:linear-gradient(135deg,#07b787,#53f8a2)}.hrs-layer:nth-child(4){background:linear-gradient(135deg,#fe8f75,#f96933)}.hrs-visual-float{right:0;top:0;width:218px;padding:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px)}.hrs-visual-float b{display:block;color:var(--spr-navy)}.hrs-visual-float span{display:block;color:#69727d;font-size:13px}.hrs-visual-float-2{left:0;bottom:0;width:244px;padding:16px;background:#141b38;color:#fff}.hrs-mini-bars{display:flex;gap:6px;align-items:end;height:72px;margin-top:12px}.hrs-mini-bars i{display:block;flex:1;border-radius:10px;background:linear-gradient(180deg,#53f8a2,#2575fc)}.hrs-mini-bars i:nth-child(1){height:34%}.hrs-mini-bars i:nth-child(2){height:60%}.hrs-mini-bars i:nth-child(3){height:42%}.hrs-mini-bars i:nth-child(4){height:86%}.hrs-mini-bars i:nth-child(5){height:72%}
.hrs-value{background:#fff}.hrs-centered{text-align:center}.hrs-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.hrs-value-card,.hrs-service-card,.hrs-tool-card{position:relative;padding:28px;border:1px solid var(--spr-line);border-radius:var(--spr-radius);background:#fff;box-shadow:0 18px 42px rgba(20,27,56,.06);overflow:hidden}.hrs-value-card:before,.hrs-service-card:before,.hrs-tool-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--spr-blue),var(--spr-coral))}.hrs-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#edf4ff,#fff3ef);color:var(--spr-blue);font-size:26px;margin-bottom:18px}.hrs-card h3{margin:0 0 10px;color:var(--spr-navy);font-size:20px;line-height:1.25}.hrs-card p{margin:0;color:#5b616f}.hrs-card ul{padding-left:18px;margin:16px 0 0;color:#5b616f}.hrs-card li{margin:7px 0}.hrs-service{background:linear-gradient(180deg,#f6f8fd 0%,#fff 100%)}.hrs-model-wrap{margin-top:44px;display:grid;grid-template-columns:.88fr 1.12fr;gap:26px;align-items:start}.hrs-model-nav{position:sticky;top:96px;padding:24px;border-radius:var(--spr-radius);background:var(--spr-navy);color:#fff;box-shadow:var(--spr-shadow)}.hrs-model-nav h3{margin:0 0 16px;font-size:24px}.hrs-model-nav p{color:#cfd6e6;margin:0 0 20px}.hrs-model-pill{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;margin-top:10px;background:rgba(255,255,255,.07)}.hrs-model-pill b{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#fff;color:var(--spr-blue)}.hrs-model-pill strong{display:block}.hrs-model-pill span{display:block;color:#cfd6e6;font-size:13px}.hrs-service-main{display:grid;gap:18px}.hrs-strategy-focus{padding:30px;border-radius:32px;background:#fff;border:1px solid var(--spr-line);box-shadow:0 20px 50px rgba(20,27,56,.08)}.hrs-strategy-focus h3{margin:0 0 10px;color:var(--spr-navy);font-size:28px}.hrs-strategy-focus p{margin:0 0 22px}.hrs-output-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hrs-output{padding:18px;border-radius:20px;background:#f6f8fd;border:1px solid #e6ebf6}.hrs-output strong{display:block;color:var(--spr-navy);font-size:17px}.hrs-output span{display:block;color:#5b616f;margin-top:6px}.hrs-layers-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hrs-mini-layer{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--spr-line)}.hrs-mini-layer b{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#eef7ff;color:var(--spr-blue);font-size:12px}.hrs-mini-layer h4{margin:0 0 8px;color:var(--spr-navy);font-size:18px}.hrs-mini-layer p{margin:0;color:#5b616f;font-size:15px}
.hrs-data{background:#fff}.hrs-data-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center;margin-top:42px}.hrs-data-visual{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--spr-shadow)}.hrs-data-visual img{width:100%;height:460px;object-fit:cover}.hrs-data-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(20,27,56,.72))}.hrs-data-caption{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;z-index:2}.hrs-data-caption h3{font-size:30px;margin:0 0 8px}.hrs-tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hrs-tool-card{padding:24px}.hrs-tool-card:before{height:4px}.hrs-tool-card h3{font-size:18px}.hrs-tool-card p{font-size:15px}
.hrs-journey{background:linear-gradient(135deg,#141b38 0%,#202c5a 60%,#2575fc 100%);color:#fff;overflow:hidden}.hrs-journey .hrs-section-title,.hrs-journey h2{color:#fff}.hrs-journey .hrs-section-sub{color:#cfd6e6}.hrs-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:46px;counter-reset:step}.hrs-step{position:relative;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);min-height:238px}.hrs-step:before{counter-increment:step;content:"0" counter(step);display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#fff;color:var(--spr-blue);font-weight:1000;margin-bottom:18px}.hrs-step h3{margin:0 0 10px;font-size:18px;color:#fff}.hrs-step p{margin:0;color:#dfe5f3;font-size:15px}.hrs-step:not(:last-child):after{content:"";position:absolute;top:46px;right:-14px;width:14px;height:2px;background:rgba(255,255,255,.34)}
.hrs-proof-section{background:#f6f8fd}.hrs-proof-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}.hrs-anniversary{padding:34px;border-radius:34px;background:#fff;box-shadow:var(--spr-shadow);border:1px solid var(--spr-line)}.hrs-anniversary h2{margin:12px 0;color:var(--spr-navy);font-size:clamp(34px,5vw,60px);letter-spacing:-.05em;line-height:1}.hrs-anniversary p{margin:0;color:#5b616f}.hrs-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hrs-stat{padding:28px;border-radius:28px;background:#fff;border:1px solid var(--spr-line);box-shadow:0 15px 36px rgba(20,27,56,.06)}.hrs-stat strong{display:block;font-size:46px;line-height:1;color:var(--spr-blue);letter-spacing:-.05em}.hrs-stat span{display:block;margin-top:10px;color:#41454f;font-weight:800}.hrs-stat p{margin:8px 0 0;color:#69727d;font-size:14px}.hrs-lead{background:#fff}.hrs-lead-box{display:grid;grid-template-columns:1fr .72fr;gap:28px;align-items:center;padding:40px;border-radius:36px;background:linear-gradient(135deg,#2575fc,#720eec);color:#fff;box-shadow:var(--spr-shadow)}.hrs-lead-box h2{margin:0 0 14px;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.04em}.hrs-lead-box p{margin:0;color:#e8efff;font-size:18px}.hrs-lead-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.hrs-footer{background:#10172f;color:#e8edf9;padding:54px 0 28px}.hrs-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:28px}.hrs-footer h3{margin:0 0 12px;color:#fff}.hrs-footer p,.hrs-footer a,.hrs-footer li{color:#cfd6e6}.hrs-footer ul{list-style:none;padding:0;margin:0}.hrs-footer li{margin:8px 0}.hrs-legal{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;font-size:13px;color:#aeb8ce;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.hrs-mobile-only{display:none}
@media (max-width:1024px){.hrs-container{width:min(100% - 32px,var(--spr-max))}.hrs-section{padding:72px 0}.hrs-hero-grid,.hrs-model-wrap,.hrs-data-grid,.hrs-proof-layout,.hrs-lead-box{grid-template-columns:1fr}.hrs-visual{min-height:470px}.hrs-card-grid{grid-template-columns:repeat(2,1fr)}.hrs-steps{grid-template-columns:repeat(2,1fr)}.hrs-step:not(:last-child):after{display:none}.hrs-model-nav{position:relative;top:auto}.hrs-lead-actions{justify-content:flex-start}.hrs-footer-grid{grid-template-columns:1fr 1fr}.hrs-menu{position:fixed;top:76px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px;border-radius:24px;background:#fff;box-shadow:var(--spr-shadow);border:1px solid var(--spr-line)}.hrs-menu.is-open{display:flex}.hrs-menu a{padding:14px 16px;border-radius:14px}.hrs-menu a:hover{background:#edf4ff}.hrs-menu-toggle{display:grid;place-items:center}.hrs-nav-cta{display:none}.hrs-logo small{display:none}}
@media (max-width:720px){.hrs-section{padding:56px 0}.hrs-container{width:min(100% - 24px,var(--spr-max))}.hrs-nav{height:68px}.hrs-menu{top:68px}.hrs-logo img{width:132px}.hrs-hero{padding:56px 0}.hrs-hero h1{font-size:42px}.hrs-hero-lead{font-size:17px}.hrs-hero-actions{flex-direction:column}.hrs-btn{width:100%}.hrs-hero-proof,.hrs-card-grid,.hrs-output-grid,.hrs-layers-secondary,.hrs-tool-grid,.hrs-stats-grid,.hrs-footer-grid{grid-template-columns:1fr}.hrs-visual{min-height:auto}.hrs-visual-card{position:relative;inset:auto!important;width:100%!important;margin:14px 0}.hrs-visual-main img{height:190px}.hrs-layer-map{grid-template-columns:repeat(2,1fr)}.hrs-data-visual img{height:330px}.hrs-steps{grid-template-columns:1fr}.hrs-step{min-height:auto}.hrs-section-sub{font-size:16px}.hrs-lead-box{padding:26px;border-radius:28px}.hrs-legal{display:block}.hrs-proof strong,.hrs-stat strong{font-size:36px}.hrs-mobile-only{display:block}.hrs-desktop-only{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hrs-btn{transition:none}}

/* HRSpring v3.7.2 hotfix: readable hero controls, no blank pills, no orphaned headline words */
.hrs-strategy-page{--spr-max:1220px}.hrs-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:42px}.hrs-hero h1{font-size:clamp(38px,4.85vw,62px)!important;line-height:1.05!important;letter-spacing:-.045em!important;max-width:760px;text-wrap:balance}.hrs-hero h1 span{white-space:nowrap}.hrs-hero-lead{font-size:18px;max-width:720px}.hrs-btn{white-space:nowrap;min-width:max-content;color:inherit}.hrs-btn-primary,.hrs-btn-primary:visited{color:#fff!important}.hrs-btn-secondary,.hrs-btn-secondary:visited{color:var(--spr-navy)!important}.hrs-btn-ghost,.hrs-btn-ghost:visited{color:#fff!important}.hrs-nav-cta{min-width:156px}.hrs-visual-v372{min-height:520px;display:flex;align-items:center}.hrs-visual-v372 .hrs-visual-panel{position:relative;width:100%;min-height:470px;border-radius:34px;padding:22px;background:linear-gradient(135deg,#eef6ff 0%,#ffffff 50%,#eaf4ff 100%);box-shadow:0 26px 70px rgba(20,27,56,.12);border:1px solid rgba(191,219,254,.78);overflow:hidden}.hrs-visual-v372 .hrs-visual-panel:before{content:"";position:absolute;right:-76px;top:-78px;width:240px;height:240px;border-radius:60px;background:linear-gradient(135deg,#2563eb,#06b6d4);transform:rotate(16deg);opacity:.95}.hrs-visual-v372 .hrs-visual-panel:after{content:"";position:absolute;left:-70px;bottom:-78px;width:230px;height:230px;border-radius:58px;background:linear-gradient(135deg,#f43f5e,#e11d48);transform:rotate(-9deg);opacity:.95}.hrs-v372-hero-card{position:absolute;z-index:2;left:24px;top:24px;width:min(58%,360px);padding:26px 24px;border-radius:24px;background:rgba(255,255,255,.93);border:1px solid rgba(191,219,254,.78);box-shadow:0 18px 48px rgba(15,23,42,.10)}.hrs-v372-brand-chip{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:950}.hrs-v372-hero-card h2{margin:16px 0 10px;color:#07122b;font-size:clamp(27px,3vw,38px);line-height:1.02;letter-spacing:-.05em}.hrs-v372-hero-card h2 span{display:block;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.hrs-v372-hero-card p{margin:0;color:#475569;font-size:14px;line-height:1.48;font-weight:700}.hrs-v372-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hrs-v372-tags span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 11px;border-radius:999px;background:#e11d48;color:#fff;font-size:12px;font-weight:950;box-shadow:0 10px 24px rgba(225,29,72,.20)}.hrs-v372-diagnosis-card{position:absolute;z-index:3;right:26px;top:76px;width:min(46%,320px);padding:24px 22px;border-radius:25px;background:linear-gradient(145deg,#07122b,#0b2250);color:#fff;box-shadow:0 22px 60px rgba(15,23,42,.28);border:1px solid rgba(125,211,252,.25)}.hrs-v372-diagnosis-title{display:flex;align-items:center;justify-content:center;min-height:42px;margin-bottom:22px;border-radius:999px;background:#fff;color:#1d4ed8;font-weight:950;font-size:15px;white-space:nowrap}.hrs-v372-row{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:12px;margin:13px 0}.hrs-v372-row span{font-size:15px;font-weight:800;color:#f8fafc;white-space:nowrap}.hrs-v372-row b{position:relative;display:block;height:14px;border-radius:999px;background:#f8fafc;overflow:hidden}.hrs-v372-row b:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--w);border-radius:999px;background:linear-gradient(90deg,#22d3ee,#06b6d4)}.hrs-v372-proof-chip{position:absolute;z-index:4;display:grid;gap:2px;min-width:138px;padding:14px 16px;border-radius:20px;background:#fff;border:1px solid rgba(191,219,254,.72);box-shadow:0 14px 34px rgba(15,23,42,.12)}.hrs-v372-proof-chip strong{font-size:22px;line-height:1;color:#1d4ed8}.hrs-v372-proof-chip span{font-size:12px;line-height:1.25;font-weight:800;color:#334155}.hrs-v372-proof-chip.chip-blue{left:38px;bottom:34px;background:linear-gradient(135deg,#eff6ff,#fff)}.hrs-v372-proof-chip.chip-green{left:196px;bottom:34px;background:linear-gradient(135deg,#ecfdf5,#fff)}.hrs-v372-proof-chip.chip-green strong{color:#059669}.hrs-v372-proof-chip.chip-violet{right:34px;bottom:34px;background:linear-gradient(135deg,#f5f3ff,#fff);min-width:160px}.hrs-v372-proof-chip.chip-violet strong{color:#7c3aed}.hrs-lead-actions .hrs-btn{min-width:0;white-space:normal;text-align:center}.hrs-proof strong,.hrs-stat strong{white-space:nowrap}.hrs-stat strong{font-size:44px}
@media(max-width:1120px){.hrs-hero-grid{grid-template-columns:1fr;gap:34px}.hrs-hero h1{max-width:820px}.hrs-visual-v372{min-height:500px}.hrs-visual-v372 .hrs-visual-panel{max-width:760px;margin:0 auto}}
@media(max-width:720px){.hrs-hero h1{font-size:clamp(32px,9.4vw,42px)!important;line-height:1.08!important;letter-spacing:-.035em!important}.hrs-hero h1 span{white-space:normal}.hrs-hero-lead{font-size:16px}.hrs-visual-v372{min-height:auto}.hrs-visual-v372 .hrs-visual-panel{min-height:auto;padding:18px;display:grid;gap:14px}.hrs-visual-v372 .hrs-visual-panel:before{width:150px;height:150px;right:-74px;top:-72px}.hrs-visual-v372 .hrs-visual-panel:after{width:150px;height:150px;left:-80px;bottom:-80px}.hrs-v372-hero-card,.hrs-v372-diagnosis-card,.hrs-v372-proof-chip{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;min-width:0!important}.hrs-v372-hero-card{padding:22px}.hrs-v372-hero-card h2{font-size:clamp(28px,8vw,36px)}.hrs-v372-hero-card h2 span{white-space:normal}.hrs-v372-diagnosis-card{padding:20px}.hrs-v372-row{grid-template-columns:104px 1fr}.hrs-btn{width:100%;white-space:normal;min-width:0;text-align:center}.hrs-nav-cta{display:none}.hrs-v372-proof-chip strong{font-size:24px}}
@media(max-width:390px){.hrs-hero h1{font-size:31px!important}.hrs-v372-row{grid-template-columns:96px 1fr}.hrs-v372-row span{font-size:13px}.hrs-v372-diagnosis-title{font-size:13px}.hrs-v372-tags span{font-size:11px;padding-left:9px;padding-right:9px}}


/* HRSpring v3.7.3 - UI, contact, social and floating action hotfix */
.hrs-strategy-page a.hrs-btn-primary,
.hrs-strategy-page .hrs-btn-primary{color:#fff!important}
.hrs-strategy-page a.hrs-btn-secondary,
.hrs-strategy-page .hrs-btn-secondary{color:#07122b!important}
.hrs-strategy-page a.hrs-btn-ghost,
.hrs-strategy-page .hrs-btn-ghost{color:#fff!important}
.hrs-hero h1{font-size:clamp(36px,5.2vw,64px)!important;line-height:1.04!important;text-wrap:balance;max-width:760px}
.hrs-hero h1 span{line-height:1.02}
.hrs-hero-lead{max-width:690px}
.hrs-eyebrow{white-space:normal}
.hrs-nav-cta{white-space:nowrap!important}
.hrs-v372-diagnosis-title{color:#1d4ed8!important;min-width:0;overflow:hidden;text-overflow:ellipsis}
.hrs-v372-tags span,.hrs-v372-proof-chip strong,.hrs-v372-proof-chip span{color:inherit}
.hrs-v372-tags span{color:#fff!important}
.hrs-v372-proof-chip.chip-blue strong{color:#1d4ed8!important}
.hrs-v372-proof-chip.chip-green strong{color:#059669!important}
.hrs-v372-proof-chip.chip-violet strong{color:#7c3aed!important}
.hrs-v372-row span{color:#f8fafc!important}
.hrs-v372-brand-chip{color:#1d4ed8!important}

.hrs-floating-contact{position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:70;display:grid;gap:12px;pointer-events:none}
.hrs-floating-contact a{pointer-events:auto;width:56px;height:56px;border-radius:999px;display:grid;place-items:center;text-align:center;font-size:13px;font-weight:950;color:#fff!important;text-decoration:none!important;box-shadow:0 16px 36px rgba(15,23,42,.18);border:2px solid rgba(255,255,255,.78);line-height:1}
.hrs-float-zalo{background:linear-gradient(135deg,#2f80ed,#155eef)}
.hrs-float-phone{background:linear-gradient(135deg,#ff6a3d,#ef4444);font-size:24px!important}

.hrs-ecosystem{background:linear-gradient(180deg,#fff 0%,#f6f8fd 100%)}
.hrs-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.hrs-link-card{position:relative;display:block;min-height:142px;padding:22px;border-radius:24px;background:#fff;border:1px solid #e3e8f3;box-shadow:0 16px 34px rgba(20,27,56,.06);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hrs-link-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,#2575fc,#7c3aed,#fe8f75)}
.hrs-link-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(20,27,56,.11);border-color:#bfdbfe}
.hrs-link-card b{display:block;color:#07122b;font-size:19px;line-height:1.2;margin-bottom:9px}
.hrs-link-card span{display:block;color:#5b616f;font-size:14px;line-height:1.48}
.hrs-link-card-hot{background:linear-gradient(135deg,#2575fc,#720eec)}
.hrs-link-card-hot b,.hrs-link-card-hot span{color:#fff!important}
.hrs-link-card-hot:before{background:rgba(255,255,255,.45)}

.hrs-contact-page{background:#f6f8fd}
.hrs-contact-hero{padding:70px 0;background:radial-gradient(circle at 12% 10%,rgba(37,117,252,.16),transparent 35%),radial-gradient(circle at 92% 10%,rgba(254,143,117,.13),transparent 38%),linear-gradient(180deg,#fff,#f6f8fd)}
.hrs-contact-hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px;align-items:center}
.hrs-contact-copy h1{margin:18px 0;color:#07122b;font-size:clamp(34px,5.1vw,62px);line-height:1.04;letter-spacing:-.055em;text-wrap:balance}
.hrs-contact-copy p{font-size:18px;color:#475569;margin:0 0 24px;max-width:650px}
.hrs-contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 20px}
.hrs-contact-bullets{display:grid;gap:10px;margin-top:22px}
.hrs-contact-bullets span{display:flex;align-items:center;gap:8px;color:#334155;font-weight:800;background:rgba(255,255,255,.78);border:1px solid #e3e8f3;border-radius:16px;padding:12px 14px;box-shadow:0 10px 28px rgba(20,27,56,.05)}
.hrs-contact-form-wrap{scroll-margin-top:96px}
.hrs-form-card{padding:28px;border-radius:32px;background:#fff;border:1px solid #dbe7f6;box-shadow:0 26px 70px rgba(20,27,56,.13)}
.hrs-form-head h2{margin:0 0 8px;color:#07122b;font-size:30px;letter-spacing:-.035em}
.hrs-form-head p{margin:0;color:#64748b;font-weight:700}
.hrs-form-notice{margin:18px 0 0;padding:13px 15px;border-radius:16px;background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;font-weight:900}
.hrs-contact-form{display:grid;gap:14px;margin-top:20px}
.hrs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hrs-contact-form label{display:grid;gap:7px;color:#0f172a;font-weight:900;font-size:14px}
.hrs-contact-form label span{color:#ef4444}
.hrs-contact-form input,.hrs-contact-form select,.hrs-contact-form textarea{width:100%;border:1px solid #dbe7f6;border-radius:16px;background:#fff;min-height:48px;padding:12px 14px;font:inherit;color:#0f172a;outline:none;box-shadow:0 6px 18px rgba(20,27,56,.035)}
.hrs-contact-form textarea{resize:vertical;min-height:104px}
.hrs-contact-form input:focus,.hrs-contact-form select:focus,.hrs-contact-form textarea:focus{border-color:#2575fc;box-shadow:0 0 0 4px rgba(37,117,252,.10)}
.hrs-hidden-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}
.hrs-consent{grid-template-columns:auto 1fr!important;display:grid!important;align-items:start;gap:10px!important;font-weight:700!important;color:#475569!important}
.hrs-consent input{width:18px!important;height:18px!important;min-height:18px!important;margin-top:2px;padding:0!important}
.hrs-submit{width:100%;margin-top:4px}
.hrs-form-foot{margin:2px 0 0!important;color:#64748b!important;font-size:14px!important;text-align:center}
.hrs-form-foot a{color:#155eef!important;font-weight:900}
.hrs-contact-scope{background:#fff}

@media(max-width:1100px){
  .hrs-link-grid{grid-template-columns:repeat(2,1fr)}
  .hrs-contact-hero-grid{grid-template-columns:1fr}
  .hrs-contact-copy h1{max-width:850px}
}
@media(max-width:720px){
  .hrs-hero h1{font-size:clamp(30px,8.7vw,38px)!important;line-height:1.08!important;letter-spacing:-.035em!important}
  .hrs-hero h1 span{white-space:normal!important}
  .hrs-link-grid,.hrs-form-row{grid-template-columns:1fr}
  .hrs-contact-hero{padding:50px 0}
  .hrs-contact-copy h1{font-size:clamp(31px,9vw,42px);line-height:1.08}
  .hrs-contact-actions{flex-direction:column}
  .hrs-form-card{padding:22px;border-radius:26px}
  .hrs-form-head h2{font-size:26px}
  .hrs-floating-contact{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));gap:8px}
  .hrs-floating-contact a{width:48px;height:48px;font-size:12px}
  .hrs-float-phone{font-size:21px!important}
}
@media(max-width:430px){
  .hrs-hero h1{font-size:30px!important}
  .hrs-v372-hero-card h2{font-size:28px!important}
  .hrs-v372-diagnosis-title{font-size:12px;min-height:38px}
  .hrs-link-card{min-height:auto}
}

/* HRSpring v3.7.4 - Strategy visual, 6-step journey and badge-overlap hotfix */
.hrs-visual-v372 .hrs-visual-panel{
  min-height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,330px)!important;
  gap:18px!important;
  align-items:center!important;
  padding:24px!important;
}
.hrs-v372-hero-card,
.hrs-v372-diagnosis-card{
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  width:100%!important;min-width:0!important;max-width:none!important;
}
.hrs-v372-hero-card{grid-column:1;grid-row:1;z-index:2;padding:24px!important}
.hrs-v372-diagnosis-card{grid-column:2;grid-row:1;z-index:2;padding:22px!important}
.hrs-v372-proof-chip{display:none!important}
.hrs-v372-hero-card h2{font-size:clamp(29px,3.1vw,42px)!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:100%!important;overflow-wrap:normal!important}
.hrs-v372-hero-card h2 span{white-space:normal!important;display:block!important}
.hrs-v372-hero-card p{max-width:92%!important}
.hrs-v372-tags{position:relative;z-index:3}
.hrs-steps-six{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.hrs-steps-six .hrs-step{min-height:250px;padding:22px 18px}
.hrs-steps-six .hrs-step h3{font-size:17px;line-height:1.22}
.hrs-steps-six .hrs-step p{font-size:14px;line-height:1.45}
.hrs-data .hrs-section-title{max-width:980px;margin-left:auto;margin-right:auto;text-wrap:balance}
@media(max-width:1180px){
  .hrs-steps-six{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .hrs-steps-six .hrs-step:after{display:none!important}
}
@media(max-width:900px){
  .hrs-visual-v372 .hrs-visual-panel{grid-template-columns:1fr!important;max-width:680px!important;margin:0 auto!important}
  .hrs-v372-hero-card,.hrs-v372-diagnosis-card{grid-column:1!important;grid-row:auto!important}
  .hrs-v372-hero-card p{max-width:100%!important}
}
@media(max-width:720px){
  .hrs-visual-v372 .hrs-visual-panel{padding:16px!important;gap:14px!important}
  .hrs-v372-hero-card{padding:20px!important;border-radius:22px!important}
  .hrs-v372-diagnosis-card{padding:18px!important;border-radius:22px!important}
  .hrs-v372-hero-card h2{font-size:clamp(27px,7.2vw,34px)!important;line-height:1.06!important}
  .hrs-v372-hero-card p{font-size:14px!important;line-height:1.45!important}
  .hrs-v372-tags span{min-height:32px!important;font-size:12px!important;padding:6px 12px!important}
  .hrs-steps-six{grid-template-columns:1fr!important}
  .hrs-steps-six .hrs-step{min-height:auto!important;padding:22px!important}
}
@media(max-width:390px){
  .hrs-v372-row{grid-template-columns:90px 1fr!important;gap:8px!important}
  .hrs-v372-row span{font-size:12.5px!important}
  .hrs-v372-diagnosis-title{font-size:12px!important;padding-left:10px!important;padding-right:10px!important;white-space:normal!important;text-align:center!important}
}

/* HRSpring v3.7.5 - Hero visual refinement: reduce height, remove crude tall mobile card */
.hrs-visual-v372{min-height:430px!important}
.hrs-visual-v372 .hrs-visual-panel{min-height:390px!important;max-height:none!important;border-radius:30px!important;padding:22px!important;grid-template-columns:minmax(0,1fr) minmax(300px,340px)!important;gap:22px!important;overflow:hidden!important}
.hrs-v372-hero-card{padding:22px!important;border-radius:22px!important;box-shadow:0 16px 38px rgba(15,23,42,.09)!important}
.hrs-v372-hero-card h2{font-size:clamp(27px,2.65vw,36px)!important;line-height:1.05!important;margin:14px 0 9px!important;letter-spacing:-.04em!important;text-wrap:balance!important}
.hrs-v372-hero-card h2 span{white-space:normal!important}
.hrs-v372-hero-card p{font-size:13.5px!important;line-height:1.48!important;max-width:100%!important}
.hrs-v372-diagnosis-card{padding:22px!important;border-radius:24px!important;box-shadow:0 18px 46px rgba(15,23,42,.24)!important}
.hrs-v372-diagnosis-title{min-height:40px!important;font-size:14px!important;margin-bottom:18px!important}
.hrs-v372-row{margin:11px 0!important;grid-template-columns:112px 1fr!important}
.hrs-v372-row b{height:12px!important}
.hrs-v372-tags{gap:7px!important;margin-top:14px!important}.hrs-v372-tags span{min-height:30px!important;padding:6px 12px!important}
@media(max-width:1120px){
  .hrs-visual-v372{min-height:0!important}
  .hrs-visual-v372 .hrs-visual-panel{max-width:760px!important;min-height:360px!important;grid-template-columns:minmax(0,1fr) minmax(280px,330px)!important}
}
@media(max-width:860px){
  .hrs-visual-v372 .hrs-visual-panel{grid-template-columns:1fr!important;max-width:620px!important;min-height:0!important;padding:18px!important}
  .hrs-v372-hero-card{padding:20px!important}
  .hrs-v372-diagnosis-card{padding:20px!important}
}
@media(max-width:720px){
  .hrs-hero{padding:42px 0 46px!important}
  .hrs-hero-grid{gap:22px!important}
  .hrs-visual-v372{display:none!important}
  .hrs-hero h1{font-size:clamp(32px,9vw,40px)!important;line-height:1.08!important;max-width:100%!important}
  .hrs-hero-lead{font-size:16px!important;line-height:1.55!important}
  .hrs-hero-proof{margin-top:20px!important;gap:10px!important}
}

/* HRSpring v3.7.6 - remove tall hero visual completely and use clean compact hero */
.hrs-strategy-page .hrs-hero-grid-clean{display:block!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;text-align:left!important}
.hrs-strategy-page .hrs-visual-v372{display:none!important}
.hrs-strategy-page .hrs-hero{padding:72px 0 62px!important;min-height:0!important}
.hrs-strategy-page .hrs-hero h1{max-width:920px!important;font-size:clamp(40px,5.4vw,68px)!important;line-height:1.04!important;letter-spacing:-.045em!important;text-wrap:balance!important}
.hrs-strategy-page .hrs-hero h1 span{white-space:normal!important}
.hrs-strategy-page .hrs-hero-lead{max-width:860px!important;font-size:18px!important;line-height:1.62!important}
.hrs-strategy-page .hrs-hero-actions{margin-top:26px!important;margin-bottom:24px!important}
.hrs-strategy-page .hrs-hero-proof{max-width:860px!important}
.hrs-hero-diagnostic-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:22px!important;max-width:980px!important}
.hrs-hero-diagnostic-strip>div{padding:16px 16px!important;border-radius:20px!important;background:rgba(255,255,255,.9)!important;border:1px solid rgba(191,219,254,.72)!important;box-shadow:0 12px 30px rgba(15,23,42,.07)!important}
.hrs-hero-diagnostic-strip strong{display:block!important;color:#1d4ed8!important;font-size:18px!important;line-height:1.1!important;margin-bottom:6px!important}
.hrs-hero-diagnostic-strip span{display:block!important;color:#475569!important;font-size:13px!important;line-height:1.4!important;font-weight:700!important}
@media(max-width:900px){.hrs-hero-diagnostic-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){.hrs-strategy-page .hrs-hero{padding:46px 0 42px!important}.hrs-strategy-page .hrs-hero-grid-clean{text-align:left!important}.hrs-strategy-page .hrs-hero h1{font-size:clamp(32px,9vw,42px)!important;line-height:1.08!important}.hrs-strategy-page .hrs-hero-lead{font-size:16px!important;line-height:1.56!important}.hrs-hero-diagnostic-strip{grid-template-columns:1fr!important;gap:10px!important}.hrs-hero-diagnostic-strip>div{padding:14px 15px!important}.hrs-strategy-page .hrs-hero-proof{grid-template-columns:1fr!important}}
