/* =========================================================
   HUROOS — HI · ISO 9001 landing
   File: website_huroos/static/src/css/hi_iso.css
   Prefisso classi: .hi-
   Palette: #7A51A1 · verde HUROOS #21a085 · neutri
   ========================================================= */

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

@keyframes hiFloat  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes hiFloatS { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes hiRise   { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hiGrow   { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hiBar    { from { transform: scaleY(.2); transform-origin: bottom; } to { transform: scaleY(1); transform-origin: bottom; } }
@keyframes hiRing   { from { stroke-dashoffset: 302; } to { stroke-dashoffset: 52; } }
@keyframes hiMorph  { 0%,100% { border-radius: 58% 42% 63% 37% / 45% 58% 42% 55%; } 50% { border-radius: 44% 56% 42% 58% / 58% 42% 58% 42%; } }
@keyframes hiFloatCenter { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-12px); } }
@keyframes hiTiltA { 0%,100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-8px); } }
@keyframes hiTiltB { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .hi-page * { animation: none !important; transition: none !important; } }

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

/* ---------- struttura ---------- */
.hi-page section { position: relative; }
.hi-sec        { padding: 112px 32px; }
.hi-sec--muted { background: var(--hi-bg); border-top: 1px solid var(--hi-border); border-bottom: 1px solid var(--hi-border); }
.hi-wrap       { max-width: 1250px; margin: 0 auto; }
.hi-wrap--md   { max-width: 1080px; margin: 0 auto; }
.hi-wrap--sm   { max-width: 900px;  margin: 0 auto; }
.hi-head         { max-width: 680px; margin-bottom: 52px; }
.hi-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.hi-eyebrow { font-size: 19px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--hi-brand-ink); margin-bottom: 18px; }
.hi-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; }
.hi-lead { font-size: 17px; line-height: 1.65; color: var(--hi-muted); margin: 0; }

