:root {
  --bg: #060812;
  --bg-alt: #0b1020;
  --panel: rgba(11, 16, 32, 0.78);
  --panel-strong: rgba(15, 21, 42, 0.94);
  --panel-alt: rgba(18, 26, 51, 0.84);
  --text: #f4f7ff;
  --muted: #b3bfd9;
  --line: rgba(124, 143, 190, 0.2);
  --line-strong: rgba(148, 119, 255, 0.28);
  --brand: #6b7cff;
  --brand-2: #ad4dff;
  --brand-3: #33c7ff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  --glow: 0 0 0 1px rgba(130, 108, 255, 0.12), 0 18px 50px rgba(65, 19, 162, 0.22);
  --radius: 22px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(86, 86, 255, 0.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(173, 77, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #04060d 0%, #070b14 34%, #090f1d 68%, #060812 100%);
  color: var(--text);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(10px);
}

body::before {
  width: 32rem;
  height: 32rem;
  top: -8rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(173, 77, 255, 0.2) 0%, rgba(173, 77, 255, 0) 70%);
}

body::after {
  width: 28rem;
  height: 28rem;
  bottom: 8rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(51, 199, 255, 0.16) 0%, rgba(51, 199, 255, 0) 72%);
}

img {
  max-width: 100%;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(5, 8, 18, 0.72);
  border-bottom: 1px solid rgba(116, 135, 190, 0.14);

}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px; /* 👈 bigger header */
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/*.brand-mark {
  width: 3.5rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}*/

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 14px rgba(109, 85, 255, 0.22));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-links a {
  /*color: var(--muted);*/
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;

  font-family: 'Rajdhani', sans-serif; /* 🔥 NEW */
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  padding: 5.6rem 0 3rem;
  isolation: isolate;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0;
  background:
    radial-gradient(circle at 18% 55%, rgba(62, 113, 255, 0.14), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(173, 77, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(4, 6, 13, 0.20) 0%, rgba(4, 6, 13, 0.08) 26%, rgba(4, 6, 13, 0.18) 56%, rgba(4, 6, 13, 0.86) 100%),
    linear-gradient(90deg, rgba(4, 6, 13, 0.90) 0%, rgba(4, 6, 13, 0.48) 38%, rgba(4, 6, 13, 0.72) 100%),
    url('bg-tech-2.png') right center/45% auto no-repeat,
    url('bg-tech-1.png') center top/cover no-repeat;
  opacity: 0.95;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 70%, rgba(0,0,0,0.35) 88%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 70%, rgba(0,0,0,0.35) 88%, rgba(0,0,0,0) 100%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(163, 101, 255, 0.10), transparent 20%),
    radial-gradient(circle at 14% 78%, rgba(51, 199, 255, 0.08), transparent 18%);
  z-index: -1;
}

.hero-grid,
.about-grid,
.contact-box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
}

.hero-grid {
  align-items: start;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.95rem;
  padding: 0.38rem 0.8rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #dbe1ff;
  font-weight: 800;
  border: 1px solid rgba(123, 140, 255, 0.24);
  border-radius: 999px;
  background: rgba(23, 31, 58, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  max-width: 11ch;
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.02;
  max-width: 16ch;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.1;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-copy {
  font-size: 1.1rem;
  max-width: 62ch;
  margin: 1.25rem 0 0;
}

.hero-subcopy {
  margin: 1rem 0 0;
  max-width: 48ch;
  color: #dce6ff;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;

  background: linear-gradient(135deg, #5335f8, #0075ec, var(--brand-3));
  color: #fff;
  text-decoration: none !important; /* 🔥 removes underline */
  font-weight: 700;
  border: 1px solid transparent;

  box-shadow: 0 10px 30px rgba(51, 199, 255, 0.28);
}

.btn:visited,
.btn:active,
.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(51, 199, 255, 0.34);
}

.btn-secondary {
  background: rgba(10, 15, 30, 0.56);
  color: var(--text);
  border-color: rgba(138, 149, 200, 0.22);
  box-shadow: none;
}

.btn-secondary:hover {
  border-color: rgba(170, 181, 235, 0.38);
}

.btn-sm {
  min-height: 42px;
  padding: 0.75rem 1rem;
}

.hero-card,
.info-card,
.project-card,
.about-panel,
.contact-box,
.process-grid article,
.trust-grid > div,
.hero-meta div {
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88) 0%, rgba(10, 15, 31, 0.82) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--glow);
}

.hero-card {
  padding: 1.5rem;
}

.card-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}

.hero-card ul,
.about-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text);
}

.hero-card li,
.about-panel li {
  margin: 0.7rem 0;
  line-height: 1.55;
}

.mini-cta {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.mini-cta span,
.contact-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.hero-meta div {
  padding: 1rem 1.1rem;
}

.hero-meta strong,
.trust-grid strong {
  display: block;
  margin-bottom: 0.4rem;
}

.hero-meta span,
.trust-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.trust-strip {
  padding: 0 0 1rem;
  margin-top: 2rem;
}

.trust-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.trust-grid > div {
  min-width: 220px;
  flex: 0 0 auto;
  padding: 1.2rem 1.25rem;
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88) 0%, rgba(10, 15, 31, 0.82) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--glow);
  scroll-snap-align: start;
}
.trust-grid::-webkit-scrollbar {
  display: none;
}
.trust-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.trust-grid span {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}
.trust-strip {
  position: relative;
}

.trust-strip::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #060812);
}

.section {
  padding: 3rem 0;
}

.section-alt {
  background:
    linear-gradient(180deg, rgba(15, 21, 40, 0.86) 0%, rgba(7, 12, 25, 0.9) 100%),
    radial-gradient(circle at 80% 20%, rgba(117, 74, 255, 0.12), transparent 30%);
  border-top: 1px solid rgba(116, 135, 190, 0.12);
  border-bottom: 1px solid rgba(116, 135, 190, 0.12);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading.left {
  margin-bottom: 1.5rem;
}

.card-grid,
.project-grid,
.process-grid {
  display: grid;
  gap: 1.2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.info-card,
.project-card,
.about-panel,
.process-grid article {
  padding: 1.4rem;
}

.info-card p,
.project-card p,
.process-grid p,
.about-panel p {
  margin-bottom: 0;
}

.info-card:hover,
.project-card:hover,
.process-grid article:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}
.process-grid {
  position: relative;
}

@media (min-width: 981px) {
  .process-grid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124, 143, 190, 0.3), transparent);
    z-index: 0;
  }
}
.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-card.featured {
  background:
    linear-gradient(180deg, rgba(29, 39, 73, 0.96) 0%, rgba(16, 23, 46, 0.9) 100%),
    radial-gradient(circle at top right, rgba(51, 199, 255, 0.12), transparent 28%);
}

.project-tag {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5335f8, #0075ec, var(--brand-3));
  border: 1px solid rgba(122, 110, 255, 0.26);
  color: #dde2ff;
  font-size: 0.82rem;
  font-weight: 800;
}

.process-wrap {
  display: grid;
  gap: 1.25rem;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(51, 199, 255, 0.22), rgba(173, 77, 255, 0.26));
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
  border: 1px solid rgba(134, 135, 255, 0.24);
}

.about-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: linear-gradient(180deg, rgba(21, 31, 60, 0.88) 0%, rgba(11, 16, 32, 0.9) 100%);
}

.contact-section {
  padding-bottom: 5.5rem;
}

.contact-box {
  padding: 2.25rem;
  align-items: start;
  gap: 2.25rem;
}

.site-footer {
  padding: 1.5rem 0 3rem;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.footer-row p {
  margin: 0;
}


.hero-grid > div:first-child {
  max-width: 700px;
}

.contact-actions {
  align-items: flex-start;
}

.contact-actions .btn {
  min-width: 260px;
}

.contact-note {
  max-width: 28ch;
  margin: 0.25rem 0 0;
}

.project-card h3,
.info-card h3,
.process-grid h3 {
  margin-bottom: 0.7rem;
}
@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .contact-box,
  .card-grid,
  .project-grid,
  .process-grid,
  .trust-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 13ch;
  }

  .hero::before {
    background:
      radial-gradient(circle at 18% 55%, rgba(62, 113, 255, 0.14), transparent 30%),
      radial-gradient(circle at 78% 22%, rgba(173, 77, 255, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(4, 6, 13, 0.24) 0%, rgba(4, 6, 13, 0.08) 26%, rgba(4, 6, 13, 0.18) 56%, rgba(4, 6, 13, 0.9) 100%),
      linear-gradient(90deg, rgba(4, 6, 13, 0.92) 0%, rgba(4, 6, 13, 0.54) 42%, rgba(4, 6, 13, 0.78) 100%),
      url('bg-tech-2.png') right 28%/58% auto no-repeat,
      url('bg-tech-1.png') center top/cover no-repeat;
  }
}

