/* =========================================================
   HUROOS — HR · Risorse Umane landing
   File: website_huroos/static/src/css/hr_risorseumane.css
   Prefisso classi: .hr-
   Palette: #F78614 · verde HUROOS #21a085 · neutri
   ========================================================= */

.hr-page {
    --hr-brand: #F78614;
    --hr-brand-dark: #d8730f;
    --hr-brand-soft: #fff0e0;
    --hr-brand-ink: #d8730f;
    --hr-green: #21a085;
    --hr-green-dark: #1a8068;
    --hr-green-soft: #e9f6f3;
    --hr-red: #c1121f;
    --hr-text: #0d1117;
    --hr-muted: #5a6672;
    --hr-meta: #8b95a1;
    --hr-faint: #a3acb8;
    --hr-border: #e8edf5;
    --hr-line: #f1f4f8;
    --hr-bg: #f8f9fb;
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--hr-text);
    background: #fff;
    overflow-x: hidden;
}
.hr-page * { box-sizing: border-box; }

@keyframes hrFloat  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes hrFloatS { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes hrRise   { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hrGrow   { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hrBar    { from { transform: scaleY(.2); transform-origin: bottom; } to { transform: scaleY(1); transform-origin: bottom; } }
@keyframes hrRing   { from { stroke-dashoffset: 302; } to { stroke-dashoffset: 52; } }
@keyframes hrMorph  { 0%,100% { border-radius: 58% 42% 63% 37% / 45% 58% 42% 55%; } 50% { border-radius: 44% 56% 42% 58% / 58% 42% 58% 42%; } }
@keyframes hrFloatCenter { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-12px); } }
@keyframes hrTiltA { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-8px); } }
@keyframes hrTiltB { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hr-page * { animation: none !important; transition: none !important; } }

.hr-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.hr-reveal.is-in { opacity: 1; transform: none; }

/* ---------- struttura ---------- */
.hr-page section { position: relative; }
.hr-sec        { padding: 112px 32px; }
.hr-sec--muted { background: var(--hr-bg); border-top: 1px solid var(--hr-border); border-bottom: 1px solid var(--hr-border); }
.hr-wrap       { max-width: 1250px; margin: 0 auto; }
.hr-wrap--md   { max-width: 1080px; margin: 0 auto; }
.hr-wrap--sm   { max-width: 900px;  margin: 0 auto; }
.hr-head         { max-width: 680px; margin-bottom: 52px; }
.hr-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.hr-eyebrow { font-size: 19px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--hr-brand-ink); margin-bottom: 18px; }
.hr-h2   { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; margin: 0 0 16px; text-wrap: pretty; }
.hr-lead { font-size: 17px; line-height: 1.65; color: var(--hr-muted); margin: 0; }

