.tm-master-workflow {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f8fafc;
}

.tm-workflow-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

.tm-workflow-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.tm-blob-1 {
  width: 450px;
  height: 450px;
  top: -50px;
  right: -57px;
  background: rgba(247, 201, 72, .13);
}

.tm-blob-2 {
  width: 330px;
  height: 330px;
  bottom: 0px;
  left: 50px;
  background: rgba(11, 93, 71, .08);
}

.tm-workflow-head {
  max-width: 900px;
  margin-bottom: 35px;
}

.tm-workflow-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #0b5d47;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.tm-workflow-head h2 {
  margin: 0 0 14px;
      color: #1f2937;
    font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.15;
}
.tm-span{
        color: #059669;
}
.tm-workflow-head h3 {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 20px;
}

.tm-workflow-head p,
.tm-workflow-intro p,
.tm-pattern-card p,
.tm-standardized p,
.tm-history p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.tm-workflow-intro {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  margin-bottom: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(5, 59, 47, .06);
}

.tm-intro-icon,
.tm-section-icon,
.tm-history-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #053b2f;
  color: #f7c948;
  font-size: 19px;
}

.tm-pattern-heading {
  margin-bottom: 18px;
  color: #053b2f;
  font-size: 18px;
  font-weight: 700;
}

.tm-patterns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tm-pattern-card {
  position: relative;
  padding: 27px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(5, 59, 47, .05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.tm-pattern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(5, 59, 47, .11);
}

.tm-pattern-main {
  border-color: #0b5d47;
  box-shadow: 0 15px 40px rgba(5, 59, 47, .1);
}

.tm-pattern-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tm-pattern-number {
  color: #dce8e4;
  font-size: 30px;
  font-weight: 800;
}

.tm-pattern-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #053b2f;
  color: #f7c948;
  font-size: 18px;
}

.tm-pattern-card h3 {
  min-height: 52px;
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 19px;
  line-height: 1.4;
}

.tm-pattern-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  color: #053b2f;
  font-size: 11px;
  font-weight: 700;
}

.tm-pattern-flow i {
  color: #f3d15f;
  font-size: 9px;
}

.tm-standardized {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  margin: 50px 0 25px;
  padding: 35px;
  border-radius: 24px;
  background: linear-gradient(135deg, #053b2f, #0b5d47);
}

.tm-standardized-copy {
  display: grid;
  gap: 16px;
}

.tm-standardized .tm-section-icon {
  margin-bottom: 3px;
  background: rgba(255, 255, 255, .1);
}

.tm-standardized p {
  color: rgba(255, 255, 255, .78);
}

.tm-standardized strong {
  color: #fff;
}

.tm-flow-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tm-flow-line {
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(255, 255, 255, .3);
}

.tm-flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.tm-flow-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: #0b5d47;
  color: #f7c948;
  font-size: 20px;
}

.tm-flow-active .tm-flow-icon {
  background: #f7c948;
  color: #053b2f;
  border-color: #f7c948;
}

.tm-flow-arrow {
  position: relative;
  z-index: 1;
  color: #f7c948;
  font-size: 12px;
}

.tm-process-label {
  margin: 20px 0 35px;
  text-align: center;
  color: #053b2f;
  font-size: 17px;
  font-weight: 800;
}

.tm-history {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5, 59, 47, .05);
}

.tm-history-content {
  flex: 1;
}

@media (max-width: 950px) {
  .tm-patterns,
  .tm-standardized {
    grid-template-columns: 1fr;
  }

  .tm-flow-visual {
    padding-top: 15px;
  }
}

@media (max-width: 600px) {
  .tm-master-workflow {
    padding: 60px 16px;
  }

  .tm-workflow-head h2 {
    font-size: 30px;
  }

  .tm-workflow-intro,
  .tm-pattern-card,
  .tm-standardized,
  .tm-history {
    padding: 22px;
  }

  .tm-flow-visual {
    gap: 5px;
  }

  .tm-flow-icon {
    width: 65px;
    height: 65px;
    font-size: 16px;
  }

  .tm-flow-step {
    font-size: 9px;
  }

  .tm-flow-arrow {
    font-size: 9px;
  }

  .tm-flow-line {
    left: 8%;
    right: 8%;
  }

  .tm-history {
    align-items: flex-start;
  }
}


/* 2.	Tasks That Come From Where Work Actually Happens */
.tm-source-flow {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f4fdfb;
}

.tm-source-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

.tm-source-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}


.tm-role-blob-1 {
    width: 420px;
    height: 420px;
    top: -26px;
    left: -170px;
     background: rgb(212 255 246 / 66%);
}

.tm-source-blob-2 {
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -150px;
  background: rgba(247,201,72,.14);
}