/* ---------- HERO ---------- */
.hi-hero { padding: 130px 32px 150px; overflow: hidden; }
.hi-hero__glow-a { position: absolute; top: -160px; right: -140px; width: 620px; height: 620px; border-radius: 50%; background: #f4f0f8; z-index: 0; }
.hi-hero__glow-b { position: absolute; bottom: -120px; left: -120px; width: 380px; height: 380px; border-radius: 50%; background: #f4f6f9; z-index: 0; }
.hi-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: hiRise 560ms ease both;
}
.hi-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; }
.hi-grad { background: linear-gradient(100deg,#4b2f66 0%,#7A51A1 55%,#a37fc4 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.hi-hero__lead { font-size: 18px; line-height: 1.65; color: var(--hi-muted); margin: 0 0 34px; max-width: 520px; text-wrap: pretty; }
.hi-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hi-hero__kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 28px; max-width: 560px; }
.hi-kpi__value { font-size: 30px; font-weight: 800; line-height: 1; }
.hi-kpi__value--green { color: var(--hi-green); }
.hi-kpi__label { font-size: 12px; font-weight: 600; color: var(--hi-meta); margin-top: 6px; }

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

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

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

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

.hi-toast { position: absolute; right: -22px; bottom: 56px; z-index: 4; background: #fff; border: 1px solid var(--hi-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: hiFloat 7s ease-in-out infinite 1s; }
.hi-toast--top { right: -18px; bottom: auto; top: -26px; padding: 13px 17px; animation: hiFloatS 6.5s ease-in-out infinite .4s; }
.hi-toast__icon { width: 38px; height: 38px; border-radius: 12px; background: var(--hi-brand); display: flex; align-items: center; justify-content: center; color: #fff; }
.hi-toast__icon--soft { width: 34px; height: 34px; border-radius: 11px; background: var(--hi-brand-soft); color: var(--hi-brand-ink); }
.hi-toast__icon--green { width: 34px; height: 34px; border-radius: 11px; background: var(--hi-green-soft); color: var(--hi-green-dark); }
.hi-toast__title { font-size: 12px; font-weight: 700; line-height: 1.2; }
.hi-toast__sub { font-size: 10.5px; color: var(--hi-meta); margin-top: 2px; }

/* ---------- illustrazione animata ---------- */
.hi-illu { position: relative; border-radius: 28px; background: #f8f5fb; padding: 70px 40px 118px; overflow: hidden; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.hi-illu__blob { position: absolute; display: block; }
.hi-illu__blob--a { top: -90px; left: -70px; width: 360px; height: 340px; background: rgba(122,81,161,.12); border-radius: 58% 42% 63% 37% / 45% 58% 42% 55%; animation: hiMorph 16s ease-in-out infinite; }
.hi-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: hiMorph 19s ease-in-out infinite 1.4s; }
.hi-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: hiMorph 17s ease-in-out infinite; }
.hi-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: hiMorph 21s ease-in-out infinite 1.2s; }
.hi-illu__stage { position: relative; width: min(620px, 100%); height: 320px; }
.hi-illu__card { position: absolute; box-sizing: border-box; background: #fff; border-radius: 20px; padding: 18px; }
.hi-illu__label { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--hi-faint); margin-bottom: 12px; }
.hi-illu__label.is-brand { color: var(--hi-brand-ink); font-size: 11px; margin-bottom: 16px; }
.hi-illu__label.is-green { color: var(--hi-green-dark); }
.hi-illu__lines { display: grid; gap: 9px; }
.hi-illu__lines i { display: block; height: 8px; border-radius: 5px; background: var(--hi-line); }
.hi-illu__lines i.is-s1 { width: 78%; }
.hi-illu__lines i.is-s2 { width: 62%; }
.hi-illu__toast { position: absolute; left: 0; bottom: -52px; background: #fff; border: 1px solid var(--hi-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: hiFloatS 6.4s ease-in-out infinite .8s; z-index: 4; }
.hi-illu__toast-ico { width: 34px; height: 34px; border-radius: 11px; background: var(--hi-brand-soft); display: flex; align-items: center; justify-content: center; color: var(--hi-brand-ink); font-size: 14px; }
.hi-illu__toast-title { font-size: 12px; font-weight: 700; line-height: 1.2; }
.hi-illu__toast-sub { font-size: 10.5px; color: var(--hi-meta); margin-top: 2px; }
.hi-illu__seal { position: absolute; right: 2%; bottom: -58px; width: 52px; height: 52px; border-radius: 50%; background: var(--hi-green); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 19px; animation: hiFloat 6.9s ease-in-out infinite .2s; z-index: 4; }
.hi-tag { display: inline-flex; align-items: center; gap: 7px; padding: 5px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; }
.hi-tag--brand { background: var(--hi-brand-soft); color: var(--hi-brand-ink); }
.hi-tag--green { background: var(--hi-green-soft); color: var(--hi-green-dark); }

/* ---------- video placeholder ---------- */
.hi-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(--hi-brand); display: flex; align-items: center; justify-content: center; }
.hi-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hi-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(--hi-brand); font-size: 30px; animation: hiFloatS 6s ease-in-out infinite; }
.hi-video__play i { margin-left: 5px; }

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

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

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

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

