/* WP-scoped Taskeen CSS */
.tsk,
.tsk-html {
  --lime: #B1EB1B;
  --font-display: Manrope, sans-serif;
  --font-body: Inter, sans-serif;
}
.tsk .uf-foot {
  position: relative;
  overflow: hidden;
  background: var(--nova-black);
  color: #8A8987;
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tsk .uf-wm {
  position: absolute;
  inset-inline: 0;
  bottom: -64px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 280px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #B1EB1B;
  opacity: 0.06;
  pointer-events: none;
  white-space: nowrap;
}
.tsk .uf-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.tsk .uf-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1.4fr;
  gap: 36px;
  padding-bottom: 52px;
}
@media (max-width: 900px) {
  .tsk .uf-top {
    grid-template-columns: 1fr 1fr;
  }
}
.tsk .uf-brand {
  max-width: 260px;
}
.tsk .uf-logo {
  height: 30px;
  display: block;
  margin-bottom: 18px;
  cursor: pointer;
}
.tsk .uf-brand p {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #8A8987;
  margin: 0 0 20px;
}
.tsk .uf-soc {
  display: flex;
  gap: 12px;
}
.tsk .uf-soc a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  color: #C7C6C4;
}
.tsk .uf-soc a:hover {
  border-color: #B1EB1B;
  color: #B1EB1B;
}
.tsk .uf-col h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.tsk .uf-col a {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: #8A8987;
  line-height: 1.5;
  margin-bottom: 11px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s;
}
.tsk .uf-col a:hover {
  color: #B1EB1B;
}
.tsk .uf-addr {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #8A8987;
}
.tsk .uf-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #8A8987;
  position: relative;
  z-index: 2;
}
.tsk .uf-foot[dir="rtl"] .uf-wm,
.tsk .uf-foot[dir="rtl"] .uf-col h4 {
  font-family: "Tajawal", sans-serif;
}
.tsk .uf-foot[dir="rtl"] .uf-brand p,
.tsk .uf-foot[dir="rtl"] .uf-col a,
.tsk .uf-foot[dir="rtl"] .uf-addr,
.tsk .uf-foot[dir="rtl"] .uf-bot {
  font-family: "Tajawal", sans-serif;
}
@media (max-width: 640px) {
  .tsk .uf-bot {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.tsk * {
  box-sizing: border-box;
}
.tsk {
  --lime: #B1EB1B;
  --lime-alt: #BEEA4D;
  --lime-ink: #003C31;
  --ink: #FFFFFF;
  --gray: #C7C6C4;
  --muted: #8A8987;
  --card: #1A5648;
  --card2: #337065;
  --line: rgba(255, 255, 255, 0.08);
  --line2: rgba(255, 255, 255, 0.14);
  --navy: #2e5099;
  --navy-bright: #5b86df;
  --navy-soft: rgba(46, 80, 153, 0.18);
  --navy-line: rgba(91, 134, 223, 0.45);
  background: radial-gradient(
      60% 50% at 88% 0%,
      rgba(46, 80, 153, 0.16),
      transparent 60%
    ),
    radial-gradient(50% 40% at 0% 8%, rgba(46, 80, 153, 0.12), transparent 62%),
    #0B241E;
  color: var(--ink);
  font-family: var(--font-body);
  width: 100%;
  overflow-x: clip;
  container-type: inline-size;
}
.tsk img {
  display: block;
  max-width: 100%;
}
.tsk a {
  color: inherit;
  text-decoration: none;
}
.tsk .wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
.tsk .sec {
  padding: 128px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.tsk .sec.light {
  background: #EAF4F5;
  border-bottom-color: #E4E3E1;
}
.tsk .sec.light .eyebrow {
  color: var(--navy);
}
.tsk .sec.light .h-sec {
  color: #143C30;
}
.tsk .sec.light .sub-sec {
  color: #8A8987;
}
.tsk .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
}
.tsk .eyebrow.navy {
  color: var(--navy-bright);
}
.tsk .h-sec {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
  text-transform: uppercase;
}
.tsk .sub-sec {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray);
  margin: 0;
}
.tsk .meth-rule {
  width: 54px;
  height: 3px;
  background: var(--lime);
  margin: 20px auto 0;
}
.tsk .center {
  text-align: center;
}
.tsk .li {
  color: var(--lime);
}
.tsk .li-navy {
  color: var(--navy-bright);
}
.tsk .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  padding: 15px 26px;
  cursor: pointer;
  border: 0;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.tsk .btn-pri {
  background: var(--lime);
  color: #000;
}
.tsk .btn-pri:hover {
  background: var(--lime-alt);
}
.tsk .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--muted);
}
.tsk .btn-ghost:hover {
  border-color: var(--lime);
  color: var(--lime);
}
.tsk .arrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
} /* ===== NAV (canonical, shared) ===== */
.tsk .nav {
  position: sticky;
  top: 0;
  z-index: 120;
  height: 74px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 40px;
  background: rgba(14, 14, 14, 0.62);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.tsk .nav-logo {
  height: 46px;
  margin-inline-end: 26px;
  display: block;
}
.tsk .nav-items {
  display: flex;
  align-items: center;
  gap: 2px;
}
.tsk .nav-item {
  position: relative;
}
.tsk .nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.72);
  padding: 10px 16px;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}
.tsk .nav-trigger:hover,
.tsk .nav-item[data-open="true"] .nav-trigger {
  color: #fff;
}
.tsk .nav-trigger .chev {
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform 0.2s ease;
}
.tsk .nav-item[data-open="true"] .nav-trigger .chev {
  transform: rotate(225deg);
  margin-top: 2px;
}
.tsk .nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: auto;
}
.tsk .nav-demo {
  background: var(--lime);
  color: #000;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  transition: background 0.15s ease;
}
.tsk .nav-demo:hover {
  background: var(--lime-alt);
}
.tsk .nav-lang {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 9px 13px;
  background: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tsk .nav-lang:hover {
  border-color: var(--lime);
  color: var(--lime);
}
.tsk .nav-lang .globe {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.4px solid currentColor;
  position: relative;
}
.tsk .nav-lang .globe::before {
  content: "";
  position: absolute;
  inset: 1.6px 5px;
  border-inline: 1.4px solid currentColor;
  border-radius: 50%;
}
.tsk .mega {
  position: absolute;
  top: calc(100% + 1px);
  inset-inline-start: 0;
  background: var(--nova-ink-1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.8);
  padding: 14px;
  display: none;
  z-index: 130;
}
.tsk .nav-item[data-open="true"] .mega {
  display: block;
  animation: megaIn 0.18s ease;
}
@keyframes megaIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tsk .mega-lead {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding: 6px 16px 12px;
}
.tsk .suite-mega {
  width: min(760px, 90vw);
}
.tsk .suite-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.tsk .suite-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--nova-ink-3);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tsk .suite-card:hover {
  border-color: rgba(177,235,27, 0.4);
  background: rgba(177,235,27, 0.04);
}
.tsk .suite-card.cur {
  border-color: var(--navy-line);
  background: var(--navy-soft);
}
.tsk .suite-card .sc-vis {
  height: 84px;
  background: var(--nova-ink-1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsk .suite-card .sc-vis .ic {
  width: 30px;
  height: 30px;
  color: var(--lime);
}
.tsk .suite-card .sc-seq {
  position: absolute;
  top: 8px;
  inset-inline-start: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.tsk .suite-card .sc-body {
  display: flex !important;
  flex-direction: column !important;
}
.tsk .suite-card .sc-name {
  display: flex !important;
}
.tsk .suite-card .sc-tag {
  display: block !important;
}
.tsk .suite-card .sc-body {
  padding: 13px 14px 15px;
}
.tsk .suite-card .sc-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  color: #fff;
  margin: 0 0 4px;
  display: flex;
  gap: 7px;
  align-items: baseline;
}
.tsk .suite-card .sc-name .ar {
  font-family: "Tajawal";
  font-size: 12.5px;
  color: var(--lime-alt);
  font-weight: 700;
}
.tsk .suite-card .sc-tag {
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray);
  margin: 0;
}
.tsk .suite-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 12px;
  padding: 14px 6px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.tsk .suite-foot .demo {
  background: var(--lime);
  color: #000;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  padding: 9px 16px;
}
.tsk .mega-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.tsk .mega-row > span:last-child {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
}
.tsk .mega-row .mega-name {
  display: block !important;
}
.tsk .mega-row .mega-for {
  display: block !important;
}
.tsk .mega-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 15px 16px;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  transition: background 0.15s ease;
}
.tsk .mega-row:hover {
  background: rgba(255, 255, 255, 0.04);
}
.tsk .mega-ic {
  width: 42px;
  height: 42px;
  flex: none;
  background: var(--card2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
}
.tsk .mega-ic svg {
  width: 20px;
  height: 20px;
}
.tsk .mega-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: #fff;
  margin: 0 0 3px;
  display: block;
}
.tsk .mega-for {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 18px;
  color: var(--muted);
  margin: 0;
  display: block;
}
.tsk .hamb {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  background: none;
  border: 0;
  cursor: pointer;
}
.tsk .hamb span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
}
.tsk .mdrawer {
  position: fixed;
  inset: 0;
  background: var(--nova-ink-1);
  z-index: 200;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
  display: none;
}
.tsk .mdrawer[data-open="true"] {
  display: flex;
}
.tsk .mdrawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.tsk .mdrawer-head .x {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: none;
  cursor: pointer;
}
.tsk .mdrawer-grp {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
}
.tsk .mdrawer-grp .gt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tsk .mdrawer-grp a,
.tsk .mdrawer-grp button {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: #fafafa;
  padding: 9px 0;
  background: none;
  border: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.tsk .mdrawer-grp a span {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px;
}
.tsk .mdrawer-foot {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 11px;
} /* ===== HERO ===== */
.tsk .hero {
  position: relative;
  padding: 80px 0 70px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: #0B241E;
}
.tsk .hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -100px;
  width: 640px;
  height: 460px;
  background: radial-gradient(
    60% 60% at 70% 30%,
    rgba(177,235,27, 0.14),
    transparent 70%
  );
  pointer-events: none;
}
.tsk .hero::after {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 520px;
  height: 420px;
  background: radial-gradient(
    60% 60% at 30% 30%,
    rgba(46, 80, 153, 0.18),
    transparent 72%
  );
  pointer-events: none;
}
.tsk .hero-grid-l {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(180deg, #000, transparent 78%);
    pointer-events: none;
}
.tsk .hero-in {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.tsk .hero-intro {
  max-width: 840px;
}
.tsk .hero-vid-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 980px;
  margin-top: 6px;
}
.tsk .hero-vid-head .ln {
  height: 1px;
  background: var(--line2);
  flex: 1;
  max-width: 120px;
}
.tsk .hero-vid-head .t {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C7C6C4;
}
.tsk .hero-vid-head .s {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.tsk .hero-video {
  position: relative;
  width: 100%;
  max-width: 980px;
}
.tsk .hero-video .mock {
  text-align: left;
}
.tsk .hv-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 11, 24, 0.08),
    rgba(7, 11, 24, 0.5)
  );
  pointer-events: none;
}
.tsk .hv-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--lime);
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 46px -6px rgba(177,235,27, 0.6);
  transition: transform 0.15s ease;
  z-index: 2;
}
.tsk .hv-play:hover {
  transform: scale(1.06);
}
.tsk .hv-play .tri {
  width: 0;
  height: 0;
  border-left: 18px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}