.tm-source-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.tm-source-kicker,
.tm-source-label {
  display: block;
  margin-bottom: 12px;
  color: var(--primary-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.tm-source-heading h2 {
  margin: 0;
  color: var(--primary-dark);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

.tm-source-lead {
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 600;
}

.tm-source-flowboard {
  display: grid;
  grid-template-columns: 1fr 90px 1.25fr;
  align-items: center;
  min-height: 310px;
}

.tm-source-intro p {
  max-width: 470px;
  margin: 0 0 14px;
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.7;
}

.tm-source-intro span {
  color: var(--text-secondary);
  font-size: 14px;
}

.tm-source-channels {
  display: grid;
  gap: 14px;
  margin-top: 25px;
  max-width: 390px;
}

.tm-source-channel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.tm-source-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  flex: 0 0 40px;
  border-radius: 11px;
  background: var(--primary);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.tm-source-channel strong,
.tm-source-channel span {
  display: block;
}

.tm-source-channel strong {
  color: var(--text-primary);
  font-size: 14px;
}

.tm-source-channel span {
  margin-top: 3px;
  color: var(--text-secondary);
  font-size: 13px;
}

.tm-source-pulse {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 5px rgba(247,201,72,.13);
}

.tm-source-connector {
  position: relative;
  height: 150px;
}

.tm-source-connector span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-light);
  transform-origin: left center;
}

.tm-source-connector span:first-child {
  top: 48px;
  transform: rotate(28deg);
}

.tm-source-connector span:last-child {
  bottom: 48px;
  transform: rotate(-28deg);
}

.tm-source-task {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 20px;
  background: var(--hero-gradient);
  color: var(--white);
  box-shadow: 0 22px 50px rgba(5,59,47,.18);
}

.tm-source-task-glow {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(247,201,72,.18);
  filter: blur(8px);
}

.tm-source-task-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-source-task .tm-source-label {
  color: var(--secondary-light);
}

.tm-source-task-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  font-size: 18px;
}

.tm-source-task h3 {
  position: relative;
  margin: 8px 0 12px;
  font-size: 24px;
}

.tm-source-task p {
  position: relative;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.65;
}

.tm-source-context {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-top: 24px;
}

.tm-context-item {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}

.tm-context-item span,
.tm-context-item b {
  display: block;
}

.tm-context-item span {
  margin-bottom: 5px;
  color: var(--secondary-light);
  font-size: 10px;
}

.tm-context-item b {
  font-size: 12px;
  font-weight: 600;
}

.tm-source-bottom {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 55px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.tm-source-copy p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.tm-source-losses {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}

.tm-loss {
  min-height: 90px;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--white);
}

.tm-loss span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary-light);
  font-size: 10px;
  font-weight: 700;
}

.tm-loss strong {
  color: var(--text-primary);
  font-size: 13px;
  line-height: 1.4;
}

.tm-source-final {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin-top: 55px;
  color: var(--primary-dark);
  font-size: 18px;
}

.tm-source-final span {
  color: var(--primary-light);
}

.tm-source-final-line {
  width: 70px;
  height: 1px;
  background: var(--secondary);
}

@media (max-width: 900px) {
  .tm-source-flowboard {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .tm-source-connector {
    height: 45px;
  }

  .tm-source-connector span {
    width: 1px;
    height: 45px;
    left: 50%;
    top: 0 !important;
    bottom: auto !important;
    transform: none !important;
  }

  .tm-source-bottom {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .tm-source-losses {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 600px) {
  .tm-source-flow {
    padding: 60px 16px;
  }

  .tm-source-heading h2 {
    font-size: 30px;
  }

  .tm-source-task {
    padding: 22px;
  }

  .tm-source-context,
  .tm-source-losses {
    grid-template-columns: 1fr;
  }

  .tm-source-final {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .tm-source-final-line {
    width: 45px;
  }
}

.tm-source-connector span {
  transform-origin: left center;
  position: absolute;
  overflow: hidden;
}

.tm-source-connector span::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 35px;
  height: 5px;
  border-radius: 50%;
  background: var(--secondary);
  filter: blur(1px);
  animation: tm-flow-dot 2.8s linear infinite;
}

@keyframes tm-flow-dot {
  from {
    left: -35px;
  }

  to {
    left: 100%;
  }
}


/* 3.	Every Task Has a Structured Team and the Right Control */
.tm-role-control {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #fff;
  isolation: isolate;
}

.tm-role-container {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: auto;
}

.tm-role-blob {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.tm-role-blob-1 {
  width: 420px;
  height: 420px;
  top: -180px;
  left: -170px;
  background: rgb(212 255 246 / 66%);
}

.tm-role-blob-2 {
  width: 360px;
  height: 360px;
  right: -140px;
  bottom: -160px;
  background: rgb(253 225 146);
}

.tm-role-intro {
  max-width: 850px;
  margin-bottom: 45px;
}

.tm-role-kicker {
  display: block;
  margin-bottom: 12px;
  color: #0b5d47;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.tm-role-intro h2 {
  margin: 0 0 15px;
  color: #053b2f;
  font-size: 36px;
  line-height: 1.15;
}

.tm-role-intro p,
.tm-role-card p,
.tm-role-control-box p,
.tm-rule p,
.tm-authority-content p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.tm-role-flow {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  margin-bottom: 55px;
}

.tm-role-card {
  position: relative;
  min-height: 170px;
  padding: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 15px 40px rgba(5,59,47,.07);
  display: flex;
  align-items: center;
  gap: 18px;
  transition: transform .35s ease, box-shadow .35s ease;
}

.tm-role-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(5,59,47,.12);
}

.tm-role-number {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
}

.tm-role-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #053b2f;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.tm-checker .tm-role-icon {
  background: #0b5d47;
}

.tm-planner .tm-role-icon {
  background: #f7c948;
  color: #053b2f;
}

.tm-role-card h3 {
  margin: 0 0 7px;
  color: #053b2f;
  font-size: 20px;
  line-height: 1.25;
}

.tm-role-line {
  position: relative;
  height: 2px;
  background: #dce7e3;
}

.tm-role-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b5d47;
  border-right: 2px solid #0b5d47;
  transform: translateY(-50%) rotate(45deg);
}

.tm-role-control-box {
  padding: 30px;
  border: 1px solid #dce7e3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(5,59,47,.06);
}

.tm-role-control-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.tm-role-control-head span {
  color: #053b2f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.tm-role-control-head i {
  width: 55px;
  height: 2px;
  background: #f7c948;
}

.tm-role-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 22px;
}