/* ---------- CTA ---------- */
.hi-cta-section { padding: 112px 32px; background: #fff; }
.hi-cta { max-width: 1250px; margin: 0 auto; background: var(--hi-brand); border-radius: 32px; padding: 80px 56px; text-align: center; position: relative; overflow: hidden; }
.hi-cta__blob { position: absolute; border-radius: 50%; }
.hi-cta__blob--a { top: -90px; right: -70px; width: 320px; height: 320px; background: rgba(255,255,255,.16); animation: hiFloat 12s ease-in-out infinite; }
.hi-cta__blob--b { bottom: -120px; left: -60px; width: 280px; height: 280px; background: rgba(13,17,23,.08); animation: hiFloatS 14s ease-in-out infinite; }
.hi-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; }
.hi-cta__text  { position: relative; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.88); margin: 0 auto 36px; max-width: 560px; }
.hi-cta__actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.hi-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 ---------- */
.hi-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; }
.hi-btn:hover  { text-decoration: none; }
.hi-btn:active { transform: translateY(1px); }
.hi-btn--brand { background: var(--hi-brand); color: #fff; }
.hi-btn--brand:hover { background: var(--hi-brand-dark); color: #fff; }
.hi-btn--ghost { background: #fff; border: 1px solid var(--hi-border); color: var(--hi-text); font-weight: 600; }
.hi-btn--ghost:hover { background: var(--hi-bg); color: var(--hi-text); }
.hi-btn--light { background: #fff; color: var(--hi-brand-ink); height: 56px; padding: 0 32px; }
.hi-btn--light:hover { background: var(--hi-brand-soft); color: var(--hi-brand-dark); }
.hi-btn--outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,.6); color: #fff; font-weight: 600; height: 56px; padding: 0 32px; }
.hi-btn--outline-light:hover { background: rgba(255,255,255,.18); color: #fff; }

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

/* ---------- specifico ISO ---------- */
.hi-donut { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--hi-border); border-radius: 16px; padding: 16px; }
.hi-donut svg { width: 76px; height: 76px; flex: 0 0 auto; }
.hi-donut__ring { animation: hiRing 1.4s ease .3s both; }
.hi-donut__text { font-size: 12.5px; color: var(--hi-muted); line-height: 1.5; }
.hi-hero__split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.hi-nc { display: grid; grid-template-columns: 52px 1fr 88px; gap: 10px; padding: 10px 16px; border-bottom: 1px solid #f6f8fa; font-size: 10.5px; align-items: center; }
.hi-nc:last-child { border-bottom: 0; }
.hi-nc b { font-weight: 700; color: var(--hi-brand); }
.hi-nc span.is-desc { color: var(--hi-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hi-nc span.is-state { text-align: right; }
.hi-prog { display: grid; grid-template-columns: 110px 1fr 34px; gap: 10px; align-items: center; font-size: 10px; color: var(--hi-muted); }
.hi-prog__bar { height: 7px; border-radius: 4px; background: var(--hi-line); overflow: hidden; }
.hi-prog__bar > span { display: block; height: 100%; background: var(--hi-brand); transform-origin: left; animation: hiGrow .8s ease .3s both; }
.hi-prog__bar > span.is-mid { background: #a37fc4; }
.hi-prog__bar > span.is-green { background: var(--hi-green); }
.hi-prog b { text-align: right; color: var(--hi-text); }
.hi-req { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--hi-line); }
.hi-req:last-child { border-bottom: 0; padding-bottom: 0; }
.hi-req--flag { padding: 12px 14px; border-radius: 14px; background: #f8f5fb; border: 1px solid #e4d9ee; }
.hi-req__code { font-size: 11px; font-weight: 700; color: var(--hi-brand); }
.hi-req__name { font-size: 13.5px; font-weight: 600; margin-top: 3px; }
.hi-req__note { font-size: 11.5px; color: var(--hi-muted); margin-top: 5px; }
.hi-req__state { font-size: 11px; font-weight: 700; color: var(--hi-green-dark); white-space: nowrap; }
.hi-req__state--flag { color: var(--hi-brand-dark); }
.hi-req__state--todo { color: var(--hi-faint); }
.hi-illu__card--old { left: 0; top: 52px; width: 56%; border: 1px solid #e4d9ee; padding: 20px 22px; box-shadow: 0 18px 40px -22px rgba(13,17,23,.22); animation: hiTiltA 8s ease-in-out infinite; }
.hi-illu__card--new { right: 0; top: 0; width: 60%; border: 1.5px solid var(--hi-brand); border-radius: 22px; padding: 26px 28px; box-shadow: 0 26px 54px -20px rgba(122,81,161,.35); animation: hiFloat 7s ease-in-out infinite .4s; z-index: 3; }
.hi-illu__rev { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.hi-illu__rev-old { font-size: 10px; font-weight: 700; color: var(--hi-faint); text-decoration: line-through; }
.hi-illu__doc { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.hi-illu__owner { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid var(--hi-line); }
.hi-illu__avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--hi-brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; }
.hi-illu__owner-txt { font-size: 11px; color: var(--hi-muted); line-height: 1.35; }