/* ---------- HERO ---------- */
.hr-hero { padding: 130px 32px 150px; overflow: hidden; }
.hr-hero__glow-a { position: absolute; top: -160px; right: -140px; width: 620px; height: 620px; border-radius: 50%; background: #fff4e8; z-index: 0; }
.hr-hero__glow-b { position: absolute; bottom: -120px; left: -120px; width: 380px; height: 380px; border-radius: 50%; background: #f4f6f9; z-index: 0; }
.hr-hero__grid {
    position: relative; z-index: 1; max-width: 1250px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
    gap: 72px; align-items: center; animation: hrRise 560ms ease both;
}
.hr-hero__title { font-size: clamp(28px, 4vw, 56px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; margin: 0 0 22px; text-wrap: pretty; }
.hr-grad { background: linear-gradient(100deg,#a1520a 0%,#F78614 60%,#ffab55 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hr-hero__lead { font-size: 18px; line-height: 1.65; color: var(--hr-muted); margin: 0 0 34px; max-width: 520px; text-wrap: pretty; }
.hr-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hr-hero__kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 28px; max-width: 560px; }
.hr-kpi__value { font-size: 30px; font-weight: 800; line-height: 1; }
.hr-kpi__value--green { color: var(--hr-green); }
.hr-kpi__label { font-size: 12px; font-weight: 600; color: var(--hr-meta); margin-top: 6px; }

.hr-hero__media { position: relative; }
.hr-hero__logo { position: absolute; top: 64px; right: -34px; width: 124px; height: 124px; z-index: 5; animation: hrFloat 7s ease-in-out infinite; }
.hr-dot { position: absolute; border-radius: 50%; z-index: 3; }
.hr-dot--brand { top: -26px; left: -22px; width: 34px; height: 34px; background: var(--hr-brand); animation: hrFloat 6s ease-in-out infinite; }
.hr-dot--green { bottom: -18px; right: -14px; width: 20px; height: 20px; background: var(--hr-green); animation: hrFloatS 5.4s ease-in-out infinite .5s; }

/* ---------- browser chrome ---------- */
.hr-shot { border: 1px solid var(--hr-border); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 28px 60px -18px rgba(13,17,23,.16); animation: hrFloatS 9s ease-in-out infinite; }
.hr-shot__bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: #f4f6f9; border-bottom: 1px solid var(--hr-border); }
.hr-shot__bar > i { width: 10px; height: 10px; border-radius: 50%; background: #e0e5ec; display: inline-block; flex: 0 0 auto; }
.hr-shot__url { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--hr-border); border-radius: 7px; height: 26px; display: flex; align-items: center; padding: 0 10px; font-size: 10px; color: var(--hr-meta); font-weight: 500; margin-left: 6px; white-space: nowrap; overflow: hidden; }
.hr-shot__url .fa-lock { width: auto; height: auto; background: none; color: var(--hr-green); margin-right: 7px; font-size: 9px; }
.hr-shot__app { width: 18px; height: 18px; border-radius: 6px; background: var(--hr-brand); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: #fff; flex: 0 0 auto; }
.hr-page .hr-shot__nav { display: flex; align-items: center; gap: 10px; padding: 9px 14px 9px; padding-right: 118px; border-bottom: 1px solid var(--hr-border); font-size: 10.5px; line-height: 1.2; color: var(--hr-meta); font-weight: 600; flex-wrap: wrap; }
.hr-shot__nav strong { color: var(--hr-text); font-weight: 800; }
.hr-shot__body { padding: 18px; background: var(--hr-bg); display: grid; gap: 14px; }

.hr-mini { background: #fff; border: 1px solid var(--hr-border); border-radius: 14px; padding: 14px; }
.hr-mini__label { font-size: 9.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--hr-meta); margin-bottom: 7px; }
.hr-mini__value { font-size: 21px; font-weight: 800; line-height: 1; }
.hr-mini__value--brand { color: var(--hr-brand); }
.hr-mini__value--green { color: var(--hr-green); }
.hr-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }

.hr-panel { background: #fff; border: 1px solid var(--hr-border); border-radius: 20px; overflow: hidden; box-shadow: 0 24px 50px -20px rgba(13,17,23,.16); }
.hr-panel--flat { box-shadow: none; }
.hr-panel__head { padding: 16px 20px; border-bottom: 1px solid var(--hr-border); background: var(--hr-bg); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hr-panel__title { font-size: 13px; font-weight: 700; }
.hr-panel__meta { font-size: 11px; font-weight: 600; color: var(--hr-meta); }
.hr-panel__body { padding: 20px; display: grid; gap: 14px; }
.hr-panel__foot { padding: 16px 20px; border-top: 1px solid var(--hr-border); background: var(--hr-bg); display: flex; align-items: center; justify-content: space-between; }

.hr-toast { position: absolute; right: -22px; bottom: 56px; z-index: 4; background: #fff; border: 1px solid var(--hr-border); border-radius: 16px; box-shadow: 0 18px 40px -12px rgba(13,17,23,.18); padding: 14px 18px; display: flex; align-items: center; gap: 12px; animation: hrFloat 7s ease-in-out infinite 1s; }
.hr-toast--top { right: -18px; bottom: auto; top: -26px; padding: 13px 17px; animation: hrFloatS 6.5s ease-in-out infinite .4s; }
.hr-toast__icon { width: 38px; height: 38px; border-radius: 12px; background: var(--hr-brand); display: flex; align-items: center; justify-content: center; color: #fff; }
.hr-toast__icon--soft { width: 34px; height: 34px; border-radius: 11px; background: var(--hr-brand-soft); color: var(--hr-brand-ink); }
.hr-toast__icon--green { width: 34px; height: 34px; border-radius: 11px; background: var(--hr-green-soft); color: var(--hr-green-dark); }
.hr-toast__title { font-size: 12px; font-weight: 700; line-height: 1.2; }
.hr-toast__sub { font-size: 10.5px; color: var(--hr-meta); margin-top: 2px; }

/* ---------- illustrazione animata ---------- */
.hr-illu { position: relative; border-radius: 28px; background: #fff8f0; padding: 70px 40px 118px; overflow: hidden; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.hr-illu__blob { position: absolute; display: block; }
.hr-illu__blob--a { top: -90px; left: -70px; width: 360px; height: 340px; background: rgba(247,134,20,.12); border-radius: 58% 42% 63% 37% / 45% 58% 42% 55%; animation: hrMorph 16s ease-in-out infinite; }
.hr-illu__blob--b { bottom: -110px; right: -60px; width: 320px; height: 300px; background: rgba(33,160,133,.10); border-radius: 42% 58% 38% 62% / 60% 40% 60% 40%; animation: hrMorph 19s ease-in-out infinite 1.4s; }
.hr-illu__blob--v1 { top: -80px; left: -60px; width: 340px; height: 320px; background: rgba(255,255,255,.16); border-radius: 58% 42% 63% 37% / 45% 58% 42% 55%; animation: hrMorph 17s ease-in-out infinite; }
.hr-illu__blob--v2 { bottom: -100px; right: -50px; width: 300px; height: 280px; background: rgba(13,17,23,.12); border-radius: 42% 58% 38% 62% / 60% 40% 60% 40%; animation: hrMorph 21s ease-in-out infinite 1.2s; }
.hr-illu__stage { position: relative; width: min(620px, 100%); height: 320px; }
.hr-illu__card { position: absolute; box-sizing: border-box; background: #fff; border-radius: 20px; padding: 18px; }
.hr-illu__label { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--hr-faint); margin-bottom: 12px; }
.hr-illu__label.is-brand { color: var(--hr-brand-ink); font-size: 11px; margin-bottom: 16px; }
.hr-illu__label.is-green { color: var(--hr-green-dark); }
.hr-illu__lines { display: grid; gap: 9px; }
.hr-illu__lines i { display: block; height: 8px; border-radius: 5px; background: var(--hr-line); }
.hr-illu__lines i.is-s1 { width: 78%; }
.hr-illu__lines i.is-s2 { width: 62%; }
.hr-illu__toast { position: absolute; left: 0; bottom: -52px; background: #fff; border: 1px solid var(--hr-border); border-radius: 16px; box-shadow: 0 18px 40px -18px rgba(13,17,23,.2); padding: 14px 18px; display: flex; align-items: center; gap: 12px; animation: hrFloatS 6.4s ease-in-out infinite .8s; z-index: 4; }
.hr-illu__toast-ico { width: 34px; height: 34px; border-radius: 11px; background: var(--hr-brand-soft); display: flex; align-items: center; justify-content: center; color: var(--hr-brand-ink); font-size: 14px; }
.hr-illu__toast-title { font-size: 12px; font-weight: 700; line-height: 1.2; }
.hr-illu__toast-sub { font-size: 10.5px; color: var(--hr-meta); margin-top: 2px; }
.hr-illu__seal { position: absolute; right: 2%; bottom: -58px; width: 52px; height: 52px; border-radius: 50%; background: var(--hr-green); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 19px; animation: hrFloat 6.9s ease-in-out infinite .2s; z-index: 4; }
.hr-tag { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; }
.hr-tag--brand { background: var(--hr-brand-soft); color: var(--hr-brand-ink); }
.hr-tag--green { background: var(--hr-green-soft); color: var(--hr-green-dark); }

/* ---------- video placeholder ---------- */
.hr-video { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 64px -24px rgba(13,17,23,.28); aspect-ratio: 16 / 9; background: var(--hr-brand); display: flex; align-items: center; justify-content: center; }
.hr-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hr-video__play { position: relative; width: 96px; height: 96px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 40px rgba(13,17,23,.24); color: var(--hr-brand); font-size: 30px; animation: hrFloatS 6s ease-in-out infinite; }
.hr-video__play i { margin-left: 5px; }

/* ---------- split + feature list ---------- */
.hr-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 80px; align-items: center; }
.hr-features { display: grid; gap: 22px; max-width: 540px; }
.hr-feature { display: flex; gap: 18px; align-items: flex-start; }
.hr-feature__ico { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 14px; background: var(--hr-brand); display: flex; align-items: center; justify-content: center; color: #fff; }
.hr-feature__ico--green { background: var(--hr-green); }
.hr-feature__title { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.hr-feature__text  { font-size: 14.5px; line-height: 1.6; color: var(--hr-muted); }

/* ---------- bento ---------- */
.hr-bento { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 560px), 1fr)); gap: 24px; align-items: stretch; }
.hr-bento__card { background: #fff; border: 1px solid var(--hr-border); border-radius: 24px; padding: 36px; display: flex; flex-direction: column; transition: border-color .18s ease; }
.hr-sec--muted .hr-bento__card { background: #fff; }
.hr-bento__card:hover { border-color: #d7dee8; }
.hr-bento__ico { width: 48px; height: 48px; border-radius: 14px; background: var(--hr-brand); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 19px; color: #fff; }
.hr-bento__ico--green { background: var(--hr-green); }
.hr-bento__title { font-size: 23px; font-weight: 800; margin: 0 0 12px; letter-spacing: -.01em; }
.hr-bento__text  { font-size: 15.5px; line-height: 1.65; color: var(--hr-muted); margin: 0; }
.hr-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: auto; padding-top: 26px; }
.hr-stats > div { background: var(--hr-bg); border: 1px solid var(--hr-border); border-radius: 14px; padding: 16px; text-align: center; }
.hr-stats strong { display: block; font-size: 22px; font-weight: 800; }
.hr-stats strong.is-brand { color: var(--hr-brand-ink); }
.hr-stats strong.is-green { color: var(--hr-green); }
.hr-stats small { display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--hr-meta); margin-top: 5px; }
.hr-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 22px; }
.hr-page .hr-pills > span { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 40px; background: var(--hr-bg); border: 1px solid var(--hr-border); font-size: 12.5px; font-weight: 600; line-height: 1.2; color: var(--hr-text); white-space: nowrap; }

/* ---------- flusso ---------- */
.hr-flow { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; align-items: stretch; }
.hr-flow__line { position: absolute; top: 22px; left: 8%; right: 8%; height: 2px; background: #e2e7ee; }
.hr-step { position: relative; display: flex; flex-direction: column; min-width: 0; }
.hr-step__num { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; background: var(--hr-brand); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 22px; }
.hr-step__num--green { background: var(--hr-green); }
.hr-step__card { background: var(--hr-bg); border: 1px solid var(--hr-border); border-radius: 20px; padding: 26px; flex: 1; min-width: 0; }
.hr-sec--muted .hr-step__card { background: #fff; }
.hr-step__card > i { font-size: 22px; color: var(--hr-brand-ink); }
.hr-step__card > i.is-green { color: var(--hr-green); }
.hr-step__card h4 { font-size: 17px; font-weight: 700; margin: 16px 0 8px; }
.hr-step__card p  { font-size: 14px; line-height: 1.6; color: var(--hr-muted); margin: 0; }

/* ---------- FAQ ---------- */
.hr-faq { display: grid; gap: 14px; }
.hr-faq details { background: #fff; border: 1px solid var(--hr-border); border-radius: 18px; padding: 24px 28px; }
.hr-faq summary { font-size: 17px; font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hr-faq summary::-webkit-details-marker { display: none; }
.hr-faq summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 13px; color: var(--hr-meta); transition: transform .2s ease; }
.hr-faq details[open] summary::after { transform: rotate(180deg); }
.hr-faq p { font-size: 15.5px; line-height: 1.7; color: var(--hr-muted); margin: 16px 0 0; }

/* ---------- CTA ---------- */
.hr-cta-section { padding: 112px 32px; background: #fff; }
.hr-cta { max-width: 1250px; margin: 0 auto; background: var(--hr-brand); border-radius: 32px; padding: 80px 56px; text-align: center; position: relative; overflow: hidden; }
.hr-cta__blob { position: absolute; border-radius: 50%; }
.hr-cta__blob--a { top: -90px; right: -70px; width: 320px; height: 320px; background: rgba(255,255,255,.16); animation: hrFloat 12s ease-in-out infinite; }
.hr-cta__blob--b { bottom: -120px; left: -60px; width: 280px; height: 280px; background: rgba(13,17,23,.08); animation: hrFloatS 14s ease-in-out infinite; }
.hr-cta__title { position: relative; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; color: #fff; margin: 0 0 18px; text-wrap: pretty; }
.hr-cta__text  { position: relative; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.88); margin: 0 auto 36px; max-width: 560px; }
.hr-cta__actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hr-cta__notes { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin-top: 36px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.8); }

/* ---------- bottoni ---------- */
.hr-btn { display: inline-flex; align-items: center; justify-content: center; height: 54px; padding: 0 30px; border-radius: 16px; font-weight: 700; font-size: 15px; text-decoration: none; transition: background-color .16s ease, color .16s ease, transform .12s ease; border: 0; cursor: pointer; }
.hr-btn:hover  { text-decoration: none; }
.hr-btn:active { transform: translateY(1px); }
.hr-btn--brand { background: var(--hr-brand); color: #fff; }
.hr-btn--brand:hover { background: var(--hr-brand-dark); color: #fff; }
.hr-btn--ghost { background: #fff; border: 1px solid var(--hr-border); color: var(--hr-text); font-weight: 600; }
.hr-btn--ghost:hover { background: var(--hr-bg); color: var(--hr-text); }
.hr-btn--light { background: #fff; color: var(--hr-brand-ink); height: 56px; padding: 0 32px; }
.hr-btn--light:hover { background: var(--hr-brand-soft); color: var(--hr-brand-dark); }
.hr-btn--outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,.6); color: #fff; font-weight: 600; height: 56px; padding: 0 32px; }
.hr-btn--outline-light:hover { background: rgba(255,255,255,.18); color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1199.98px) {
    .hr-sec { padding: 90px 24px; }
    .hr-hero { padding: 100px 24px 110px; }
    .hr-split { gap: 56px; }
    .hr-cta-section { padding: 90px 24px; }
}
@media (max-width: 991.98px) {
    .hr-hero__grid { grid-template-columns: minmax(0,1fr); gap: 56px; }
    .hr-split { grid-template-columns: minmax(0,1fr); }
    .hr-hero__logo { width: 96px; height: 96px; right: -12px; top: 40px; }
    .hr-toast { right: 8px; bottom: 16px; }
    .hr-toast--top { right: 8px; top: -18px; }
    .hr-flow__line { display: none; }
    .hr-cta { padding: 56px 28px; }
}
@media (max-width: 767.98px) {
    .hr-illu { padding: 40px 20px 130px; min-height: 0; }
    .hr-illu__stage { height: auto; display: grid; gap: 16px; }
    .hr-illu__card, .hr-illu__toast, .hr-illu__seal { position: static; width: auto; transform: none; animation: none; }
}
@media (max-width: 575.98px) {
    .hr-hero { padding: 72px 20px 80px; }
    .hr-sec  { padding: 72px 20px; }
    .hr-grid-3 { grid-template-columns: minmax(0,1fr); }
    .hr-stats  { grid-template-columns: minmax(0,1fr); }
    .hr-hero__logo { width: 78px; height: 78px; top: 26px; }
}

/* ---------- specifico HR ---------- */
.hr-req { display: grid; grid-template-columns: 26px 1fr 74px; gap: 10px; padding: 10px 16px; border-bottom: 1px solid #f6f8fa; font-size: 10.5px; align-items: center; }
.hr-req:last-child { border-bottom: 0; }
.hr-avatar { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; background: var(--hr-brand-soft); color: #a1520a; }
.hr-avatar--green { background: var(--hr-green-soft); color: var(--hr-green-dark); }
.hr-req__desc { color: var(--hr-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hr-req__desc strong { color: var(--hr-text); }
.hr-req__state { text-align: right; }
.hr-hours { display: flex; align-items: flex-end; gap: 6px; height: 74px; }
.hr-hours > div { flex: 1; display: flex; flex-direction: column-reverse; gap: 2px; }
.hr-hours i { display: block; background: var(--hr-brand); border-radius: 3px 3px 0 0; animation: hrBar .7s ease both; }
.hr-hours u { display: block; background: #ffcf9e; animation: hrBar .7s ease both; }
.hr-score { display: grid; grid-template-columns: 120px 1fr 40px; gap: 12px; align-items: center; font-size: 12px; }
.hr-score > span:first-child { color: var(--hr-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hr-score__bar { height: 9px; border-radius: 5px; background: var(--hr-line); overflow: hidden; }
.hr-score__bar > span { display: block; height: 100%; background: var(--hr-brand); transform-origin: left; animation: hrGrow .8s ease .2s both; }
.hr-score__bar > span.is-mid { background: #ffab55; }
.hr-score__bar > span.is-green { background: var(--hr-green); }
.hr-score b { text-align: right; }
.hr-recap { border-top: 1px solid var(--hr-line); padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hr-recap > div { border: 1px solid var(--hr-border); border-radius: 14px; padding: 14px; text-align: center; }
.hr-recap small { display: block; font-size: 10px; color: var(--hr-meta); margin-bottom: 5px; }
.hr-recap strong { font-size: 18px; font-weight: 800; }
.hr-recap strong.is-brand { color: var(--hr-brand); }
.hr-phone { position: absolute; left: 50%; top: 0; box-sizing: border-box; transform: translateX(-50%); width: 230px; height: 320px; background: #0d1117; border-radius: 34px; padding: 10px; box-shadow: 0 30px 60px -24px rgba(13,17,23,.4); animation: hrFloatCenter 7.4s ease-in-out infinite; z-index: 3; }
.hr-phone__screen { width: 100%; height: 100%; background: #fff; border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; }
.hr-phone__head { padding: 16px 18px 12px; background: var(--hr-brand); color: #fff; }
.hr-phone__head small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .85; }
.hr-phone__head strong { display: block; font-size: 24px; font-weight: 800; margin-top: 6px; line-height: 1; }
.hr-phone__head strong span { font-size: 12px; font-weight: 600; opacity: .9; }
.hr-phone__body { padding: 14px 16px; display: grid; gap: 10px; flex: 1; }
.hr-phone__item { border: 1px solid var(--hr-line); border-radius: 12px; padding: 10px 12px; }
.hr-phone__item b { display: block; font-size: 10.5px; font-weight: 700; }
.hr-phone__item small { display: block; font-size: 9.5px; color: var(--hr-meta); margin-top: 3px; }
.hr-phone__cta { margin-top: auto; background: var(--hr-brand); color: #fff; border-radius: 12px; padding: 11px; text-align: center; font-size: 11px; font-weight: 700; }
.hr-illu__card--left  { left: 0; top: 44px; width: 31%; border: 1px solid #ffe2c2; box-shadow: 0 18px 40px -22px rgba(13,17,23,.22); animation: hrTiltA 8s ease-in-out infinite .3s; }
.hr-illu__card--right { right: 0; top: 24px; width: 31%; border: 1.5px solid var(--hr-green); box-shadow: 0 22px 46px -20px rgba(33,160,133,.32); animation: hrTiltB 6.6s ease-in-out infinite .6s; }
.hr-illu__who { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 11.5px; font-weight: 700; }
.hr-illu__avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--hr-brand-soft); color: #a1520a; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; }
.hr-illu__avatar--green { background: var(--hr-green-soft); color: var(--hr-green-dark); }
@media (max-width: 767.98px) { .hr-phone { position: static; transform: none; animation: none; margin: 0 auto; } }