@media (max-width: 760px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero::before {
    background:
      radial-gradient(circle at 20% 58%, rgba(62, 113, 255, 0.12), transparent 28%),
      radial-gradient(circle at 74% 20%, rgba(173, 77, 255, 0.14), transparent 24%),
      linear-gradient(180deg, rgba(4, 6, 13, 0.28) 0%, rgba(4, 6, 13, 0.10) 22%, rgba(4, 6, 13, 0.24) 54%, rgba(4, 6, 13, 0.94) 100%),
      linear-gradient(90deg, rgba(4, 6, 13, 0.94) 0%, rgba(4, 6, 13, 0.66) 44%, rgba(4, 6, 13, 0.80) 100%),
      url('bg-tech-2.png') right 24%/72% auto no-repeat,
      url('bg-tech-1.png') 62% top/cover no-repeat;
  }

  .hero::after {
    opacity: 1;
  }

  .section {
    padding: 4rem 0;
  }

  .contact-box {
    padding: 1.4rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* HERO LAYOUT */

/* HERO CARD */
.hero-card {
  padding: 1.5rem;
  align-self: start;
  margin-top: 0.35rem;
  animation: heroCardFloat 6s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hero-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(130, 108, 255, 0.16),
    0 18px 50px rgba(65, 19, 162, 0.28),
    0 0 26px rgba(109, 76, 255, 0.16);
  border-color: rgba(148, 119, 255, 0.34);
}

@keyframes heroCardFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}
a {
  text-decoration: none;
  color: inherit;
}

/*Logo*/
.logo {

  width: auto;
  display: block;
}
@media (min-width: 900px) {
  .logo {
    height: 100px;
  }
}
.logo-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}
.logo-full {
  display: inline;

  transition: all 0.3s ease;
}

.logo-compact {
  display: none;
  height: 32px;
  transition: all 0.3s ease;
}

header.scrolled .logo-full {
  display: none;
}

header.scrolled .logo-compact {
  display: inline;
}

/*Serice Icons*/

.service-icon {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #5335f8, #0075ec, var(--brand-3));
  /*background: linear-gradient(135deg, rgba(51, 199, 255, 0.2), rgba(173, 77, 255, 0.2));*/
  border: 1px solid rgba(124, 143, 190, 0.22);
  border-radius: 15px; /* 👈 THIS is the key */
}

.service-icon svg {
  width: 3.25rem;
  height: 3.25rem;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(109, 76, 255, 0.18));

}
.info-card {
  padding: 1.6rem;
}
.info-card h3 {
  margin: 0 0 0.8rem;
}

.info-card p {
  margin: 0;
}
.flow-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  position: relative;
}

.flow-step {
  position: relative;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88) 0%, rgba(10, 15, 31, 0.82) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--glow);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.flow-step:hover {
  transform: translateY(-5px);
  border-color: rgba(148, 119, 255, 0.35);
}

/* 🔥 ARROWS BETWEEN STEPS */
@media (min-width: 981px) {
  .flow-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: rgba(140, 150, 200, 0.5);
  }
}

.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text);
  background: linear-gradient(135deg, rgba(51, 199, 255, 0.22), rgba(173, 77, 255, 0.26));
  border: 1px solid rgba(134, 135, 255, 0.24);
}

.flow-step h3 {
  margin: 0 0 0.75rem;
}

.flow-step p {
  margin: 0;
  max-width: 24ch;
}

@media (max-width: 980px) {
  .flow-chart {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .flow-chart {
    grid-template-columns: 1fr;
  }
}
.project-outcome {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #dce6ff;
}

.project-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 100%;
}

.project-card p {
  margin: 0.35rem 0 0;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.solution-card {
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88), rgba(10, 15, 31, 0.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--glow);
  display: flex;
  flex-direction: column;
}

.solution-card ul {
  margin: 1rem 0;
  padding-left: 1rem;
}

.solution-card li {
  margin: 0.4rem 0;
}

.solution-tag {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
  margin-bottom: 0.6rem;
}

.solution-cta {
  margin-top: auto;
  font-weight: 600;
}

.solution-cta a {
  color: #dce6ff;
  text-decoration: none;
}

.solution-cta a:hover {
  text-decoration: underline;
}
.solution-meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #dce6ff;
  line-height: 1.7;
  font-size: 0.95rem;
}

.solution-meta strong {
  color: #ffffff;
}
.solution-footer {
  margin-top: auto;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.feature-copy p {
  max-width: 60ch;
}

.feature-points {
  margin: 1.2rem 0 0;
  padding-left: 1rem;
}

.feature-points li {
  margin: 0.5rem 0;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.leaderboard-mockup-wrap {
  position: relative;
}

.leaderboard-mockup {
  position: relative;
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(124, 143, 190, 0.2);
  background:
    linear-gradient(180deg, rgba(17, 24, 47, 0.95), rgba(9, 14, 28, 0.92));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(130, 108, 255, 0.12),
    0 18px 50px rgba(65, 19, 162, 0.18);
  overflow: hidden;
}

.leaderboard-mockup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(51, 199, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(173, 77, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.mockup-topbar,
.mockup-header,
.mockup-footer,
.mockup-row {
  position: relative;
  z-index: 1;
}

.mockup-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 1rem;
}

.mockup-pill,
.mockup-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mockup-pill {
  color: #eef4ff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.35), rgba(0, 117, 236, 0.28));
  border: 1px solid rgba(130, 108, 255, 0.22);
}

.mockup-status {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
}

.mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mockup-label {
  margin: 0 0 0.35rem;
  color: #9fb5ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-header h3 {
  margin: 0;
  font-size: 1.6rem;
}

.mockup-total {
  text-align: right;
}

.mockup-total span,
.mockup-footer span,
.mockup-person span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.mockup-total strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.mockup-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0;
  position: relative;
  height: 320px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.mockup-list-track {
  display: grid;
  gap: 0.85rem;
  animation: leaderboardScroll 18s linear infinite;
}
.mockup-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.14);
}
@keyframes leaderboardScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 0.425rem));
  }
}
.mockup-list:hover .mockup-list-track {
  animation-play-state: paused;
}
.mockup-row.is-first {
  background:
    linear-gradient(135deg, rgba(83, 53, 248, 0.18), rgba(0, 117, 236, 0.14));
  border-color: rgba(130, 108, 255, 0.24);
}

.mockup-rank {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.7), rgba(51, 199, 255, 0.65));
}

.mockup-person strong {
  display: block;
  font-size: 1rem;
}

.mockup-score {
  font-size: 1.45rem;
  font-weight: 800;
  color: #f4f7ff;
}

.mockup-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(124, 143, 190, 0.16);
}

.mockup-footer strong {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.leaderboard-mockup {
  position: relative;
  padding: 1.4rem;
  border-radius: 28px;
  border: 1px solid rgba(124, 143, 190, 0.2);
  background:
    linear-gradient(180deg, rgba(17, 24, 47, 0.96), rgba(9, 14, 28, 0.94));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(130, 108, 255, 0.12),
    0 18px 50px rgba(65, 19, 162, 0.18);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.leaderboard-mockup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(51, 199, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(173, 77, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.leaderboard-mockup::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.leaderboard-mockup:hover {
  transform: translateY(-4px);
  border-color: rgba(148, 119, 255, 0.28);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(130, 108, 255, 0.14),
    0 20px 56px rgba(65, 19, 162, 0.2);
}

.mockup-row {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mockup-row:hover {
  border-color: rgba(130, 108, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.mockup-row.is-first:hover {
  background:
    linear-gradient(135deg, rgba(83, 53, 248, 0.22), rgba(0, 117, 236, 0.18));
}
.feature-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.16);
}

.feature-meta strong {
  color: #ffffff;
}

.feature-meta span {
  color: rgba(159, 181, 255, 0.6);
}
.feature-copy {
  max-width: 620px;
}

.feature-copy h2 {
  max-width: 12ch;
}

.feature-copy p + p {
  margin-top: 0.9rem;
}
.mockup-screen-note {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(124, 143, 190, 0.12);
  color: #8fa4d6;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.leaderboard-mockup-wrap::before {
  content: "";
  position: absolute;
  inset: 8% -6% -8% 8%;
  background:
    radial-gradient(circle at 30% 35%, rgba(83, 53, 248, 0.22), transparent 38%),
    radial-gradient(circle at 72% 62%, rgba(0, 117, 236, 0.16), transparent 42%),
    radial-gradient(circle at 48% 48%, rgba(51, 199, 255, 0.10), transparent 46%);
  filter: blur(34px);
  z-index: 0;
  pointer-events: none;
  animation: mockupGlowShift 10s ease-in-out infinite alternate;
}
@keyframes mockupGlowShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate3d(8px, -6px, 0) scale(1.03);
    opacity: 1;
  }
  100% {
    transform: translate3d(-6px, 8px, 0) scale(0.99);
    opacity: 0.9;
  }
}
.leaderboard-mockup {
  position: relative;
  z-index: 1;
}
/* Subtle pulse animation */
@keyframes leaderPulse {
  0% {
    box-shadow: 0 0 0 rgba(130, 108, 255, 0);
    transform: translateX(0);
  }
  50% {
    box-shadow: 0 0 18px rgba(130, 108, 255, 0.25);
    transform: translateX(3px);
  }
  100% {
    box-shadow: 0 0 0 rgba(130, 108, 255, 0);
    transform: translateX(0);
  }
}

/* Apply to first row */
.mockup-row.is-first {
  animation: leaderPulse 4s ease-in-out infinite;
}
.mockup-row:nth-child(2) {
  animation: leaderPulse 4s ease-in-out infinite;
  animation-delay: 2s;
}
.feature-subnote {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #9fb5ff;
}
.mockup-ticker {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
animation: tickerFloat 4s ease-in-out infinite;
  /* 🔥 GREEN TONE */
  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.18),
    rgba(16, 185, 129, 0.12)
  );

  border: 1px solid rgba(34, 197, 94, 0.25);

  color: #e6fff3;
  line-height: 1.2;

  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.12),
    0 6px 18px rgba(16, 185, 129, 0.12);
}