.tsk .hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lime);
  border: none;
  padding: 0;
  margin-bottom: 26px;
}
.tsk .hero-status .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px 1px var(--lime);
}
.tsk .hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.7vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.tsk .hero-sub {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray);
  margin: 26px auto 0;
  max-width: 54ch;
  text-align: center;
}
.tsk .hero-sub2 {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 14px auto 0;
  max-width: 52ch;
  text-align: center;
}
.tsk .hero-ctas {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 32px;
  justify-content: center;
}
.tsk .hero-name-ar {
  font-family: "Tajawal";
  font-weight: 700;
  color: var(--lime-alt);
  font-size: 0.62em;
  margin-inline-start: 0.3em;
} /* ===== GLASS DASHBOARD MOCKUP ===== */
.tsk .gmock {
  position: relative;
  max-width: 1180px;
  margin: 60px auto 0;
}
.tsk .gmock::before {
  content: "";
  position: absolute;
  inset: -8% -10% -16% -10%;
  z-index: 0;
  background: radial-gradient(
    closest-side,
    rgba(177,235,27, 0.2),
    transparent 70%
  );
  filter: blur(70px);
  pointer-events: none;
}
.tsk .gmock-glass {
  position: relative;
  z-index: 1;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    158deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0.03) 46%,
    rgba(177,235,27, 0.05)
  );
  backdrop-filter: blur(26px) saturate(1.3);
  -webkit-backdrop-filter: blur(26px) saturate(1.3);
  box-shadow: 0 48px 110px -34px rgba(0, 0, 0, 0.8),
    0 1px 0 rgba(255, 255, 255, 0.28) inset, 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.tsk .gmock-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.16),
    transparent 30%
  );
  mix-blend-mode: overlay;
}
.tsk .gmock-screen {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px -24px rgba(0, 0, 0, 0.6);
}
.tsk .gmock-screen img {
  width: 100%;
  display: block;
}
@keyframes gmockUp {
  from {
    opacity: 0;
    transform: translateY(90px) scale(0.985);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.tsk .hero .gmock {
  opacity: 0;
  animation: gmockUp 1s cubic-bezier(0.16, 0.8, 0.3, 1) 0.5s forwards;
} /* hero mockup panel */
.tsk .mock {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line2);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
}
.tsk .mock-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}
.tsk .mock-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A5648;
  display: block;
}
.tsk .mock-bar .u {
  margin-inline-start: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.tsk .mock-body {
  padding: 22px;
}
.tsk .mock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.tsk .mock-row:last-child {
  border-bottom: 0;
}
.tsk .mock-av {
  width: 30px;
  height: 30px;
  flex: none;
  background: var(--card2);
  border: 1px solid var(--line);
}
.tsk .mock-nm {
  flex: 1;
}
.tsk .mock-nm b {
  display: block;
  height: 9px;
  width: 56%;
  background: rgba(255, 255, 255, 0.22);
}
.tsk .mock-nm s {
  display: block;
  height: 7px;
  width: 34%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 6px;
}
.tsk .mock-score {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.tsk .mock-pill {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--line2);
  color: var(--gray);
}
.tsk .mock-pill.hi {
  color: var(--lime);
  border-color: rgba(177,235,27, 0.4);
}
.tsk .mock-pill.navy {
  color: var(--navy-bright);
  border-color: var(--navy-line);
}
.tsk .mock-play {
  position: absolute;
  bottom: 16px;
  inset-inline-end: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(11, 12, 12, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line2);
  padding: 8px 13px;
}
.tsk .mock-play .tri {
  width: 0;
  height: 0;
  border-left: 9px solid var(--lime);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.tsk .mock-play span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.04em;
} /* hero stats */
.tsk .hstats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  margin-top: 54px;
}
.tsk .hstat {
  padding: 26px 24px;
  border-inline-end: 1px solid var(--line);
}
.tsk .hstat:last-child {
  border-inline-end: 0;
}
.tsk .hstat .k {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.tsk .hstat .v {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.03em;
  color: var(--lime);
  line-height: 1;
  margin-top: 14px;
}
.tsk .hstat:nth-child(2) .v {
  color: var(--navy-bright);
}
.tsk .hstat .d {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--gray);
  margin-top: 9px;
} /* hero background animation canvas */
.tsk .hero-fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.tsk .hero > .wrap {
  position: relative;
  z-index: 2;
} /* hero stat strip (dividers, gradient numerals) */
.tsk .hero-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  margin: 52px auto 0;
}
.tsk .hs-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 172px;
  padding: 26px 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.02);
  text-align: start;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.tsk .hs-item:hover {
  border-color: rgba(177,235,27, 0.4);
  background: rgba(177,235,27, 0.045);
}
.tsk .hs-item + .hs-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 14%;
  bottom: 14%;
  width: 1px;
  background: var(--line2);
}
.tsk .hs-v {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--lime);
  line-height: 1;
}
.tsk .hs-item:nth-child(2) .hs-v,
.tsk .hs-item:nth-child(4) .hs-v {
  color: var(--lime);
}
.tsk .hs-d {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
  text-wrap: pretty;
  margin-top: 0;
}
@media (max-width: 680px) {
  .tsk .hero-strip {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .hero-strip .hs-item::before {
    display: none;
  }
} /* ===== generic card grids ===== */
.tsk .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.tsk .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 50px;
}
.tsk .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 50px;
}
.tsk .card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 30px 28px;
}
.tsk .card .cic {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  margin-bottom: 20px;
}
.tsk .card .cic svg {
  width: 19px;
  height: 19px;
}
.tsk .card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
.tsk .card p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.58;
  color: var(--gray);
  margin: 0;
}
.tsk .card .rtag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
  margin-top: 18px;
}
.tsk .card .rtag.navy {
  color: var(--navy-bright);
} /* ===== WORKFLOW vertical stream ===== */
.tsk .wsteps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 54px;
}
.tsk .wstep2 {
  background: transparent;
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  padding: 24px 22px 4px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tsk .wstep2::before {
  content: "";
  position: absolute;
  top: -7px;
  inset-inline-start: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #143C30;
  border: 2px solid var(--lime);
}
.tsk .wstep2:nth-child(-n + 5) {
  grid-row: 1;
}
.tsk .wstep2:nth-child(n + 6) {
  grid-row: 2;
  margin-top: 40px;
}
.tsk .wstep2:nth-child(6) {
  grid-column: 5;
}
.tsk .wstep2:nth-child(7) {
  grid-column: 4;
}
.tsk .wstep2:nth-child(8) {
  grid-column: 3;
}
.tsk .wstep2:nth-child(9) {
  grid-column: 2;
}
.tsk .wstep2:nth-child(10) {
  grid-column: 1;
}
.tsk .wstep2:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 2px;
  height: calc(100% + 40px);
  background: rgba(255, 255, 255, 0.12);
}
.tsk .wstep2 .n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--lime);
  letter-spacing: -0.02em;
  line-height: 1;
}
.tsk .wstep2 .t {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin: 9px 0 12px;
  line-height: 1.22;
}
.tsk .wstep2 .r {
  align-self: flex-start;
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
  border: 1px solid var(--line2);
  padding: 3px 7px;
}
.tsk .wstep2 .r.admin {
  color: var(--navy-bright);
  border-color: var(--navy-line);
}
.tsk .wstep2 .r.od {
  color: var(--lime);
  border-color: rgba(177,235,27, 0.35);
} /* status + rules */
.tsk .flowrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 56px;
}
.tsk .flowchip {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C7C6C4;
  border: 1px solid var(--line2);
  padding: 9px 15px;
  background: var(--card);
}
.tsk .flowchip.end {
  color: var(--lime);
  border-color: rgba(177,235,27, 0.4);
}
.tsk .flowsep {
  color: var(--navy-bright);
  font-family: var(--font-mono);
}
.tsk .rules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 40px;
  max-width: 920px;
  margin-inline: auto;
}
.tsk .rule {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 20px 22px;
}
.tsk .rule .mk {
  flex: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.tsk .rule .mk::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 1.5px solid var(--lime);
  border-bottom: 1.5px solid var(--lime);
  transform: rotate(-45deg) translateY(-1px);
}
.tsk .rule p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #C7C6C4;
  margin: 0;
} /* ===== ENGINE ===== */
.tsk .eng-top {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}
.tsk .core {
  background: #143C30;
  border: 1px solid var(--line2);
  padding: 26px;
  box-shadow: 0 0 70px -16px rgba(46, 80, 153, 0.4);
}
.tsk .core-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}
.tsk .core-h b {
  color: var(--lime);
  font-weight: 500;
}
.tsk .core-levels {
  display: flex;
  gap: 8px;
  margin: 22px 0 20px;
}
.tsk .core-lv {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray);
  border: 1px solid var(--line);
  padding: 9px 0;
}
.tsk .core-lv.on {
  color: #000;
  background: var(--lime);
  border-color: var(--lime);
}
.tsk .core-bar {
  margin-bottom: 14px;
}
.tsk .core-bar .lab {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #C7C6C4;
  margin-bottom: 7px;
}
.tsk .core-bar .lab .pc {
  color: var(--lime);
}
.tsk .core-track {
  height: 7px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.tsk .core-track i {
  display: block;
  height: 100%;
  background: var(--lime);
}
.tsk .core-bar:nth-child(3) .core-track i {
  background: var(--navy-bright);
}
.tsk .core-sum {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--lime);
  text-transform: uppercase;
}
.tsk .core-sum .mk {
  width: 16px;
  height: 16px;
  border: 1px solid var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsk .core-sum .mk::after {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 1.4px solid var(--lime);
  border-bottom: 1.4px solid var(--lime);
  transform: rotate(-45deg) translateY(-1px);
}
.tsk .eng-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}
.tsk .eng-feat {
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 16px 18px;
}
.tsk .eng-feat .fic {
  width: 26px;
  height: 26px;
  flex: none;
  color: var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsk .eng-feat .fic svg {
  width: 18px;
  height: 18px;
}
.tsk .eng-feat span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15.5px;
  color: #fff;
} /* equation types + bands */
.tsk .subhead {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 72px 0 22px;
}
.tsk .eq-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line2);
}
.tsk .eq {
  display: grid;
  grid-template-columns: 150px 210px 1fr;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 24px 4px;
}
.tsk .eq .en {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.tsk .eq .ef {
  justify-self: start;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--navy-bright);
  letter-spacing: 0.02em;
  background: rgba(46, 80, 153, 0.12);
  border: 1px solid var(--navy-line);
  padding: 8px 13px;
}
.tsk .eq p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray);
  margin: 0;
}
.tsk .bands {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tsk .band {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-inline-start: 3px solid var(--lime);
  padding: 18px 24px;
}
.tsk .band:nth-child(2) {
  border-inline-start-color: var(--lime-alt);
}
.tsk .band:nth-child(3) {
  border-inline-start-color: var(--navy-bright);
}
.tsk .band:nth-child(4) {
  border-inline-start-color: var(--muted);
}
.tsk .band .rng {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
}
.tsk .band .out {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--gray);
} /* ===== SCENARIOS ===== */
.tsk .scenes {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 50px;
}
.tsk .scene {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 32px 30px;
}
.tsk .scene.b {
  border-color: var(--navy-line);
  background: linear-gradient(165deg, var(--navy-soft), var(--card) 60%);
}
.tsk .scene .sl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
}
.tsk .scene.b .sl {
  color: var(--navy-bright);
}
.tsk .scene h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin: 12px 0 16px;
}
.tsk .scene p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  margin: 0;
}
.tsk .scene-vs {
  align-self: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--muted);
} /* ===== reports / built-for ===== */
.tsk .rep-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 46px;
}
.tsk .rep {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 22px 24px;
}
.tsk .rep .mk {
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line2);
  color: var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsk .rep .mk svg {
  width: 16px;
  height: 16px;
}
.tsk .rep b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.tsk .rep span {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--gray);
} /* ===== roadmap ===== */
.tsk .road {
  background: radial-gradient(
    120% 90% at 85% -10%,
    rgba(46, 80, 153, 0.16),
    transparent 55%
  );
}
.tsk .road .card {
  border-top: 2px solid var(--navy-line);
}
.tsk .road .card .soon {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-bright);
  border: 1px solid var(--navy-line);
  padding: 4px 9px;
  margin-bottom: 18px;
} /* ===== CTA ===== */
.tsk .cta {
  text-align: center;
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.tsk .cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      60% 120% at 50% 0%,
      rgba(177,235,27, 0.08),
      transparent 60%
    ),
    radial-gradient(
      50% 120% at 50% 100%,
      rgba(46, 80, 153, 0.12),
      transparent 60%
    );
}
.tsk .cta-in {
  position: relative;
}
.tsk .cta h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 auto;
  max-width: 20ch;
  color: #fff;
}
.tsk .cta p {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--gray);
  margin: 18px auto 34px;
  max-width: 52ch;
}
.tsk .cta-ctas {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
} /* ===== footer ===== */
.tsk .foot {
  padding: 72px 0 40px;
}
.tsk .foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.tsk .foot-brand .lg {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  color: var(--lime);
}
.tsk .foot-brand p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 16px 0 0;
  max-width: 34ch;
}
.tsk .foot-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 16px;
}
.tsk .foot-col a {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 10px;
}
.tsk .foot-col a:hover {
  color: var(--lime);
}
.tsk .foot-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--muted);
} /* problem editorial */
.tsk .prob {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.tsk .prob-rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.tsk .prob-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  padding: 26px 2px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s ease;
}
.tsk .prob-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.tsk .prob-n {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--navy-bright);
}
.tsk .prob-row:nth-child(odd) .prob-n {
  color: var(--lime);
}
.tsk .prob-row h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  margin: 0 0 7px;
}
.tsk .prob-row p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray);
  margin: 0;
}
.tsk .prob-row .rtag {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-bright);
} /* problem picture grid */
.tsk .prob2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 46px;
}
.tsk .pcard2 {
  background: #fff;
  border: 1px solid #C7C6C4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 26px -16px rgba(20, 30, 60, 0.22);
}
.tsk .pcard2 .pic {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #C7C6C4;
}
.tsk .pcard2 .pb {
  padding: 22px 26px 26px;
}
.tsk .pcard2 .prow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}
.tsk .pcard2 .pn {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.tsk .pcard2 .ptag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f7d04;
}
.tsk .pcard2 h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #143C30;
  margin: 0 0 8px;
}
.tsk .pcard2 p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: #8A8987;
  margin: 0;
}
@container (max-width:760px) {
  .tsk .prob2 {
    grid-template-columns: 1fr;
  }
} /* solution bento */
.tsk .sol-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 46px;
  grid-auto-flow: row dense;
}
.tsk .sbx {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 188px;
}
.tsk .sbx[data-wide="true"] {
  grid-column: span 2;
}
.tsk .sbx[data-hi="true"] {
  background: var(--lime);
  border-color: var(--lime);
}
.tsk .sbx .sbic {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  margin-bottom: 20px;
}
.tsk .sbx[data-hi="true"] .sbic {
  border-color: rgba(26, 36, 0, 0.3);
  color: #1a2400;
}
.tsk .sbx .sbic svg {
  width: 19px;
  height: 19px;
}
.tsk .sbx h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  margin: 0 0 9px;
}
.tsk .sbx p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.56;
  color: var(--gray);
  margin: 0;
}
.tsk .sbx[data-hi="true"] h3 {
  color: #1a2400;
}
.tsk .sbx[data-hi="true"] p {
  color: #33450a;
} /* reports mosaic */
.tsk .rep-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 46px;
  grid-template-areas: "big big wide" "big big small" "cta cta cta";
}
.tsk .rmx {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 172px;
}
.tsk .rmx .rk {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-bright);
  margin-bottom: 12px;
}
.tsk .rmx h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
}
.tsk .rmx p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--gray);
  margin: 0;
}
.tsk .rmx.big {
  grid-area: big;
  justify-content: space-between;
}
.tsk .rmx.big h3 {
  font-size: 28px;
}
.tsk .rmx.wide {
  grid-area: wide;
}
.tsk .rmx.small {
  grid-area: small;
}
.tsk .rmx.cta {
  grid-area: cta;
  background: var(--lime);
  border-color: var(--lime);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: auto;
}
.tsk .rmx.cta h3 {
  color: #1a2400;
  margin: 0;
}
.tsk .rmx.cta .rk {
  color: #33450a;
  margin: 0 0 6px;
} /* built-for check list */
.tsk .bf {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.tsk .bf-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tsk .bf-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 22px 24px;
}
.tsk .bf-item .mk {
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--navy-line);
  color: var(--navy-bright);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsk .bf-item .mk svg {
  width: 17px;
  height: 17px;
}
.tsk .bf-item p {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
} /* roadmap horizontal timeline */
.tsk .road-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.tsk .road-line::before {
  content: "";
  position: absolute;
  top: 13px;
  inset-inline-start: 14px;
  inset-inline-end: calc(33.333% - 14px);
  height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--navy-bright));
}
.tsk .rl {
  position: relative;
}
.tsk .rl .rl-node {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #143C30;
  border: 2px solid var(--navy-bright);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.tsk .rl .rl-node::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--navy-bright);
}
.tsk .rl .soon {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-bright);
  border: 1px solid var(--navy-line);
  padding: 4px 9px;
  margin-bottom: 14px;
}
.tsk .rl h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
}
.tsk .rl p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.56;
  color: var(--gray);
  margin: 0;
} /* ===== responsive ===== */

