/* =========================================================
   Hireme AI - homepage enhancements (redesigned readiness card,
   company logos, section polish). Loaded after style.css.
   ========================================================= */

/* ---------- Redesigned "Your Career Readiness" card (v2) ---------- */
.score-card-v2{
  background:linear-gradient(165deg,#241353 0%,#1a0f3d 60%,#150b32 100%);
  border:1px solid rgba(168,139,250,.28); border-radius:24px; padding:26px 26px 24px;
  box-shadow:0 30px 70px rgba(26,16,61,.45), inset 0 1px 0 rgba(255,255,255,.08);
  position:relative; overflow:hidden;
}
/* soft glow orbs in the background */
.score-card-v2::after{
  content:""; position:absolute; top:-40%; right:-20%; width:240px; height:240px; border-radius:50%;
  background:radial-gradient(circle, rgba(124,58,237,.45), transparent 65%); pointer-events:none; filter:blur(6px);
}
.score-card-v2::before{ /* moving sheen */
  content:""; position:absolute; top:0; left:-60%; width:55%; height:100%; z-index:1;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.07),transparent);
  animation:scSheen 7s ease-in-out infinite; pointer-events:none;
}
@keyframes scSheen{ 0%,55%{ left:-60% } 100%{ left:130% } }
.score-card-v2 > *{ position:relative; z-index:2; }