.tm-rule {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.tm-rule-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: #f7c948;
  box-shadow: 0 0 0 5px rgba(247,201,72,.15);
}

.tm-role-authority {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 55px;
  padding: 40px;
  border-radius: 22px;
  background: #053b2f;
  overflow: hidden;
}

.tm-authority-visual {
  position: relative;
  height: 270px;
  display: grid;
  place-items: center;
}

.tm-authority-core {
  position: relative;
  z-index: 3;
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border: 3px solid #f7c948;
  border-radius: 50%;
  background: #0b5d47;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 0 35px rgba(247,201,72,.2);
}

.tm-authority-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}

.tm-ring-1 {
  width: 170px;
  height: 170px;
}

.tm-ring-2 {
  width: 250px;
  height: 250px;
}

.tm-authority-label {
  position: absolute;
  z-index: 4;
  padding: 7px 11px;
  border-radius: 20px;
  background: #fff;
  color: #053b2f;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.label-maker {
  top: 20px;
  left: 30px;
}

.label-checker {
  right: 10px;
  top: 65px;
}

.label-management {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.tm-authority-content .tm-role-kicker {
  color: #f7c948;
}

.tm-authority-content p {
  margin-bottom: 18px;
  color: rgba(255,255,255,.82);
}

.tm-authority-content p:last-child {
  margin-bottom: 0;
}

.tm-role-statement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 50px;
  color: #6b7280;
  font-size: 22px;
  font-weight: 600;
}

.tm-role-statement strong {
  color: #053b2f;
}