@container (max-width:900px) {
  .tsk .nav-items {
    display: none;
  }
  .tsk .nav-demo {
    display: none;
  }
  .tsk .hamb {
    display: flex;
  }
  .tsk .hero-in,
  .tsk .eng-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tsk .prob,
  .tsk .bf {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .tsk .sol-bento {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .sbx[data-wide="true"] {
    grid-column: auto;
  }
  .tsk .rep-mosaic {
    grid-template-columns: 1fr;
    grid-template-areas: "big" "wide" "small" "cta";
  }
  .tsk .rmx.cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .tsk .bf-list {
    grid-template-columns: 1fr;
  }
  .tsk .road-line {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tsk .road-line::before {
    display: none;
  }
  .tsk .grid3,
  .tsk .grid4 {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .eq {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 22px 4px;
  }
  .tsk .rep-list,
  .tsk .rules,
  .tsk .grid2 {
    grid-template-columns: 1fr;
  }
  .tsk .scenes {
    grid-template-columns: 1fr;
  }
  .tsk .scene-vs {
    justify-self: center;
  }
  .tsk .wsteps {
    grid-template-columns: repeat(2, 1fr);
  }
  .tsk .wstep2:nth-child(n) {
    grid-column: auto !important;
  }
  .tsk .wstep2:nth-child(5)::after {
    display: none;
  }
  .tsk .foot-top {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .band {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }
}
@container (max-width:560px) {
  .tsk .wrap {
    padding: 0 22px;
  }
  .tsk .nav {
    padding: 0 22px;
  }
  .tsk .sec {
    padding: 84px 0;
  }
  .tsk .hstats {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .hstat:nth-child(2) {
    border-inline-end: 0;
  }
  .tsk .grid3,
  .tsk .grid4,
  .tsk .eq-grid,
  .tsk .foot-top {
    grid-template-columns: 1fr;
  }
  .tsk .hstat:nth-child(odd) {
    border-inline-end: 1px solid var(--line);
  }
}
.tsk .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.tsk .gallery image-slot {
  display: block;
  width: 100%;
  height: 210px;
  border: 1px solid var(--line);
}
.tsk .bf-photo {
  display: block;
  width: 100%;
  height: 230px;
  margin-top: 26px;
  border: 1px solid var(--line);
}
@container (max-width:760px) {
  .tsk .gallery {
    grid-template-columns: 1fr;
  }
} /* ===== ECOSYSTEM TOPBAR (ADD 1) ===== */
.tsk .ecobar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 40px;
  background: #0B241E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--gray);
}
.tsk .ecobar-l {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.tsk .ecobar-l b {
  color: #C7C6C4;
  font-weight: 600;
}
.tsk .ecobar .orbit {
  width: 14px;
  height: 14px;
  border: 1px solid var(--lime);
  border-radius: 50%;
  position: relative;
  flex: none;
}
.tsk .ecobar .orbit::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--lime);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsk .ecobar-r {
  color: var(--navy-bright);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
} /* ===== VISION 2030 BAND (ADD 2) ===== */
.tsk .vision {
  padding: 84px 0;
}
.tsk .vision-in {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: center;
}
.tsk .vtags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tsk .vtag {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: #C7C6C4;
  border: 1px solid var(--line2);
  padding: 13px 18px;
  background: var(--card);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.tsk .vtag:hover {
  border-color: rgba(177,235,27, 0.45);
}
.tsk .vtag .vti {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--lime);
  letter-spacing: 0.06em;
} /* ===== PLATFORM FEATURES BENTO (ADD 3) ===== */
.tsk .pf-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 50px;
}
.tsk .pf {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 28px 28px 26px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.tsk .pf.s3 {
  grid-column: span 3;
}
.tsk .pf.s2 {
  grid-column: span 2;
}
.tsk .pf.s6 {
  grid-column: span 6;
  min-height: auto;
}
.tsk .pf .pf-k {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-bright);
  margin-bottom: 14px;
}
.tsk .pf h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.tsk .pf p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--gray);
  margin: 0;
  max-width: 44ch;
}
.tsk .pf-viz {
  margin-top: auto;
  padding-top: 24px;
} /* tree */
.tsk .tree {
  position: relative;
}
.tsk .tn {
  position: relative;
  padding: 4px 0;
}
.tsk .tn.lv1 {
  padding-inline-start: 30px;
}
.tsk .tn.lv2 {
  padding-inline-start: 60px;
}
.tsk .tn.lv3 {
  padding-inline-start: 90px;
}
.tsk .tbox {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  color: #C7C6C4;
  border: 1px solid var(--line2);
  padding: 7px 13px;
  background: #143C30;
}
.tsk .tbox.lime {
  border-color: rgba(177,235,27, 0.45);
  color: var(--lime);
}
.tsk .tbox.dim {
  color: var(--gray);
  border-style: dashed;
  font-weight: 500;
}
.tsk .tn.lv1::before,
.tsk .tn.lv2::before,
.tsk .tn.lv3::before {
  content: "";
  position: absolute;
  top: -6px;
  height: calc(50% + 6px);
  width: 1px;
  background: var(--line2);
}
.tsk .tn.lv1::after,
.tsk .tn.lv2::after,
.tsk .tn.lv3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 1px;
  background: var(--line2);
}
.tsk .tn.lv1::before,
.tsk .tn.lv1::after {
  inset-inline-start: 15px;
}
.tsk .tn.lv2::before,
.tsk .tn.lv2::after {
  inset-inline-start: 45px;
}
.tsk .tn.lv3::before,
.tsk .tn.lv3::after {
  inset-inline-start: 75px;
} /* weight bars */
.tsk .wbars {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.tsk .wbar {
  display: grid;
  grid-template-columns: 108px 1fr 42px;
  gap: 14px;
  align-items: center;
}
.tsk .wbar .wl {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #C7C6C4;
}
.tsk .wbar .wt {
  height: 7px;
  background: rgba(255, 255, 255, 0.07);
}
.tsk .wbar .wt i {
  display: block;
  height: 100%;
  background: var(--lime);
}
.tsk .wbar.navy .wt i {
  background: var(--navy-bright);
}
.tsk .wbar .wp {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-align: end;
}
.tsk .wsum {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
} /* categories */
.tsk .cats {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.tsk .cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line2);
  padding: 11px 14px;
  background: #143C30;
}
.tsk .cat .cn {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13.5px;
  color: #C7C6C4;
}
.tsk .cat.lead {
  border-color: rgba(91, 134, 223, 0.4);
}
.tsk .cat.uniq {
  border-color: rgba(177,235,27, 0.4);
}
.tsk .cat .cprof {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 18px;
}
.tsk .cat .cprof i {
  width: 6px;
  background: var(--muted);
}
.tsk .cat.lead .cprof i {
  background: var(--navy-bright);
}
.tsk .cat.uniq .cprof i {
  background: var(--lime);
} /* scenario compare */
.tsk .scomp {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}
.tsk .scol {
  border: 1px solid var(--line2);
  padding: 12px 13px;
  background: #143C30;
}
.tsk .scol.on {
  border-color: rgba(177,235,27, 0.45);
  background: rgba(177,235,27, 0.05);
}
.tsk .scol .st {
  display: block;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 10px;
}
.tsk .scol.on .st {
  color: var(--lime);
}
.tsk .sbars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 34px;
}
.tsk .sbars i {
  flex: 1;
  background: var(--muted);
}
.tsk .scol.on .sbars i {
  background: var(--lime);
}
.tsk .svs {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  color: var(--muted);
} /* audit log */
.tsk .alog {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tsk .alog-row {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line2);
  padding: 11px 13px;
  background: #143C30;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: #C7C6C4;
}
.tsk .alog-row .adot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  flex: none;
}
.tsk .alog-row.dim {
  color: var(--gray);
}
.tsk .alog-row.dim .adot {
  background: var(--muted);
}
.tsk .alog-row .atxt {
  flex: 1;
}
.tsk .alog-row .atxt b {
  color: var(--lime);
  font-weight: 500;
}
.tsk .alog-row .aflag {
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: #000;
  background: var(--lime);
  padding: 3px 7px;
}
.tsk .alog-row .atime {
  color: var(--muted);
} /* secure reports (wide) */
.tsk .pf.s6 .pf-row {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tsk .pf.s6 .pf-row .pf-txt {
  flex: 1;
  min-width: 240px;
}
.tsk .seclink {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #C7C6C4;
  border: 1px solid var(--line2);
  padding: 13px 16px;
  background: #143C30;
}
.tsk .seclink .lock {
  width: 13px;
  height: 13px;
  border: 1.5px solid var(--lime);
  border-radius: 2px;
  position: relative;
  flex: none;
  margin-top: -2px;
}
.tsk .seclink .lock::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 6px;
  border: 1.5px solid var(--lime);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.tsk .seclink .secok {
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: #000;
  background: var(--lime);
  padding: 3px 7px;
} /* platform card illustrations */
.tsk .pf-ill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 24px;
  min-height: 150px;
}
.tsk .pf-ill svg {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 178px;
  overflow: visible;
}.tsk .pf-ill img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 178px;
  object-fit: contain;
}
.tsk .pf.s6 .pf-row {
  align-items: center;
}
.tsk .pf.s6 .pf-ill-wide {
  flex: 0 0 250px;
  min-height: 0;
  padding-top: 0;
  margin-top: 0;
}
.tsk .pf.s6 .pf-ill-wide svg,
.tsk .pf.s6 .pf-ill-wide img {
  max-width: 250px;
  max-height: 150px;
} /* ===== WORKFLOW 4-STEP (CHANGE 1), light ===== */
.tsk .wf4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 56px;
  position: relative;
}
.tsk .wf4::before {
  content: "";
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  inset-inline-end: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--navy), #9ab0e0 60%, var(--lime));
  opacity: 0.6;
}
.tsk .wstep {
  position: relative;
}
.tsk .wnode {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  box-shadow: 0 6px 16px -8px rgba(20, 30, 60, 0.4);
}
.tsk .wstep:last-child .wnode {
  border-color: #7e9a2e;
  color: #5f7d04;
}
.tsk .wrole {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid;
  margin-bottom: 13px;
}
.tsk .wrole[data-r="admin"] {
  color: var(--navy);
  border-color: rgba(46, 80, 153, 0.5);
}
.tsk .wrole[data-r="od"] {
  color: #5f7d04;
  border-color: rgba(120, 170, 0, 0.55);
}
.tsk .wrole[data-r="engine"] {
  color: #33450a;
  background: var(--lime);
  border-color: var(--lime);
}
.tsk .wstep h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: #143C30;
  margin: 0 0 9px;
  letter-spacing: -0.01em;
}
.tsk .wstep p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: #8A8987;
  margin: 0;
} /* ===== STATS BAND (ADD 4) ===== */
.tsk .statsband {
  padding: 62px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #0B241E, #0B241E);
  position: relative;
  overflow: hidden;
}
.tsk .statsband::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(46, 80, 153, 0.18), transparent 70%);
  pointer-events: none;
}
.tsk .sb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.tsk .sb-item {
  text-align: center;
  padding: 8px 22px;
  border-inline-end: 1px solid var(--line);
}
.tsk .sb-item:last-child {
  border-inline-end: 0;
}
.tsk .sb-v {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 62px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--lime);
}
.tsk .sb-item:nth-child(2) .sb-v,
.tsk .sb-item:nth-child(4) .sb-v {
  color: var(--navy-bright);
}
.tsk .sb-d {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--gray);
  margin-top: 14px;
} /* ===== WHO / VALUE ===== */
.tsk .fv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 52px;
}
.tsk .fv-col {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 34px 32px;
}
.tsk .fv-col.val {
  border-top: 2px solid var(--lime);
}
.tsk .fv-col.who {
  border-top: 2px solid var(--navy-line);
}
.tsk .fv-h {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin: 0 0 8px;
}
.tsk .fv-col.who .fv-h {
  color: var(--navy-bright);
}
.tsk .fv-sub {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--muted);
  margin: 0 0 20px;
}
.tsk .fv-list {
  display: flex;
  flex-direction: column;
}
.tsk .fv-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.tsk .fv-item:first-child {
  border-top: 0;
}
.tsk .fv-ic {
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line2);
  color: var(--navy-bright);
}
.tsk .fv-ic svg {
  width: 18px;
  height: 18px;
}
.tsk .fv-tick {
  flex: none;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lime);
  color: var(--lime-ink);
  margin-top: 2px;
}
.tsk .fv-tick svg {
  width: 12px;
  height: 12px;
}
.tsk .fv-txt {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.5;
  color: #e7e9ef;
}
@media (max-width: 820px) {
  .tsk .fv-grid {
    grid-template-columns: 1fr;
  }
} /* ===== AI-POWERED FEATURES (futuristic) ===== */
.tsk .aifsec {
  position: relative;
  overflow: hidden;
  background: #05070f;
}
.tsk .aifsec::before {
  content: "";
  position: absolute;
  inset: -25%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
      38% 40% at 18% 26%,
      rgba(168, 85, 247, 0.2),
      transparent 62%
    ),
    radial-gradient(
      40% 42% at 82% 20%,
      rgba(34, 211, 238, 0.18),
      transparent 62%
    ),
    radial-gradient(
      46% 48% at 62% 92%,
      rgba(177,235,27, 0.15),
      transparent 62%
    ),
    radial-gradient(
      40% 40% at 30% 82%,
      rgba(59, 130, 246, 0.16),
      transparent 62%
    );
  filter: blur(26px);
  animation: aidrift 18s ease-in-out infinite alternate;
}
.tsk .aifsec > .grid-ov {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask: radial-gradient(72% 62% at 50% 42%, #000, transparent 82%);
  mask: radial-gradient(72% 62% at 50% 42%, #000, transparent 82%);
}
.tsk .aifsec .wrap {
  position: relative;
  z-index: 1;
}
@keyframes aidrift {
  0% {
    transform: translate3d(-3%, -2%, 0) scale(1);
  }
  50% {
    transform: translate3d(3%, 2%, 0) scale(1.06);
  }
  100% {
    transform: translate3d(-2%, 3%, 0) scale(1);
  }
}
.tsk .aif-gradtext {
  background: linear-gradient(90deg, #B1EB1B, #22d3ee, #a855f7, #B1EB1B);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: aishift 6s linear infinite;
}
@keyframes aishift {
  to {
    background-position: 220% 0;
  }
}
.tsk .aif-soon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 15px 8px 13px;
  border-radius: 999px;
  position: relative;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(177,235,27, 0.1),
    rgba(34, 211, 238, 0.1),
    rgba(168, 85, 247, 0.1)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dfffa0;
}
.tsk .aif-soon .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #B1EB1B;
  box-shadow: 0 0 0 0 rgba(177,235,27, 0.6);
  animation: soonPulse 2.2s ease-out infinite;
}
@keyframes soonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(177,235,27, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(177,235,27, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(177,235,27, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsk .aif-soon .dot {
    animation: none;
  }
}
.tsk .aif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 52px;
}
.tsk .aif-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.35s ease;
}
.tsk .aif-card::before {
  content: "";
  position: absolute;
  inset: -70%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    #B1EB1B,
    #22d3ee,
    #3b82f6,
    #a855f7,
    #B1EB1B
  );
  animation: aispin 7s linear infinite;
  opacity: 0.42;
  transition: opacity 0.35s ease;
}
.tsk .aif-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(160deg, #0B241E, #0B241E);
}
.tsk .aif-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 62px -30px rgba(90, 130, 255, 0.6);
}
.tsk .aif-card:hover::before {
  opacity: 0.95;
}
@keyframes aispin {
  to {
    transform: rotate(1turn);
  }
}
.tsk .aif-in {
  position: relative;
  z-index: 2;
  padding: 32px 30px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tsk .aif-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.tsk .aif-ic {
  flex: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: linear-gradient(150deg, #B1EB1B, #22d3ee 55%, #a855f7);
  box-shadow: 0 10px 26px -8px rgba(80, 180, 255, 0.6);
}
.tsk .aif-ic svg {
  width: 26px;
  height: 26px;
  stroke: #0B241E;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tsk .aif-no {
  margin-inline-start: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.32);
}
.tsk .aif-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.tsk .aif-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.55;
  color: #C7C6C4;
  margin: 0 0 22px;
}
.tsk .aif-take {
  margin-top: auto;
  position: relative;
  padding: 14px 16px 14px 20px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(177,235,27, 0.09),
    rgba(168, 85, 247, 0.09)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tsk .aif-take .bar {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #B1EB1B, #22d3ee, #a855f7);
}
.tsk .aif-take em {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 600;
  background: linear-gradient(90deg, #dfffa0, #8fe9ff, #d7b3ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tsk .aif-take .sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 30%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  pointer-events: none;
}
.tsk .aif-card:hover .aif-take .sweep {
  animation: aisweep 1.1s ease;
}
@keyframes aisweep {
  to {
    transform: translateX(120%);
  }
}
@media (max-width: 820px) {
  .tsk .aif-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsk .aifsec::before,
  .tsk .aif-card::before,
  .tsk .aif-gradtext {
    animation: none;
  }
} /* ===== 9-BOX GRID ===== */
.tsk .nine-wrap {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 44px;
  margin-top: 52px;
  align-items: start;
}
.tsk .nine-box {
  display: grid;
  grid-template-columns: 26px auto 1fr;
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "ytitle rows grid" ". . cols" ". . xtitle";
  gap: 10px 12px;
}
.tsk .nb-ytitle {
  grid-area: ytitle;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  justify-self: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime-alt);
}
.tsk .nb-rows {
  grid-area: rows;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.tsk .nb-rows span {
  display: flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.tsk .nb-grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.tsk .nb-cols {
  grid-area: cols;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.tsk .nb-cols span {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.tsk .nb-xtitle {
  grid-area: xtitle;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy-bright);
}
.tsk .nb-cell {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  padding: 15px 15px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 108px;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.25s ease, background 0.25s ease;
}
.tsk .nb-cell:hover {
  transform: translateY(-3px);
  border-color: var(--line2);
}
.tsk .nb-n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}
.tsk .nb-n em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  margin-inline-start: 5px;
}
.tsk .nb-q {
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.3;
  color: var(--gray);
  margin-top: 10px;
}
.tsk .nb-cell.hi {
  background: linear-gradient(
    160deg,
    rgba(177,235,27, 0.15),
    rgba(177,235,27, 0.03)
  );
  border-color: rgba(177,235,27, 0.42);
}
.tsk .nb-cell.hi .nb-n {
  color: var(--lime);
}
.tsk .nb-cell.mid {
  border-color: rgba(91, 134, 223, 0.32);
}
.tsk .nb-cell.lo {
  background: #0e1220;
}
.tsk .nb-cell.lo .nb-n {
  color: var(--muted);
}
.tsk .nine-side {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 34px 32px;
}
.tsk .nine-side h3 {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lime);
  margin: 0 0 16px;
}
.tsk .nine-side h3.n2 {
  margin-top: 30px;
  color: var(--navy-bright);
}
.tsk .nine-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tsk .nine-side li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: #C7C6C4;
}
.tsk .nine-side li::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  background: var(--lime);
  transform: rotate(45deg);
}
.tsk .nine-side h3.n2 ~ ul li::before,
.tsk .nine-use li::before {
  background: var(--navy-bright);
}
@media (max-width: 900px) {
  .tsk .nine-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 560px) {
  .tsk .nb-cell {
    min-height: 92px;
    padding: 12px;
  }
  .tsk .nb-n {
    font-size: 24px;
  }
  .tsk .nb-q {
    font-size: 11px;
  }
} /* ===== AI CV MATCHING (ADD 5), light ===== */
.tsk .aicv {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}
.tsk .aipts {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tsk .aipts li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: #1A5648;
  line-height: 1.4;
}
.tsk .aipts .ack {
  flex: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.tsk .aipts .ack::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: rotate(-45deg) translateY(-1px);
}
.tsk .cvpanel {
  background: #0B241E;
  border: 1px solid var(--line2);
  box-shadow: 0 34px 70px -30px rgba(20, 30, 60, 0.55);
}
.tsk .cvtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.tsk .cvtop-l {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tsk .cvlogo {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(177,235,27, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  color: var(--lime);
}
.tsk .cvtop-l b {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.tsk .cvtop-l s {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  text-decoration: none;
  margin-top: 3px;
  letter-spacing: 0.04em;
}
.tsk .cvjd {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--navy-bright);
  border: 1px solid var(--navy-line);
  padding: 7px 11px;
  white-space: nowrap;
}
.tsk .cvjd .jdk {
  color: var(--muted);
}
.tsk .cvfiles {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
}
.tsk .cvfile {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: #C7C6C4;
  border: 1px solid var(--line2);
  padding: 5px 9px;
  background: #143C30;
}
.tsk .cvfile .fic {
  width: 9px;
  height: 12px;
  border: 1px solid var(--gray);
  position: relative;
  flex: none;
}
.tsk .cvfile .fic::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 1px;
  background: var(--gray);
  box-shadow: 0 3px 0 var(--gray);
}
.tsk .cvfile.more {
  color: var(--muted);
  border-style: dashed;
}
.tsk .cvprog {
  margin-inline-start: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lime);
}
.tsk .cvprog::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 7px 1px var(--lime);
}
.tsk .cvlist {
  padding: 6px 14px;
}
.tsk .cvc {
  display: grid;
  grid-template-columns: 18px 40px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 6px;
  border-bottom: 1px solid var(--line);
}
.tsk .cvc:last-child {
  border-bottom: 0;
}
.tsk .cvc[data-top="true"] {
  margin: 6px -8px;
  padding: 16px 14px;
  background: rgba(177,235,27, 0.05);
  border: 1px solid rgba(177,235,27, 0.28);
}
.tsk .cvc-rank {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
.tsk .cvc[data-top="true"] .cvc-rank {
  color: var(--lime);
}
.tsk .cvc-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--card2);
  border: 1px solid var(--line2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--gray);
  flex: none;
}
.tsk .cvc[data-top="true"] .cvc-av {
  border-color: rgba(177,235,27, 0.45);
  color: var(--lime);
}
.tsk .cvc-head {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}
.tsk .cvc-head b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}
.tsk .cvc-role {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--gray);
}
.tsk .cvc-tag {
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  background: var(--lime);
  padding: 2px 6px;
}
.tsk .cvc-attrs {
  display: flex;
  gap: 16px;
  margin-top: 11px;
}
.tsk .attr {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  max-width: 92px;
}
.tsk .attr i {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.tsk .attr i em {
  font-style: normal;
  color: #C7C6C4;
}
.tsk .attr .bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  display: block;
}
.tsk .attr .bar u {
  display: block;
  height: 100%;
  background: var(--navy-bright);
}
.tsk .cvc[data-top="true"] .attr .bar u {
  background: var(--lime);
}
.tsk .cvc-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.tsk .ring {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  --rc: var(--navy-bright);
  background: conic-gradient(
    var(--rc) calc(var(--p) * 1%),
    rgba(255, 255, 255, 0.08) 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tsk .ring::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #0B241E;
}
.tsk .ring span {
  position: relative;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.tsk .ring s {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  margin-top: 1px;
}
.tsk .cvc[data-top="true"] .ring {
  --rc: var(--lime);
}
.tsk .cvc[data-top="true"] .ring span {
  color: var(--lime);
}
.tsk .cvfoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
}
.tsk .cvfoot .fl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}
.tsk .cvfoot .fr {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11.5px;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tsk .cvfoot .fr .arr {
  width: 6px;
  height: 6px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
} /* ===== NOVA ECOSYSTEM (ADD 6) ===== */
.tsk .eco {
  margin-top: 54px;
}
.tsk .eco-mods {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.tsk .emod {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 26px 24px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 166px;
}
.tsk .emod[data-cur="true"] {
  border-color: rgba(177,235,27, 0.5);
  background: linear-gradient(165deg, rgba(177,235,27, 0.07), var(--card) 62%);
}
.tsk .emod-mk {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--navy-bright);
}
.tsk .emod[data-cur="true"] .emod-mk {
  color: var(--lime);
}
.tsk .emod h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 13px 0 8px;
}
.tsk .emod p {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--gray);
  margin: 0;
}
.tsk .emod .here {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  background: var(--lime);
  padding: 3px 7px;
}
.tsk .emod::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 1px;
  height: 26px;
  background: var(--line2);
}
.tsk .emod[data-cur="true"]::after {
  background: rgba(177,235,27, 0.5);
}
.tsk .eco-base {
  margin-top: 26px;
  border: 1px solid var(--line2);
  background: linear-gradient(180deg, #143C30, #0B241E);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
}
.tsk .eco-base-t {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  text-align: center;
} /* ===== DEMO REQUEST + FORM (ADD 7), light ===== */ /* ===== GET A DEMO MODAL ===== */

@keyframes dmin {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tsk .dmodal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.tsk .dmodal[data-open="true"] {
  display: flex;
}
.tsk .dmodal-back {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.tsk .dmodal-box {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background: var(--nova-ink-1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 70px 140px -50px #000;
  animation: dmin 0.26s cubic-bezier(0.2, 0.7, 0.2, 1);
  padding: 40px 40px 36px;
}
.tsk .dmodal-close {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tsk .dmodal-close:hover {
  border-color: var(--lime);
  color: var(--lime);
}
.tsk .dmodal-hd h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.tsk .dmodal-lead {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray);
  margin: 0 0 26px;
  max-width: 48ch;
}
.tsk .dform2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tsk .dfield {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.tsk .dfield-full {
  grid-column: 1 / -1;
}
.tsk .dlabel {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  color: var(--gray);
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.tsk .dlabel em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted);
  font-size: 11.5px;
}
.tsk .dform2 input,
.tsk .dform2 select,
.tsk .dform2 textarea {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px 14px;
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.tsk .dform2 textarea {
  resize: vertical;
  min-height: 74px;
}
.tsk .dform2 input::placeholder,
.tsk .dform2 textarea::placeholder {
  color: var(--muted);
}
.tsk .dform2 input:focus,
.tsk .dform2 select:focus,
.tsk .dform2 textarea:focus {
  border-color: var(--lime);
}
.tsk .dform2 select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.tsk .dform2 select option {
  background: var(--nova-ink-1);
  color: #fff;
}
.tsk .dchips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.tsk .dchip {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--gray);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tsk .dchip:hover {
  border-color: rgba(177,235,27, 0.5);
  color: #fff;
}
.tsk .dchip[data-on="true"] {
  background: var(--lime);
  border-color: var(--lime);
  color: #1a2400;
}
.tsk .dform2-submit {
  grid-column: 1 / -1;
  margin-top: 6px;
  justify-content: center;
}
.tsk .dsuccess2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 34px 10px 22px;
  gap: 14px;
}
.tsk .dcheck2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--lime);
  position: relative;
  flex: none;
}
.tsk .dcheck2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 12px;
  height: 22px;
  border-right: 3px solid #1a2400;
  border-bottom: 3px solid #1a2400;
  transform: translate(-50%, -55%) rotate(45deg);
}
.tsk .dsuccess2 h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.tsk .dsuccess2 p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--gray);
  margin: 0;
  max-width: 38ch;
}
.tsk .fb-cta {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media (max-width: 560px) {
  .tsk .dform2 {
    grid-template-columns: 1fr;
  }
  .tsk .dmodal-box {
    padding: 32px 22px 28px;
  }
}
.tsk .demo-l {
  position: sticky;
  top: 96px;
}
.tsk .demosec .demo {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: start;
}
.tsk .reassure {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tsk .reassure li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-family: var(--font-body);
  font-size: 15px;
  color: #337065;
  line-height: 1.4;
}
.tsk .reassure .rck {
  flex: none;
  width: 22px;
  height: 22px;
  border: 1px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.reassure .rck svg{
  display: none!important;
}
.tsk .reassure .rck::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: rotate(-45deg) translateY(-1px);
}
.tsk .dform {
  background: #fff;
  border: 1px solid #C7C6C4;
  box-shadow: 0 24px 54px -24px rgba(20, 30, 60, 0.3);
  padding: 34px 34px 36px;
}
.tsk .dform h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: #143C30;
  margin: 0 0 6px;
}
.tsk .dnote {
  font-family: var(--font-body);
  font-size: 14px;
  color: #8A8987;
  margin: 0 0 24px;
}
.tsk .df-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tsk .df {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tsk .df.df-full {
  grid-column: 1 / -1;
}
.tsk .df span {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8A8987;
}
.tsk .df input,
.tsk .df select,
.tsk .df textarea {
  font-family: var(--font-body);
  font-size: 14px;
  color: #143C30;
  background: #f7f9fc;
  border: 1px solid #C7C6C4;
  padding: 12px 13px;
  outline: none;
  transition: border-color 0.15s ease;
  width: 100%;
}
.tsk .df input:focus,
.tsk .df select:focus,
.tsk .df textarea:focus {
  border-color: var(--navy);
}
.tsk .df textarea {
  resize: vertical;
}
.tsk .df-submit {
  margin-top: 22px;
  width: 100%;
}
.tsk .dsuccess {
  text-align: center;
  padding: 46px 14px;
}
.tsk .dcheck {
  width: 58px;
  height: 58px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tsk .dcheck::after {
  content: "";
  width: 19px;
  height: 11px;
  border-left: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  transform: rotate(-45deg) translateY(-2px);
}
.tsk .dsuccess h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 23px;
  color: #143C30;
  margin: 0 0 9px;
}
.tsk .dsuccess p {
  font-family: var(--font-body);
  font-size: 15px;
  color: #8A8987;
  margin: 0 auto;
  max-width: 34ch;
  line-height: 1.5;
}

@container (max-width:900px) {
  .tsk .vision-in,
  .tsk .aicv,
  .tsk .demosec .demo {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .tsk .demo-l {
    position: static;
  }
  .tsk .pf-bento {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .pf.s3,
  .tsk .pf.s2,
  .tsk .pf.s6 {
    grid-column: auto;
  }
  .tsk .wf4 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 26px;
  }
  .tsk .wf4::before {
    display: none;
  }
  .tsk .eco-mods {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .emod::after {
    display: none;
  }
}
@container (max-width:560px) {
  .tsk .ecobar-r {
    display: none;
  }
  .tsk .ecobar {
    padding: 9px 22px;
  }
  .tsk .pf-bento,
  .tsk .eco-mods,
  .tsk .wf4,
  .tsk .df-grid {
    grid-template-columns: 1fr;
  }
  .tsk .sb-row {
    grid-template-columns: 1fr 1fr;
  }
  .tsk .sb-item:nth-child(2) {
    border-inline-end: 0;
  }
  .tsk .sb-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
} /* ============================================================
     MOTION SYSTEM, scroll reveal, landing entrance, hover
     ============================================================ */

@property --p {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
} /* scroll reveal (fade-up) */
.tsk [data-reveal] {
  opacity: 0;
  transform: translateY(58px) scale(0.955);
  filter: blur(7px);
  transition: opacity 0.85s ease,
    transform 0.95s cubic-bezier(0.2, 0.85, 0.28, 1.02), filter 0.8s ease;
}
.tsk [data-reveal].in {
  opacity: 1;
  transform: none;
  filter: none;
}
.tsk .reveal-stagger > * {
  opacity: 0;
  transform: translateY(50px) scale(0.965);
  filter: blur(5px);
  transition: opacity 0.8s ease,
    transform 0.85s cubic-bezier(0.2, 0.85, 0.28, 1.02), filter 0.75s ease;
}
.tsk .reveal-stagger.in > * {
  opacity: 1;
  transform: none;
  filter: none;
}
.tsk .reveal-stagger.in > *:nth-child(1) {
  transition-delay: 0.04s;
}
.tsk .reveal-stagger.in > *:nth-child(2) {
  transition-delay: 0.1s;
}
.tsk .reveal-stagger.in > *:nth-child(3) {
  transition-delay: 0.16s;
}
.tsk .reveal-stagger.in > *:nth-child(4) {
  transition-delay: 0.22s;
}
.tsk .reveal-stagger.in > *:nth-child(5) {
  transition-delay: 0.28s;
}
.tsk .reveal-stagger.in > *:nth-child(6) {
  transition-delay: 0.34s;
}
.tsk .reveal-stagger.in > *:nth-child(7) {
  transition-delay: 0.4s;
}
.tsk .reveal-stagger.in > *:nth-child(8) {
  transition-delay: 0.46s;
} /* hero landing entrance */

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tsk .hero .hero-status {
  opacity: 0;
  animation: riseIn 0.7s cubic-bezier(0.16, 0.8, 0.3, 1) 0.06s forwards;
}
.tsk .hero h1 {
  opacity: 0;
  animation: riseIn 0.85s cubic-bezier(0.16, 0.8, 0.3, 1) 0.15s forwards;
}
.tsk .hero .hero-sub {
  opacity: 0;
  animation: riseIn 0.85s cubic-bezier(0.16, 0.8, 0.3, 1) 0.26s forwards;
}
.tsk .hero .hero-ctas {
  opacity: 0;
  animation: riseIn 0.85s cubic-bezier(0.16, 0.8, 0.3, 1) 0.37s forwards;
}
.tsk .hero .hero-vid-head {
  opacity: 0;
  animation: riseIn 0.85s cubic-bezier(0.16, 0.8, 0.3, 1) 0.48s forwards;
}
.tsk .hero .hero-video {
  opacity: 0;
  animation: riseIn 0.95s cubic-bezier(0.16, 0.8, 0.3, 1) 0.56s forwards;
}
.tsk .hero .hero-strip {
  opacity: 0;
  animation: riseIn 0.95s cubic-bezier(0.16, 0.8, 0.3, 1) 0.66s forwards;
} /* live pulse */

@keyframes livepulse {
  0%,
  100% {
    box-shadow: 0 0 7px 1px var(--lime);
  }
  50% {
    box-shadow: 0 0 13px 3px var(--lime);
  }
}
.tsk .hero-status .dot {
  animation: livepulse 1.9s ease-in-out infinite;
}
.tsk .cvprog::before {
  animation: livepulse 1.6s ease-in-out infinite;
} /* illustration fills, keyframe animations (reliable even when triggered off-screen) */

@keyframes barX {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes barY {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes tnIn {
  from {
    opacity: 0;
    transform: translateX(-14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes ringFill {
  from {
    --p: 0;
  }
  to {
    --p: var(--pf);
  }
}
@keyframes eq {
  0%,
  100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes flagpulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes dotpulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(177,235,27, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(177,235,27, 0);
  }
}
.tsk .wbar .wt i {
  transform-origin: left;
  transform: scaleX(0);
}
.tsk .pf-bento.in .wbar .wt i {
  animation: barX 0.9s cubic-bezier(0.16, 0.8, 0.3, 1) forwards;
}
.tsk .pf-bento.in .wbar:nth-child(1) .wt i {
  animation-delay: 0.25s;
}
.tsk .pf-bento.in .wbar:nth-child(2) .wt i {
  animation-delay: 0.38s;
}
.tsk .pf-bento.in .wbar:nth-child(3) .wt i {
  animation-delay: 0.51s;
}
.tsk .pf-bento.in .wbar:nth-child(4) .wt i {
  animation-delay: 0.64s;
}
.tsk .cat .cprof i {
  transform-origin: bottom;
  transform: scaleY(0);
}
.tsk .pf-bento.in .cat .cprof i {
  animation: barY 0.6s cubic-bezier(0.2, 0.85, 0.28, 1.02) forwards;
}
.tsk .pf-bento.in .cat:nth-child(2) .cprof i {
  animation-delay: 0.12s;
}
.tsk .pf-bento.in .cat:nth-child(3) .cprof i {
  animation-delay: 0.24s;
}
.tsk .sbars i {
  transform-origin: bottom;
  transform: scaleY(0);
}
.tsk .pf-bento.in .scol:not(.on) .sbars i {
  animation: barY 0.65s cubic-bezier(0.2, 0.85, 0.28, 1.02) forwards;
}
.tsk .pf-bento.in .scol.on .sbars i {
  animation: barY 0.6s cubic-bezier(0.2, 0.85, 0.28, 1.02) forwards,
    eq 1.8s ease-in-out infinite 1.15s;
}
.tsk .tree .tn {
  opacity: 0;
}
.tsk .pf-bento.in .tree .tn {
  animation: tnIn 0.55s cubic-bezier(0.2, 0.85, 0.28, 1.02) forwards;
}
.tsk .pf-bento.in .tree .tn:nth-child(1) {
  animation-delay: 0.18s;
}
.tsk .pf-bento.in .tree .tn:nth-child(2) {
  animation-delay: 0.34s;
}
.tsk .pf-bento.in .tree .tn:nth-child(3) {
  animation-delay: 0.5s;
}
.tsk .pf-bento.in .tree .tn:nth-child(4) {
  animation-delay: 0.66s;
}
.tsk .attr .bar u {
  transform-origin: left;
  transform: scaleX(0);
}
.tsk .cvpanel.in .attr .bar u {
  animation: barX 0.9s cubic-bezier(0.16, 0.8, 0.3, 1) 0.25s forwards;
}
.tsk .ring {
  --p: 0;
}
.tsk .cvpanel.in .ring {
  animation: ringFill 1.1s cubic-bezier(0.16, 0.8, 0.3, 1) 0.3s forwards;
} /* platform live accents */
.tsk .pf-bento.in .aflag {
  animation: flagpulse 1.7s ease-in-out infinite 0.9s;
}
.tsk .pf-bento.in .alog-row:not(.dim) .adot {
  animation: dotpulse 1.8s ease-in-out infinite 1s;
} /* hover motion, cards & illustrations */
.tsk .pf {
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.3s ease, background 0.3s ease;
}
.tsk .pf:hover {
  transform: translateY(-5px);
  border-color: rgba(177,235,27, 0.32);
  background: #1A5648;
}
.tsk .tbox {
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tsk .pf:hover .tbox.lime {
  transform: translateX(3px);
}
.tsk .cat {
  transition: transform 0.22s ease, border-color 0.22s ease,
    background 0.22s ease;
}
.tsk .cat:hover {
  transform: translateX(4px);
  background: #11182b;
}
.tsk .scol {
  transition: border-color 0.25s ease, background 0.25s ease,
    transform 0.25s ease;
}
.tsk .scol:hover {
  transform: translateY(-3px);
}
.tsk .alog-row {
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.tsk .alog-row:hover {
  transform: translateX(3px);
  border-color: rgba(177,235,27, 0.3);
}
.tsk .seclink {
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.tsk .seclink:hover {
  border-color: rgba(177,235,27, 0.45);
  transform: translateY(-2px);
}
.tsk .pcard2 {
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.35s ease;
}
.tsk .pcard2:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 50px -22px rgba(20, 30, 60, 0.42);
}
.tsk .pcard2 .pic {
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.tsk .pcard2:hover .pic {
  transform: scale(1.06);
}
.tsk .vtag {
  transition: transform 0.2s ease, border-color 0.15s ease, color 0.15s ease,
    background 0.2s ease;
}
.tsk .vtag:hover {
  transform: translateY(-3px);
  background: rgba(177,235,27, 0.06);
  color: #fff;
}
.tsk .wstep {
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.tsk .wstep:hover {
  transform: translateY(-4px);
}
.tsk .wnode {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.tsk .wstep:hover .wnode {
  transform: scale(1.09);
  box-shadow: 0 0 0 6px rgba(46, 80, 153, 0.12),
    0 8px 18px -8px rgba(20, 30, 60, 0.5);
}
.tsk .sb-v {
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.tsk .sb-item:hover .sb-v {
  transform: scale(1.07);
  text-shadow: 0 0 28px rgba(177,235,27, 0.45);
}
.tsk .sb-item:nth-child(2):hover .sb-v,
.tsk .sb-item:nth-child(4):hover .sb-v {
  text-shadow: 0 0 28px rgba(91, 134, 223, 0.5);
}
.tsk .emod {
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.3s ease, background 0.3s ease;
}
.tsk .emod:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 134, 223, 0.55);
}
.tsk .emod[data-cur="true"]:hover {
  border-color: rgba(177,235,27, 0.65);
}
.tsk .cvc {
  transition: background 0.25s ease;
}
.tsk .cvc:not([data-top="true"]):hover {
  background: rgba(255, 255, 255, 0.035);
}
.tsk .cvc-av {
  transition: transform 0.25s ease;
}
.tsk .cvc:hover .cvc-av {
  transform: scale(1.07);
}
.tsk .cvfile {
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.tsk .cvfile:hover {
  transform: translateY(-2px);
  border-color: rgba(177,235,27, 0.4);
  color: #fff;
}
.tsk .cvfoot .fr {
  cursor: pointer;
  transition: gap 0.18s ease;
}
.tsk .cvfoot .fr:hover {
  gap: 12px;
}
.tsk .reassure li {
  transition: transform 0.2s ease;
}
.tsk .reassure li:hover {
  transform: translateX(4px);
}
.tsk .reassure li:hover .rck {
  background: var(--navy);
}
.tsk .reassure .rck {
  transition: background 0.2s ease;
}
.tsk .reassure li:hover .rck::after {
  border-color: #fff;
}
.tsk .df input,
.tsk .df select,
.tsk .df textarea {
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tsk .df input:focus,
.tsk .df select:focus,
.tsk .df textarea:focus {
  box-shadow: 0 0 0 3px rgba(46, 80, 153, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .tsk [data-reveal],
  .tsk [data-reveal].in,
  .tsk .reveal-stagger > *,
  .tsk .reveal-stagger.in > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .tsk .hero .hero-status,
  .tsk .hero h1,
  .tsk .hero .hero-sub,
  .tsk .hero .hero-ctas,
  .tsk .hero .hero-vid-head,
  .tsk .hero .hero-video,
  .tsk .hero .hero-strip,
  .tsk .hero .gmock {
    animation: none !important;
    opacity: 1 !important;
  }
  .tsk .wbar .wt i,
  .tsk .sbars i,
  .tsk .cat .cprof i,
  .tsk .attr .bar u {
    transform: none !important;
  }
  .tsk .tree .tn {
    opacity: 1 !important;
    transform: none !important;
  }
  .tsk .ring {
    --p: var(--pf) !important;
  }
  .tsk .hero-status .dot,
  .tsk .cvprog::before,
  .tsk .pf-bento.in .wbar .wt i,
  .tsk .pf-bento.in .cat .cprof i,
  .tsk .pf-bento.in .scol .sbars i,
  .tsk .pf-bento.in .tree .tn,
  .tsk .cvpanel.in .attr .bar u,
  .tsk .cvpanel.in .ring,
  .tsk .pf-bento.in .aflag,
  .tsk .pf-bento.in .alog-row .adot {
    animation: none !important;
  }
}

html[dir="rtl"] .tsk .sub-sec,
html[dir="rtl"] .tsk .reassure li,
html[dir="rtl"] .tsk .emod p,
html[dir="rtl"] .tsk .emod h3{
  font-family: Tajawal!important;
}