.sc-head{ display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.sc-av{ width:44px; height:44px; flex:none; border-radius:13px; display:grid; place-items:center; font-weight:800; color:#fff;
  background:linear-gradient(135deg,#c084fc,#7c3aed); box-shadow:0 8px 20px rgba(124,58,237,.55); font-size:.98rem; letter-spacing:.5px; }
.sc-id b{ display:block; color:#fff; font-size:1.02rem; line-height:1.2; letter-spacing:-.01em; }
.sc-id span{ font-size:.78rem; color:#b6a8e0; }
.sc-live{ margin-left:auto; display:inline-flex; align-items:center; gap:6px; font-size:.7rem; font-weight:800; color:#6ee7b7;
  background:rgba(52,211,153,.14); border:1px solid rgba(110,231,183,.25); padding:5px 11px; border-radius:999px; text-transform:uppercase; letter-spacing:.04em; }
.sc-live i{ width:7px; height:7px; border-radius:50%; background:#34d399; box-shadow:0 0 8px 1px #34d399; animation:scDot 1.5s ease-in-out infinite; }
@keyframes scDot{ 0%,100%{ opacity:1; transform:scale(1) } 50%{ opacity:.45; transform:scale(.8) } }

/* ring area */
.sc-ringwrap{ display:flex; align-items:center; gap:22px; margin:4px 0 22px; }
.score-card-v2 .ring{
  margin:0; width:128px; height:128px; flex:none;
  background:conic-gradient(from -90deg, #22d3ee, #7c3aed calc(var(--fill, var(--val))*1%), rgba(255,255,255,.08) 0);
  filter:drop-shadow(0 6px 16px rgba(124,58,237,.4));
  animation:ringIntro .8s cubic-bezier(.34,1.3,.5,1) both;
}
@keyframes ringIntro{ from{ transform:rotate(-12deg) scale(.85); opacity:0 } to{ transform:none; opacity:1 } }
.score-card-v2 .ring::before{ inset:11px; background:linear-gradient(160deg,#241353,#170c34); box-shadow:inset 0 2px 8px rgba(0,0,0,.4); }
.score-card-v2 .ring::after{ box-shadow:0 0 26px 2px rgba(34,211,238,.4); inset:-4px; }
.score-card-v2 .ring .ring-val{ font-size:2.05rem; font-weight:900; letter-spacing:-.02em; }
.score-card-v2 .ring .ring-val small{ font-size:.95rem; color:#9fb6f5; }
.sc-verdict{ display:flex; flex-direction:column; gap:8px; }
.sc-verdict b{ display:inline-flex; align-items:center; gap:7px; color:#fff; font-size:1.1rem; }
.sc-verdict b::before{ content:"✓"; width:22px; height:22px; flex:none; border-radius:50%; background:linear-gradient(135deg,#34d399,#10b981); color:#fff; font-size:.75rem; display:grid; place-items:center; box-shadow:0 4px 10px rgba(16,185,129,.45); }
.sc-verdict span{ font-size:.84rem; color:#a99fd0; }
.sc-verdict .sc-badge{ align-self:flex-start; margin-top:2px; font-size:.72rem; font-weight:700; color:#c4b5fd; background:rgba(124,58,237,.2); border:1px solid rgba(168,139,250,.3); padding:4px 11px; border-radius:999px; }

/* score rows */
.score-card-v2 .score-rows{ margin-top:0; display:grid; gap:14px; padding-top:18px; border-top:1px solid rgba(255,255,255,.08); }
.score-card-v2 .score-row{ display:flex; align-items:center; gap:12px; }
.score-card-v2 .sr-lbl{ width:74px; flex:none; font-size:.82rem; color:#cabfee; font-weight:600; }
.score-card-v2 .score-row .bar{ flex:1; height:8px; background:rgba(255,255,255,.09); border-radius:999px; overflow:hidden; }
.score-card-v2 .score-row .bar i{ background:linear-gradient(90deg,#22d3ee,#a855f7); }
.score-card-v2 .score-row em{ width:30px; flex:none; text-align:right; font-style:normal; font-weight:800; font-size:.85rem; color:#fff; }

/* ---------- Company logos row ---------- */
/* Client logo marquee - auto-scrolling "running" strip with real brand logos */
.logo-marquee{ position:relative; overflow:hidden; padding:4px 0;
  -webkit-mask-image:linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image:linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.lm-track{ display:flex; width:max-content; animation:lmScroll 30s linear infinite; will-change:transform; }
.logo-marquee:hover .lm-track, .logo-marquee:focus-within .lm-track{ animation-play-state:paused; }
.lm-set{ display:flex; align-items:center; }
.lm-item{ display:inline-flex; align-items:center; gap:11px; padding:10px 30px; font-weight:800; font-size:1.15rem; color:var(--ink); white-space:nowrap; letter-spacing:-.02em; }
.lm-item img{ width:30px; height:30px; object-fit:contain; flex:none; }
@keyframes lmScroll{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
@media (max-width:600px){ .lm-item{ font-size:1.02rem; padding:8px 20px; gap:9px; } .lm-item img{ width:26px; height:26px; } }
@media (prefers-reduced-motion: reduce){ .lm-track{ animation:none; flex-wrap:wrap; justify-content:center; } }

/* Hero headline - animated gradient accent + soft glow */
.hero h1{ text-shadow:0 6px 44px rgba(124,58,237,.4); }
.hero h1 .grad{
  background:linear-gradient(100deg, #a78bfa 0%, #22d3ee 42%, #f0abfc 72%, #a78bfa 100%);
  background-size:220% auto;
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  animation:heroShine 6s linear infinite;
}
@keyframes heroShine{ to{ background-position:220% center; } }
@media (prefers-reduced-motion: reduce){ .hero h1 .grad{ animation:none; } }
@keyframes lgIn{ from{ opacity:0; transform:translateY(8px) } to{ opacity:.65; transform:none } }

/* JD pill in the dashboard demo table */
.dash-table .jd-pill{ display:inline-flex; align-items:center; gap:4px; font-size:.74rem; font-weight:700; color:#6d28d9;
  background:#f3eeff; border:1px solid #e0d8fa; padding:4px 10px; border-radius:999px; cursor:pointer; transition:.18s; white-space:nowrap; }
.dash-table .jd-pill:hover{ background:#7c3aed; color:#fff; border-color:transparent; }

/* ---------- Live Dashboard - extra micro-animations ---------- */
/* status pills get a soft pop + the "Interview/Offer" ones gently pulse */
.dash-table .st{ transition:transform .2s ease; }
.dash-table tbody tr:hover .st{ transform:scale(1.06); }
.dash-table .st.offer, .dash-table .st.interview{ position:relative; }
.dash-table .st.offer{ animation:pillGlow 2.4s ease-in-out infinite; }
@keyframes pillGlow{ 0%,100%{ box-shadow:0 0 0 0 rgba(16,185,129,0) } 50%{ box-shadow:0 0 0 4px rgba(16,185,129,.18) } }
/* screenshot thumb subtle shimmer */
.dash-table .thumb{ position:relative; overflow:hidden; }
.dash-table .thumb::after{ content:""; position:absolute; inset:0; background:linear-gradient(110deg,transparent,rgba(255,255,255,.5),transparent); transform:translateX(-100%); animation:thumbShimmer 3s ease-in-out infinite; }
@keyframes thumbShimmer{ 0%,70%{ transform:translateX(-100%) } 100%{ transform:translateX(200%) } }
/* the "Live" badge breathes */
.dash-top .live{ animation:liveBreath 2s ease-in-out infinite; }
@keyframes liveBreath{ 0%,100%{ opacity:1 } 50%{ opacity:.6 } }
/* dashboard feature tags pop in on reveal */
.dfeats .tag{ opacity:0; transform:translateY(8px); transition:.4s; }
.dfeats.in .tag, .dfeats.reveal.in .tag{ opacity:1; transform:none; }
.dfeats .tag{ transition-delay:calc(var(--i, 0) * .06s); }

/* ---------- Job Filler - expanded multi-field form ---------- */
.filler-scroll{ max-height:480px; overflow-y:auto; padding:18px 18px 16px; }
.filler-scroll::-webkit-scrollbar{ width:6px } .filler-scroll::-webkit-scrollbar-thumb{ background:#d9cef7; border-radius:6px }
.ff-sec{ font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.05em; color:#7c3aed; margin:16px 0 9px; padding-bottom:5px; border-bottom:1px solid #f0ecfa; }
.ff-sec:first-child{ margin-top:0 }
/* upload rows */
.ff-up{ display:flex; align-items:center; gap:11px; padding:10px 12px; border:1px solid #e8e2f7; border-radius:11px; margin-bottom:9px; background:#faf8ff;
  opacity:0; transform:translateY(6px); animation:ffIn .4s ease forwards; }
.ff-up-ic{ width:34px; height:34px; flex:none; border-radius:9px; display:grid; place-items:center; font-size:1.05rem; background:#fff; border:1px solid #ece8fa; }
.ff-up b{ display:block; font-size:.86rem; color:#241a40; }
.ff-up span{ font-size:.74rem; color:#8b85a0; }
.ff-up-ok{ margin-left:auto; width:24px; height:24px; flex:none; border-radius:50%; background:linear-gradient(135deg,#34d399,#10b981); color:#fff; font-size:.72rem; font-weight:800; display:grid; place-items:center; box-shadow:0 4px 10px rgba(16,185,129,.4); }
/* field grid + cells */
.ff-grid{ display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-bottom:9px; }
.ff-cell{ border:1.5px solid #ece8fa; border-radius:10px; padding:8px 12px; background:#fff; min-width:0;
  opacity:0; transform:translateY(6px); animation:ffIn .4s ease forwards; }
.ff-cell.wide{ margin-bottom:9px; }
.ff-k{ display:block; font-size:.68rem; font-weight:700; color:#9a93b5; text-transform:uppercase; letter-spacing:.03em; }
.ff-v{ display:block; font-size:.88rem; color:#241a40; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:1px;
  opacity:0; transform:translateY(3px); transition:opacity .25s ease, transform .25s ease; }
/* cells/uploads are visible immediately (the VALUES fill via JS) */
.ff-up, .ff-cell{ opacity:1; transform:none; animation:none; }
/* JS adds .filled to each cell/upload as the cursor reaches it */
.ff-cell.filled, .ff-up.filled{ border-color:#c2a9f5; }
.ff-cell.filled .ff-v{ opacity:1; transform:none; }
.ff-up.filled{ background:#f3eeff; }
.ff-up .ff-up-ok{ opacity:0; transform:scale(.5); transition:.3s cubic-bezier(.34,1.6,.5,1); }
.ff-up.filled .ff-up-ok{ opacity:1; transform:scale(1); }
/* highlight flash on the field currently being filled */
.ff-cell.active, .ff-up.active{ border-color:#7c3aed; box-shadow:0 0 0 3px rgba(124,58,237,.15); }
.ff-cell.active{ background:linear-gradient(90deg, rgba(124,58,237,.08), transparent); }
.filler-scroll .ff-done{ margin-top:14px; opacity:0; transform:translateY(6px); transition:.4s; }
.filler-scroll .ff-done.show{ opacity:1; transform:none; }
@media (max-width:600px){ .ff-grid{ grid-template-columns:1fr } }

/* moving cursor */
.filler-cursor{ position:absolute; z-index:6; font-size:1.2rem; color:#7c3aed; pointer-events:none; opacity:0;
  filter:drop-shadow(0 3px 5px rgba(124,58,237,.5)); transition:top .45s cubic-bezier(.45,0,.3,1), left .45s cubic-bezier(.45,0,.3,1), opacity .3s; }
.filler-cursor.on{ opacity:1; }
.filler-cursor.click{ animation:curClick .3s ease; }
@keyframes curClick{ 50%{ transform:scale(.7) } }

/* submit button */
.ff-submit{ width:100%; margin-top:14px; border:0; border-radius:12px; padding:13px; cursor:pointer;
  font-family:inherit; font-weight:800; font-size:.95rem; color:#fff; background:linear-gradient(135deg,#7c3aed,#6d28d9);
  box-shadow:0 10px 22px rgba(124,58,237,.35); transition:transform .15s, box-shadow .2s; }
.ff-submit:hover{ transform:translateY(-2px); }
.ff-submit.pressed{ transform:scale(.96); box-shadow:0 4px 12px rgba(124,58,237,.4); }
.ff-submit.sending{ background:linear-gradient(135deg,#8b5cf6,#7c3aed); pointer-events:none; }

/* success overlay */
.filler-success{ position:absolute; inset:48px 0 0; z-index:7; background:rgba(255,255,255,.97); backdrop-filter:blur(3px);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; text-align:center;
  opacity:0; pointer-events:none; transition:opacity .4s ease; }
.filler-success.show{ opacity:1; }
.filler-success b{ font-size:1.25rem; color:#241a40; margin-top:8px; }
.filler-success span{ font-size:.9rem; color:#6d28d9; font-weight:600; }
.fs-ring{ width:74px; height:74px; border-radius:50%; background:linear-gradient(135deg,#34d399,#10b981); display:grid; place-items:center;
  box-shadow:0 14px 30px rgba(16,185,129,.45); }
.filler-success.show .fs-ring{ animation:fsPop .6s cubic-bezier(.34,1.6,.5,1); }
@keyframes fsPop{ 0%{ transform:scale(0) rotate(-30deg) } 100%{ transform:scale(1) rotate(0) } }
.fs-tick{ color:#fff; font-size:2.2rem; font-weight:800; }

/* badge keeps a subtle pulse */
#fillerDemo .filler-form{ position:relative; }

@media (max-width:600px){
  .sc-ringwrap{ flex-direction:column; gap:10px; text-align:center; }
}
@media (prefers-reduced-motion:reduce){
  .score-card-v2::before, .sc-live i{ animation:none }
}

/* =========================================================
   Home - card SVG icons + bullet pointers ("problem" & "what we do")
   ========================================================= */
.card .ico { color: var(--violet-600); }
.card .ico svg { width: 27px; height: 27px; }
.ico.warn { color: #ef4444; }

.card-list { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.card-list li { position: relative; padding-left: 27px; font-size: .95rem; color: var(--body); line-height: 1.5; }
.card-list li b { color: var(--ink); font-weight: 700; }
/* positive (what we do) - purple check */
.card-list.do li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: #efe8fc; }
.card-list.do li::after { content: ""; position: absolute; left: 6px; top: 5px; width: 5px; height: 9px; border-right: 2px solid var(--violet-600); border-bottom: 2px solid var(--violet-600); transform: rotate(43deg); }
/* problem - red cross */
.card-list.prob li { padding-left: 24px; }
.card-list.prob li::before { content: "\2715"; position: absolute; left: 2px; top: -1px; color: #ef4444; font-weight: 800; font-size: .9rem; }

/* Our promise - aligned heading badges + circular marks */
.gtee-head { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.gtee-head h3 { margin: 0; }
.gtee-badge { width: 34px; height: 34px; flex: none; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 1rem; line-height: 1; }
.gtee-badge.yes { background: rgba(52,211,153,.16); color: #059669; }
.gtee-badge.no { background: rgba(239,68,68,.12); color: #ef4444; }
.gtee-card .mark { border-radius: 50%; }
