
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', system-ui, sans-serif; color: #111111; -webkit-font-smoothing: antialiased; }
  h1, h2, h3, .font-head { font-family: 'Montserrat', system-ui, sans-serif; }
  .stat-num { font-variant-numeric: tabular-nums; }
  /* nav scroll shadow */
  #nav { transition: box-shadow .2s ease, border-color .2s ease; }
  #nav.scrolled { box-shadow: 0 6px 24px rgba(17,17,17,0.07); border-color: transparent; }
  /* reveal-on-scroll (gated behind .js so content shows if JS fails) */
  .js .reveal { opacity: 0; transform: translateY(20px); }
  @media (prefers-reduced-motion: no-preference) {
    .js .reveal { transition: opacity .5s ease, transform .5s ease; }
  }
  .reveal.in { opacity: 1; transform: none; }
  /* FAQ accordion */
  details.faq { border-bottom: 1px solid #E8E7E5; }
  details.faq summary { list-style: none; cursor: pointer; }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq .chev { transition: transform .25s ease; }
  details.faq[open] .chev { transform: rotate(180deg); }
  details.faq .answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
  details.faq[open] .answer { grid-template-rows: 1fr; }
  details.faq .answer > div { overflow: hidden; }
  /* form field */
  .field { transition: border-color .15s ease, box-shadow .15s ease; }
  .field:focus { outline: none; border-color: #D12B2B; box-shadow: 0 0 0 3px rgba(209,43,43,0.12); }
  /* buttons */
  .btn { transition: background-color .15s ease, color .15s ease, transform .05s ease; }
  .btn:active { transform: translateY(1px); }
  /* hero bubbles with EPI icons */
  /* logo carousel */
  .logo-track-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }
  .logo-track { display: flex; width: max-content; }
  .logo-strip { display: flex; align-items: center; gap: 52px; padding: 0 26px; animation: marquee 28s linear infinite; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .logo-track-wrap:hover .logo-strip { animation-play-state: paused; }
  @media (prefers-reduced-motion: reduce) { .logo-strip { animation: none; } }
  .logo-item {
    display: inline-flex; align-items: center; gap: 3px; white-space: nowrap;
    user-select: none; cursor: default;
    filter: grayscale(1); opacity: 0.5;
    transition: filter .25s, opacity .25s;
  }
  .logo-item:hover { filter: grayscale(0); opacity: 1; }
  .logo-item img { height: 44px; width: auto; max-width: 160px; object-fit: contain; display: block; }
  .lw { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: .04em; color: #111; }
  .lb { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: .02em; color: #444; }
  .lm { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 22px; color: #111; font-style: italic; }
  .ls { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; color: #555; }
  .lx { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: .08em; color: #888; text-transform: uppercase; }
  .hero-accent {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
      radial-gradient(700px circle at 50% -10%, rgba(209,43,43,0.06), transparent 65%);
  }
  /* typewriter caret */
  #caret { animation: blink 1s steps(1) infinite; }
  @keyframes blink { 0%,50% { opacity: 1; } 50.01%,100% { opacity: 0; } }
  /* shot-bar (browser chrome strip) */
  .shot-bar { height: 32px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #F3F2F0; border-bottom: 1px solid #E8E7E5; }
  .shot-bar i { width: 10px; height: 10px; border-radius: 50%; display: block; background: #D9D7D3; }
  .shot-bar i:nth-child(1){ background:#EC6B5E; } .shot-bar i:nth-child(2){ background:#F5BF4F; } .shot-bar i:nth-child(3){ background:#62C554; }
  /* section connector — decorative gradient line between feature blocks */
  .feat-connector { display: none; }
  @media (min-width:1024px) {
    .feat-connector {
      display: block; width: 1px; height: 64px; margin: 0 auto;
      background: linear-gradient(to bottom, rgba(209,43,43,0.25), transparent);
    }
  }
  /* laptop mockup */
  /* feature items (replaces check bullets) */
  .feat-grid { display: grid; gap: 14px 22px; }
  @media (min-width: 640px) { .feat-grid { grid-template-columns: 1fr 1fr; } }
  .feat-item { display: flex; align-items: center; gap: 12px; }
  .feat-ico {
    flex: none; width: 38px; height: 38px; border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    color: #D12B2B; background: linear-gradient(145deg, #FCEDED 0%, #F6DEDE 100%);
    box-shadow: inset 0 0 0 1px rgba(209,43,43,.14), 0 2px 5px rgba(209,43,43,.10);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .feat-item:hover .feat-ico { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(209,43,43,.2), 0 6px 14px rgba(209,43,43,.18); }
  .feat-ico i { width: 19px; height: 19px; }
  .feat-item span { font-size: 14px; line-height: 1.35; color: #3a3a3a; font-weight: 500; }
  /* lifestyle composition (real photo + product screenshot) */
  .lifestyle { position: relative; }
  .ls-photo {
    display: block; width: 100%; height: clamp(330px, 44vw, 480px);
    object-fit: cover; object-position: center;
    box-shadow: 0 30px 60px -26px rgba(17,17,17,.40);
    border-radius: 24px;
  }
  .ls-float {
    position: absolute; right: -10px; bottom: -28px; width: 46%; max-width: 400px;
    border-radius: 14px; overflow: hidden; background: #fff;
    border: 1px solid rgba(17,17,17,.10);
    box-shadow: 0 26px 52px -18px rgba(17,17,17,.45);
  }
  .ls-float img { display: block; width: 100%; }
  .ls-pill {
    position: absolute; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
    color: #111; font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 30px;
    box-shadow: 0 6px 18px rgba(17,17,17,.14);
  }
  .ls-dot { width: 8px; height: 8px; border-radius: 50%; background: #1F8A5B; box-shadow: 0 0 0 4px rgba(31,138,91,.18); animation: pulse 2s ease-in-out infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
  @media (max-width: 700px) { .ls-float { display: none; } }
  /* feature tabbed showcase */
  .feat-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  @media (max-width: 760px) { .feat-tabs { grid-template-columns: 1fr; } }
  .feat-tab {
    display: flex; align-items: center; gap: 13px; text-align: left;
    padding: 16px 18px; border-radius: 14px; border: 1.5px solid var(--line, #E8E7E5);
    background: #fff; cursor: pointer; transition: border-color .2s, box-shadow .2s, background .2s;
  }
  .feat-tab:hover { border-color: rgba(209,43,43,.4); }
  .feat-tab .ft-ico {
    flex: none; width: 42px; height: 42px; border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    color: #9a9a9a; background: #F3F2F0; transition: color .2s, background .2s;
  }
  .feat-tab .ft-ico i { width: 21px; height: 21px; }
  .feat-tab b { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; color: #111; line-height: 1.2; }
  .feat-tab small { display: block; font-size: 12.5px; color: #777; margin-top: 2px; }
  .feat-tab.active { border-color: #D12B2B; box-shadow: 0 10px 30px -12px rgba(209,43,43,.32); background: #fff; }
  .feat-tab.active .ft-ico { color: #fff; background: #D12B2B; }
  /* showcase panel */
  .feat-showcase { margin-top: 22px; position: relative; }
  .feat-panel { display: none; }
  .feat-panel.active { display: grid; grid-template-columns: 1fr 1.25fr; gap: 40px; align-items: center; animation: panelfade .4s ease; }
  @media (max-width: 900px) { .feat-panel.active { grid-template-columns: 1fr; gap: 28px; } }
  @keyframes panelfade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  .feat-media {
    position: relative; border-radius: 18px; padding: 26px;
    background: linear-gradient(150deg, #FBEEEE 0%, #F7F6F4 70%);
    box-shadow: inset 0 0 0 1px rgba(209,43,43,.06);
  }
  .feat-media::before {
    content: ''; position: absolute; inset: 0; border-radius: 18px;
    background: radial-gradient(120% 80% at 80% 0%, rgba(209,43,43,.10), transparent 60%); pointer-events: none;
  }
  .feat-media img {
    display: block; width: 100%; border-radius: 10px; position: relative; z-index: 1;
    box-shadow: 0 26px 50px -20px rgba(17,17,17,.40), 0 6px 16px -8px rgba(17,17,17,.20);
    border: 1px solid rgba(17,17,17,.07);
  }
  .feat-chip {
    position: absolute; z-index: 2; bottom: 14px; left: 14px;
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border-radius: 12px; padding: 9px 14px;
    box-shadow: 0 12px 28px -10px rgba(17,17,17,.30); border: 1px solid rgba(17,17,17,.06);
  }
  .feat-chip .fc-ico { width: 30px; height: 30px; border-radius: 8px; background: #FCEDED; color: #D12B2B; display: flex; align-items: center; justify-content: center; }
  .feat-chip .fc-ico i { width: 16px; height: 16px; }
  .feat-chip b { display: block; font-family: 'Montserrat', sans-serif; font-size: 13px; color: #111; line-height: 1.1; }
  .feat-chip small { display: block; margin-top: 2px; font-size: 11px; color: #777; }
  .feat-panel h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
  /* 3D asset stage (gestão de ativos) */
  .asset-stage { position: relative; min-height: 440px; }
  @media (max-width: 900px) { .asset-stage { min-height: 380px; } }
  .asset-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
  .asset-rings span { position: absolute; border-radius: 50%; border: 1.5px dashed rgba(209,43,43,.16); }
  .asset-ring-1 { width: 320px; height: 320px; animation: spin 60s linear infinite; }
  .asset-ring-2 { width: 200px; height: 200px; animation: spin 42s linear infinite reverse; }
  /* Os aneis giram, entao o bounding box de um quadrado de 320px passa de
     450px e gerava rolagem horizontal em telas de 375px. Reduzir no mobile e
     clipar no palco (decoracao, aria-hidden) resolve sem afetar hub e orbes. */
  @media (max-width: 480px) {
    .asset-ring-1 { width: 230px; height: 230px; }
    .asset-ring-2 { width: 150px; height: 150px; }
  }
  .asset-rings { overflow: hidden; }
  @keyframes spin { to { transform: rotate(360deg); } }
  .asset-hub {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3;
    width: 92px; height: 92px; border-radius: 24px;
    background: linear-gradient(150deg, #E5403F 0%, #C0201F 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    color: #fff; box-shadow: 0 20px 44px -14px rgba(209,43,43,.55), inset 0 2px 2px rgba(255,255,255,.32), inset 0 -3px 6px rgba(0,0,0,.18);
  }
  .asset-hub i { width: 30px; height: 30px; }
  .asset-hub span { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 9px; letter-spacing: .04em; }
  .asset-orb {
    position: absolute; z-index: 2; width: 84px; height: 84px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: #C0201F;
    background:
      radial-gradient(circle at 30% 24%, rgba(255,255,255,.95) 0%, rgba(255,255,255,0) 42%),
      radial-gradient(circle at 70% 78%, rgba(17,17,17,.10) 0%, rgba(17,17,17,0) 36%),
      radial-gradient(circle at 50% 50%, #FFFFFF 0%, #E9E5DF 100%);
    box-shadow: 0 22px 44px -16px rgba(17,17,17,.40), 0 6px 14px -8px rgba(17,17,17,.22), inset 0 2px 3px rgba(255,255,255,1), inset 0 -4px 8px rgba(17,17,17,.06);
    animation: floatY 6s ease-in-out infinite;
  }
  .asset-orb i { width: 34px; height: 34px; position: relative; z-index: 1; }
  .asset-orb .tag {
    position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
    background: #fff; border: 1px solid rgba(17,17,17,.08); border-radius: 20px; padding: 3px 9px;
    font-family: 'Space Mono', monospace; font-size: 10px; color: #555;
    box-shadow: 0 6px 14px -6px rgba(17,17,17,.25);
  }
  .asset-orb .tag .st { width: 6px; height: 6px; border-radius: 50%; background: #1F8A5B; }
  .asset-orb .tag .st.warn { background: #E0A11B; }
  @keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
  .ao-1 { top: 6%; left: 8%; animation-delay: 0s; }
  .ao-2 { top: 12%; right: 6%; animation-delay: 1.1s; }
  .ao-3 { bottom: 10%; left: 14%; animation-delay: 2.2s; width: 72px; height: 72px; }
  .ao-4 { bottom: 6%; right: 10%; animation-delay: 1.7s; }
  @media (prefers-reduced-motion: reduce) { .asset-orb, .asset-ring-1, .asset-ring-2 { animation: none; } }
  /* CTA full-width, centrado sob as duas colunas da seção Ordem de Serviço */
  .os-cta-full { display: flex; justify-content: center; }
  @media (min-width: 1024px) { .os-cta-full { grid-column: 1 / -1; } }
  /* OS paperless → digital composition */
  .os-stage { position: relative; min-height: 460px; display: flex; align-items: center; justify-content: center; }
  @media (max-width: 900px) { .os-stage { min-height: 400px; } }
  .os-paper {
    position: absolute; width: 200px; height: 258px; border-radius: 10px;
    background: #fff; border: 1px solid #E2E0DC;
    box-shadow: 0 10px 26px -14px rgba(17,17,17,.30);
    padding: 22px 18px; opacity: .55; filter: grayscale(.4);
  }
  .os-paper .pl { height: 7px; border-radius: 4px; background: #E6E4E0; margin-bottom: 9px; }
  .os-paper .pl.s { width: 60%; }
  .os-p1 { transform: translate(-58px, -36px) rotate(-13deg); animation: drift1 7s ease-in-out infinite; }
  .os-p2 { transform: translate(-30px, -18px) rotate(-6deg); opacity: .72; animation: drift2 8s ease-in-out infinite; }
  .os-paper .strike { position: absolute; top: 10px; right: 10px; width: 26px; height: 26px; border-radius: 50%; background: #FCEDED; color: #D12B2B; display: flex; align-items: center; justify-content: center; }
  .os-paper .strike i { width: 15px; height: 15px; }
  @keyframes drift1 { 0%,100% { transform: translate(-58px,-36px) rotate(-13deg); } 50% { transform: translate(-70px,-50px) rotate(-17deg); } }
  @keyframes drift2 { 0%,100% { transform: translate(-30px,-18px) rotate(-6deg); } 50% { transform: translate(-38px,-28px) rotate(-9deg); } }
  .os-doc {
    position: relative; z-index: 2; width: 248px; border-radius: 16px; overflow: hidden; background: #fff;
    transform: perspective(1300px) rotateY(-14deg) rotateX(5deg);
    box-shadow: 0 40px 70px -26px rgba(17,17,17,.45), 0 12px 26px -14px rgba(17,17,17,.28), inset 0 0 0 1px rgba(17,17,17,.05);
    animation: docfloat 6s ease-in-out infinite;
  }
  @keyframes docfloat { 0%,100% { transform: perspective(1300px) rotateY(-14deg) rotateX(5deg) translateY(0); } 50% { transform: perspective(1300px) rotateY(-14deg) rotateX(5deg) translateY(-12px); } }
  .os-doc-head { background: linear-gradient(135deg, #E5403F, #C0201F); color: #fff; padding: 14px 18px; display: flex; align-items: center; gap: 9px; }
  .os-doc-head i { width: 18px; height: 18px; }
  .os-doc-head b { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: .02em; }
  .os-doc-body { padding: 18px; }
  .os-doc-body .dl { height: 8px; border-radius: 4px; background: #ECEAE6; margin-bottom: 10px; }
  .os-doc-body .dl.s { width: 55%; }
  .os-doc-body .dl.r { background: #F6D9D9; width: 40%; }
  .os-doc-sign { margin-top: 14px; padding-top: 12px; border-top: 1px dashed #E2E0DC; display: flex; align-items: center; gap: 8px; color: #1F8A5B; font-size: 11.5px; font-weight: 600; }
  .os-doc-sign i { width: 15px; height: 15px; }
  .os-stamp {
    position: absolute; z-index: 3; bottom: 40px; right: -6px;
    width: 78px; height: 78px; border-radius: 50%;
    background: radial-gradient(circle at 34% 28%, #34B978 0%, #1F8A5B 100%);
    color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
    box-shadow: 0 18px 36px -12px rgba(31,138,91,.55), inset 0 2px 3px rgba(255,255,255,.4), inset 0 -3px 6px rgba(0,0,0,.18);
    transform: rotate(-12deg); animation: stamppop 6s ease-in-out infinite;
  }
  .os-stamp i { width: 24px; height: 24px; }
  .os-stamp span { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 8px; letter-spacing: .05em; }
  @keyframes stamppop { 0%,100% { transform: rotate(-12deg) translateY(0); } 50% { transform: rotate(-12deg) translateY(-8px); } }
  .os-chip {
    position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid rgba(17,17,17,.07); border-radius: 12px; padding: 9px 13px;
    box-shadow: 0 14px 30px -12px rgba(17,17,17,.32);
    animation: chipfloat 5.5s ease-in-out infinite;
  }
  .os-chip .ci { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
  .os-chip .ci i { width: 16px; height: 16px; }
  .os-chip b { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #111; line-height: 1.15; display: block; }
  .os-chip small { font-size: 10.5px; color: #777; }
  .os-chip-cloud { top: 30px; right: 4px; }
  .os-chip-cloud .ci { background: #EAF3FB; color: #2A6FDB; }
  .os-chip-sign { bottom: 18px; left: 0; animation-delay: 1.3s; }
  .os-chip-sign .ci { background: #FCEDED; color: #D12B2B; }
  @keyframes chipfloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  @media (prefers-reduced-motion: reduce) { .os-doc, .os-stamp, .os-chip, .os-p1, .os-p2 { animation: none; } }
  /* connector line between feature blocks */
  .feat-connector {
    position: absolute; left: 50%; top: 100%; width: 1px; height: 56px;
    background: linear-gradient(to bottom, rgba(209,43,43,0.25), transparent);
    transform: translateX(-50%);
  }

  /* ---------- quem desenvolve: SafetyTec (marca mãe) e suas soluções ---------- */
  .dev-brand { display: flex; align-items: center; gap: 14px; }
  .dev-brand img { flex: none; }
  .dev-brand span { font-size: 13px; line-height: 1.45; color: #8a8a8a; }
  .dev-stack { display: grid; gap: 14px; }
  .dev-node {
    background: #fff; border: 1px solid #E8E7E5; border-radius: 16px; padding: 26px 24px;
    display: flex; flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }
  .dev-node:hover { border-color: rgba(209,43,43,.28); box-shadow: 0 16px 34px -22px rgba(17,17,17,.3); transform: translateY(-2px); }
  .dev-node.is-now { border: 2px solid #D12B2B; box-shadow: 0 18px 44px -20px rgba(209,43,43,.28); }
  .dev-tag {
    align-self: flex-start; font-size: 10.5px; font-weight: 800; letter-spacing: .12em;
    text-transform: uppercase; color: #9a9a9a; background: #F3F2F0; border-radius: 20px; padding: 4px 10px;
  }
  .dev-node.is-now .dev-tag { color: #D12B2B; background: #FCEDED; }
  /* margin-top: 0 porque a etiqueta acima do logo está oculta — o padding do
     card já dá o respiro do topo. */
  .dev-logo { display: flex; align-items: center; min-height: 38px; }
  .dev-logo img { width: auto; max-width: 100%; }
  .dev-node p { margin: 14px 0 0; font-size: 13.5px; line-height: 1.6; color: #666; }
  .dev-node .dev-link {
    margin-top: 16px; display: inline-flex; align-items: center; gap: 6px;
    color: #D12B2B; font-weight: 700; font-size: 13.5px; text-decoration: none; transition: gap .15s ease;
  }
  .dev-node .dev-link:hover { gap: 11px; }
  .dev-node .dev-link i { width: 15px; height: 15px; }
  /* o card é flex-column: sem align-self o botão esticaria na largura toda */
  .dev-node .dev-cta { align-self: flex-start; }

  /* ---------- app do colaborador: mock de celular ---------- */
  /* o padding abre espaço para os chips flutuarem ACIMA e ABAIXO do aparelho,
     sem cobrir a saudação nem os itens da lista */
  .app-stage { position: relative; display: flex; justify-content: center; padding: 56px 0 46px; }
  .app-phone {
    position: relative; z-index: 2; width: 286px; background: #fff;
    border-radius: 30px; padding: 12px 12px 16px; border: 1px solid rgba(17,17,17,.08);
    box-shadow: 0 40px 70px -28px rgba(17,17,17,.42), 0 12px 26px -14px rgba(17,17,17,.22);
  }
  .app-notch { width: 74px; height: 5px; border-radius: 4px; background: #E2E0DC; margin: 2px auto 12px; }
  .app-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 4px; }
  .app-top b { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; color: #111; }
  .app-top small { display: block; font-size: 10px; color: #9a9a9a; margin-top: 1px; }
  .app-bell { position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%; background: #F3F2F0; color: #555; display: flex; align-items: center; justify-content: center; }
  .app-bell i, .app-bell svg { width: 15px; height: 15px; }
  .app-bell .badge {
    position: absolute; top: -3px; right: -3px; min-width: 15px; height: 15px; padding: 0 3px;
    border-radius: 8px; background: #D12B2B; color: #fff; font-size: 9px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
  }
  .app-kpis { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .app-kpi { background: #FAF9F7; border: 1px solid #EFEDEA; border-radius: 10px; padding: 8px 6px; text-align: center; }
  .app-kpi b { display: block; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; color: #111; }
  .app-kpi small { display: block; font-size: 8.5px; line-height: 1.25; color: #8a8a8a; margin-top: 2px; }
  .app-list { margin-top: 10px; display: grid; gap: 8px; }
  .app-item { display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid #EFEDEA; border-radius: 10px; padding: 9px 10px; }
  .app-item .ai-ico { flex: none; width: 30px; height: 30px; border-radius: 8px; background: #FCEDED; color: #C0201F; display: flex; align-items: center; justify-content: center; }
  .app-item .ai-ico i, .app-item .ai-ico svg { width: 15px; height: 15px; }
  .app-item b { display: block; font-size: 11.5px; font-weight: 600; color: #222; }
  .app-item small { display: block; font-size: 9.5px; color: #9a9a9a; margin-top: 1px; }
  .app-pill { flex: none; margin-left: auto; font-size: 8.5px; font-weight: 800; letter-spacing: .04em; padding: 3px 7px; border-radius: 20px; background: #E9F6EF; color: #146B45; }
  .app-pill.warn { background: #FDF3E1; color: #B57A0B; }
  .app-chip {
    position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid rgba(17,17,17,.07); border-radius: 12px; padding: 8px 12px;
    box-shadow: 0 14px 30px -12px rgba(17,17,17,.32);
  }
  .app-chip .ci { flex: none; width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
  .app-chip .ci i, .app-chip .ci svg { width: 15px; height: 15px; }
  .app-chip b { display: block; font-family: 'Montserrat', sans-serif; font-size: 11.5px; color: #111; line-height: 1.15; }
  .app-chip small { display: block; font-size: 10.5px; color: #777; margin-top: 1px; }
  .app-chip-key { top: 0; left: 0; }
  .app-chip-key .ci { background: #EAF3FB; color: #2A6FDB; }
  .app-chip-sign { bottom: 0; right: 0; }
  .app-chip-sign .ci { background: #E9F6EF; color: #146B45; }
  @media (max-width: 1023px) { .app-chip-key { left: -4px; } .app-chip-sign { right: -4px; } }
  @media (max-width: 460px) { .app-chip { display: none; } .app-stage { padding: 8px 0; } }