@media (max-width: 900px) {
  .tm-role-flow {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tm-role-line {
    width: 2px;
    height: 35px;
    margin: auto;
  }

  .tm-role-line::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .tm-role-rules {
    grid-template-columns: 1fr;
  }

  .tm-role-authority {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 600px) {
  .tm-role-control {
    padding: 60px 16px;
  }

  .tm-role-intro h2 {
    font-size: 30px;
  }

  .tm-role-card {
    min-height: auto;
    padding: 22px;
  }

  .tm-role-control-box,
  .tm-role-authority {
    padding: 25px 20px;
  }

  .tm-authority-visual {
    height: 240px;
    transform: scale(.85);
  }

  .tm-role-statement {
    font-size: 18px;
  }
}


/* 4.	Controlled Task Lifecycle — Keeping Tasks Visible Until Closure */
.tm-controlled-lifecycle {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f8fafc;
  isolation: isolate;
}

.tm-cl-container {
  width: min(1300px, 100%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.tm-cl-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}

.tm-cl-blob-1 {
  width: 440px;
  height: 440px;
  top: 60px;
  left: -200px;
    background: rgb(212 255 246 / 66%);
}

.tm-cl-blob-2 {
  width: 390px;
  height: 390px;
  right: -170px;
  bottom: 120px;
  background: rgb(253 225 146);
}

.tm-cl-header {
  max-width: 900px;
  margin-bottom: 42px;
}

.tm-cl-label,
.tm-cl-small {
  color: #0b5d47;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}

.tm-cl-header h2,
.tm-cl-direct-header h2 {
  margin: 10px 0 15px;
  color: #053b2f;
  font-size: 36px;
  line-height: 1.15;
}

.tm-cl-header p,
.tm-cl-info-card p,
.tm-cl-direct-copy p,
.tm-cl-control > p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
}

.tm-cl-origin-wrap {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 20px;
  align-items: center;
}

.tm-cl-origin-card {
  position: relative;
  min-height: 170px;
  padding: 27px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(5,59,47,.07);
}

.tm-cl-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 800;
}

.tm-cl-origin-card h3 {
  margin: 15px 0;
  color: #053b2f;
  font-size: 19px;
}

.tm-cl-origin-main {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tm-cl-origin-main strong {
  color: #1f2937;
  font-size: 16px;
}

.tm-cl-origin-main span {
  color: #6b7280;
  font-size: 14px;
}

.tm-cl-or {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f7c948;
  color: #053b2f;
  font-size: 14px;
  font-weight: 800;
}

.tm-cl-trace {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 22px 0 35px;
}

.tm-cl-trace span {
  flex: 1;
  height: 1px;
  background: #dce7e3;
}

.tm-cl-trace p {
  margin: 0;
  color: #0b5d47;
  font-size: 15px;
  font-weight: 600;
}

.tm-cl-visibility {
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  border-radius: 22px;
  background: #053b2f;
  box-shadow: 0 25px 60px rgba(5,59,47,.14);
}

.tm-cl-visibility-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 35px 20px;
  background: #0b5d47;
  color: #fff;
  text-align: center;
}

.tm-cl-lock {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid #f7c948;
  border-radius: 50%;
}

.tm-cl-lock span {
  color: #f7c948;
  font-size: 25px;
  font-weight: 800;
}

.tm-cl-visibility-side strong {
  font-size: 17px;
  line-height: 1.35;
}

.tm-cl-visibility-side small {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

.tm-cl-visibility-content {
  padding: 35px;
}

.tm-cl-visibility-content p,
.tm-cl-management-copy p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.7;
}

.tm-cl-status {
  display: flex;
  align-items: center;
  margin: 28px 0;
}

.tm-cl-status div {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.tm-cl-status div:last-child {
  border-color: #f7c948;
  background: #f7c948;
  color: #053b2f;
}

.tm-cl-status i {
  flex: 1;
  height: 1px;
  min-width: 15px;
  background: rgba(255,255,255,.3);
}

.tm-cl-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 25px;
}

.tm-cl-info-card {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 19px;
  background: #fff;
}

.tm-cl-info-card > span {
  color: #f7c948;
  font-size: 12px;
  font-weight: 800;
}

.tm-cl-info-card h3 {
  margin: 12px 0 10px;
  color: #053b2f;
  font-size: 20px;
}

.tm-cl-management {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 25px;
  margin-top: 25px;
  padding: 32px;
  border-radius: 21px;
  background: #0b5d47;
}

.tm-cl-management-copy .tm-cl-small,
.tm-cl-management-status > span {
  color: #f7c948;
}

.tm-cl-management-status {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 17px;
}

.tm-cl-management-status h3 {
  margin: 10px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.tm-cl-status-small {
  margin-bottom: 0;
}

.tm-cl-status-small div {
  padding: 7px 9px;
  font-size: 10px;
}

.tm-cl-important {
  margin: 25px 0 65px;
  padding: 25px;
  border: 1px solid #f7c948;
  border-radius: 17px;
  background: rgba(247,201,72,.1);
  text-align: center;
}

.tm-cl-important strong {
  color: #053b2f;
  font-size: 20px;
}

.tm-cl-direct-header {
  margin-bottom: 30px;
}

.tm-cl-direct-header .tm-cl-label {
  display: block;
}

.tm-cl-direct-header h2 {
  margin-bottom: 4px;
}

.tm-cl-direct-header p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.tm-cl-direct-flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 55px 1.3fr;
  gap: 14px;
  align-items: center;
}

.tm-cl-person,
.tm-cl-new-task {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(5,59,47,.06);
  text-align: center;
}

.tm-cl-person span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
  border-radius: 50%;
  background: #053b2f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.tm-cl-person strong {
  color: #053b2f;
  font-size: 14px;
}

.tm-cl-flow-arrow {
  color: #f7c948;
  font-size: 30px;
  text-align: center;
}

.tm-cl-new-task {
  background: #053b2f;
}

.tm-cl-new-task span {
  margin-bottom: 7px;
  color: #f7c948;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.tm-cl-new-task strong {
  color: #fff;
  font-size: 14px;
}

.tm-cl-direct-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.tm-cl-control {
  margin-top: 35px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(5,59,47,.06);
}

.tm-cl-control-head h3 {
  margin: 8px 0 25px;
  color: #053b2f;
  font-size: 22px;
}

.tm-cl-control-flow {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  margin-bottom: 25px;
}

.tm-cl-control-person {
  padding: 18px;
  border-radius: 15px;
  background: #f8fafc;
  text-align: center;
}

.tm-cl-control-person strong {
  display: block;
  color: #053b2f;
  font-size: 15px;
}

.tm-cl-control-person small {
  display: block;
  margin-top: 5px;
  color: #6b7280;
  font-size: 12px;
}

.tm-cl-control-person.tm-cl-management-person {
  background: #053b2f;
}

.tm-cl-control-person.tm-cl-management-person strong {
  color: #f7c948;
}

.tm-cl-control-line {
  height: 2px;
  background: #dce7e3;
}

.tm-cl-accountability {
  margin-top: 35px;
  padding: 32px;
  border-radius: 21px;
  background: #053b2f;
  text-align: center;
}

.tm-cl-accountability p {
  max-width: 1000px;
  margin: 0 auto 20px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.7;
}

.tm-cl-accountability strong {
  color: #f7c948;
  font-size: 22px;
}

@media (max-width: 950px) {
  .tm-cl-origin-wrap,
  .tm-cl-visibility,
  .tm-cl-management,
  .tm-cl-info-grid,
  .tm-cl-direct-copy {
    grid-template-columns: 1fr;
  }

  .tm-cl-or {
    margin: auto;
  }

  .tm-cl-direct-flow {
    grid-template-columns: 1fr 1fr;
  }

  .tm-cl-flow-arrow {
    display: none;
  }

  .tm-cl-new-task {
    grid-column: 1 / -1;
  }

  .tm-cl-control-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tm-cl-control-line {
    width: 2px;
    height: 25px;
    margin: auto;
  }
}

@media (max-width: 600px) {
  .tm-controlled-lifecycle {
    padding: 60px 16px;
  }

  .tm-cl-header h2,
  .tm-cl-direct-header h2 {
    font-size: 30px;
  }

  .tm-cl-visibility-content,
  .tm-cl-management,
  .tm-cl-control,
  .tm-cl-accountability {
    padding: 24px 20px;
  }

  .tm-cl-status {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tm-cl-status i {
    display: none;
  }

  .tm-cl-status div {
    flex: 1;
    text-align: center;
  }

  .tm-cl-direct-flow {
    grid-template-columns: 1fr;
  }

  .tm-cl-new-task {
    grid-column: auto;
  }

  .tm-cl-important strong,
  .tm-cl-accountability strong {
    font-size: 19px;
  }
}


/* 5.	Every Task Carries Its Own Context */
.task-context-section {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #eff7ff;
}

.task-context-container {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: auto;
}

.task-context-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: .15;
}

.task-context-blob-one {
  width: 380px;
  height: 380px;
  top: -180px;
  left: -120px;
  background: var(--primary-light);
}

.task-context-blob-two {
  width: 330px;
  height: 330px;
  right: -130px;
  bottom: -160px;
  background: var(--secondary);
}

.task-context-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 45px;
}