@keyframes tickerFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
  100% { transform: translateY(0); }
}

.mockup-ticker strong {
  color: #ffffff;
}

.ticker-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;

  background: linear-gradient(135deg, #22c55e, #4ade80);

  box-shadow:
    0 0 10px rgba(34, 197, 94, 0.7),
    0 0 18px rgba(34, 197, 94, 0.4);

  animation: tickerPulse 1.6s ease-in-out infinite;
}

.ticker-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86efac; /* soft green */
  white-space: nowrap;
}

.ticker-text {
  font-size: 0.88rem;
  color: #ecfdf5; /* light green/white */
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.ticker-text.fade-out {
  opacity: 0;
  transform: translateY(-4px);
}

.ticker-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.ticker-text strong {
  color: #bbf7d0; /* highlight value */
}
@keyframes tickerPulse {
  0% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.18); opacity: 1; }
  100% { transform: scale(1); opacity: 0.85; }
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.feature-copy {
  max-width: 620px;
}

.feature-copy h2 {
  max-width: 12ch;
}

.feature-copy p {
  max-width: 60ch;
}

.feature-copy p + p {
  margin-top: 0.9rem;
}

.feature-points {
  margin: 1.2rem 0 0;
  padding-left: 1rem;
}

.feature-points li {
  margin: 0.5rem 0;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.feature-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.16);
}

.feature-meta strong {
  color: #ffffff;
}

.feature-meta span {
  color: rgba(159, 181, 255, 0.6);
}

.feature-subnote {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #9fb5ff;
}

.leaderboard-mockup-wrap {
  position: relative;
}

.leaderboard-mockup-wrap::before {
  content: "";
  position: absolute;
  inset: 8% -6% -8% 8%;
  background:
    radial-gradient(circle at 30% 35%, rgba(83, 53, 248, 0.22), transparent 38%),
    radial-gradient(circle at 72% 62%, rgba(0, 117, 236, 0.16), transparent 42%),
    radial-gradient(circle at 48% 48%, rgba(51, 199, 255, 0.10), transparent 46%);
  filter: blur(34px);
  z-index: 0;
  pointer-events: none;
  animation: mockupGlowShift 10s ease-in-out infinite alternate;
}

@keyframes mockupGlowShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translate3d(8px, -6px, 0) scale(1.03);
    opacity: 1;
  }
  100% {
    transform: translate3d(-6px, 8px, 0) scale(0.99);
    opacity: 0.9;
  }
}

.leaderboard-mockup {
  position: relative;
  z-index: 1;
  padding: 1.4rem;
  border-radius: 28px;
  border: 1px solid rgba(124, 143, 190, 0.2);
  background: linear-gradient(180deg, rgba(17, 24, 47, 0.96), rgba(9, 14, 28, 0.94));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(130, 108, 255, 0.12),
    0 18px 50px rgba(65, 19, 162, 0.18);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.leaderboard-mockup:hover {
  transform: translateY(-4px);
  border-color: rgba(148, 119, 255, 0.28);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(130, 108, 255, 0.14),
    0 20px 56px rgba(65, 19, 162, 0.2);
}

.leaderboard-mockup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(51, 199, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(173, 77, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.leaderboard-mockup::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

.mockup-context {
  position: relative;
  z-index: 1;
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
}

.mockup-topbar,
.mockup-header,
.mockup-footer,
.mockup-row,
.mockup-screen-note,
.mockup-ticker {
  position: relative;
  z-index: 1;
}

.mockup-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.mockup-pill,
.mockup-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mockup-pill {
  color: #eef4ff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.35), rgba(0, 117, 236, 0.28));
  border: 1px solid rgba(130, 108, 255, 0.22);
}

.mockup-status {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
}

.mockup-ticker {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(16, 185, 129, 0.12));
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #e6fff3;
  line-height: 1.2;
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.12),
    0 6px 18px rgba(16, 185, 129, 0.12);
}

.ticker-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #4ade80);
  box-shadow:
    0 0 10px rgba(34, 197, 94, 0.7),
    0 0 18px rgba(34, 197, 94, 0.4);
  animation: tickerPulse 1.6s ease-in-out infinite;
}

@keyframes tickerPulse {
  0% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.18); opacity: 1; }
  100% { transform: scale(1); opacity: 0.85; }
}

.ticker-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #86efac;
  white-space: nowrap;
}

.ticker-text {
  font-size: 0.88rem;
  color: #ecfdf5;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ticker-text strong {
  color: #bbf7d0;
}

.ticker-text.fade-out {
  opacity: 0;
  transform: translateY(-4px);
}

.ticker-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.mockup-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mockup-label {
  margin: 0 0 0.35rem;
  color: #9fb5ff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mockup-header h3 {
  margin: 0;
  font-size: 1.6rem;
}

.mockup-total {
  text-align: right;
}

.mockup-total span,
.mockup-footer span,
.mockup-person span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.mockup-total strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.mockup-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.2rem 0;
}

.mockup-row {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mockup-row.is-first {
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.18), rgba(0, 117, 236, 0.14));
  border-color: rgba(130, 108, 255, 0.24);
  animation: leaderPulse 4s ease-in-out infinite;
}

.mockup-row.is-first:hover {
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.22), rgba(0, 117, 236, 0.18));
}

@keyframes leaderPulse {
  0% {
    box-shadow: 0 0 0 rgba(130, 108, 255, 0);
    transform: translateX(0);
  }
  50% {
    box-shadow: 0 0 18px rgba(130, 108, 255, 0.25);
    transform: translateX(3px);
  }
  100% {
    box-shadow: 0 0 0 rgba(130, 108, 255, 0);
    transform: translateX(0);
  }
}

.mockup-rank {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.7), rgba(51, 199, 255, 0.65));
}

.mockup-person strong {
  display: block;
  font-size: 1rem;
}

.mockup-score {
  font-size: 1.45rem;
  font-weight: 800;
  color: #f4f7ff;
}

.mockup-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(124, 143, 190, 0.16);
}

.mockup-footer strong {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
}

.mockup-screen-note {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(124, 143, 190, 0.12);
  color: #8fa4d6;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.supporting-solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.solution-card {
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88), rgba(10, 15, 31, 0.82));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow), var(--glow);
  display: flex;
  flex-direction: column;
}

.solution-card ul {
  margin: 1rem 0;
  padding-left: 1rem;
}

.solution-card li {
  margin: 0.4rem 0;
}

.solution-tag {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
  margin-bottom: 0.6rem;
}

.solution-footer {
  margin-top: auto;
}

.solution-meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #dce6ff;
  line-height: 1.7;
  font-size: 0.95rem;
}

.solution-meta strong {
  color: #ffffff;
}

.solution-cta {
  margin-top: 1rem;
  font-weight: 600;
}

.solution-cta a {
  color: #dce6ff;
  text-decoration: none;
}

.solution-cta a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .feature-grid,
  .supporting-solutions {
    grid-template-columns: 1fr;
  }
}

.project-mockup {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.9), rgba(10, 15, 31, 0.85));
  border: 1px solid rgba(124, 143, 190, 0.18);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(130, 108, 255, 0.08);
  overflow: hidden;
}

.project-mockup-lg {
  padding: 1.1rem;
}

.project-card:hover .project-mockup {
  transform: translateY(-2px);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(130, 108, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-mockup-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.mockup-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #eef4ff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.35), rgba(0, 117, 236, 0.28));
  border: 1px solid rgba(130, 108, 255, 0.22);
}

.mockup-chip.muted {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(124, 143, 190, 0.18);
}

.project-scoreboard {
  display: grid;
  gap: 0.9rem;
}

.project-scoreboard-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.project-mockup-label {
  margin: 0 0 0.3rem;
  color: #9fb5ff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-scoreboard-head h4 {
  margin: 0;
  font-size: 1.2rem;
}

.project-score-total {
  text-align: right;
}

.project-score-total span,
.project-score-footer span,
.score-name span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.project-score-total strong {
  display: block;
  font-size: 1.45rem;
  margin-top: 0.15rem;
}

.project-score-rows {
  display: grid;
  gap: 0.7rem;
}

.project-score-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.14);
}

.project-score-row.first {
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.18), rgba(0, 117, 236, 0.14));
  border-color: rgba(130, 108, 255, 0.24);
}

.rank-pill {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.7), rgba(51, 199, 255, 0.65));
}

.score-name strong {
  display: block;
  font-size: 0.95rem;
}

.score-value {
  font-size: 1.1rem;
  color: #f4f7ff;
}

.project-score-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(124, 143, 190, 0.14);
}

.project-score-footer strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.88rem;
  color: #fff;
}

.mockup-mini-header {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fb5ff;
  margin-bottom: 0.7rem;
}

.mock-kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.mock-kanban-col {
  padding: 0.65rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 143, 190, 0.12);
  display: grid;
  gap: 0.45rem;
}

.mock-kanban-col span,
.mock-pos-total,
.mock-learning-top {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5335f8, #0075ec, #33c7ff);
  opacity: 0.85;
}

.mock-kanban-col span.short {
  width: 65%;
}

.mock-pos {
  display: grid;
  gap: 0.75rem;
}

.mock-pos-grid,
.mock-learning-grid {
  display: grid;
  gap: 0.6rem;
}

.mock-pos-grid {
  grid-template-columns: repeat(2, 1fr);
}

.mock-learning-grid {
  grid-template-columns: repeat(3, 1fr);
}

.mock-box {
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.78), rgba(0, 117, 236, 0.68), rgba(51, 199, 255, 0.68));
  opacity: 0.9;
}

.mock-pos-total {
  height: 12px;
  width: 55%;
}

.mock-learning {
  display: grid;
  gap: 0.75rem;
}

.mock-learning-top {
  width: 48%;
  height: 12px;
}

.project-outcome {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #dce6ff;
}

.project-card p {
  margin: 0.35rem 0 0;
}

@media (max-width: 980px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}
.mockup-row.row-updated {
  border-color: rgba(34, 197, 94, 0.45);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(16, 185, 129, 0.08));
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mockup-score.score-bump {
  color: #bbf7d0;
  transform: scale(1.08);
  transition: transform 0.2s ease, color 0.2s ease;
}
.mock-crm {
  display: grid;
  gap: 0.8rem;
}

.mock-crm-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.mock-crm-stat {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-crm-stat span,
.mock-health-label,
.mock-crm-item div span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
}

.mock-crm-stat strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.15rem;
  color: #fff;
}

.mock-crm-health {
  display: grid;
  gap: 0.55rem;
}

.mock-health-row {
  display: grid;
  gap: 0.35rem;
}

.mock-health-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mock-health-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #5335f8, #0075ec, #33c7ff);
}

.mock-health-fill.good {
  width: 84%;
}

.mock-health-fill.medium {
  width: 68%;
}

.mock-crm-list {
  display: grid;
  gap: 0.55rem;
}

.mock-crm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-crm-item strong {
  display: block;
  font-size: 0.92rem;
  color: #fff;
}

.mock-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mock-status.good {
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.mock-status.warn {
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.24);
}
.mock-crm {
  display: grid;
  gap: 0.8rem;
}

.mock-crm-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.55rem;
}

.mock-toolbar-btn {
  min-height: 30px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid rgba(124, 143, 190, 0.18);
  cursor: default;
}

.mock-toolbar-btn.ghost {
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
}

.mock-toolbar-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #5335f8, #0075ec, #33c7ff);
  border-color: transparent;
}

.mock-crm-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.mock-crm-stat {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-crm-stat span,
.mock-health-label,
.mock-crm-item div span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
}

.mock-crm-stat strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.15rem;
  color: #fff;
}

.mock-crm-health {
  display: grid;
  gap: 0.55rem;
}

.mock-health-row {
  display: grid;
  gap: 0.35rem;
}

.mock-health-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mock-health-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444 0%, #f59e0b 45%, #22c55e 100%);
}

.mock-health-fill.health {
  width: 82%;
}

.mock-health-fill.completion {
  width: 68%;
}

.mock-crm-list {
  display: grid;
  gap: 0.55rem;
}

.mock-crm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-crm-item strong {
  display: block;
  font-size: 0.92rem;
  color: #fff;
}

.mock-crm-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.mock-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mock-status.good {
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.mock-status.warn {
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.24);
}

.mock-status.risk {
  color: #fee2e2;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(239, 68, 68, 0.28);
}

.mock-detail-btn {
  min-height: 28px;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
  cursor: default;
}
.mock-ai {
  display: grid;
  gap: 0.75rem;
}

.mock-ai-top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.mock-ai-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.mock-ai-pill.muted {
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
}

.mock-ai-chat {
  display: grid;
  gap: 0.55rem;
}

.mock-ai-msg {
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-ai-msg.user {
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.14), rgba(0, 117, 236, 0.10));
  border-color: rgba(130, 108, 255, 0.2);
}

.mock-ai-role {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
  font-weight: 700;
}

.mock-ai-msg p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #eef4ff;
}
.cursor {
  display: inline-block;
  width: 6px;
  height: 14px;
  margin-left: 4px;
  background: #22c55e;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.mock-learning {
  display: grid;
  gap: 0.8rem;
}

.mock-learning-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.16), rgba(0, 117, 236, 0.12), rgba(51, 199, 255, 0.12));
  border: 1px solid rgba(124, 143, 190, 0.16);
}

.mock-learning-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
}

.mock-learning-hero strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.mock-learning-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #eef4ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(124, 143, 190, 0.16);
}

.mock-learning-progress {
  display: grid;
  gap: 0.35rem;
}

.mock-learning-progress span {
  font-size: 0.75rem;
  color: var(--muted);
}

.mock-learning-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mock-learning-progress-fill {
  width: 72%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #4ade80);
}

.mock-learning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.mock-learning-card {
  padding: 0.8rem 0.55rem;
  border-radius: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-learning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.78), rgba(0, 117, 236, 0.68), rgba(51, 199, 255, 0.68));
}

.mock-learning-card strong {
  display: block;
  font-size: 0.82rem;
  color: #eef4ff;
}
.mock-training {
  display: grid;
  gap: 0.8rem;
}

.mock-training-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(83, 53, 248, 0.14), rgba(0, 117, 236, 0.10));
  border: 1px solid rgba(124, 143, 190, 0.16);
}

.mock-training-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fb5ff;
}

.mock-training-hero strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.mock-training-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.22);
}

.mock-training-progress {
  display: grid;
  gap: 0.35rem;
}

.mock-training-progress span {
  font-size: 0.75rem;
  color: var(--muted);
}

.mock-training-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mock-training-progress-fill {
  width: 72%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #4ade80);
}

.mock-training-list {
  display: grid;
  gap: 0.55rem;
}

.mock-training-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 143, 190, 0.12);
}

.mock-training-item strong {
  display: block;
  font-size: 0.92rem;
  color: #fff;
}

.mock-training-item div span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
}

.mock-training-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mock-training-item.complete .mock-training-status {
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.24);
}

.mock-training-item.active .mock-training-status {
  color: #dbeafe;
  background: rgba(59, 130, 246, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.24);
}

.mock-training-status.muted {
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
}
.mock-training-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
  padding: 0 0.1rem;
}

.mock-training-certificate {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.12),
    rgba(16, 185, 129, 0.08)
  );

  border: 1px solid rgba(34, 197, 94, 0.22);
}

.mock-cert-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  font-weight: 800;
  color: #dcfce7;

  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.mock-training-certificate strong {
  display: block;
  font-size: 0.85rem;
  color: #ecfdf5;
}

.mock-training-certificate span {
  font-size: 0.75rem;
  color: #bbf7d0;
}
.mock-ai-msg.new {
  opacity: 0;
  transform: translateY(8px);
  animation: aiMsgIn 0.4s ease forwards;
}

@keyframes aiMsgIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mock-ai-msg.new {
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.1);
}
#aiRotatingMessage {
  display: inline-block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.section-cta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.section-cta-note {
  font-size: 0.85rem;
  color: var(--muted);
}
.hero-pricing {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-pricing strong {
  color: #ffffff;
}
.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.25rem;
}

.contact-copy {
  max-width: none;
}

.contact-copy p {
  max-width: none;
}

.contact-pricing {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #dce6ff;
}

.contact-pricing strong {
  color: #ffffff;
}

.contact-note {
  margin-top: 1rem;
  max-width: none;
}