.task-context-number {
  padding-top: 8px;
  color: var(--secondary-dark);
  font-size: 18px;
  font-weight: 700;
}

.task-context-top h2 {
  margin: 0;
  color: var(--primary);
  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;
}

.task-context-label {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 600;
}

.task-context-story {
  display: grid;
  grid-template-columns: 190px 45px 1fr;
  gap: 25px;
  align-items: stretch;
}

.task-context-task {
  height: 190px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 22px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 20px 45px rgba(5,59,47,.14);
}

.task-context-task-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 16px;
  background: rgba(255,255,255,.1);
  font-size: 22px;
  font-weight: 700;
}

.task-context-task span {
  font-size: 13px;
  opacity: .7;
}

.task-context-task strong {
  font-size: 20px;
}

.task-context-path {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
}

.task-context-path::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: var(--border-color);
}

.task-context-dot {
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 5px var(--bg-light);
}

.task-context-information {
  padding: 28px 32px;
  border: 1px solid var(--border-color);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 15px 40px rgba(5,59,47,.06);
}

.task-context-intro p,
.task-context-retention-text p,
.task-context-final p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
}

.task-context-intro strong {
  color: var(--text-primary);
}

.task-context-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.task-context-card {
  min-height: 105px;
  padding: 15px;
  border-radius: 14px;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
}

.task-context-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--primary-light);
  font-size: 11px;
  font-weight: 700;
}

.task-context-card p {
  margin: 0;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.45;
}

.task-context-retention {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 45px;
}

.task-context-why {
  position: relative;
  padding: 28px 30px;
  border-radius: 18px;
  background: var(--primary);
  overflow: hidden;
}

.task-context-why::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  bottom: -70px;
  border-radius: 50%;
  background: var(--secondary);
  opacity: .18;
  filter: blur(15px);
}

.task-context-why span {
  display: block;
  margin-bottom: 12px;
  color: var(--secondary-light);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.task-context-why h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.25;
}

.task-context-final {
  position: relative;
  display: flex;
  gap: 22px;
  margin-top: 45px;
  padding: 25px 30px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(5,59,47,.05);
}

.task-context-final-line {
  flex: 0 0 4px;
  border-radius: 5px;
  background: var(--secondary);
}

@media (max-width: 1000px) {
  .task-context-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .task-context-story {
    grid-template-columns: 150px 30px 1fr;
  }

  .task-context-retention {
    gap: 35px;
  }
}

@media (max-width: 700px) {
  .task-context-section {
    padding: 60px 16px;
  }

  .task-context-top h2 {
    font-size: 30px;
  }

  .task-context-story {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .task-context-task {
    height: 145px;
  }

  .task-context-path {
    display: none;
  }

  .task-context-information {
    padding: 22px;
  }

  .task-context-list {
    grid-template-columns: 1fr;
  }

  .task-context-retention {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .task-context-why h2 {
    font-size: 24px;
  }

  .task-context-final {
    padding: 22px;
  }
}


/* 6.	Project Workflow Visibility for Management & New Joiners */
.project-workflow-visibility {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f8fafc;
  color: #1f2937;
}

.pwv-container {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: auto;
}

.pwv-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: .35;
}

.pwv-blob-one {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  background: #d9f3ea;
}

.pwv-blob-two {
  width: 280px;
  height: 280px;
  right: -80px;
  bottom: -100px;
  background: #fff0b8;
}

.pwv-heading {
  max-width: 900px;
  margin-bottom: 45px;
}

.pwv-number {
  display: block;
  margin-bottom: 8px;
  color: #0b5d47;
  font-size: 15px;
  font-weight: 700;
}

.pwv-heading h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.2;
  color: #053b2f;
}