.contact-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.contact-form-panel {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.88), rgba(10, 15, 31, 0.82));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), var(--glow);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #dce6ff;
  letter-spacing: 0.02em;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(124, 143, 190, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f7ff;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(179, 191, 217, 0.7);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(130, 108, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(83, 53, 248, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.form-field textarea {
  resize: vertical;
  min-height: 140px;
}

.form-submit {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

@media (max-width: 980px) {
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}
.form-field select {
  width: 100%;
  border: 1px solid rgba(124, 143, 190, 0.18);
  background: rgba(20, 28, 52, 0.9); /* darker background */
  color: #f4f7ff;
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  outline: none;
  appearance: none; /* removes default styling */
    background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}
.form-field select option {
  color: #000; /* ensures readable on white dropdown */
}
.floating-field {
  position: relative;
  display: grid;
}

.floating-field input,
.floating-field select,
.floating-field textarea {
  width: 100%;
  border: 1px solid rgba(124, 143, 190, 0.18);
  background: rgba(20, 28, 52, 0.9);
  color: #f4f7ff;
  border-radius: 14px;
  padding: 1.2rem 0.95rem 0.7rem;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.floating-field textarea {
  resize: vertical;
  min-height: 140px;
}

.floating-field label {
  position: absolute;
  left: 0.95rem;
  top: 0.95rem;
  font-size: 0.92rem;
  color: rgba(179, 191, 217, 0.85);
  pointer-events: none;
  transition: all 0.18s ease;
  background: transparent;
}

.floating-field input:focus,
.floating-field select:focus,
.floating-field textarea:focus {
  border-color: rgba(130, 108, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(83, 53, 248, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.floating-field input:focus + label,
.floating-field input:not(:placeholder-shown) + label,
.floating-field textarea:focus + label,
.floating-field textarea:not(:placeholder-shown) + label,
.floating-field select:focus + label,
.floating-field select:valid + label {
  top: 0.42rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9fb5ff;
}

.field-help {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.floating-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}

.floating-field select option {
  color: #000;
}
.examples-section {
  position: relative;
  background:
    radial-gradient(circle at 80% 15%, rgba(83, 53, 248, 0.16), transparent 32%),
    radial-gradient(circle at 18% 70%, rgba(51, 199, 255, 0.10), transparent 30%),
    linear-gradient(180deg, rgba(18, 27, 55, 0.98), rgba(7, 12, 25, 0.96));
  border-top: 1px solid rgba(124, 143, 190, 0.14);
  border-bottom: 1px solid rgba(124, 143, 190, 0.14);
}

/* ================================
   Updated example mockup contrast
   Light mockup panels with dark individual rows/cards
   ================================ */

/* Keep the outer project cards in the site theme, but make the actual software mockups stand out. */
.project-card {
  background: linear-gradient(180deg, rgba(16, 23, 46, 0.92) 0%, rgba(10, 15, 31, 0.86) 100%);
  border: 1px solid rgba(124, 143, 190, 0.22);
  color: var(--text);
}

.project-card.featured {
  background:
    linear-gradient(180deg, rgba(18, 27, 55, 0.98) 0%, rgba(9, 14, 28, 0.94) 100%),
    radial-gradient(circle at top right, rgba(51, 199, 255, 0.12), transparent 28%);
}

.project-card h3,
.project-card p {
  color: inherit;
}

.project-card p {
  color: var(--muted);
}

.project-outcome {
  color: #dce6ff;
}

/* This is the white/light software preview area inside each project card. */
.project-mockup {
  background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.project-card:hover .project-mockup {
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mockup-mini-header,
.project-mockup-label {
  color: #3855d6;
}

.project-scoreboard-head h4,
.project-score-total strong {
  color: #071126;
}

.project-score-total span,
.project-score-footer span {
  color: #64708a;
}

.project-score-total strong {
  color: #3846e8;
}

/* Pills inside light mockups */
.mockup-chip {
  color: #ffffff;
  background: linear-gradient(135deg, #16215a, #10172f);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

.mockup-chip.muted {
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #17213b);
  border-color: rgba(15, 23, 42, 0.12);
}

/* Leaderboard rows: individual dark backgrounds inside the light mockup */
.project-card .mockup-list {
  margin: 1.1rem 0;
}

.project-card .mockup-row {
  background: linear-gradient(135deg, #0b1226 0%, #121b34 100%);
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(15, 23, 42, 0.18);
}

.project-card .mockup-row:hover {
  background: linear-gradient(135deg, #111b38 0%, #172246 100%);
  border-color: rgba(83, 53, 248, 0.28);
}

.project-card .mockup-row.is-first {
  background: linear-gradient(135deg, #0d1733 0%, #162655 100%);
  border-color: rgba(83, 53, 248, 0.28);
}

.project-card .mockup-person strong,
.project-card .mockup-score {
  color: #f8fbff;
}

.project-card .mockup-person span {
  color: rgba(226, 232, 255, 0.72);
}

.project-score-footer {
  border-top-color: rgba(15, 23, 42, 0.12);
}

.project-score-footer strong {
  color: #0f172a;
}

/* CRM dashboard in a light shell with readable light stats and dark project rows */
.mock-crm-stat {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mock-crm-stat span,
.mock-health-label {
  color: #65718b;
}

.mock-crm-stat strong {
  color: #0f172a;
}

.mock-health-bar {
  background: rgba(15, 23, 42, 0.10);
}

.mock-crm-item {
  background: linear-gradient(135deg, #0b1226 0%, #121b34 100%);
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.mock-crm-item strong {
  color: #ffffff;
}

.mock-crm-item div span {
  color: rgba(226, 232, 255, 0.72);
}

.mock-toolbar-btn.ghost {
  color: #17213b;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

/* AI assistant: light mockup, dark message cards */
.mock-ai-pill.muted {
  color: #17213b;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
}

.mock-ai-msg {
  background: linear-gradient(135deg, #0b1226 0%, #121b34 100%);
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.mock-ai-msg.user {
  background: linear-gradient(135deg, #16215a, #15396f);
  border-color: rgba(83, 53, 248, 0.22);
}

.mock-ai-msg p {
  color: #eef4ff;
}

/* Training dashboard: light shell, dark lesson rows */
.mock-training-hero {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mock-training-hero strong {
  color: #0f172a;
}

.mock-training-progress span,
.mock-training-meta {
  color: #65718b;
}

.mock-training-progress-bar {
  background: rgba(15, 23, 42, 0.10);
}

.mock-training-item {
  background: linear-gradient(135deg, #0b1226 0%, #121b34 100%);
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.mock-training-item strong {
  color: #ffffff;
}

.mock-training-item div span {
  color: rgba(226, 232, 255, 0.72);
}

.mock-training-certificate {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(16, 185, 129, 0.09));
  border-color: rgba(34, 197, 94, 0.26);
}

.mock-training-certificate strong {
  color: #064e3b;
}

.mock-training-certificate span {
  color: #047857;
}

/* Better mobile behavior for detailed mockups */
@media (max-width: 760px) {
  .project-mockup {
    padding: 0.85rem;
  }

  .project-card .mockup-row,
  .mock-crm-item,
  .mock-training-item {
    grid-template-columns: 42px 1fr auto;
  }

  .mock-crm-item,
  .mock-training-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .mock-crm-actions {
    width: 100%;
    justify-content: space-between;
  }
}


/* ================================
   Visual polish pass: examples section
   - softer leaderboard scroll edge
   - stronger CRM dashboard header area
   - brighter project status badges
   ================================ */

/* Reduce the heavy white fade/glow at the top and bottom of the scrolling leaderboard. */
.project-card .mockup-list {
  mask-image: linear-gradient(to bottom, transparent 0%, black 3%, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 3%, black 97%, transparent 100%);
}

/* Give the CRM dashboard title area more presence so the top-left doesn't feel empty. */
.project-mockup .mockup-mini-header {
  font-size: 0.95rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0.10em;
  color: #3855d6;
  margin-bottom: 0.25rem;
}

.mockup-mini-subtitle {
  margin: 0 0 0.85rem;
  color: #64708a;
  font-size: 0.84rem;
  line-height: 1.4;
  max-width: 32ch;
}

.mock-crm-toolbar {
  margin-top: -2.15rem;
}

/* Brighter, more noticeable health/status badges. */
.mock-status.good {
  color: #ecfdf5;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95), rgba(16, 185, 129, 0.76));
  border: 1px solid rgba(134, 239, 172, 0.45);
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.28);
}

.mock-status.warn {
  color: #fff7ed;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.95), rgba(217, 119, 6, 0.76));
  border: 1px solid rgba(253, 186, 116, 0.45);
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.25);
}

.mock-status.risk {
  color: #fff1f2;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.98), rgba(190, 18, 60, 0.78));
  border: 1px solid rgba(252, 165, 165, 0.48);
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.28);
}

/* Make the View Details buttons separate cleanly from brighter badges. */
.mock-detail-btn {
  color: #eef4ff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(226, 232, 255, 0.20);
}

@media (max-width: 760px) {
  .mock-crm-toolbar {
    margin-top: 0;
    justify-content: flex-start;
  }

  .mockup-mini-subtitle {
    max-width: none;
  }
}

/* ================================
   Status polish pass: unified active states
   - brighter AI Agent Active badge
   - brighter Training In Progress badge
   - more prominent certificate reward card
   - consistent CRM status signal styling
   ================================ */

/* AI active badge: readable, high-contrast, and clearly "live" */
.mock-ai-pill:not(.muted) {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 32px;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #052e1a;
  background: linear-gradient(135deg, #bbf7d0 0%, #4ade80 48%, #22c55e 100%);
  border: 1px solid rgba(22, 163, 74, 0.55);
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.20),
    0 6px 18px rgba(34, 197, 94, 0.26),
    0 0 22px rgba(34, 197, 94, 0.24);
}

.mock-ai-pill:not(.muted)::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #15803d;
  box-shadow: 0 0 10px rgba(21, 128, 61, 0.85);
  animation: statusPulse 1.8s ease-in-out infinite;
}

.mock-ai-pill.muted {
  min-height: 32px;
  color: #172033;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

/* Training module status: blue active state with enough contrast to read clearly */
.mock-training-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 32px;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #eff6ff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 48%, #38bdf8 100%);
  border: 1px solid rgba(147, 197, 253, 0.55);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.18),
    0 6px 18px rgba(59, 130, 246, 0.26),
    0 0 20px rgba(56, 189, 248, 0.20);
}

.mock-training-badge::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #dbeafe;
  box-shadow: 0 0 10px rgba(191, 219, 254, 0.9);
  animation: statusPulse 1.8s ease-in-out infinite;
}

/* Certificate: make it read like a reward/milestone, not a muted info row */
.mock-training-certificate {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(187, 247, 208, 0.98), rgba(74, 222, 128, 0.84), rgba(34, 197, 94, 0.72));
  border: 1px solid rgba(22, 163, 74, 0.40);
  box-shadow:
    0 14px 34px rgba(34, 197, 94, 0.26),
    0 0 0 1px rgba(34, 197, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.mock-training-certificate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: translateX(-120%);
  animation: certSweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.mock-cert-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border: 1px solid rgba(240, 253, 244, 0.65);
  box-shadow:
    0 0 14px rgba(34, 197, 94, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.mock-training-certificate strong {
  color: #063f27;
  font-size: 0.95rem;
  font-weight: 900;
}

.mock-training-certificate span {
  color: #065f46;
  font-weight: 700;
}

/* Shared brighter status system for CRM/project statuses */
.mock-status {
  min-height: 30px;
  padding: 0.28rem 0.75rem;
  font-weight: 900;
}

.mock-status.good {
  color: #ecfdf5;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border: 1px solid rgba(134, 239, 172, 0.58);
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, 0.14),
    0 0 16px rgba(34, 197, 94, 0.36);
}

.mock-status.warn {
  color: #fff7ed;
  background: linear-gradient(135deg, #d97706, #f59e0b);
  border: 1px solid rgba(253, 186, 116, 0.62);
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.14),
    0 0 16px rgba(245, 158, 11, 0.34);
}

.mock-status.risk {
  color: #fff1f2;
  background: linear-gradient(135deg, #be123c, #ef4444);
  border: 1px solid rgba(252, 165, 165, 0.64);
  box-shadow:
    0 0 0 1px rgba(239, 68, 68, 0.14),
    0 0 16px rgba(239, 68, 68, 0.36);
}

@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.62; }
}

@keyframes certSweep {
  0%, 72% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

/* =========================================================
   V4 polish overrides: clearer solid status system
   ========================================================= */

/* AI badge: solid green with white text */
.mock-ai-pill:not(.muted) {
  color: #ffffff;
  background: #16a34a;
  border: 1px solid #15803d;
  box-shadow:
    0 4px 12px rgba(22, 163, 74, 0.34),
    0 0 14px rgba(22, 163, 74, 0.34);
}

.mock-ai-pill:not(.muted)::before {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}

/* CRM toolbar: remove gradient from New Project button */
.mock-toolbar-btn.primary {
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #1d4ed8;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
}

/* Training top badge: solid blue with white text */
.mock-training-badge {
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #1d4ed8;
  box-shadow:
    0 4px 12px rgba(37, 99, 235, 0.34),
    0 0 14px rgba(37, 99, 235, 0.28);
}

.mock-training-badge::before {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}

/* Training lesson status pills: brighter, clearer state colors */
.mock-training-item.complete .mock-training-status {
  color: #ffffff;
  background: #16a34a;
  border: 1px solid #15803d;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.32);
}

.mock-training-item.active .mock-training-status {
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #1d4ed8;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.32);
}

.mock-training-status.muted {
  color: #ffffff;
  background: #475569;
  border: 1px solid #64748b;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.24);
}

/* Completion certificate: solid green, white text */
.mock-training-certificate {
  background: #16a34a;
  border: 1px solid #15803d;
  color: #ffffff;
  box-shadow:
    0 12px 28px rgba(22, 163, 74, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mock-training-certificate::after {
  display: none;
}

.mock-cert-icon {
  color: #16a34a;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.28);
}

.mock-training-certificate strong,
.mock-training-certificate span {
  color: #ffffff;
}

.mock-training-certificate span {
  opacity: 0.9;
}


/* ==============================
   Hero Showcase Upgrade
   ============================== */
.hero-showcase {
  position: relative;
  padding: 6rem 0 4.75rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(99, 102, 241, 0.24), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(51, 199, 255, 0.13), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(173, 77, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(4, 6, 13, 0.65), rgba(5, 8, 18, 0.92));
  z-index: -2;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  width: 46rem;
  height: 46rem;
  right: -13rem;
  top: 4rem;
  background:
    repeating-radial-gradient(circle, rgba(51, 199, 255, 0.16) 0 1px, transparent 2px 12px);
  opacity: 0.28;
  transform: rotate(-12deg);
  z-index: -1;
  mask-image: radial-gradient(circle, black 0 45%, transparent 70%);
  -webkit-mask-image: radial-gradient(circle, black 0 45%, transparent 70%);
}

.hero-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.hero-left h1 {
  max-width: 13ch;
}

.hero-left h1 span {
  color: transparent;
  background: linear-gradient(135deg, #ad4dff 0%, #6b7cff 48%, #33c7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-left .hero-copy {
  max-width: 58ch;
  font-size: 1.08rem;
}

.hero-pricing-card {
  position: relative;
  max-width: 60ch;
  padding-left: 3.25rem;
}

.hero-pricing-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(83, 53, 248, 0.25), rgba(51, 199, 255, 0.18));
  border: 1px solid rgba(124, 143, 190, 0.22);
  box-shadow: 0 0 22px rgba(83, 53, 248, 0.22);
}

.hero-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2.2rem;
  max-width: 620px;
}

.hero-service-strip > div {
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 0.55rem;
  text-align: center;
  padding: 0.85rem 0.7rem;
  color: #edf3ff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-right: 1px solid rgba(124, 143, 190, 0.22);
}

.hero-service-strip > div:last-child {
  border-right: none;
}

.hero-service-strip svg {
  width: 2.15rem;
  height: 2.15rem;
  color: #7c6cff;
  filter: drop-shadow(0 0 10px rgba(124, 108, 255, 0.35));
}

.hero-visual-wrap {
  position: relative;
  min-height: 520px;
}

.hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 8% -4% -6% 12%;
  background:
    radial-gradient(circle at 50% 55%, rgba(83, 53, 248, 0.28), transparent 38%),
    radial-gradient(circle at 70% 40%, rgba(51, 199, 255, 0.17), transparent 35%);
  filter: blur(34px);
  animation: mockupGlowShift 10s ease-in-out infinite alternate;
}

.hero-dashboard-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 1.2rem;
  width: min(100%, 650px);
  min-height: 465px;
  margin-left: auto;
  padding: 1.25rem;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(5, 10, 24, 0.96));
  border: 1px solid rgba(124, 143, 190, 0.22);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(130, 108, 255, 0.14),
    0 0 70px rgba(83, 53, 248, 0.16);
  transform: perspective(1200px) rotateY(-8deg) rotateZ(-2deg);
  transform-origin: center;
}

.hero-dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 0.82rem;
  padding: 0.75rem 0.35rem;
  border-right: 1px solid rgba(124, 143, 190, 0.14);
  color: #8fa4d6;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-dashboard-logo {
  display: block;
  width: 46px;
  height: auto;
  object-fit: contain;
}
.hero-logo-wrap-wide {
  width: 110px;
}

.hero-logo-wrap-wide .hero-dashboard-logo {
  width: 92px;
}

.hero-nav-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
}

.hero-nav-pill.active {
  color: #fff;
  background: linear-gradient(135deg, #5335f8, #0075ec);
  box-shadow: 0 10px 22px rgba(83, 53, 248, 0.24);
}

.hero-dashboard-main {
  display: grid;
  gap: 1rem;
}

.hero-dashboard-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-dashboard-kicker {
  display: block;
  color: #9fb5ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

.hero-dashboard-top h3 {
  font-size: 1.35rem;
  color: #fff;
}

.hero-dashboard-filter {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.48rem 0.7rem;
  color: #dce6ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-leader-card {
  position: relative;
  min-height: 150px;
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(124, 143, 190, 0.14);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 0.25rem;
  animation: heroLeaderFloat 5s ease-in-out infinite;
}

.hero-leader-card strong,
.hero-leader-card b {
  color: #fff;
}

.hero-leader-card small {
  color: #b3bfd9;
}

.hero-leader-card b {
  margin-top: 0.35rem;
  font-size: 1.45rem;
    display: inline-block;
  animation: heroScorePulse 4s ease-in-out infinite;
}

.hero-leader-first b {
  color: #bbf7d0;
}
.hero-leader-card:nth-child(2) b {
  animation-delay: 1s;
}

.hero-leader-card:nth-child(3) b {
  animation-delay: 2s;
}

@keyframes heroScorePulse {
  0%, 88%, 100% {
    transform: scale(1);
    color: #ffffff;
  }

  92% {
    transform: scale(1.08);
    color: #bbf7d0;
  }
}
.hero-product-card {
  transform: perspective(1200px) rotateY(-8deg) rotateZ(-2deg);
  
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),   /* main depth */
    0 10px 30px rgba(0,0,0,0.4),   /* mid layer */
    0 0 40px rgba(124, 143, 255, 0.25); /* subtle brand glow */
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-product-card::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 10%;
  width: 80%;
  height: 30px;

  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.5),
    transparent 70%
  );

  filter: blur(10px);
  z-index: -1;
}
@keyframes heroDashboardFloat {
  0%, 100% {
    transform: perspective(1200px) rotateY(-8deg) rotateZ(-2deg) translateY(0);
  }

  50% {
    transform: perspective(1200px) rotateY(-8deg) rotateZ(-2deg) translateY(-8px);
  }
}
.hero-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0.4rem 0;

  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
.hero-performer-card.is-winner .hero-avatar {
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.25),
    0 0 20px rgba(255,215,0,0.35);
}
.hero-medal {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #5335f8, #33c7ff);
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-stats-grid > div {
  min-height: 122px;
  padding: 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 143, 190, 0.14);
}

.hero-stats-grid span,
.hero-stats-grid em {
  display: block;
  color: #9fb5ff;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
}

.hero-stats-grid strong {
  display: block;
  margin: 0.55rem 0 0.2rem;
  color: #fff;
  font-size: 1.55rem;
}

@media (max-width: 1100px) {
  .hero-showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-wrap {
    min-height: auto;
  }

  .hero-dashboard-card {
    margin: 1.5rem auto 0;
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero-showcase {
    padding: 4rem 0 3rem;
  }

  .hero-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-service-strip > div:nth-child(2) {
    border-right: none;
  }

  .hero-dashboard-card {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .hero-dashboard-sidebar {
    display: none;
  }

  .hero-leader-grid,
  .hero-stats-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V6 Hero rebuild: product-style sales dashboard visual
   ========================================================= */
.hero-showcase-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.15fr);
  gap: clamp(2rem, 4vw, 3.4rem);
}

.hero-left h1 {
  max-width: 13ch;
}

.hero-visual-wrap {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-product-board {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  min-height: 500px;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 1.2rem;
  padding: 1.25rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 10%, rgba(124, 108, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(14, 21, 41, 0.98), rgba(4, 8, 20, 0.97));
  border: 1px solid rgba(124, 143, 190, 0.22);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(130, 108, 255, 0.14),
    0 0 75px rgba(83, 53, 248, 0.18);
  transform: perspective(1300px) rotateY(-7deg) rotateZ(-2deg);
  transform-origin: center;
  overflow: hidden;
}

.hero-product-board::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 34rem;
  height: 34rem;
  background: radial-gradient(circle, rgba(83, 53, 248, 0.20), transparent 64%);
  pointer-events: none;
}

.hero-product-sidebar {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.76rem;
  padding: 0.55rem 0.35rem 0.55rem 0;
  border-right: 1px solid rgba(124, 143, 190, 0.14);
  color: #93a6d4;
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-product-sidebar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-product-sidebar svg {
  width: 0.95rem;
  height: 0.95rem;
}

.hero-board-mark {
  width: 56px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 0.55rem;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.07em;
  color: transparent;
  background: linear-gradient(135deg, #33c7ff, #5335f8 55%, #f4f7ff 56%, #c7cedd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(83, 53, 248, 0.32));
}

.hero-product-main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.hero-board-topbar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-board-topbar h3 {
  color: #ffffff;
  font-size: 1.35rem;
}

.hero-dashboard-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #b19cff;
}

.hero-dashboard-kicker svg {
  width: 1rem;
  height: 1rem;
  color: #ad4dff;
}

.hero-performer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-performer-card {
  position: relative;
  min-height: 176px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.28rem;
  padding: 1.05rem 0.8rem 0.9rem;
  border-radius: 17px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035));
  border: 1px solid rgba(124, 143, 190, 0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.hero-performer-card strong {
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.1;
}

.hero-performer-card b {
  display: block;
  margin-top: 0.25rem;
  color: #33c7ff;
  font-size: 1.02rem;
}

.hero-performer-card small {
  color: #d5ddf4;
  font-size: 0.68rem;
}

.hero-place {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #061126;
  font-size: 0.76rem;
  font-weight: 950;
}

.hero-place.gold { background: #fbbf24; }
.hero-place.silver { background: #cbd5e1; }
.hero-place.bronze { background: #fb923c; }
.hero-place.fourth { color: #dbeafe; background: #334155; }

.hero-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-bottom: 0.35rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 18px rgba(0,0,0,0.26);
}

.avatar-jacob { background: linear-gradient(135deg, #1d4ed8, #38bdf8); }
.avatar-sarah { background: linear-gradient(135deg, #be185d, #f9a8d4); }
.avatar-michael { background: linear-gradient(135deg, #7c2d12, #fb923c); }
.avatar-emily { background: linear-gradient(135deg, #065f46, #34d399); }

.hero-goal-bar {
  width: 100%;
  height: 6px;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.hero-goal-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ad4dff, #0075ec, #33c7ff);
}

.hero-analytics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
  gap: 0.75rem;
}

.hero-analytics-card {
  min-height: 155px;
  padding: 0.95rem;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(124, 143, 190, 0.14);
  overflow: hidden;
}

.hero-analytics-card span {
  display: block;
  color: #dbe5ff;
  font-size: 0.78rem;
  font-weight: 850;
}

.hero-analytics-card strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 1.35rem;
}

.hero-analytics-card em {
  color: #4ade80;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.hero-line-chart {
  width: 100%;
  height: 72px;
  margin-top: 0.75rem;
}

.hero-line-chart path {
  fill: none;
  stroke: url(#none);
  stroke: #ad4dff;
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(173,77,255,0.45));
}

.hero-bar-chart {
  height: 76px;
  display: flex;
  align-items: end;
  gap: 0.35rem;
  margin-top: 0.9rem;
}

.hero-bar-chart i {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #7c6cff, #0075ec);
  box-shadow: 0 0 12px rgba(83, 53, 248, 0.25);
}

.hero-competition-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.hero-competition-list p {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: #f4f7ff;
  font-size: 0.75rem;
  line-height: 1.15;
}

.hero-competition-list svg {
  width: 1.65rem;
  height: 1.65rem;
  flex: 0 0 1.65rem;
  padding: 0.34rem;
  border-radius: 9px;
  color: #dbeafe;
  background: rgba(83, 53, 248, 0.38);
}

.hero-competition-list small {
  display: block;
  margin-top: 0.12rem;
  color: #94a3b8;
}

@media (max-width: 1180px) {
  .hero-showcase-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual-wrap {
    min-height: auto;
    justify-content: center;
  }
  .hero-product-board {
    transform: none;
  }
}

@media (max-width: 820px) {
  .hero-product-board {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .hero-product-sidebar {
    display: none;
  }
  .hero-performer-grid,
  .hero-analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-competitions-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .hero-performer-grid,
  .hero-analytics-grid,
  .hero-service-strip {
    grid-template-columns: 1fr;
  }
  .hero-service-strip > div {
    border-right: none;
    border-bottom: 1px solid rgba(124, 143, 190, 0.16);
  }
  .hero-service-strip > div:last-child {
    border-bottom: none;
  }
}
.hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(124, 143, 190, 0.18);
    box-shadow:
    0 0 0 1px rgba(124, 143, 190, 0.15),
    0 0 12px rgba(124, 143, 255, 0.15);
}

/* =========================================================
   V8 Projects showcase layout polish
   - featured flagship card full-width
   - supporting cards in a tighter product row
   - keeps existing project mockups/styles intact
   ========================================================= */
.projects-showcase {
  display: grid;
  gap: 2rem;
}

.projects-featured {
  width: 100%;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.projects-featured .project-card.featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1.6rem 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: 32px;
}

.projects-featured .project-card.featured .project-tag {
  grid-column: 1 / -1;
  justify-self: start;
  margin-bottom: 0;
}
.featured-eyebrow {
  color: #ffffff;
  background: linear-gradient(135deg, #7c6cff, #33c7ff);
  border: 1px solid rgba(255,255,255,0.18);

  box-shadow:
    0 8px 22px rgba(124,108,255,0.35),
    0 0 18px rgba(51,199,255,0.25);
}

.projects-featured .project-card.featured .project-mockup {
  grid-column: 1;
  grid-row: 2 / span 4;
  margin-bottom: 0;
  min-height: 480px;
}

.projects-featured .project-card.featured h3,
.projects-featured .project-card.featured p,
.projects-featured .project-card.featured .project-outcome {
  grid-column: 2;
}

.projects-featured .project-card.featured h3 {
  align-self: end;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.05;
  margin: 0;
}

.projects-featured .project-card.featured p {
  font-size: 1rem;
  line-height: 1.6;
}

.projects-featured .project-card.featured .project-outcome {
  align-self: start;
  margin-top: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(124, 143, 190, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.projects-grid .project-card {
  padding: 1.35rem;
  border-radius: 26px;
}

.projects-grid .project-card h3 {
  font-size: 1.22rem;
}

.projects-grid .project-card p {
  line-height: 1.55;
}

.projects-grid .project-mockup {
  min-height: 355px;
}

.projects-grid .mock-crm-toolbar {
  margin-top: 0;
  justify-content: flex-start;
}

.projects-grid .mockup-mini-subtitle {
  max-width: none;
}

.projects-grid .mock-crm-item,
.projects-grid .mock-training-item {
  align-items: flex-start;
  flex-direction: column;
}

.projects-grid .mock-crm-actions {
  width: 100%;
  justify-content: space-between;
}

.project-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(130, 108, 255, 0.14),
    0 20px 56px rgba(65, 19, 162, 0.20);
}

@media (max-width: 1180px) {
  .projects-featured .project-card.featured {
    grid-template-columns: 1fr;
  }

  .projects-featured .project-card.featured .project-tag,
  .projects-featured .project-card.featured .project-mockup,
  .projects-featured .project-card.featured h3,
  .projects-featured .project-card.featured p,
  .projects-featured .project-card.featured .project-outcome {
    grid-column: 1;
    grid-row: auto;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .projects-featured .project-card.featured,
  .projects-grid .project-card {
    padding: 1.1rem;
  }

  .projects-featured .project-card.featured .project-mockup,
  .projects-grid .project-mockup {
    min-height: auto;
  }
}
/* Fix hero live activity card */
.hero-analytics-grid > .hero-activity-card,
.hero-analytics-grid > .hero-analytics-card:last-child {
  grid-column: 1 / -1;
  width: 100%;
}

.hero-activity-card {
  min-height: 150px;
}

.hero-activity-feed {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.hero-activity-track p {
  white-space: nowrap;
  line-height: 1.25;
}
/* Restore hero dashboard hover movement */
.hero-product-board {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-product-board:hover {
  transform: perspective(1300px) rotateY(-6deg) rotateZ(-1.4deg) translateY(-6px);
}
/* =========================================================
   RESTORE HERO DASHBOARD DEPTH + HOVER + ACTIVITY SCROLL
   ========================================================= */

.hero-visual-wrap {
  overflow: visible;
  perspective: 1400px;
}

.hero-product-board {
  position: relative;
  z-index: 2;
  overflow: hidden;

  transform: perspective(1300px) rotateY(-8deg) rotateZ(-2deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;

  box-shadow:
    0 64px 120px rgba(0, 0, 0, 0.76),
    0 34px 62px rgba(0, 0, 0, 0.54),
    -18px 18px 46px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(130, 108, 255, 0.18),
    0 0 78px rgba(83, 53, 248, 0.24),
    0 0 42px rgba(51, 199, 255, 0.08);
}

.hero-product-board:hover {
  transform: perspective(1300px) rotateY(-6deg) rotateZ(-1.4deg) translateY(-6px);

  box-shadow:
    0 78px 136px rgba(0, 0, 0, 0.78),
    0 40px 72px rgba(0, 0, 0, 0.56),
    -18px 22px 50px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(130, 108, 255, 0.22),
    0 0 92px rgba(83, 53, 248, 0.28),
    0 0 48px rgba(51, 199, 255, 0.10);
}

/* Full-width live activity card */
.hero-analytics-grid > .hero-activity-card {
  grid-column: 1 / -1;
  width: 100%;
}

/* Restore activity scrolling */
.hero-activity-feed {
  height: 110px;
  overflow: hidden;
  border-radius: 14px;
  padding: 0.75rem;
}

.hero-activity-track {
  display: grid;
  gap: 0.55rem;
  animation: activityScroll 16s linear infinite;
}

.hero-activity-track p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #eaf1ff;
}

@keyframes activityScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

/* Only disable tilt on smaller screens */
@media (max-width: 900px) {
  .hero-product-board,
  .hero-product-board:hover {
    transform: none;
  }
}
/* Restore hero score pop */
.hero-performer-card b {
  transition: transform 0.2s ease, color 0.2s ease;
}

.hero-performer-card b.score-pop {
  transform: scale(1.12);
  color: #bbf7d0 !important;
}

/* Restore line chart animation */
.hero-line-chart path {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  animation: chartDraw 3.5s ease-in-out infinite;
}

@keyframes chartDraw {
  0% {
    stroke-dashoffset: 320;
    opacity: 0.45;
  }

  45%, 75% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: -320;
    opacity: 0.45;
  }
}

/* Restore bar chart animation */
.hero-bar-chart i {
  transform-origin: bottom;
  animation: barPulse 2.8s ease-in-out infinite;
}

.hero-bar-chart i:nth-child(2) { animation-delay: 0.2s; }
.hero-bar-chart i:nth-child(3) { animation-delay: 0.4s; }
.hero-bar-chart i:nth-child(4) { animation-delay: 0.6s; }
.hero-bar-chart i:nth-child(5) { animation-delay: 0.8s; }
.hero-bar-chart i:nth-child(6) { animation-delay: 1s; }
.hero-bar-chart i:nth-child(7) { animation-delay: 1.2s; }

@keyframes barPulse {
  0%, 100% {
    transform: scaleY(0.85);
    opacity: 0.75;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;

  width: 48px;
  height: 48px;
  border-radius: 50%;

  background: linear-gradient(135deg, #7c6cff, #4f46e5);
  color: white;
  border: none;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 25px rgba(0,0,0,0.4);

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;

  transition: all 0.25s ease;
  z-index: 9999;
}

#backToTop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#backToTop svg {
  width: 20px;
  height: 20px;
}
#backToTop:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 18px rgba(124,108,255,0.5);
}

/* =========================================================
   Projects leaderboard upgrade only
   - hero/dashboard/back-to-top untouched
   ========================================================= */
.projects-featured .project-scoreboard-head {
  margin-bottom: 0.2rem;
}

.projects-featured .project-score-total strong {
  color: #3846e8;
  font-size: 1.7rem;
}

.project-top-performers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.35rem 0 0.2rem;
}

.project-performer-card {
  position: relative;
  min-height: 148px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.22rem;
  padding: 0.95rem 0.7rem 0.75rem;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(180deg, #111a35 0%, #0b1226 100%);
  border: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(15, 23, 42, 0.18);
}

.project-performer-card.is-winner {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(15, 23, 42, 0.18),
    0 0 22px rgba(251, 191, 36, 0.18);
}

.project-performer-card strong {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.1;
}

.project-performer-card b {
  display: block;
  margin-top: 0.18rem;
  color: #33c7ff;
  font-size: 1rem;
  font-weight: 900;
}

.project-performer-card small {
  color: rgba(226, 232, 255, 0.78);
  font-size: 0.68rem;
}

.project-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin-bottom: 0.25rem;
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
}

.project-performer-card.is-winner .project-avatar {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 18px rgba(255, 215, 0, 0.32);
}

.project-place {
  position: absolute;
  top: 0.62rem;
  left: 0.62rem;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #061126;
  font-size: 0.74rem;
  font-weight: 950;
}

.project-place.gold { background: #fbbf24; }
.project-place.silver { background: #cbd5e1; }
.project-place.bronze { background: #fb923c; }

.project-goal-bar {
  width: 100%;
  height: 6px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.22);
  overflow: hidden;
}

.project-goal-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ad4dff, #0075ec, #33c7ff);
}

.projects-featured .mockup-score {
  color: #33c7ff;
  font-size: 1.32rem;
  min-width: 112px;
  text-align: right;
}

.projects-featured .mockup-row.row-updated .mockup-score,
.projects-featured .mockup-score.score-bump {
  color: #bbf7d0;
}

@media (max-width: 760px) {
  .project-top-performers {
    grid-template-columns: 1fr;
  }

  .projects-featured .mockup-score {
    min-width: auto;
    font-size: 1.05rem;
  }
}

/* Lab Assistant */
/* Toggle button (hero style) */
#assistantToggle {
  position: fixed;
  bottom: 24px;
  right: 90px;

  width: 52px;
  height: 52px;
  border-radius: 50%;

  background: linear-gradient(135deg, #7c6cff, #4f46e5);
  border: none;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.5),
    0 0 25px rgba(124,108,255,0.35);

  cursor: pointer;
  z-index: 9999;
}

/* Widget */
.assistant-widget {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 320px;

  background: rgba(10, 14, 28, 0.96);
  border-radius: 20px;
  padding: 1rem;

  border: 1px solid rgba(124,108,255,0.2);

  box-shadow:
    0 40px 90px rgba(0,0,0,0.7),
    0 0 60px rgba(124,108,255,0.2);

  backdrop-filter: blur(14px);

  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;

  transition: all 0.25s ease;
}

.assistant-widget.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Header */
.assistant-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.assistant-title img {
  width: 20px;
  height: 20px;
}

.assistant-title strong {
  font-size: 0.9rem;
}

.assistant-title span {
  font-size: 0.7rem;
  color: #9fb0ff;
}

/* Options */
.assistant-options {
  display: grid;
  gap: 0.45rem;
}

.assistant-options button {
  display: flex;
  align-items: center;
  gap: 0.6rem;

  padding: 0.55rem;
  border-radius: 12px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(124,108,255,0.15);

  color: white;
  text-align: left;

  cursor: pointer;
  transition: all 0.18s ease;
}

.assistant-options button:hover {
  background: rgba(124,108,255,0.15);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(124,108,255,0.25);
}

.assistant-options i {
  width: 18px;
  height: 18px;
  color: #7c6cff;
}

/* Response */
.assistant-response {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #dbe3ff;
  animation: fadeIn 0.25s ease;
}

.assistant-cta {
  display: block;
  width: 100%;

  margin-top: 0.65rem;
  padding: 0.55rem 0.7rem;

  border-radius: 10px;
  border: none;

  background: linear-gradient(135deg, #7c6cff, #33c7ff);
  color: white;

  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;

  cursor: pointer;

  box-shadow:
    0 8px 20px rgba(124,108,255,0.35),
    0 0 16px rgba(51,199,255,0.25);

  transition: all 0.18s ease;
  animation: ctaPop 0.3s ease;
}
@keyframes ctaPop {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.assistant-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 24px rgba(124,108,255,0.45),
    0 0 22px rgba(51,199,255,0.35);
}

.assistant-cta:active {
  transform: scale(0.96);
}
/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
/* players scroll */
/* Featured leaderboard scroll */
.project-card.featured .mockup-list {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.project-card.featured .mockup-list-track {
  display: flex;
  flex-direction: column;
  gap: 6px;

  animation: leaderboardScroll 14s linear infinite;
}

@keyframes leaderboardScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}