.pwv-intro {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
}

.pwv-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.pwv-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.pwv-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 60px rgba(5,59,47,.10);
}

.pwv-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  color: #053b2f;
  font-size: 14px;
  font-weight: 700;
}

.pwv-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f7c948;
  box-shadow: 0 0 0 6px rgba(247,201,72,.15);
}

.pwv-flow {
  padding-top: 22px;
}

.pwv-flow-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

.pwv-flow-item strong {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
}

.pwv-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e9f7f1;
  color: #053b2f;
  font-weight: 800;
}

.pwv-flow-line {
  width: 1px;
  height: 18px;
  margin-left: 30px;
  background: #0b5d47;
  opacity: .35;
}

.pwv-orbit {
  position: absolute;
  border: 1px dashed rgba(5,59,47,.18);
  border-radius: 50%;
  pointer-events: none;
}

.pwv-orbit-one {
  width: 390px;
  height: 390px;
}

.pwv-orbit-two {
  width: 470px;
  height: 470px;
}

.pwv-content p,
.pwv-handover-text p,
.pwv-understanding p {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
}

.pwv-monitor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.pwv-monitor {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(5,59,47,.05);
}

.pwv-monitor span {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 8px;
  background: #053b2f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.pwv-monitor strong {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
}

.pwv-handover {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 55px;
  align-items: center;
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #e5e7eb;
}

.pwv-context-card {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  background: #053b2f;
  box-shadow: 0 25px 60px rgba(5,59,47,.18);
}

.pwv-context-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.pwv-context-title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f7c948;
}

.pwv-context-flow {
  padding-top: 18px;
}

.pwv-context-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}

.pwv-context-item b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(247,201,72,.15);
  color: #f7c948;
  font-size: 11px;
}

.pwv-context-item span {
  line-height: 1.4;
}

.pwv-arrow {
  margin-left: 12px;
  color: #f7c948;
  font-size: 18px;
}

.pwv-understanding {
  margin-top: 60px;
  text-align: center;
}

.pwv-understanding p {
  max-width: 1050px;
  margin: 0 auto 40px;
}

.pwv-final {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  color: #053b2f;
  font-size: 18px;
}

.pwv-final-line {
  width: 80px;
  height: 1px;
  background: #f7c948;
}

@media (max-width: 900px) {
  .pwv-main,
  .pwv-handover {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .pwv-visual {
    min-height: 400px;
  }
}

@media (max-width: 600px) {
  .project-workflow-visibility {
    padding: 60px 16px;
  }

  .pwv-heading h2 {
    font-size: 30px;
  }

  .pwv-monitor-list {
    grid-template-columns: 1fr;
  }

  .pwv-panel {
    padding: 18px;
  }

  .pwv-orbit-one {
    width: 300px;
    height: 300px;
  }

  .pwv-orbit-two {
    width: 360px;
    height: 360px;
  }

  .pwv-final {
    font-size: 16px;
  }

  .pwv-final-line {
    width: 35px;
  }
}


/* 7.	Weekly Targets & Performance Tracking */

/* =========================
   WEEKLY PERFORMANCE
========================= */

.tm-weekly-performance {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f6fffd;
}

.tm-weekly-container {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: auto;
}

.tm-weekly-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .18;
  pointer-events: none;
}

.tm-weekly-blob-one {
  width: 360px;
  height: 360px;
    background: rgb(212 255 246 / 66%);
  top: -150px;
  right: -100px;
}

.tm-weekly-blob-two {
  width: 280px;
  height: 280px;
 background: rgb(253 225 146);
  bottom: -130px;
  left: -100px;
}

.tm-weekly-heading {
  max-width: 850px;
  margin-bottom: 45px;
}

.tm-weekly-heading h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  color: var(--primary);
  font-weight: 700;
}

.tm-weekly-heading h3 {
  margin: 12px 0 0;
  font-size: 20px;
  color: var(--primary-light);
  font-weight: 600;
}

.tm-weekly-number {
  display: block;
  margin-bottom: 8px;
  color: var(--secondary-dark);
  font-weight: 700;
}

.tm-weekly-story {
  position: relative;
}

.tm-weekly-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(5, 59, 47, .07);
}

.tm-weekly-card p,
.tm-weekly-text p,
.tm-weekly-responsibility p,
.tm-weekly-management,
.tm-weekly-warning p,
.tm-weekly-final p,
.tm-weekly-insight-heading p,
.tm-weekly-repetition-title p,
.tm-weekly-workload-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-primary);
}

.tm-weekly-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--hero-gradient);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.tm-weekly-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 38px 0 25px;
}

.tm-weekly-line {
  width: 100%;
  max-width: 180px;
  height: 1px;
  background: var(--border-color);
}

.tm-weekly-box {
  min-width: 210px;
  padding: 20px;
  text-align: center;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
}

.tm-weekly-box.committed {
  background: rgba(247, 201, 72, .18);
  border: 1px solid var(--secondary);
  color: var(--primary);
}

.tm-weekly-box.completed {
  background: rgba(5, 59, 47, .08);
  border: 1px solid var(--primary-light);
  color: var(--primary);
}

.tm-weekly-vs {
  font-size: 12px;
  font-weight: 800;
  color: var(--text-secondary);
}

.tm-weekly-text {
  text-align: center;
  margin-bottom: 40px;
}

.tm-weekly-highlight {
  margin-top: 8px !important;
  color: var(--primary) !important;
  font-size: 20px !important;
}

.tm-weekly-insights {
  padding: 32px;
  border-radius: 20px;
  background: var(--hero-gradient);
  box-shadow: 0 20px 55px rgba(5, 59, 47, .14);
}

.tm-weekly-insight-heading p {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
}

.tm-weekly-insight-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.tm-weekly-insight {
  min-height: 115px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  border-radius: 14px;
}

.tm-weekly-insight span {
  font-size: 12px;
  color: var(--secondary-light);
  font-weight: 700;
}

.tm-weekly-insight strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.45;
}

.tm-weekly-forecast {
  margin-top: 38px;
  border-left: 5px solid var(--secondary);
}

.tm-weekly-responsibility {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: 38px 0;
  padding: 10px 0;
}

.tm-weekly-responsibility-mark {
  width: 5px;
  flex: 0 0 5px;
  border-radius: 10px;
  background: var(--secondary);
}

.tm-weekly-repetition {
  padding: 34px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0 15px 45px rgba(5, 59, 47, .07);
}

.tm-weekly-repetition-title {
  max-width: 1000px;
  margin-bottom: 30px;
}

.tm-weekly-weeks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tm-week {
  position: relative;
  padding: 22px;
  border-radius: 15px;
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.tm-week span {
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 700;
}

.tm-task-pill {
  display: inline-block;
  margin: 3px;
  padding: 8px 12px;
  border-radius: 30px;
  background: rgba(247, 201, 72, .22);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}

.tm-weekly-management {
  margin-top: 28px;
}

.tm-weekly-workload {
  margin-top: 38px;
  padding: 34px;
  border-radius: 20px;
  background: var(--primary-dark);
}

.tm-weekly-workload-heading p {
  color: var(--white);
  text-align: center;
}

.tm-weekly-workload-heading strong {
  color: var(--secondary-light);
}

.tm-weekly-workload-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 32px;
}

.tm-workload-card {
  width: 230px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.tm-workload-card span {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.tm-workload-circle {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary-dark);
  font-weight: 800;
}

.tm-workload-divider span {
  color: var(--secondary-light);
  font-size: 12px;
  font-weight: 800;
}

.tm-weekly-warning {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding: 26px 30px;
  border: 1px solid var(--secondary);
  border-radius: 17px;
  background: rgba(247, 201, 72, .1);
}

.tm-weekly-warning-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary-dark);
  font-weight: 800;
}

.tm-weekly-final {
  margin-top: 55px;
  text-align: center;
}

.tm-weekly-final-line {
  width: 80px;
  height: 3px;
  margin: 0 auto 22px;
  border-radius: 5px;
  background: var(--secondary);
}

.tm-weekly-final h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 25px;
}

.tm-weekly-final p {
  max-width: 750px;
  margin: auto;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .tm-weekly-insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-weekly-weeks {
    grid-template-columns: 1fr;
  }

  .tm-weekly-compare {
    gap: 12px;
  }

  .tm-weekly-line {
    max-width: 70px;
  }
}

@media (max-width: 650px) {
  .tm-weekly-performance {
    padding: 60px 16px;
  }

  .tm-weekly-heading h2 {
    font-size: 30px;
  }

  .tm-weekly-heading h3 {
    font-size: 18px;
  }

  .tm-weekly-card,
  .tm-weekly-repetition,
  .tm-weekly-workload {
    padding: 24px;
  }

  .tm-weekly-compare {
    flex-wrap: wrap;
  }

  .tm-weekly-line {
    display: none;
  }

  .tm-weekly-box {
    min-width: 140px;
    flex: 1;
  }

  .tm-weekly-insight-grid {
    grid-template-columns: 1fr;
  }

  .tm-weekly-workload-visual {
    flex-direction: column;
    gap: 18px;
  }

  .tm-workload-card {
    width: 100%;
  }

  .tm-weekly-warning {
    align-items: flex-start;
    padding: 22px;
  }

  .tm-weekly-final h3 {
    font-size: 22px;
  }
}

/* 8.	Task Management That Becomes a Learning System */
.tm-learning {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #f8fafc;
  color: #1f2937;
}

.tm-learning-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.tm-learning-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.tm-learning-blob-1 {
  width: 300px;
  height: 300px;
  top: -130px;
  left: -100px;
      background: rgb(212 255 246 / 66%);
}

.tm-learning-blob-2 {
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -130px;
      background: rgb(253 225 146);
}

.tm-learning-head {
  max-width: 700px;
  margin-bottom: 45px;
}

.tm-learning-label {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #053b2f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.tm-learning h2 {
  margin: 0;
  color: #053b2f;
  font-size: 36px;
  line-height: 1.15;
}

.tm-learning-head p {
  margin: 15px 0 0;
  font-size: 16px;
  color: #0b5d47;
}

.tm-learning-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}

.tm-learning-copy {
  display: grid;
  gap: 15px;
}

.tm-learning-block {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
  padding: 20px 22px;
  border-left: 3px solid #e5e7eb;
}

.tm-learning-block.highlight {
  border-left-color: #f7c948;
  background: #fff;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 12px 30px rgba(5,59,47,.06);
}

.tm-learning-block > span {
  color: #0b5d47;
  font-size: 12px;
  font-weight: 700;
}

.tm-learning p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.tm-learning strong {
  color: #053b2f;
}

.tm-learning-visual {
  position: relative;
  width: 390px;
  height: 390px;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle,#fff 0%,#f1f7f4 58%,transparent 70%);
}

.tm-learning-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 130px;
  height: 130px;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #053b2f;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 40px rgba(5,59,47,.2);
}

.tm-learning-center span {
  font-size: 10px;
  letter-spacing: 1px;
}

.tm-learning-center strong {
  margin: 4px 0;
  color: #f7c948;
  font-size: 24px;
}

.tm-learning-circle {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(5,59,47,.08);
  text-align: center;
}

.tm-learning-circle span {
  color: #053b2f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.circle-1 {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-2 {
  right: 5px;
  bottom: 35px;
}

.circle-3 {
  bottom: 35px;
  left: 5px;
}

.tm-learning-arrow {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #f7c948;
  transform-origin: left;
}

.arrow-1 {
  top: 105px;
  left: 61%;
  transform: rotate(65deg);
}

.arrow-2 {
  right: 27%;
  bottom: 30%;
  transform: rotate(180deg);
}

.arrow-3 {
  left: 27%;
  bottom: 30%;
  transform: rotate(300deg);
}

.tm-learning-final {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  text-align: center;
}

.tm-learning-final span {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.tm-learning-final strong {
  font-size: 18px;
}

@media (max-width: 900px) {
  .tm-learning-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tm-learning-visual {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 600px) {
  .tm-learning {
    padding: 60px 16px;
  }

  .tm-learning h2 {
    font-size: 30px;
  }

  .tm-learning-visual {
    width: 300px;
    height: 300px;
  }

  .tm-learning-center {
    width: 105px;
    height: 105px;
  }

  .tm-learning-circle {
    width: 78px;
    height: 78px;
  }

  .tm-learning-circle span {
    font-size: 10px;
  }

  .tm-learning-final strong {
    font-size: 15px;
  }
}


/* 9.	The BcStep Task Manager Advantage */
/* ================= BcStep Task Manager Advantage ================= */

.tm-advantage {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background: #fff;
}

.tm-advantage-container {
  position: relative;
  z-index: 2;
  width: min(1300px, 100%);
  margin: auto;
}

.tm-advantage-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.tm-advantage-blob-one {
  width: 360px;
  height: 360px;
  top: -170px;
  right: -100px;
 background: rgb(212 255 246 / 66%);
}

.tm-advantage-blob-two {
  width: 280px;
  height: 280px;
  bottom: -130px;
  left: -90px;
     background: rgb(253 225 146);
}

.tm-advantage-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 45px;
}

.tm-advantage-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  color: #fff;
  background: #053b2f;
  font-size: 13px;
  font-weight: 700;
}

.tm-advantage-heading h2 {
  margin: 0;
  color: #053b2f;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
}

.tm-advantage-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tm-advantage-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    #b8d4cc 10%,
    #b8d4cc 90%,
    transparent
  );
  transform: translateX(-50%);
}

.tm-advantage-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 145px;
  padding: 25px;
  border: 1px solid rgba(5, 59, 47, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 35px rgba(5, 59, 47, .06);
  backdrop-filter: blur(10px);
  transition: border-color .35s ease, box-shadow .35s ease;
}

.tm-advantage-card:hover {
  border-color: rgba(5, 59, 47, .25);
  box-shadow: 0 18px 45px rgba(5, 59, 47, .11);
}

.tm-advantage-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  color: #053b2f;
  background: #edf7f3;
  font-size: 12px;
  font-weight: 700;
}

.tm-advantage-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(5, 59, 47, .12);
  border-radius: 15px;
  opacity: 0;
}

.tm-advantage-card h3 {
  margin: 2px 0 10px;
  color: #053b2f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.tm-advantage-card p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .tm-advantage-flow {
    grid-template-columns: 1fr;
  }

  .tm-advantage-line {
    display: none;
  }

  .tm-advantage-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .tm-advantage {
    padding: 60px 16px;
  }

  .tm-advantage-heading {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 32px;
  }

  .tm-advantage-number {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .tm-advantage-heading h2 {
    font-size: 30px;
  }

  .tm-advantage-card {
    padding: 20px;
    gap: 14px;
    border-radius: 16px;
  }

  .tm-advantage-card h3 {
    font-size: 17px;
  }

  .tm-advantage-card p {
    font-size: 16px;
  }
}